2026-01-09 18:24.12: New job: Build using linux-arm64 in
[https://github.com/ocaml/opam-repository#master (a6b2f19780b2edfc4e5dba2566235c877dbf5acd)]
2026-01-09 18:24.12: Will push staging image to ocurrent/opam-staging:ubuntu-25.10-opam-arm64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM ubuntu:questing
LABEL distro_style="apt"
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.0/opam /usr/local/bin/opam-2.0 && chmod a+x /usr/local/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout edf980ebd18ad6b5e990dbf3b6367cffcaf01815 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
FROM ubuntu:questing
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
Acquire::Retries "5";
EOF
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
COPY --from=0 [ "/usr/local/bin/opam-2.0", "/usr/bin/opam-2.0" ]
RUN ln /usr/bin/opam-2.0 /usr/bin/opam
COPY --from=0 [ "/usr/local/bin/opam-2.1", "/usr/bin/opam-2.1" ]
COPY --from=0 [ "/usr/local/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/local/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/local/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/local/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/local/bin/opam-master", "/usr/bin/opam-dev" ]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
COPY <<-EOF /etc/sudoers.d/opam
opam ALL=(ALL:ALL) NOPASSWD:ALL
EOF
RUN chmod 440 /etc/sudoers.d/opam
RUN chown root:root /etc/sudoers.d/opam
RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
RUN adduser --uid 1000 --disabled-password --gecos '' opam
RUN passwd -l opam
RUN chown -R opam:opam /home/opam
USER opam
ENV HOME="/home/opam"
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
wrap-build-commands: []
wrap-install-commands: []
wrap-remove-commands: []
required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#!/bin/sh
cp ~/.opamrc-nosandbox ~/.opamrc
echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#!/bin/sh
cp ~/.opamrc-sandbox ~/.opamrc
echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
RUN opam-sandbox-disable
RUN opam init -k git -a /home/opam/opam-repository --bare
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
RUN rm -rf .opam/repo/default/.git
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2026-01-09 18:24.12: Using cache hint "opam-ubuntu-25.10"
2026-01-09 18:24.12: Waiting for resource in pool OCluster
2026-01-09 18:24.12: Waiting for worker…
2026-01-09 18:24.12: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
Updating files: 82% (15720/19126)
Updating files: 83% (15875/19126)
Updating files: 84% (16066/19126)
Updating files: 85% (16258/19126)
Updating files: 86% (16449/19126)
Updating files: 87% (16640/19126)
Updating files: 88% (16831/19126)
Updating files: 89% (17023/19126)
Updating files: 90% (17214/19126)
Updating files: 91% (17405/19126)
Updating files: 92% (17596/19126)
Updating files: 93% (17788/19126)
Updating files: 94% (17979/19126)
Updating files: 95% (18170/19126)
Updating files: 96% (18361/19126)
Updating files: 97% (18553/19126)
Updating files: 98% (18744/19126)
Updating files: 99% (18935/19126)
Updating files: 100% (19126/19126)
Updating files: 100% (19126/19126), done.
HEAD is now at 16d9c0eb87 Merge pull request #29136 from EruEri/shakuhachi-0.1.0
HEAD is now at a6b2f19780 Merge pull request #29201 from lindig/fit
#1 [internal] load build definition from Dockerfile
#1 sha256:673a783a629fdf8ea595f5106640eb96f4ced590a1bb33b05ef99d2b985a2fad
#1 transferring dockerfile: 7.13kB done
#1 DONE 0.1s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 sha256:8d3e54df0f62607d8ba237b8482161b4f3a374f33a62ab2ee35ddc545abfff1d
#2 DONE 0.7s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6
#3 sha256:af7cd8303c7f6833bd9c7654e78133e6d9f8fe5b555ddfc8ce27b673ff639e7c
#3 CACHED
#4 [internal] load metadata for docker.io/library/ubuntu:questing
#4 sha256:9890eed75035e64214be64c8eda8336a36ae3c709e539456270dd291acd4e04e
#4 DONE 1.1s
#5 [internal] load .dockerignore
#5 sha256:07191790983fd5840875e15401cd766d52eb730b6fb7dba6b91a492dd2da0495
#5 transferring context:
#5 transferring context: 2B done
#5 DONE 0.0s
#48 [internal] preparing inline document
#48 sha256:fbd443c572422be25996f6c341cac6625eefe67679d57a096edcda903a483928
#48 DONE 0.0s
#62 [internal] preparing inline document
#62 sha256:6b84637da148dc50217ba5a333c405471cff583fb7e2db753325a55f85d7c81d
#62 DONE 0.0s
#57 [internal] preparing inline document
#57 sha256:ccb29753b9a7a7a1c1dd93b84c301e2545f548c3b654db312e04bc4ee2970e3c
#57 DONE 0.0s
#31 [internal] preparing inline document
#31 sha256:a20e30d214a804cc96caeb02ae3f4c69e9cf54db94444f3399d2ce56f4faf374
#31 DONE 0.0s
#32 [internal] preparing inline document
#32 sha256:7e5be19b33c718fef7b332f3d84b996500027172b5d9211c1a3bd7708979c01f
#32 DONE 0.0s
#12 [internal] preparing inline document
#12 sha256:a27d60d73cc979877f2dd6ce492e910a8d4dd77928c906eb7227d114da650938
#12 CACHED
#14 [stage-0 1/14] FROM docker.io/library/ubuntu:questing@sha256:4a9232cc47bf99defcc8860ef6222c99773330367fcecbf21ba2edb0b810a31e
#14 sha256:dfbb96a626cb1559d0ef8f2fea119dd886ac5de402cda2860df6ded7d5dc490b
#14 resolve docker.io/library/ubuntu:questing@sha256:4a9232cc47bf99defcc8860ef6222c99773330367fcecbf21ba2edb0b810a31e done
#14 sha256:4a9232cc47bf99defcc8860ef6222c99773330367fcecbf21ba2edb0b810a31e 6.69kB / 6.69kB done
#14 sha256:9d8c11b99da00f9634d070cc7627e9e3e496279ea0269f35b1d8e0eea4dd72ed 424B / 424B done
#14 sha256:c4433366b02e4dbdd9c02346f7a37bb4757e127106f52b09f49ea34120758a4b 2.31kB / 2.31kB done
#14 sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be 0B / 33.98MB 0.1s
#14 sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be 6.29MB / 33.98MB 0.4s
#14 sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be 12.58MB / 33.98MB 0.5s
#14 sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be 25.17MB / 33.98MB 0.7s
#14 sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be 30.41MB / 33.98MB 0.8s
#14 sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be 33.98MB / 33.98MB 0.9s
#14 sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be 33.98MB / 33.98MB 1.0s done
#14 extracting sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be
#14 extracting sha256:541fbd16e24de6ddea2b3b83a1222babc323c253520a32ce10c104edd3ed55be 2.0s done
#14 DONE 3.2s
#13 [stage-1 2/41] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#13 sha256:2b3a1ed1be0e28dd6b6bd127812aacfa7fe3445f70350b3fd7fa26beffc1fb1a
#13 DONE 0.9s
#11 [stage-1 3/41] COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
#11 sha256:d996a1f280311d5fa4829c1762bae09f2aa90abb60eb8977861f7585b2760dcb
#11 DONE 0.1s
#10 [stage-1 4/41] RUN apt-get -y update
#10 sha256:5fcb90cfe1179cd612455846910f9e03bd5681d9b33395282669eddd64668cc4
#10 0.604 Get:1 http://ports.ubuntu.com/ubuntu-ports questing InRelease [275 kB]
#10 1.326 Get:2 http://ports.ubuntu.com/ubuntu-ports questing-updates InRelease [136 kB]
#10 1.801 Get:3 http://ports.ubuntu.com/ubuntu-ports questing-backports InRelease [133 kB]
#10 2.034 Get:4 http://ports.ubuntu.com/ubuntu-ports questing-security InRelease [136 kB]
#10 2.358 Get:5 http://ports.ubuntu.com/ubuntu-ports questing/restricted arm64 Packages [146 kB]
#10 2.524 Get:6 http://ports.ubuntu.com/ubuntu-ports questing/multiverse arm64 Packages [281 kB]
#10 2.929 Get:7 http://ports.ubuntu.com/ubuntu-ports questing/universe arm64 Packages [19.7 MB]
#10 ...
#49 [internal] load build context
#49 sha256:ae3692b9b4ec17586ae831d02481f2bb0e67296d6e4d81922c7f312f38449105
#49 transferring context: 309.08MB 9.7s
#49 ...
#10 [stage-1 4/41] RUN apt-get -y update
#10 sha256:5fcb90cfe1179cd612455846910f9e03bd5681d9b33395282669eddd64668cc4
#10 6.133 Get:8 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 Packages [1850 kB]
#10 6.254 Get:9 http://ports.ubuntu.com/ubuntu-ports questing-updates/restricted arm64 Packages [185 kB]
#10 6.257 Get:10 http://ports.ubuntu.com/ubuntu-ports questing-updates/universe arm64 Packages [143 kB]
#10 6.258 Get:11 http://ports.ubuntu.com/ubuntu-ports questing-updates/multiverse arm64 Packages [1685 B]
#10 6.259 Get:12 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 Packages [298 kB]
#10 6.261 Get:13 http://ports.ubuntu.com/ubuntu-ports questing-backports/universe arm64 Packages [666 B]
#10 6.261 Get:14 http://ports.ubuntu.com/ubuntu-ports questing-security/main arm64 Packages [171 kB]
#10 6.263 Get:15 http://ports.ubuntu.com/ubuntu-ports questing-security/restricted arm64 Packages [181 kB]
#10 6.265 Get:16 http://ports.ubuntu.com/ubuntu-ports questing-security/universe arm64 Packages [89.7 kB]
#10 6.334 Get:17 http://ports.ubuntu.com/ubuntu-ports questing-security/multiverse arm64 Packages [1690 B]
#10 6.847 Fetched 23.7 MB in 6s (3694 kB/s)
#10 6.847 Reading package lists...
#10 ...
#7 [stage-0 2/14] RUN apt-get -y update
#7 sha256:3e575789b1ab77cd35a85fbab5a2fb99d89f142cfcf7ba48f8a4d6a638d83ed7
#7 0.883 Get:1 http://ports.ubuntu.com/ubuntu-ports questing InRelease [275 kB]
#7 2.114 Get:2 http://ports.ubuntu.com/ubuntu-ports questing-updates InRelease [136 kB]
#7 2.472 Get:3 http://ports.ubuntu.com/ubuntu-ports questing-backports InRelease [133 kB]
#7 2.692 Get:4 http://ports.ubuntu.com/ubuntu-ports questing-security InRelease [136 kB]
#7 2.841 Get:5 http://ports.ubuntu.com/ubuntu-ports questing/restricted arm64 Packages [146 kB]
#7 2.963 Get:6 http://ports.ubuntu.com/ubuntu-ports questing/universe arm64 Packages [19.7 MB]
#7 5.086 Get:7 http://ports.ubuntu.com/ubuntu-ports questing/multiverse arm64 Packages [281 kB]
#7 5.088 Get:8 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 Packages [1850 kB]
#7 5.178 Get:9 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 Packages [298 kB]
#7 5.187 Get:10 http://ports.ubuntu.com/ubuntu-ports questing-updates/restricted arm64 Packages [185 kB]
#7 5.192 Get:11 http://ports.ubuntu.com/ubuntu-ports questing-updates/multiverse arm64 Packages [1685 B]
#7 5.193 Get:12 http://ports.ubuntu.com/ubuntu-ports questing-updates/universe arm64 Packages [143 kB]
#7 5.196 Get:13 http://ports.ubuntu.com/ubuntu-ports questing-backports/universe arm64 Packages [666 B]
#7 5.196 Get:14 http://ports.ubuntu.com/ubuntu-ports questing-security/restricted arm64 Packages [181 kB]
#7 5.202 Get:15 http://ports.ubuntu.com/ubuntu-ports questing-security/main arm64 Packages [171 kB]
#7 5.207 Get:16 http://ports.ubuntu.com/ubuntu-ports questing-security/multiverse arm64 Packages [1690 B]
#7 5.238 Get:17 http://ports.ubuntu.com/ubuntu-ports questing-security/universe arm64 Packages [89.7 kB]
#7 5.797 Fetched 23.7 MB in 5s (4621 kB/s)
#7 5.797 Reading package lists...
#7 DONE 8.0s
#6 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#6 sha256:802eede5eded789dd57b1338162330710e7d260b5abfd047bcc865df6088f7fc
#6 0.579 Reading package lists...
#6 ...
#10 [stage-1 4/41] RUN apt-get -y update
#10 sha256:5fcb90cfe1179cd612455846910f9e03bd5681d9b33395282669eddd64668cc4
#10 6.847 Reading package lists...
#10 DONE 7.7s
#9 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#9 sha256:6e5fb4d5823194d0680315b6c182fe9b1940f5de886d8050462d2db98191c141
#9 0.399 Reading package lists...
#9 ...
#49 [internal] load build context
#49 sha256:ae3692b9b4ec17586ae831d02481f2bb0e67296d6e4d81922c7f312f38449105
#49 transferring context: 317.56MB 12.2s done
#49 DONE 12.9s
#9 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#9 sha256:6e5fb4d5823194d0680315b6c182fe9b1940f5de886d8050462d2db98191c141
#9 0.399 Reading package lists...
#9 1.121 Building dependency tree...
#9 1.346 Reading state information...
#9 1.413 Calculating upgrade...
#9 1.714 The following packages will be upgraded:
#9 1.715 gpgv
#9 1.829 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#9 1.829 Need to get 153 kB of archives.
#9 1.829 After this operation, 0 B of additional disk space will be used.
#9 1.829 Get:1 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpgv arm64 2.4.8-2ubuntu2.1 [153 kB]
#9 2.906 Fetched 153 kB in 0s (579 kB/s)
#9 2.927 (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 ... 5213 files and directories currently installed.)
#9 2.933 Preparing to unpack .../gpgv_2.4.8-2ubuntu2.1_arm64.deb ...
#9 2.937 Unpacking gpgv (2.4.8-2ubuntu2.1) over (2.4.8-2ubuntu2) ...
#9 2.970 Setting up gpgv (2.4.8-2ubuntu2.1) ...
#9 DONE 3.4s
#6 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#6 sha256:802eede5eded789dd57b1338162330710e7d260b5abfd047bcc865df6088f7fc
#6 0.579 Reading package lists...
#6 1.301 Building dependency tree...
#6 1.505 Reading state information...
#6 1.585 Calculating upgrade...
#6 1.912 The following packages will be upgraded:
#6 1.913 gpgv
#6 2.141 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#6 2.141 Need to get 153 kB of archives.
#6 2.141 After this operation, 0 B of additional disk space will be used.
#6 2.141 Get:1 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpgv arm64 2.4.8-2ubuntu2.1 [153 kB]
#6 3.620 Fetched 153 kB in 1s (280 kB/s)
#6 3.646 (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 ... 5213 files and directories currently installed.)
#6 3.653 Preparing to unpack .../gpgv_2.4.8-2ubuntu2.1_arm64.deb ...
#6 3.656 Unpacking gpgv (2.4.8-2ubuntu2.1) over (2.4.8-2ubuntu2) ...
#6 3.687 Setting up gpgv (2.4.8-2ubuntu2.1) ...
#6 DONE 4.1s
#8 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#8 sha256:a77108377e3f938287a3bd08741ef006fd6535690974a0d0d741e8d124dde8a2
#8 0.467 Reading package lists...
#8 1.281 Building dependency tree...
#8 1.529 Reading state information...
#8 1.588 Solving dependencies...
#8 2.003 The following additional packages will be installed:
#8 2.003 adduser bash-completion binutils binutils-aarch64-linux-gnu binutils-common
#8 2.004 bzip2 ca-certificates cpp cpp-15 cpp-15-aarch64-linux-gnu
#8 2.004 cpp-aarch64-linux-gnu dirmngr dpkg-dev fakeroot g++ g++-15
#8 2.004 g++-15-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-15
#8 2.004 gcc-15-aarch64-linux-gnu gcc-aarch64-linux-gnu git-man gnupg gnupg-l10n
#8 2.004 gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm krb5-locales less
#8 2.004 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#8 2.004 libapparmor1 libasan8 libassuan9 libatomic1 libbinutils libbrotli1
#8 2.004 libc-dev-bin libc6-dev libcbor0.10 libcc1-0 libcrypt-dev libctf-nobfd0
#8 2.004 libctf0 libcurl3t64-gnutls libcurl4t64 libdpkg-perl libedit2 liberror-perl
#8 2.004 libexpat1 libfakeroot libffi8 libfido2-1 libfile-fcntllock-perl
#8 2.004 libgcc-15-dev libgdbm-compat4t64 libgdbm6t64 libgnutls30t64 libgomp1
#8 2.004 libgprofng0 libgssapi-krb5-2 libhogweed6t64 libhwasan0 libidn2-0 libisl23
#8 2.004 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
#8 2.004 libksba8 libldap-common libldap2 liblocale-gettext-perl liblsan0 libmpc3
#8 2.004 libmpfr6 libnettle8t64 libnghttp2-14 libnpth0t64 libp11-kit0 libperl5.40
#8 2.005 libpopt0 libpsl5t64 libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules
#8 2.005 libsasl2-modules-db libsframe2 libssh2-1t64 libstdc++-15-dev libtasn1-6
#8 2.005 libtsan2 libubsan1 libunistring5 libx11-6 libx11-data libxau-dev libxau6
#8 2.005 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxmuu1 linux-libc-dev
#8 2.005 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl
#8 2.006 patch perl perl-modules-5.40 pinentry-curses publicsuffix readline-common
#8 2.006 rpcsvc-proto sudo-rs x11proto-dev xauth xorg-sgml-doctools xtrans-dev
#8 2.006 xz-utils
#8 2.009 Suggested packages:
#8 2.009 cron quota ecryptfs-utils binutils-doc gprofng-gui binutils-gold bzip2-doc
#8 2.009 cpp-doc gcc-15-locales cpp-15-doc dbus-user-session libpam-systemd
#8 2.009 pinentry-gnome3 tor debian-keyring debian-tag2upload-keyring gcc-15-doc
#8 2.009 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc
#8 2.009 gdb-aarch64-linux-gnu gettext-base git-doc git-email git-gui gitk gitweb
#8 2.009 git-cvs git-svn gpg-wks-server parcimonie xloadimage scdaemon tpm2daemon
#8 2.009 libc-devtools glibc-doc bzr gdbm-l10n gnutls-bin krb5-doc krb5-user
#8 2.009 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
#8 2.009 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
#8 2.009 libstdc++-15-doc libx11-doc libxcb-doc make-doc man-browser hunspell
#8 2.009 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#8 2.009 libterm-readline-gnu-perl | libterm-readline-perl-perl
#8 2.009 libtap-harness-archive-perl pinentry-doc readline-doc openssh-server python3
#8 2.009 python3-braceexpand zip
#8 2.147 The following NEW packages will be installed:
#8 2.147 adduser bash-completion binutils binutils-aarch64-linux-gnu binutils-common
#8 2.147 bubblewrap build-essential bzip2 ca-certificates cpp cpp-15
#8 2.147 cpp-15-aarch64-linux-gnu cpp-aarch64-linux-gnu curl dirmngr dpkg-dev
#8 2.147 fakeroot g++ g++-15 g++-15-aarch64-linux-gnu g++-aarch64-linux-gnu gcc
#8 2.147 gcc-15 gcc-15-aarch64-linux-gnu gcc-aarch64-linux-gnu git git-man gnupg
#8 2.147 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm
#8 2.148 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
#8 2.148 libalgorithm-merge-perl libapparmor1 libasan8 libassuan9 libatomic1
#8 2.148 libbinutils libbrotli1 libc-dev-bin libc6-dev libcap-dev libcbor0.10
#8 2.148 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64
#8 2.148 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libffi8 libfido2-1
#8 2.148 libfile-fcntllock-perl libgcc-15-dev libgdbm-compat4t64 libgdbm6t64
#8 2.148 libgnutls30t64 libgomp1 libgprofng0 libgssapi-krb5-2 libhogweed6t64
#8 2.148 libhwasan0 libidn2-0 libisl23 libitm1 libjansson4 libk5crypto3 libkeyutils1
#8 2.148 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2
#8 2.148 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnettle8t64 libnghttp2-14
#8 2.148 libnpth0t64 libp11-kit0 libperl5.40 libpopt0 libpsl5t64 libreadline8t64
#8 2.149 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe2
#8 2.149 libssh2-1t64 libstdc++-15-dev libtasn1-6 libtsan2 libubsan1 libunistring5
#8 2.149 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev
#8 2.149 libxdmcp-dev libxdmcp6 libxext6 libxmuu1 linux-libc-dev lto-disabled-list
#8 2.149 make manpages manpages-dev nano netbase openssh-client openssl patch perl
#8 2.149 perl-modules-5.40 pinentry-curses publicsuffix readline-common rpcsvc-proto
#8 2.149 rsync sudo sudo-rs unzip x11proto-dev xauth xorg-sgml-doctools xtrans-dev
#8 2.149 xz-utils
#8 2.316 0 upgraded, 143 newly installed, 0 to remove and 0 not upgraded.
#8 2.316 Need to get 108 MB of archives.
#8 2.316 After this operation, 415 MB of additional disk space will be used.
#8 2.316 Get:1 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libexpat1 arm64 2.7.1-2 [75.7 kB]
#8 2.572 Get:2 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 liblocale-gettext-perl arm64 1.07-7build1 [15.4 kB]
#8 2.580 Get:3 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libpopt0 arm64 1.19+dfsg-2 [28.9 kB]
#8 2.591 Get:4 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 rsync arm64 3.4.1+ds1-5ubuntu1 [433 kB]
#8 2.706 Get:5 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 adduser all 3.152ubuntu1 [194 kB]
#8 2.725 Get:6 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 openssl arm64 3.5.3-1ubuntu2 [1220 kB]
#8 2.894 Get:7 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 ca-certificates all 20250419 [163 kB]
#8 2.896 Get:8 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 krb5-locales all 1.21.3-5ubuntu2 [15.3 kB]
#8 2.896 Get:9 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 less arm64 668-1 [172 kB]
#8 2.897 Get:10 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libapparmor1 arm64 5.0.0~alpha1-0ubuntu8.3 [57.8 kB]
#8 2.898 Get:11 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libatomic1 arm64 15.2.0-4ubuntu4 [11.3 kB]
#8 2.898 Get:12 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libedit2 arm64 3.1-20250104-1build1 [102 kB]
#8 2.899 Get:13 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libffi8 arm64 3.5.2-1build1 [24.4 kB]
#8 2.900 Get:14 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libnettle8t64 arm64 3.10.1-1 [196 kB]
#8 2.901 Get:15 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libhogweed6t64 arm64 3.10.1-1 [200 kB]
#8 2.946 Get:16 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libunistring5 arm64 1.3-2 [601 kB]
#8 2.971 Get:17 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libidn2-0 arm64 2.3.8-4 [68.8 kB]
#8 2.973 Get:18 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libp11-kit0 arm64 0.25.5-3ubuntu1 [280 kB]
#8 2.986 Get:19 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libtasn1-6 arm64 4.20.0-2build1 [45.9 kB]
#8 2.988 Get:20 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgnutls30t64 arm64 3.8.9-3ubuntu2 [985 kB]
#8 3.095 Get:21 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libkrb5support0 arm64 1.21.3-5ubuntu2 [35.3 kB]
#8 3.096 Get:22 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libk5crypto3 arm64 1.21.3-5ubuntu2 [82.3 kB]
#8 3.097 Get:23 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libkeyutils1 arm64 1.6.3-6ubuntu2 [11.3 kB]
#8 3.098 Get:24 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libkrb5-3 arm64 1.21.3-5ubuntu2 [346 kB]
#8 3.112 Get:25 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgssapi-krb5-2 arm64 1.21.3-5ubuntu2 [143 kB]
#8 3.125 Get:26 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 readline-common all 8.3-3 [61.5 kB]
#8 3.127 Get:27 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libreadline8t64 arm64 8.3-3 [172 kB]
#8 3.130 Get:28 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 netbase all 6.5 [12.9 kB]
#8 3.130 Get:29 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 sudo arm64 1.9.17p2-1ubuntu1 [931 kB]
#8 3.183 Get:30 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 sudo-rs arm64 0.2.8-1ubuntu5.2 [554 kB]
#8 3.217 Get:31 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 bash-completion all 1:2.16.0-7 [214 kB]
#8 3.219 Get:32 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcbor0.10 arm64 0.10.2-2ubuntu1 [26.2 kB]
#8 3.220 Get:33 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libfido2-1 arm64 1.16.0-2 [83.2 kB]
#8 3.221 Get:34 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgdbm6t64 arm64 1.26-1 [38.7 kB]
#8 3.221 Get:35 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libjansson4 arm64 2.14-2build3 [36.9 kB]
#8 3.222 Get:36 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libnghttp2-14 arm64 1.64.0-1.1ubuntu1 [74.8 kB]
#8 3.222 Get:37 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libpsl5t64 arm64 0.21.2-1.1build1 [57.4 kB]
#8 3.224 Get:38 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxau6 arm64 1:1.0.11-1build1 [7988 B]
#8 3.224 Get:39 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxdmcp6 arm64 1:1.1.5-1build1 [11.2 kB]
#8 3.260 Get:40 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxcb1 arm64 1.17.0-2build1 [53.9 kB]
#8 3.262 Get:41 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libx11-data all 2:1.8.12-1build1 [116 kB]
#8 3.353 Get:42 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libx11-6 arm64 2:1.8.12-1build1 [674 kB]
#8 3.447 Get:43 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxext6 arm64 2:1.3.4-1build2 [30.4 kB]
#8 3.447 Get:44 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxmuu1 arm64 2:1.1.3-3build3 [9642 B]
#8 3.448 Get:45 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 manpages all 6.9.1-1 [1385 kB]
#8 3.481 Get:46 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 nano arm64 8.4-1 [290 kB]
#8 3.483 Get:47 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 openssh-client arm64 1:10.0p1-5ubuntu5 [917 kB]
#8 3.519 Get:48 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 publicsuffix all 20250328.1952-0.1 [135 kB]
#8 3.643 Get:49 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 xauth arm64 1:1.1.2-1.1 [25.1 kB]
#8 3.645 Get:50 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 xz-utils arm64 5.8.1-1build2 [350 kB]
#8 3.732 Get:51 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libsframe2 arm64 2.45-7ubuntu1.2 [16.3 kB]
#8 3.733 Get:52 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 binutils-common arm64 2.45-7ubuntu1.2 [221 kB]
#8 3.739 Get:53 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libbinutils arm64 2.45-7ubuntu1.2 [800 kB]
#8 3.745 Get:54 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libgprofng0 arm64 2.45-7ubuntu1.2 [782 kB]
#8 3.751 Get:55 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libctf-nobfd0 arm64 2.45-7ubuntu1.2 [104 kB]
#8 3.752 Get:56 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libctf0 arm64 2.45-7ubuntu1.2 [101 kB]
#8 3.753 Get:57 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.45-7ubuntu1.2 [992 kB]
#8 3.788 Get:58 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 binutils arm64 2.45-7ubuntu1.2 [208 kB]
#8 3.805 Get:59 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 bubblewrap arm64 0.11.0-2 [52.8 kB]
#8 3.810 Get:60 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libc-dev-bin arm64 2.42-0ubuntu3 [22.9 kB]
#8 3.819 Get:61 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 linux-libc-dev arm64 6.17.0-8.8 [1788 kB]
#8 4.087 Get:62 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcrypt-dev arm64 1:4.4.38-1build1 [114 kB]
#8 4.091 Get:63 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 rpcsvc-proto arm64 1.4.3-1 [65.7 kB]
#8 4.092 Get:64 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libc6-dev arm64 2.42-0ubuntu3 [1834 kB]
#8 4.140 Get:65 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libisl23 arm64 0.27-1 [676 kB]
#8 4.169 Get:66 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libmpfr6 arm64 4.2.2-1build1 [336 kB]
#8 4.179 Get:67 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libmpc3 arm64 1.3.1-1build3 [58.9 kB]
#8 4.182 Get:68 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 cpp-15-aarch64-linux-gnu arm64 15.2.0-4ubuntu4 [11.7 MB]
#8 4.684 Get:69 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 cpp-15 arm64 15.2.0-4ubuntu4 [1030 B]
#8 4.685 Get:70 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 cpp-aarch64-linux-gnu arm64 4:15.2.0-4ubuntu1 [5736 B]
#8 4.685 Get:71 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 cpp arm64 4:15.2.0-4ubuntu1 [22.4 kB]
#8 4.686 Get:72 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcc1-0 arm64 15.2.0-4ubuntu4 [49.2 kB]
#8 4.686 Get:73 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgomp1 arm64 15.2.0-4ubuntu4 [148 kB]
#8 4.688 Get:74 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libitm1 arm64 15.2.0-4ubuntu4 [28.1 kB]
#8 4.688 Get:75 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libasan8 arm64 15.2.0-4ubuntu4 [2922 kB]
#8 4.840 Get:76 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 liblsan0 arm64 15.2.0-4ubuntu4 [1316 kB]
#8 4.873 Get:77 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libtsan2 arm64 15.2.0-4ubuntu4 [2689 kB]
#8 4.962 Get:78 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libubsan1 arm64 15.2.0-4ubuntu4 [1176 kB]
#8 5.021 Get:79 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libhwasan0 arm64 15.2.0-4ubuntu4 [1639 kB]
#8 5.035 Get:80 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgcc-15-dev arm64 15.2.0-4ubuntu4 [2601 kB]
#8 5.160 Get:81 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 gcc-15-aarch64-linux-gnu arm64 15.2.0-4ubuntu4 [23.1 MB]
#8 6.057 Get:82 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 gcc-15 arm64 15.2.0-4ubuntu4 [510 kB]
#8 6.061 Get:83 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 gcc-aarch64-linux-gnu arm64 4:15.2.0-4ubuntu1 [1206 B]
#8 6.061 Get:84 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 gcc arm64 4:15.2.0-4ubuntu1 [5016 B]
#8 6.062 Get:85 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libstdc++-15-dev arm64 15.2.0-4ubuntu4 [2545 kB]
#8 6.135 Get:86 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 g++-15-aarch64-linux-gnu arm64 15.2.0-4ubuntu4 [13.2 MB]
#8 6.575 Get:87 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 g++-15 arm64 15.2.0-4ubuntu4 [23.3 kB]
#8 6.575 Get:88 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 g++-aarch64-linux-gnu arm64 4:15.2.0-4ubuntu1 [956 B]
#8 6.576 Get:89 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 g++ arm64 4:15.2.0-4ubuntu1 [1080 B]
#8 6.576 Get:90 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 make arm64 4.4.1-2 [194 kB]
#8 6.579 Get:91 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 perl-modules-5.40 all 5.40.1-6build1 [3213 kB]
#8 6.672 Get:92 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgdbm-compat4t64 arm64 1.26-1 [6946 B]
#8 6.672 Get:93 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libperl5.40 arm64 5.40.1-6build1 [4781 kB]
#8 6.836 Get:94 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 perl arm64 5.40.1-6build1 [262 kB]
#8 6.836 Get:95 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libdpkg-perl all 1.22.21ubuntu3.1 [280 kB]
#8 6.842 Get:96 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 bzip2 arm64 1.0.8-6build1 [34.8 kB]
#8 6.843 Get:97 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 patch arm64 2.8-2 [94.0 kB]
#8 6.845 Get:98 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 lto-disabled-list all 69 [12.5 kB]
#8 6.846 Get:99 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 dpkg-dev all 1.22.21ubuntu3.1 [1088 kB]
#8 6.855 Get:100 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 build-essential arm64 12.12ubuntu1 [5082 B]
#8 6.855 Get:101 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libbrotli1 arm64 1.1.0-2build5 [341 kB]
#8 6.927 Get:102 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-9ubuntu1 [21.4 kB]
#8 6.987 Get:103 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-9ubuntu1 [53.7 kB]
#8 7.023 Get:104 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libldap-common all 2.6.10+dfsg-1ubuntu2 [35.7 kB]
#8 7.043 Get:105 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libldap2 arm64 2.6.10+dfsg-1ubuntu2 [212 kB]
#8 7.088 Get:106 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build8 [61.8 kB]
#8 7.095 Get:107 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libssh2-1t64 arm64 1.11.1-1build1 [139 kB]
#8 7.107 Get:108 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcurl4t64 arm64 8.14.1-2ubuntu1 [401 kB]
#8 7.132 Get:109 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 curl arm64 8.14.1-2ubuntu1 [256 kB]
#8 7.141 Get:110 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libassuan9 arm64 3.0.2-2 [40.8 kB]
#8 7.142 Get:111 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpgconf arm64 2.4.8-2ubuntu2.1 [110 kB]
#8 7.146 Get:112 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libksba8 arm64 1.6.7-2 [119 kB]
#8 7.149 Get:113 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libnpth0t64 arm64 1.8-3 [8818 B]
#8 7.156 Get:114 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 dirmngr arm64 2.4.8-2ubuntu2.1 [318 kB]
#8 7.158 Get:115 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libfakeroot arm64 1.37.1.2-1 [33.8 kB]
#8 7.158 Get:116 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 fakeroot arm64 1.37.1.2-1 [67.4 kB]
#8 7.160 Get:117 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcurl3t64-gnutls arm64 8.14.1-2ubuntu1 [392 kB]
#8 7.174 Get:118 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 liberror-perl all 0.17030-1 [23.5 kB]
#8 7.174 Get:119 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 git-man all 1:2.51.0-1ubuntu1 [1179 kB]
#8 7.260 Get:120 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 git arm64 1:2.51.0-1ubuntu1 [4431 kB]
#8 7.416 Get:121 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpg arm64 2.4.8-2ubuntu2.1 [609 kB]
#8 7.425 Get:122 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 pinentry-curses arm64 1.3.1-2ubuntu3 [39.2 kB]
#8 7.425 Get:123 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpg-agent arm64 2.4.8-2ubuntu2.1 [227 kB]
#8 7.433 Get:124 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpgsm arm64 2.4.8-2ubuntu2.1 [229 kB]
#8 7.486 Get:125 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gnupg all 2.4.8-2ubuntu2.1 [311 kB]
#8 7.490 Get:126 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gnupg-l10n all 2.4.8-2ubuntu2.1 [73.0 kB]
#8 7.491 Get:127 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gnupg-utils arm64 2.4.8-2ubuntu2.1 [127 kB]
#8 7.492 Get:128 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpg-wks-client arm64 2.4.8-2ubuntu2.1 [69.8 kB]
#8 7.493 Get:129 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#8 7.494 Get:130 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libalgorithm-diff-xs-perl arm64 0.04-9 [11.0 kB]
#8 7.494 Get:131 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#8 7.494 Get:132 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcap-dev arm64 1:2.75-7ubuntu2 [542 kB]
#8 7.533 Get:133 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libfile-fcntllock-perl arm64 0.22-4ubuntu6 [32.8 kB]
#8 7.534 Get:134 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libsasl2-modules arm64 2.1.28+dfsg1-9ubuntu1 [69.5 kB]
#8 7.543 Get:135 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
#8 7.545 Get:136 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 x11proto-dev all 2024.1-1 [606 kB]
#8 7.603 Get:137 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxau-dev arm64 1:1.0.11-1build1 [10.6 kB]
#8 7.603 Get:138 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxdmcp-dev arm64 1:1.1.5-1build1 [27.3 kB]
#8 7.603 Get:139 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 xtrans-dev all 1.6.0-1 [66.1 kB]
#8 7.604 Get:140 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxcb1-dev arm64 1.17.0-2build1 [96.2 kB]
#8 7.612 Get:141 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libx11-dev arm64 2:1.8.12-1build1 [776 kB]
#8 7.621 Get:142 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 manpages-dev all 6.9.1-1 [2108 kB]
#8 7.712 Get:143 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 unzip arm64 6.0-28ubuntu7 [176 kB]
#8 ...
#24 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#24 sha256:29dbc7c0e530a6f4b3db39cf03ed9780b7c37384f66abfdf47d582ab3c57fd06
#24 0.485 Reading package lists...
#24 1.188 Building dependency tree...
#24 1.391 Reading state information...
#24 1.444 Solving dependencies...
#24 1.798 The following additional packages will be installed:
#24 1.798 adduser bash-completion binutils binutils-aarch64-linux-gnu binutils-common
#24 1.798 bzip2 ca-certificates cpp cpp-15 cpp-15-aarch64-linux-gnu
#24 1.798 cpp-aarch64-linux-gnu dirmngr dpkg-dev fakeroot g++ g++-15
#24 1.798 g++-15-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-15
#24 1.798 gcc-15-aarch64-linux-gnu gcc-aarch64-linux-gnu git-man gnupg gnupg-l10n
#24 1.798 gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm krb5-locales less
#24 1.798 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#24 1.799 libapparmor1 libasan8 libassuan9 libatomic1 libbinutils libbrotli1
#24 1.799 libc-dev-bin libc6-dev libcbor0.10 libcc1-0 libcrypt-dev libctf-nobfd0
#24 1.799 libctf0 libcurl3t64-gnutls libcurl4t64 libdpkg-perl libedit2 liberror-perl
#24 1.799 libexpat1 libfakeroot libffi8 libfido2-1 libfile-fcntllock-perl
#24 1.799 libgcc-15-dev libgdbm-compat4t64 libgdbm6t64 libgnutls30t64 libgomp1
#24 1.799 libgprofng0 libgssapi-krb5-2 libhogweed6t64 libhwasan0 libidn2-0 libisl23
#24 1.799 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
#24 1.799 libksba8 libldap-common libldap2 liblocale-gettext-perl liblsan0 libmpc3
#24 1.799 libmpfr6 libnettle8t64 libnghttp2-14 libnpth0t64 libp11-kit0 libperl5.40
#24 1.800 libpsl5t64 libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules
#24 1.800 libsasl2-modules-db libsframe2 libssh2-1t64 libstdc++-15-dev libtasn1-6
#24 1.800 libtsan2 libubsan1 libunistring5 libx11-6 libx11-data libxau6 libxcb1
#24 1.800 libxdmcp6 libxext6 libxmuu1 linux-libc-dev lto-disabled-list make manpages
#24 1.800 manpages-dev netbase openssh-client openssl patch perl perl-modules-5.40
#24 1.801 pinentry-curses publicsuffix readline-common rpcsvc-proto sudo-rs xauth
#24 1.801 xz-utils
#24 1.803 Suggested packages:
#24 1.803 cron quota ecryptfs-utils binutils-doc gprofng-gui binutils-gold bzip2-doc
#24 1.803 cpp-doc gcc-15-locales cpp-15-doc dbus-user-session libpam-systemd
#24 1.803 pinentry-gnome3 tor debian-keyring debian-tag2upload-keyring gcc-15-doc
#24 1.803 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc
#24 1.803 gdb-aarch64-linux-gnu gettext-base git-doc git-email git-gui gitk gitweb
#24 1.803 git-cvs git-svn gpg-wks-server parcimonie xloadimage scdaemon tpm2daemon
#24 1.803 libc-devtools glibc-doc bzr gdbm-l10n gnutls-bin krb5-doc krb5-user
#24 1.803 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
#24 1.803 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
#24 1.803 libstdc++-15-doc make-doc man-browser keychain libpam-ssh monkeysphere
#24 1.803 ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
#24 1.803 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
#24 1.803 readline-doc
#24 1.927 The following NEW packages will be installed:
#24 1.927 adduser bash-completion binutils binutils-aarch64-linux-gnu binutils-common
#24 1.927 build-essential bzip2 ca-certificates cpp cpp-15 cpp-15-aarch64-linux-gnu
#24 1.927 cpp-aarch64-linux-gnu curl dirmngr dpkg-dev fakeroot g++ g++-15
#24 1.927 g++-15-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-15
#24 1.927 gcc-15-aarch64-linux-gnu gcc-aarch64-linux-gnu git git-man gnupg gnupg-l10n
#24 1.927 gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm krb5-locales less
#24 1.927 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#24 1.927 libapparmor1 libasan8 libassuan9 libatomic1 libbinutils libbrotli1
#24 1.927 libc-dev-bin libc6-dev libcap-dev libcbor0.10 libcc1-0 libcrypt-dev
#24 1.927 libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64 libdpkg-perl libedit2
#24 1.927 liberror-perl libexpat1 libfakeroot libffi8 libfido2-1
#24 1.928 libfile-fcntllock-perl libgcc-15-dev libgdbm-compat4t64 libgdbm6t64
#24 1.928 libgnutls30t64 libgomp1 libgprofng0 libgssapi-krb5-2 libhogweed6t64
#24 1.928 libhwasan0 libidn2-0 libisl23 libitm1 libjansson4 libk5crypto3 libkeyutils1
#24 1.928 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2
#24 1.928 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnettle8t64 libnghttp2-14
#24 1.928 libnpth0t64 libp11-kit0 libperl5.40 libpsl5t64 libreadline8t64 librtmp1
#24 1.928 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe2 libssh2-1t64
#24 1.928 libstdc++-15-dev libtasn1-6 libtsan2 libubsan1 libunistring5 libx11-6
#24 1.928 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-libc-dev
#24 1.929 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl
#24 1.929 patch perl perl-modules-5.40 pinentry-curses publicsuffix readline-common
#24 1.929 rpcsvc-proto sudo sudo-rs xauth xz-utils
#24 2.051 0 upgraded, 131 newly installed, 0 to remove and 0 not upgraded.
#24 2.051 Need to get 106 MB of archives.
#24 2.051 After this operation, 406 MB of additional disk space will be used.
#24 2.051 Get:1 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libexpat1 arm64 2.7.1-2 [75.7 kB]
#24 2.333 Get:2 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 liblocale-gettext-perl arm64 1.07-7build1 [15.4 kB]
#24 2.335 Get:3 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 adduser all 3.152ubuntu1 [194 kB]
#24 2.484 Get:4 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 openssl arm64 3.5.3-1ubuntu2 [1220 kB]
#24 2.683 Get:5 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 ca-certificates all 20250419 [163 kB]
#24 2.685 Get:6 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 krb5-locales all 1.21.3-5ubuntu2 [15.3 kB]
#24 2.686 Get:7 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 less arm64 668-1 [172 kB]
#24 2.696 Get:8 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libapparmor1 arm64 5.0.0~alpha1-0ubuntu8.3 [57.8 kB]
#24 2.698 Get:9 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libatomic1 arm64 15.2.0-4ubuntu4 [11.3 kB]
#24 2.699 Get:10 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libedit2 arm64 3.1-20250104-1build1 [102 kB]
#24 2.703 Get:11 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libffi8 arm64 3.5.2-1build1 [24.4 kB]
#24 2.704 Get:12 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libnettle8t64 arm64 3.10.1-1 [196 kB]
#24 2.712 Get:13 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libhogweed6t64 arm64 3.10.1-1 [200 kB]
#24 2.720 Get:14 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libunistring5 arm64 1.3-2 [601 kB]
#24 2.754 Get:15 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libidn2-0 arm64 2.3.8-4 [68.8 kB]
#24 2.756 Get:16 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libp11-kit0 arm64 0.25.5-3ubuntu1 [280 kB]
#24 2.833 Get:17 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libtasn1-6 arm64 4.20.0-2build1 [45.9 kB]
#24 2.835 Get:18 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgnutls30t64 arm64 3.8.9-3ubuntu2 [985 kB]
#24 2.865 Get:19 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libkrb5support0 arm64 1.21.3-5ubuntu2 [35.3 kB]
#24 2.865 Get:20 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libk5crypto3 arm64 1.21.3-5ubuntu2 [82.3 kB]
#24 2.877 Get:21 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libkeyutils1 arm64 1.6.3-6ubuntu2 [11.3 kB]
#24 2.878 Get:22 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libkrb5-3 arm64 1.21.3-5ubuntu2 [346 kB]
#24 2.882 Get:23 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgssapi-krb5-2 arm64 1.21.3-5ubuntu2 [143 kB]
#24 2.984 Get:24 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 readline-common all 8.3-3 [61.5 kB]
#24 2.985 Get:25 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libreadline8t64 arm64 8.3-3 [172 kB]
#24 2.988 Get:26 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 netbase all 6.5 [12.9 kB]
#24 2.989 Get:27 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 sudo arm64 1.9.17p2-1ubuntu1 [931 kB]
#24 3.019 Get:28 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 sudo-rs arm64 0.2.8-1ubuntu5.2 [554 kB]
#24 3.099 Get:29 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 bash-completion all 1:2.16.0-7 [214 kB]
#24 3.102 Get:30 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcbor0.10 arm64 0.10.2-2ubuntu1 [26.2 kB]
#24 3.103 Get:31 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libfido2-1 arm64 1.16.0-2 [83.2 kB]
#24 3.293 Get:32 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgdbm6t64 arm64 1.26-1 [38.7 kB]
#24 3.295 Get:33 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libjansson4 arm64 2.14-2build3 [36.9 kB]
#24 3.296 Get:34 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libnghttp2-14 arm64 1.64.0-1.1ubuntu1 [74.8 kB]
#24 3.494 Get:35 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libpsl5t64 arm64 0.21.2-1.1build1 [57.4 kB]
#24 3.494 Get:36 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxau6 arm64 1:1.0.11-1build1 [7988 B]
#24 3.495 Get:37 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxdmcp6 arm64 1:1.1.5-1build1 [11.2 kB]
#24 3.499 Get:38 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxcb1 arm64 1.17.0-2build1 [53.9 kB]
#24 3.499 Get:39 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libx11-data all 2:1.8.12-1build1 [116 kB]
#24 3.499 Get:40 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libx11-6 arm64 2:1.8.12-1build1 [674 kB]
#24 3.504 Get:41 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxext6 arm64 2:1.3.4-1build2 [30.4 kB]
#24 3.504 Get:42 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libxmuu1 arm64 2:1.1.3-3build3 [9642 B]
#24 3.505 Get:43 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 manpages all 6.9.1-1 [1385 kB]
#24 3.683 Get:44 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 openssh-client arm64 1:10.0p1-5ubuntu5 [917 kB]
#24 3.777 Get:45 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 publicsuffix all 20250328.1952-0.1 [135 kB]
#24 3.964 Get:46 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 xauth arm64 1:1.1.2-1.1 [25.1 kB]
#24 4.062 Get:47 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 xz-utils arm64 5.8.1-1build2 [350 kB]
#24 4.152 Get:48 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libsframe2 arm64 2.45-7ubuntu1.2 [16.3 kB]
#24 4.152 Get:49 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 binutils-common arm64 2.45-7ubuntu1.2 [221 kB]
#24 4.157 Get:50 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libbinutils arm64 2.45-7ubuntu1.2 [800 kB]
#24 4.163 Get:51 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libgprofng0 arm64 2.45-7ubuntu1.2 [782 kB]
#24 4.169 Get:52 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libctf-nobfd0 arm64 2.45-7ubuntu1.2 [104 kB]
#24 4.169 Get:53 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libctf0 arm64 2.45-7ubuntu1.2 [101 kB]
#24 4.170 Get:54 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.45-7ubuntu1.2 [992 kB]
#24 4.204 Get:55 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 binutils arm64 2.45-7ubuntu1.2 [208 kB]
#24 4.207 Get:56 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libc-dev-bin arm64 2.42-0ubuntu3 [22.9 kB]
#24 4.208 Get:57 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 linux-libc-dev arm64 6.17.0-8.8 [1788 kB]
#24 4.290 Get:58 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcrypt-dev arm64 1:4.4.38-1build1 [114 kB]
#24 4.295 Get:59 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 rpcsvc-proto arm64 1.4.3-1 [65.7 kB]
#24 4.298 Get:60 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libc6-dev arm64 2.42-0ubuntu3 [1834 kB]
#24 4.374 Get:61 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libisl23 arm64 0.27-1 [676 kB]
#24 4.404 Get:62 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libmpfr6 arm64 4.2.2-1build1 [336 kB]
#24 4.418 Get:63 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libmpc3 arm64 1.3.1-1build3 [58.9 kB]
#24 4.420 Get:64 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 cpp-15-aarch64-linux-gnu arm64 15.2.0-4ubuntu4 [11.7 MB]
#24 4.982 Get:65 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 cpp-15 arm64 15.2.0-4ubuntu4 [1030 B]
#24 4.982 Get:66 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 cpp-aarch64-linux-gnu arm64 4:15.2.0-4ubuntu1 [5736 B]
#24 4.983 Get:67 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 cpp arm64 4:15.2.0-4ubuntu1 [22.4 kB]
#24 4.983 Get:68 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcc1-0 arm64 15.2.0-4ubuntu4 [49.2 kB]
#24 4.995 Get:69 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgomp1 arm64 15.2.0-4ubuntu4 [148 kB]
#24 4.996 Get:70 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libitm1 arm64 15.2.0-4ubuntu4 [28.1 kB]
#24 4.997 Get:71 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libasan8 arm64 15.2.0-4ubuntu4 [2922 kB]
#24 5.138 Get:72 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 liblsan0 arm64 15.2.0-4ubuntu4 [1316 kB]
#24 5.179 Get:73 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libtsan2 arm64 15.2.0-4ubuntu4 [2689 kB]
#24 5.322 Get:74 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libubsan1 arm64 15.2.0-4ubuntu4 [1176 kB]
#24 5.379 Get:75 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libhwasan0 arm64 15.2.0-4ubuntu4 [1639 kB]
#24 5.442 Get:76 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgcc-15-dev arm64 15.2.0-4ubuntu4 [2601 kB]
#24 5.514 Get:77 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 gcc-15-aarch64-linux-gnu arm64 15.2.0-4ubuntu4 [23.1 MB]
#24 6.595 Get:78 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 gcc-15 arm64 15.2.0-4ubuntu4 [510 kB]
#24 6.598 Get:79 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 gcc-aarch64-linux-gnu arm64 4:15.2.0-4ubuntu1 [1206 B]
#24 6.598 Get:80 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 gcc arm64 4:15.2.0-4ubuntu1 [5016 B]
#24 6.598 Get:81 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libstdc++-15-dev arm64 15.2.0-4ubuntu4 [2545 kB]
#24 6.684 Get:82 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 g++-15-aarch64-linux-gnu arm64 15.2.0-4ubuntu4 [13.2 MB]
#24 7.119 Get:83 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 g++-15 arm64 15.2.0-4ubuntu4 [23.3 kB]
#24 7.119 Get:84 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 g++-aarch64-linux-gnu arm64 4:15.2.0-4ubuntu1 [956 B]
#24 7.120 Get:85 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 g++ arm64 4:15.2.0-4ubuntu1 [1080 B]
#24 7.120 Get:86 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 make arm64 4.4.1-2 [194 kB]
#24 7.121 Get:87 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 perl-modules-5.40 all 5.40.1-6build1 [3213 kB]
#24 7.191 Get:88 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libgdbm-compat4t64 arm64 1.26-1 [6946 B]
#24 7.192 Get:89 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libperl5.40 arm64 5.40.1-6build1 [4781 kB]
#24 7.386 Get:90 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 perl arm64 5.40.1-6build1 [262 kB]
#24 7.388 Get:91 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 libdpkg-perl all 1.22.21ubuntu3.1 [280 kB]
#24 7.390 Get:92 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 bzip2 arm64 1.0.8-6build1 [34.8 kB]
#24 7.390 Get:93 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 patch arm64 2.8-2 [94.0 kB]
#24 7.391 Get:94 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 lto-disabled-list all 69 [12.5 kB]
#24 7.391 Get:95 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 dpkg-dev all 1.22.21ubuntu3.1 [1088 kB]
#24 7.398 Get:96 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 build-essential arm64 12.12ubuntu1 [5082 B]
#24 7.399 Get:97 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libbrotli1 arm64 1.1.0-2build5 [341 kB]
#24 7.403 Get:98 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-9ubuntu1 [21.4 kB]
#24 7.422 Get:99 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-9ubuntu1 [53.7 kB]
#24 7.455 Get:100 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libldap-common all 2.6.10+dfsg-1ubuntu2 [35.7 kB]
#24 7.458 Get:101 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libldap2 arm64 2.6.10+dfsg-1ubuntu2 [212 kB]
#24 7.656 Get:102 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build8 [61.8 kB]
#24 7.907 Get:103 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libssh2-1t64 arm64 1.11.1-1build1 [139 kB]
#24 8.115 Get:104 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcurl4t64 arm64 8.14.1-2ubuntu1 [401 kB]
#24 8.187 Get:105 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 curl arm64 8.14.1-2ubuntu1 [256 kB]
#24 8.238 Get:106 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libassuan9 arm64 3.0.2-2 [40.8 kB]
#24 8.244 Get:107 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpgconf arm64 2.4.8-2ubuntu2.1 [110 kB]
#24 8.262 Get:108 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libksba8 arm64 1.6.7-2 [119 kB]
#24 8.278 Get:109 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libnpth0t64 arm64 1.8-3 [8818 B]
#24 8.282 Get:110 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 dirmngr arm64 2.4.8-2ubuntu2.1 [318 kB]
#24 8.311 Get:111 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libfakeroot arm64 1.37.1.2-1 [33.8 kB]
#24 8.314 Get:112 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 fakeroot arm64 1.37.1.2-1 [67.4 kB]
#24 8.319 Get:113 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcurl3t64-gnutls arm64 8.14.1-2ubuntu1 [392 kB]
#24 8.348 Get:114 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 liberror-perl all 0.17030-1 [23.5 kB]
#24 8.348 Get:115 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 git-man all 1:2.51.0-1ubuntu1 [1179 kB]
#24 8.405 Get:116 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 git arm64 1:2.51.0-1ubuntu1 [4431 kB]
#24 8.615 Get:117 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpg arm64 2.4.8-2ubuntu2.1 [609 kB]
#24 8.628 Get:118 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 pinentry-curses arm64 1.3.1-2ubuntu3 [39.2 kB]
#24 8.628 Get:119 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpg-agent arm64 2.4.8-2ubuntu2.1 [227 kB]
#24 8.653 Get:120 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpgsm arm64 2.4.8-2ubuntu2.1 [229 kB]
#24 8.668 Get:121 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gnupg all 2.4.8-2ubuntu2.1 [311 kB]
#24 8.668 Get:122 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gnupg-l10n all 2.4.8-2ubuntu2.1 [73.0 kB]
#24 8.668 Get:123 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gnupg-utils arm64 2.4.8-2ubuntu2.1 [127 kB]
#24 8.669 Get:124 http://ports.ubuntu.com/ubuntu-ports questing-updates/main arm64 gpg-wks-client arm64 2.4.8-2ubuntu2.1 [69.8 kB]
#24 8.672 Get:125 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#24 8.693 Get:126 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libalgorithm-diff-xs-perl arm64 0.04-9 [11.0 kB]
#24 8.767 Get:127 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#24 8.874 Get:128 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libcap-dev arm64 1:2.75-7ubuntu2 [542 kB]
#24 8.885 Get:129 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libfile-fcntllock-perl arm64 0.22-4ubuntu6 [32.8 kB]
#24 8.887 Get:130 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 libsasl2-modules arm64 2.1.28+dfsg1-9ubuntu1 [69.5 kB]
#24 8.888 Get:131 http://ports.ubuntu.com/ubuntu-ports questing/main arm64 manpages-dev all 6.9.1-1 [2108 kB]
#24 ...
#8 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#8 sha256:a77108377e3f938287a3bd08741ef006fd6535690974a0d0d741e8d124dde8a2
#8 12.19 Preconfiguring packages ...
#8 12.56 Fetched 108 MB in 6s (19.4 MB/s)
#8 12.59 Selecting previously unselected package libexpat1:arm64.
#8 12.59 (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 ... 5213 files and directories currently installed.)
#8 12.60 Preparing to unpack .../libexpat1_2.7.1-2_arm64.deb ...
#8 12.61 Unpacking libexpat1:arm64 (2.7.1-2) ...
#8 12.64 Selecting previously unselected package liblocale-gettext-perl.
#8 12.64 Preparing to unpack .../liblocale-gettext-perl_1.07-7build1_arm64.deb ...
#8 12.64 Unpacking liblocale-gettext-perl (1.07-7build1) ...
#8 12.67 Selecting previously unselected package libpopt0:arm64.
#8 12.67 Preparing to unpack .../libpopt0_1.19+dfsg-2_arm64.deb ...
#8 12.67 Unpacking libpopt0:arm64 (1.19+dfsg-2) ...
#8 12.70 Selecting previously unselected package rsync.
#8 12.70 Preparing to unpack .../rsync_3.4.1+ds1-5ubuntu1_arm64.deb ...
#8 12.71 Unpacking rsync (3.4.1+ds1-5ubuntu1) ...
#8 12.75 Selecting previously unselected package adduser.
#8 12.75 Preparing to unpack .../adduser_3.152ubuntu1_all.deb ...
#8 12.76 Unpacking adduser (3.152ubuntu1) ...
#8 12.79 Setting up adduser (3.152ubuntu1) ...
#8 12.85 Selecting previously unselected package openssl.
#8 12.85 (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 ... 5359 files and directories currently installed.)
#8 12.86 Preparing to unpack .../000-openssl_3.5.3-1ubuntu2_arm64.deb ...
#8 12.86 Unpacking openssl (3.5.3-1ubuntu2) ...
#8 12.92 Selecting previously unselected package ca-certificates.
#8 12.92 Preparing to unpack .../001-ca-certificates_20250419_all.deb ...
#8 12.92 Unpacking ca-certificates (20250419) ...
#8 12.97 Selecting previously unselected package krb5-locales.
#8 12.97 Preparing to unpack .../002-krb5-locales_1.21.3-5ubuntu2_all.deb ...
#8 12.97 Unpacking krb5-locales (1.21.3-5ubuntu2) ...
#8 13.00 Selecting previously unselected package less.
#8 13.00 Preparing to unpack .../003-less_668-1_arm64.deb ...
#8 13.00 Unpacking less (668-1) ...
#8 13.04 Selecting previously unselected package libapparmor1:arm64.
#8 13.04 Preparing to unpack .../004-libapparmor1_5.0.0~alpha1-0ubuntu8.3_arm64.deb ...
#8 13.04 Unpacking libapparmor1:arm64 (5.0.0~alpha1-0ubuntu8.3) ...
#8 13.07 Selecting previously unselected package libatomic1:arm64.
#8 13.07 Preparing to unpack .../005-libatomic1_15.2.0-4ubuntu4_arm64.deb ...
#8 13.08 Unpacking libatomic1:arm64 (15.2.0-4ubuntu4) ...
#8 13.11 Selecting previously unselected package libedit2:arm64.
#8 13.11 Preparing to unpack .../006-libedit2_3.1-20250104-1build1_arm64.deb ...
#8 13.11 Unpacking libedit2:arm64 (3.1-20250104-1build1) ...
#8 13.14 Selecting previously unselected package libffi8:arm64.
#8 13.14 Preparing to unpack .../007-libffi8_3.5.2-1build1_arm64.deb ...
#8 13.15 Unpacking libffi8:arm64 (3.5.2-1build1) ...
#8 13.17 Selecting previously unselected package libnettle8t64:arm64.
#8 13.17 Preparing to unpack .../008-libnettle8t64_3.10.1-1_arm64.deb ...
#8 13.18 Unpacking libnettle8t64:arm64 (3.10.1-1) ...
#8 13.21 Selecting previously unselected package libhogweed6t64:arm64.
#8 13.21 Preparing to unpack .../009-libhogweed6t64_3.10.1-1_arm64.deb ...
#8 13.22 Unpacking libhogweed6t64:arm64 (3.10.1-1) ...
#8 13.25 Selecting previously unselected package libunistring5:arm64.
#8 13.25 Preparing to unpack .../010-libunistring5_1.3-2_arm64.deb ...
#8 13.25 Unpacking libunistring5:arm64 (1.3-2) ...
#8 13.30 Selecting previously unselected package libidn2-0:arm64.
#8 13.30 Preparing to unpack .../011-libidn2-0_2.3.8-4_arm64.deb ...
#8 13.30 Unpacking libidn2-0:arm64 (2.3.8-4) ...
#8 13.33 Selecting previously unselected package libp11-kit0:arm64.
#8 13.33 Preparing to unpack .../012-libp11-kit0_0.25.5-3ubuntu1_arm64.deb ...
#8 13.33 Unpacking libp11-kit0:arm64 (0.25.5-3ubuntu1) ...
#8 13.37 Selecting previously unselected package libtasn1-6:arm64.
#8 13.37 Preparing to unpack .../013-libtasn1-6_4.20.0-2build1_arm64.deb ...
#8 13.37 Unpacking libtasn1-6:arm64 (4.20.0-2build1) ...
#8 13.40 Selecting previously unselected package libgnutls30t64:arm64.
#8 13.40 Preparing to unpack .../014-libgnutls30t64_3.8.9-3ubuntu2_arm64.deb ...
#8 13.41 Unpacking libgnutls30t64:arm64 (3.8.9-3ubuntu2) ...
#8 13.45 Selecting previously unselected package libkrb5support0:arm64.
#8 13.46 Preparing to unpack .../015-libkrb5support0_1.21.3-5ubuntu2_arm64.deb ...
#8 13.46 Unpacking libkrb5support0:arm64 (1.21.3-5ubuntu2) ...
#8 13.49 Selecting previously unselected package libk5crypto3:arm64.
#8 13.49 Preparing to unpack .../016-libk5crypto3_1.21.3-5ubuntu2_arm64.deb ...
#8 13.49 Unpacking libk5crypto3:arm64 (1.21.3-5ubuntu2) ...
#8 13.51 Selecting previously unselected package libkeyutils1:arm64.
#8 13.52 Preparing to unpack .../017-libkeyutils1_1.6.3-6ubuntu2_arm64.deb ...
#8 13.52 Unpacking libkeyutils1:arm64 (1.6.3-6ubuntu2) ...
#8 13.54 Selecting previously unselected package libkrb5-3:arm64.
#8 13.54 Preparing to unpack .../018-libkrb5-3_1.21.3-5ubuntu2_arm64.deb ...
#8 13.55 Unpacking libkrb5-3:arm64 (1.21.3-5ubuntu2) ...
#8 13.59 Selecting previously unselected package libgssapi-krb5-2:arm64.
#8 13.59 Preparing to unpack .../019-libgssapi-krb5-2_1.21.3-5ubuntu2_arm64.deb ...
#8 13.59 Unpacking libgssapi-krb5-2:arm64 (1.21.3-5ubuntu2) ...
#8 13.62 Selecting previously unselected package readline-common.
#8 13.63 Preparing to unpack .../020-readline-common_8.3-3_all.deb ...
#8 13.63 Unpacking readline-common (8.3-3) ...
#8 13.66 Selecting previously unselected package libreadline8t64:arm64.
#8 13.66 Preparing to unpack .../021-libreadline8t64_8.3-3_arm64.deb ...
#8 13.67 Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8 to /lib/aarch64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#8 13.68 Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8.2 to /lib/aarch64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
#8 13.68 Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8 to /lib/aarch64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#8 13.69 Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8.2 to /lib/aarch64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
#8 13.69 Unpacking libreadline8t64:arm64 (8.3-3) ...
#8 13.72 Selecting previously unselected package netbase.
#8 13.72 Preparing to unpack .../022-netbase_6.5_all.deb ...
#8 13.72 Unpacking netbase (6.5) ...
#8 13.76 Selecting previously unselected package sudo.
#8 13.76 Preparing to unpack .../023-sudo_1.9.17p2-1ubuntu1_arm64.deb ...
#8 13.76 Unpacking sudo (1.9.17p2-1ubuntu1) ...
#8 13.81 Selecting previously unselected package sudo-rs.
#8 13.81 Preparing to unpack .../024-sudo-rs_0.2.8-1ubuntu5.2_arm64.deb ...
#8 13.81 Unpacking sudo-rs (0.2.8-1ubuntu5.2) ...
#8 13.86 Selecting previously unselected package bash-completion.
#8 13.87 Preparing to unpack .../025-bash-completion_1%3a2.16.0-7_all.deb ...
#8 13.87 Unpacking bash-completion (1:2.16.0-7) ...
#8 14.00 Selecting previously unselected package libcbor0.10:arm64.
#8 14.00 Preparing to unpack .../026-libcbor0.10_0.10.2-2ubuntu1_arm64.deb ...
#8 14.00 Unpacking libcbor0.10:arm64 (0.10.2-2ubuntu1) ...
#8 14.02 Selecting previously unselected package libfido2-1:arm64.
#8 14.03 Preparing to unpack .../027-libfido2-1_1.16.0-2_arm64.deb ...
#8 14.03 Unpacking libfido2-1:arm64 (1.16.0-2) ...
#8 14.06 Selecting previously unselected package libgdbm6t64:arm64.
#8 14.06 Preparing to unpack .../028-libgdbm6t64_1.26-1_arm64.deb ...
#8 14.06 Unpacking libgdbm6t64:arm64 (1.26-1) ...
#8 14.09 Selecting previously unselected package libjansson4:arm64.
#8 14.09 Preparing to unpack .../029-libjansson4_2.14-2build3_arm64.deb ...
#8 14.10 Unpacking libjansson4:arm64 (2.14-2build3) ...
#8 14.15 Selecting previously unselected package libnghttp2-14:arm64.
#8 14.16 Preparing to unpack .../030-libnghttp2-14_1.64.0-1.1ubuntu1_arm64.deb ...
#8 14.17 Unpacking libnghttp2-14:arm64 (1.64.0-1.1ubuntu1) ...
#8 14.19 Selecting previously unselected package libpsl5t64:arm64.
#8 14.19 Preparing to unpack .../031-libpsl5t64_0.21.2-1.1build1_arm64.deb ...
#8 14.20 Unpacking libpsl5t64:arm64 (0.21.2-1.1build1) ...
#8 14.22 Selecting previously unselected package libxau6:arm64.
#8 14.22 Preparing to unpack .../032-libxau6_1%3a1.0.11-1build1_arm64.deb ...
#8 14.22 Unpacking libxau6:arm64 (1:1.0.11-1build1) ...
#8 14.25 Selecting previously unselected package libxdmcp6:arm64.
#8 14.25 Preparing to unpack .../033-libxdmcp6_1%3a1.1.5-1build1_arm64.deb ...
#8 14.26 Unpacking libxdmcp6:arm64 (1:1.1.5-1build1) ...
#8 14.28 Selecting previously unselected package libxcb1:arm64.
#8 14.29 Preparing to unpack .../034-libxcb1_1.17.0-2build1_arm64.deb ...
#8 14.29 Unpacking libxcb1:arm64 (1.17.0-2build1) ...
#8 14.44 Selecting previously unselected package libx11-data.
#8 14.45 Preparing to unpack .../035-libx11-data_2%3a1.8.12-1build1_all.deb ...
#8 14.45 Unpacking libx11-data (2:1.8.12-1build1) ...
#8 14.51 Selecting previously unselected package libx11-6:arm64.
#8 14.51 Preparing to unpack .../036-libx11-6_2%3a1.8.12-1build1_arm64.deb ...
#8 14.51 Unpacking libx11-6:arm64 (2:1.8.12-1build1) ...
#8 14.56 Selecting previously unselected package libxext6:arm64.
#8 14.56 Preparing to unpack .../037-libxext6_2%3a1.3.4-1build2_arm64.deb ...
#8 14.56 Unpacking libxext6:arm64 (2:1.3.4-1build2) ...
#8 14.59 Selecting previously unselected package libxmuu1:arm64.
#8 14.59 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-3build3_arm64.deb ...
#8 14.59 Unpacking libxmuu1:arm64 (2:1.1.3-3build3) ...
#8 14.61 Selecting previously unselected package manpages.
#8 14.62 Preparing to unpack .../039-manpages_6.9.1-1_all.deb ...
#8 14.62 Unpacking manpages (6.9.1-1) ...
#8 14.65 Selecting previously unselected package nano.
#8 14.66 Preparing to unpack .../040-nano_8.4-1_arm64.deb ...
#8 14.66 Unpacking nano (8.4-1) ...
#8 14.70 Selecting previously unselected package openssh-client.
#8 14.70 Preparing to unpack .../041-openssh-client_1%3a10.0p1-5ubuntu5_arm64.deb ...
#8 14.71 Unpacking openssh-client (1:10.0p1-5ubuntu5) ...
#8 14.76 Selecting previously unselected package publicsuffix.
#8 14.76 Preparing to unpack .../042-publicsuffix_20250328.1952-0.1_all.deb ...
#8 14.76 Unpacking publicsuffix (20250328.1952-0.1) ...
#8 14.79 Selecting previously unselected package xauth.
#8 14.79 Preparing to unpack .../043-xauth_1%3a1.1.2-1.1_arm64.deb ...
#8 14.79 Unpacking xauth (1:1.1.2-1.1) ...
#8 14.82 Selecting previously unselected package xz-utils.
#8 14.82 Preparing to unpack .../044-xz-utils_5.8.1-1build2_arm64.deb ...
#8 14.82 Unpacking xz-utils (5.8.1-1build2) ...
#8 14.85 Selecting previously unselected package libsframe2:arm64.
#8 14.85 Preparing to unpack .../045-libsframe2_2.45-7ubuntu1.2_arm64.deb ...
#8 14.85 Unpacking libsframe2:arm64 (2.45-7ubuntu1.2) ...
#8 14.88 Selecting previously unselected package binutils-common:arm64.
#8 14.88 Preparing to unpack .../046-binutils-common_2.45-7ubuntu1.2_arm64.deb ...
#8 14.88 Unpacking binutils-common:arm64 (2.45-7ubuntu1.2) ...
#8 14.91 Selecting previously unselected package libbinutils:arm64.
#8 14.91 Preparing to unpack .../047-libbinutils_2.45-7ubuntu1.2_arm64.deb ...
#8 14.92 Unpacking libbinutils:arm64 (2.45-7ubuntu1.2) ...
#8 14.97 Selecting previously unselected package libgprofng0:arm64.
#8 14.97 Preparing to unpack .../048-libgprofng0_2.45-7ubuntu1.2_arm64.deb ...
#8 14.97 Unpacking libgprofng0:arm64 (2.45-7ubuntu1.2) ...
#8 15.01 Selecting previously unselected package libctf-nobfd0:arm64.
#8 15.02 Preparing to unpack .../049-libctf-nobfd0_2.45-7ubuntu1.2_arm64.deb ...
#8 15.02 Unpacking libctf-nobfd0:arm64 (2.45-7ubuntu1.2) ...
#8 15.04 Selecting previously unselected package libctf0:arm64.
#8 15.04 Preparing to unpack .../050-libctf0_2.45-7ubuntu1.2_arm64.deb ...
#8 15.04 Unpacking libctf0:arm64 (2.45-7ubuntu1.2) ...
#8 15.07 Selecting previously unselected package binutils-aarch64-linux-gnu.
#8 15.07 Preparing to unpack .../051-binutils-aarch64-linux-gnu_2.45-7ubuntu1.2_arm64.deb ...
#8 15.07 Unpacking binutils-aarch64-linux-gnu (2.45-7ubuntu1.2) ...
#8 15.19 Selecting previously unselected package binutils.
#8 15.19 Preparing to unpack .../052-binutils_2.45-7ubuntu1.2_arm64.deb ...
#8 15.20 Unpacking binutils (2.45-7ubuntu1.2) ...
#8 15.29 Selecting previously unselected package bubblewrap.
#8 15.29 Preparing to unpack .../053-bubblewrap_0.11.0-2_arm64.deb ...
#8 15.32 Unpacking bubblewrap (0.11.0-2) ...
#8 15.35 Selecting previously unselected package libc-dev-bin.
#8 15.35 Preparing to unpack .../054-libc-dev-bin_2.42-0ubuntu3_arm64.deb ...
#8 15.36 Unpacking libc-dev-bin (2.42-0ubuntu3) ...
#8 15.38 Selecting previously unselected package linux-libc-dev:arm64.
#8 15.39 Preparing to unpack .../055-linux-libc-dev_6.17.0-8.8_arm64.deb ...
#8 15.39 Unpacking linux-libc-dev:arm64 (6.17.0-8.8) ...
#8 15.56 Selecting previously unselected package libcrypt-dev:arm64.
#8 15.56 Preparing to unpack .../056-libcrypt-dev_1%3a4.4.38-1build1_arm64.deb ...
#8 15.57 Unpacking libcrypt-dev:arm64 (1:4.4.38-1build1) ...
#8 15.60 Selecting previously unselected package rpcsvc-proto.
#8 15.60 Preparing to unpack .../057-rpcsvc-proto_1.4.3-1_arm64.deb ...
#8 15.60 Unpacking rpcsvc-proto (1.4.3-1) ...
#8 15.63 Selecting previously unselected package libc6-dev:arm64.
#8 15.64 Preparing to unpack .../058-libc6-dev_2.42-0ubuntu3_arm64.deb ...
#8 15.64 Unpacking libc6-dev:arm64 (2.42-0ubuntu3) ...
#8 15.77 Selecting previously unselected package libisl23:arm64.
#8 15.78 Preparing to unpack .../059-libisl23_0.27-1_arm64.deb ...
#8 15.78 Unpacking libisl23:arm64 (0.27-1) ...
#8 15.82 Selecting previously unselected package libmpfr6:arm64.
#8 15.82 Preparing to unpack .../060-libmpfr6_4.2.2-1build1_arm64.deb ...
#8 15.83 Unpacking libmpfr6:arm64 (4.2.2-1build1) ...
#8 15.91 Selecting previously unselected package libmpc3:arm64.
#8 15.91 Preparing to unpack .../061-libmpc3_1.3.1-1build3_arm64.deb ...
#8 15.91 Unpacking libmpc3:arm64 (1.3.1-1build3) ...
#8 15.94 Selecting previously unselected package cpp-15-aarch64-linux-gnu.
#8 15.95 Preparing to unpack .../062-cpp-15-aarch64-linux-gnu_15.2.0-4ubuntu4_arm64.deb ...
#8 15.96 Unpacking cpp-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#8 16.26 Selecting previously unselected package cpp-15.
#8 16.26 Preparing to unpack .../063-cpp-15_15.2.0-4ubuntu4_arm64.deb ...
#8 16.26 Unpacking cpp-15 (15.2.0-4ubuntu4) ...
#8 16.28 Selecting previously unselected package cpp-aarch64-linux-gnu.
#8 16.28 Preparing to unpack .../064-cpp-aarch64-linux-gnu_4%3a15.2.0-4ubuntu1_arm64.deb ...
#8 16.28 Unpacking cpp-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#8 16.30 Selecting previously unselected package cpp.
#8 16.30 Preparing to unpack .../065-cpp_4%3a15.2.0-4ubuntu1_arm64.deb ...
#8 16.31 Unpacking cpp (4:15.2.0-4ubuntu1) ...
#8 16.33 Selecting previously unselected package libcc1-0:arm64.
#8 16.33 Preparing to unpack .../066-libcc1-0_15.2.0-4ubuntu4_arm64.deb ...
#8 16.33 Unpacking libcc1-0:arm64 (15.2.0-4ubuntu4) ...
#8 16.36 Selecting previously unselected package libgomp1:arm64.
#8 16.36 Preparing to unpack .../067-libgomp1_15.2.0-4ubuntu4_arm64.deb ...
#8 16.36 Unpacking libgomp1:arm64 (15.2.0-4ubuntu4) ...
#8 16.50 Selecting previously unselected package libitm1:arm64.
#8 16.50 Preparing to unpack .../068-libitm1_15.2.0-4ubuntu4_arm64.deb ...
#8 16.51 Unpacking libitm1:arm64 (15.2.0-4ubuntu4) ...
#8 16.59 Selecting previously unselected package libasan8:arm64.
#8 16.60 Preparing to unpack .../069-libasan8_15.2.0-4ubuntu4_arm64.deb ...
#8 16.62 Unpacking libasan8:arm64 (15.2.0-4ubuntu4) ...
#8 16.72 Selecting previously unselected package liblsan0:arm64.
#8 16.72 Preparing to unpack .../070-liblsan0_15.2.0-4ubuntu4_arm64.deb ...
#8 16.72 Unpacking liblsan0:arm64 (15.2.0-4ubuntu4) ...
#8 16.77 Selecting previously unselected package libtsan2:arm64.
#8 16.77 Preparing to unpack .../071-libtsan2_15.2.0-4ubuntu4_arm64.deb ...
#8 16.77 Unpacking libtsan2:arm64 (15.2.0-4ubuntu4) ...
#8 16.85 Selecting previously unselected package libubsan1:arm64.
#8 16.85 Preparing to unpack .../072-libubsan1_15.2.0-4ubuntu4_arm64.deb ...
#8 16.85 Unpacking libubsan1:arm64 (15.2.0-4ubuntu4) ...
#8 16.90 Selecting previously unselected package libhwasan0:arm64.
#8 16.90 Preparing to unpack .../073-libhwasan0_15.2.0-4ubuntu4_arm64.deb ...
#8 16.90 Unpacking libhwasan0:arm64 (15.2.0-4ubuntu4) ...
#8 16.97 Selecting previously unselected package libgcc-15-dev:arm64.
#8 16.97 Preparing to unpack .../074-libgcc-15-dev_15.2.0-4ubuntu4_arm64.deb ...
#8 16.97 Unpacking libgcc-15-dev:arm64 (15.2.0-4ubuntu4) ...
#8 17.08 Selecting previously unselected package gcc-15-aarch64-linux-gnu.
#8 17.08 Preparing to unpack .../075-gcc-15-aarch64-linux-gnu_15.2.0-4ubuntu4_arm64.deb ...
#8 17.09 Unpacking gcc-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#8 17.59 Selecting previously unselected package gcc-15.
#8 17.59 Preparing to unpack .../076-gcc-15_15.2.0-4ubuntu4_arm64.deb ...
#8 17.60 Unpacking gcc-15 (15.2.0-4ubuntu4) ...
#8 17.63 Selecting previously unselected package gcc-aarch64-linux-gnu.
#8 17.63 Preparing to unpack .../077-gcc-aarch64-linux-gnu_4%3a15.2.0-4ubuntu1_arm64.deb ...
#8 17.64 Unpacking gcc-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#8 17.66 Selecting previously unselected package gcc.
#8 17.66 Preparing to unpack .../078-gcc_4%3a15.2.0-4ubuntu1_arm64.deb ...
#8 17.67 Unpacking gcc (4:15.2.0-4ubuntu1) ...
#8 17.69 Selecting previously unselected package libstdc++-15-dev:arm64.
#8 17.70 Preparing to unpack .../079-libstdc++-15-dev_15.2.0-4ubuntu4_arm64.deb ...
#8 17.70 Unpacking libstdc++-15-dev:arm64 (15.2.0-4ubuntu4) ...
#8 17.93 Selecting previously unselected package g++-15-aarch64-linux-gnu.
#8 17.93 Preparing to unpack .../080-g++-15-aarch64-linux-gnu_15.2.0-4ubuntu4_arm64.deb ...
#8 17.93 Unpacking g++-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#8 18.25 Selecting previously unselected package g++-15.
#8 18.25 Preparing to unpack .../081-g++-15_15.2.0-4ubuntu4_arm64.deb ...
#8 18.25 Unpacking g++-15 (15.2.0-4ubuntu4) ...
#8 18.27 Selecting previously unselected package g++-aarch64-linux-gnu.
#8 18.28 Preparing to unpack .../082-g++-aarch64-linux-gnu_4%3a15.2.0-4ubuntu1_arm64.deb ...
#8 18.28 Unpacking g++-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#8 18.30 Selecting previously unselected package g++.
#8 18.30 Preparing to unpack .../083-g++_4%3a15.2.0-4ubuntu1_arm64.deb ...
#8 18.32 Unpacking g++ (4:15.2.0-4ubuntu1) ...
#8 18.35 Selecting previously unselected package make.
#8 18.35 Preparing to unpack .../084-make_4.4.1-2_arm64.deb ...
#8 18.36 Unpacking make (4.4.1-2) ...
#8 18.40 Selecting previously unselected package perl-modules-5.40.
#8 18.40 Preparing to unpack .../085-perl-modules-5.40_5.40.1-6build1_all.deb ...
#8 18.40 Unpacking perl-modules-5.40 (5.40.1-6build1) ...
#8 18.64 Selecting previously unselected package libgdbm-compat4t64:arm64.
#8 18.66 Preparing to unpack .../086-libgdbm-compat4t64_1.26-1_arm64.deb ...
#8 18.66 Unpacking libgdbm-compat4t64:arm64 (1.26-1) ...
#8 18.68 Selecting previously unselected package libperl5.40:arm64.
#8 18.69 Preparing to unpack .../087-libperl5.40_5.40.1-6build1_arm64.deb ...
#8 18.69 Unpacking libperl5.40:arm64 (5.40.1-6build1) ...
#8 18.93 Selecting previously unselected package perl.
#8 18.93 Preparing to unpack .../088-perl_5.40.1-6build1_arm64.deb ...
#8 18.93 Unpacking perl (5.40.1-6build1) ...
#8 18.97 Selecting previously unselected package libdpkg-perl.
#8 18.97 Preparing to unpack .../089-libdpkg-perl_1.22.21ubuntu3.1_all.deb ...
#8 18.97 Unpacking libdpkg-perl (1.22.21ubuntu3.1) ...
#8 19.01 Selecting previously unselected package bzip2.
#8 19.02 Preparing to unpack .../090-bzip2_1.0.8-6build1_arm64.deb ...
#8 19.02 Unpacking bzip2 (1.0.8-6build1) ...
#8 19.05 Selecting previously unselected package patch.
#8 19.05 Preparing to unpack .../091-patch_2.8-2_arm64.deb ...
#8 19.05 Unpacking patch (2.8-2) ...
#8 19.08 Selecting previously unselected package lto-disabled-list.
#8 19.08 Preparing to unpack .../092-lto-disabled-list_69_all.deb ...
#8 19.09 Unpacking lto-disabled-list (69) ...
#8 19.12 Selecting previously unselected package dpkg-dev.
#8 19.12 Preparing to unpack .../093-dpkg-dev_1.22.21ubuntu3.1_all.deb ...
#8 19.12 Unpacking dpkg-dev (1.22.21ubuntu3.1) ...
#8 19.16 Selecting previously unselected package build-essential.
#8 19.16 Preparing to unpack .../094-build-essential_12.12ubuntu1_arm64.deb ...
#8 19.17 Unpacking build-essential (12.12ubuntu1) ...
#8 19.19 Selecting previously unselected package libbrotli1:arm64.
#8 19.19 Preparing to unpack .../095-libbrotli1_1.1.0-2build5_arm64.deb ...
#8 19.20 Unpacking libbrotli1:arm64 (1.1.0-2build5) ...
#8 19.23 Selecting previously unselected package libsasl2-modules-db:arm64.
#8 19.23 Preparing to unpack .../096-libsasl2-modules-db_2.1.28+dfsg1-9ubuntu1_arm64.deb ...
#8 19.24 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#8 19.27 Selecting previously unselected package libsasl2-2:arm64.
#8 19.27 Preparing to unpack .../097-libsasl2-2_2.1.28+dfsg1-9ubuntu1_arm64.deb ...
#8 19.27 Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#8 19.29 Selecting previously unselected package libldap-common.
#8 19.30 Preparing to unpack .../098-libldap-common_2.6.10+dfsg-1ubuntu2_all.deb ...
#8 19.30 Unpacking libldap-common (2.6.10+dfsg-1ubuntu2) ...
#8 19.33 Selecting previously unselected package libldap2:arm64.
#8 19.33 Preparing to unpack .../099-libldap2_2.6.10+dfsg-1ubuntu2_arm64.deb ...
#8 19.33 Unpacking libldap2:arm64 (2.6.10+dfsg-1ubuntu2) ...
#8 19.36 Selecting previously unselected package librtmp1:arm64.
#8 19.36 Preparing to unpack .../100-librtmp1_2.4+20151223.gitfa8646d.1-2build8_arm64.deb ...
#8 19.37 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build8) ...
#8 19.39 Selecting previously unselected package libssh2-1t64:arm64.
#8 19.39 Preparing to unpack .../101-libssh2-1t64_1.11.1-1build1_arm64.deb ...
#8 19.39 Unpacking libssh2-1t64:arm64 (1.11.1-1build1) ...
#8 19.42 Selecting previously unselected package libcurl4t64:arm64.
#8 19.42 Preparing to unpack .../102-libcurl4t64_8.14.1-2ubuntu1_arm64.deb ...
#8 19.42 Unpacking libcurl4t64:arm64 (8.14.1-2ubuntu1) ...
#8 19.46 Selecting previously unselected package curl.
#8 19.46 Preparing to unpack .../103-curl_8.14.1-2ubuntu1_arm64.deb ...
#8 19.46 Unpacking curl (8.14.1-2ubuntu1) ...
#8 19.49 Selecting previously unselected package libassuan9:arm64.
#8 19.49 Preparing to unpack .../104-libassuan9_3.0.2-2_arm64.deb ...
#8 19.50 Unpacking libassuan9:arm64 (3.0.2-2) ...
#8 19.52 Selecting previously unselected package gpgconf.
#8 19.52 Preparing to unpack .../105-gpgconf_2.4.8-2ubuntu2.1_arm64.deb ...
#8 19.52 Unpacking gpgconf (2.4.8-2ubuntu2.1) ...
#8 19.55 Selecting previously unselected package libksba8:arm64.
#8 19.55 Preparing to unpack .../106-libksba8_1.6.7-2_arm64.deb ...
#8 19.55 Unpacking libksba8:arm64 (1.6.7-2) ...
#8 19.57 Selecting previously unselected package libnpth0t64:arm64.
#8 19.58 Preparing to unpack .../107-libnpth0t64_1.8-3_arm64.deb ...
#8 19.58 Unpacking libnpth0t64:arm64 (1.8-3) ...
#8 19.61 Selecting previously unselected package dirmngr.
#8 19.61 Preparing to unpack .../108-dirmngr_2.4.8-2ubuntu2.1_arm64.deb ...
#8 19.64 Unpacking dirmngr (2.4.8-2ubuntu2.1) ...
#8 19.67 Selecting previously unselected package libfakeroot:arm64.
#8 19.68 Preparing to unpack .../109-libfakeroot_1.37.1.2-1_arm64.deb ...
#8 19.68 Unpacking libfakeroot:arm64 (1.37.1.2-1) ...
#8 19.71 Selecting previously unselected package fakeroot.
#8 19.71 Preparing to unpack .../110-fakeroot_1.37.1.2-1_arm64.deb ...
#8 19.71 Unpacking fakeroot (1.37.1.2-1) ...
#8 19.73 Selecting previously unselected package libcurl3t64-gnutls:arm64.
#8 19.74 Preparing to unpack .../111-libcurl3t64-gnutls_8.14.1-2ubuntu1_arm64.deb ...
#8 19.74 Unpacking libcurl3t64-gnutls:arm64 (8.14.1-2ubuntu1) ...
#8 19.76 Selecting previously unselected package liberror-perl.
#8 19.77 Preparing to unpack .../112-liberror-perl_0.17030-1_all.deb ...
#8 19.77 Unpacking liberror-perl (0.17030-1) ...
#8 19.79 Selecting previously unselected package git-man.
#8 19.79 Preparing to unpack .../113-git-man_1%3a2.51.0-1ubuntu1_all.deb ...
#8 19.80 Unpacking git-man (1:2.51.0-1ubuntu1) ...
#8 19.82 Selecting previously unselected package git.
#8 19.83 Preparing to unpack .../114-git_1%3a2.51.0-1ubuntu1_arm64.deb ...
#8 19.84 Unpacking git (1:2.51.0-1ubuntu1) ...
#8 20.00 Selecting previously unselected package gpg.
#8 20.01 Preparing to unpack .../115-gpg_2.4.8-2ubuntu2.1_arm64.deb ...
#8 20.01 Unpacking gpg (2.4.8-2ubuntu2.1) ...
#8 20.05 Selecting previously unselected package pinentry-curses.
#8 20.05 Preparing to unpack .../116-pinentry-curses_1.3.1-2ubuntu3_arm64.deb ...
#8 20.05 Unpacking pinentry-curses (1.3.1-2ubuntu3) ...
#8 20.08 Selecting previously unselected package gpg-agent.
#8 20.08 Preparing to unpack .../117-gpg-agent_2.4.8-2ubuntu2.1_arm64.deb ...
#8 20.08 Unpacking gpg-agent (2.4.8-2ubuntu2.1) ...
#8 20.11 Selecting previously unselected package gpgsm.
#8 20.12 Preparing to unpack .../118-gpgsm_2.4.8-2ubuntu2.1_arm64.deb ...
#8 20.12 Unpacking gpgsm (2.4.8-2ubuntu2.1) ...
#8 20.14 Selecting previously unselected package gnupg.
#8 20.15 Preparing to unpack .../119-gnupg_2.4.8-2ubuntu2.1_all.deb ...
#8 20.15 Unpacking gnupg (2.4.8-2ubuntu2.1) ...
#8 20.17 Selecting previously unselected package gnupg-l10n.
#8 20.18 Preparing to unpack .../120-gnupg-l10n_2.4.8-2ubuntu2.1_all.deb ...
#8 20.18 Unpacking gnupg-l10n (2.4.8-2ubuntu2.1) ...
#8 20.21 Selecting previously unselected package gnupg-utils.
#8 20.21 Preparing to unpack .../121-gnupg-utils_2.4.8-2ubuntu2.1_arm64.deb ...
#8 20.21 Unpacking gnupg-utils (2.4.8-2ubuntu2.1) ...
#8 20.24 Selecting previously unselected package gpg-wks-client.
#8 20.24 Preparing to unpack .../122-gpg-wks-client_2.4.8-2ubuntu2.1_arm64.deb ...
#8 20.24 Unpacking gpg-wks-client (2.4.8-2ubuntu2.1) ...
#8 20.26 Selecting previously unselected package libalgorithm-diff-perl.
#8 20.27 Preparing to unpack .../123-libalgorithm-diff-perl_1.201-1_all.deb ...
#8 20.27 Unpacking libalgorithm-diff-perl (1.201-1) ...
#8 20.30 Selecting previously unselected package libalgorithm-diff-xs-perl.
#8 20.30 Preparing to unpack .../124-libalgorithm-diff-xs-perl_0.04-9_arm64.deb ...
#8 20.30 Unpacking libalgorithm-diff-xs-perl (0.04-9) ...
#8 20.32 Selecting previously unselected package libalgorithm-merge-perl.
#8 20.32 Preparing to unpack .../125-libalgorithm-merge-perl_0.08-5_all.deb ...
#8 20.33 Unpacking libalgorithm-merge-perl (0.08-5) ...
#8 20.35 Selecting previously unselected package libcap-dev:arm64.
#8 20.35 Preparing to unpack .../126-libcap-dev_1%3a2.75-7ubuntu2_arm64.deb ...
#8 20.35 Unpacking libcap-dev:arm64 (1:2.75-7ubuntu2) ...
#8 20.39 Selecting previously unselected package libfile-fcntllock-perl.
#8 20.40 Preparing to unpack .../127-libfile-fcntllock-perl_0.22-4ubuntu6_arm64.deb ...
#8 20.40 Unpacking libfile-fcntllock-perl (0.22-4ubuntu6) ...
#8 20.43 Selecting previously unselected package libsasl2-modules:arm64.
#8 20.43 Preparing to unpack .../128-libsasl2-modules_2.1.28+dfsg1-9ubuntu1_arm64.deb ...
#8 20.44 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#8 20.48 Selecting previously unselected package xorg-sgml-doctools.
#8 20.49 Preparing to unpack .../129-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
#8 20.49 Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
#8 20.51 Selecting previously unselected package x11proto-dev.
#8 20.51 Preparing to unpack .../130-x11proto-dev_2024.1-1_all.deb ...
#8 20.52 Unpacking x11proto-dev (2024.1-1) ...
#8 20.56 Selecting previously unselected package libxau-dev:arm64.
#8 20.56 Preparing to unpack .../131-libxau-dev_1%3a1.0.11-1build1_arm64.deb ...
#8 20.57 Unpacking libxau-dev:arm64 (1:1.0.11-1build1) ...
#8 20.59 Selecting previously unselected package libxdmcp-dev:arm64.
#8 20.59 Preparing to unpack .../132-libxdmcp-dev_1%3a1.1.5-1build1_arm64.deb ...
#8 20.60 Unpacking libxdmcp-dev:arm64 (1:1.1.5-1build1) ...
#8 20.61 Selecting previously unselected package xtrans-dev.
#8 20.61 Preparing to unpack .../133-xtrans-dev_1.6.0-1_all.deb ...
#8 20.62 Unpacking xtrans-dev (1.6.0-1) ...
#8 20.66 Selecting previously unselected package libxcb1-dev:arm64.
#8 20.66 Preparing to unpack .../134-libxcb1-dev_1.17.0-2build1_arm64.deb ...
#8 20.66 Unpacking libxcb1-dev:arm64 (1.17.0-2build1) ...
#8 20.70 Selecting previously unselected package libx11-dev:arm64.
#8 20.70 Preparing to unpack .../135-libx11-dev_2%3a1.8.12-1build1_arm64.deb ...
#8 20.70 Unpacking libx11-dev:arm64 (2:1.8.12-1build1) ...
#8 20.74 Selecting previously unselected package manpages-dev.
#8 20.74 Preparing to unpack .../136-manpages-dev_6.9.1-1_all.deb ...
#8 20.75 Unpacking manpages-dev (6.9.1-1) ...
#8 20.79 Selecting previously unselected package unzip.
#8 20.79 Preparing to unpack .../137-unzip_6.0-28ubuntu7_arm64.deb ...
#8 20.80 Unpacking unzip (6.0-28ubuntu7) ...
#8 20.84 Setting up libksba8:arm64 (1.6.7-2) ...
#8 20.85 Setting up libexpat1:arm64 (2.7.1-2) ...
#8 20.85 Setting up bubblewrap (0.11.0-2) ...
#8 20.85 Setting up libxau6:arm64 (1:1.0.11-1build1) ...
#8 20.86 Setting up libxdmcp6:arm64 (1:1.1.5-1build1) ...
#8 20.86 Setting up libnpth0t64:arm64 (1.8-3) ...
#8 20.86 Setting up libkeyutils1:arm64 (1.6.3-6ubuntu2) ...
#8 20.86 Setting up lto-disabled-list (69) ...
#8 20.87 Setting up libapparmor1:arm64 (5.0.0~alpha1-0ubuntu8.3) ...
#8 20.87 Setting up libxcb1:arm64 (1.17.0-2build1) ...
#8 20.87 Setting up libgdbm6t64:arm64 (1.26-1) ...
#8 20.88 Setting up libgdbm-compat4t64:arm64 (1.26-1) ...
#8 20.88 Setting up libcbor0.10:arm64 (0.10.2-2ubuntu1) ...
#8 20.88 Setting up manpages (6.9.1-1) ...
#8 20.88 Setting up libsframe2:arm64 (2.45-7ubuntu1.2) ...
#8 20.88 Setting up unzip (6.0-28ubuntu7) ...
#8 20.89 Setting up libbrotli1:arm64 (1.1.0-2build5) ...
#8 20.89 Setting up libedit2:arm64 (3.1-20250104-1build1) ...
#8 20.89 Setting up libsasl2-modules:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#8 20.90 Setting up binutils-common:arm64 (2.45-7ubuntu1.2) ...
#8 20.91 Setting up libnghttp2-14:arm64 (1.64.0-1.1ubuntu1) ...
#8 20.91 Setting up less (668-1) ...
#8 20.92 Setting up linux-libc-dev:arm64 (6.17.0-8.8) ...
#8 20.92 Setting up libctf-nobfd0:arm64 (2.45-7ubuntu1.2) ...
#8 20.92 Setting up krb5-locales (1.21.3-5ubuntu2) ...
#8 20.92 Setting up libgomp1:arm64 (15.2.0-4ubuntu4) ...
#8 20.93 Setting up bzip2 (1.0.8-6build1) ...
#8 20.93 Setting up libldap-common (2.6.10+dfsg-1ubuntu2) ...
#8 20.93 Setting up libfakeroot:arm64 (1.37.1.2-1) ...
#8 20.94 Setting up libjansson4:arm64 (2.14-2build3) ...
#8 20.94 Setting up libkrb5support0:arm64 (1.21.3-5ubuntu2) ...
#8 20.94 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#8 20.94 Setting up fakeroot (1.37.1.2-1) ...
#8 20.95 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#8 20.95 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#8 20.95 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#8 20.95 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#8 20.95 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#8 20.95 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#8 20.95 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#8 20.95 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#8 20.95 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#8 20.95 Setting up xtrans-dev (1.6.0-1) ...
#8 20.96 Setting up libnettle8t64:arm64 (3.10.1-1) ...
#8 20.96 Setting up rpcsvc-proto (1.4.3-1) ...
#8 20.96 Setting up libx11-data (2:1.8.12-1build1) ...
#8 20.97 Setting up make (4.4.1-2) ...
#8 20.97 Setting up libmpfr6:arm64 (4.2.2-1build1) ...
#8 20.97 Setting up gnupg-l10n (2.4.8-2ubuntu2.1) ...
#8 20.97 Setting up bash-completion (1:2.16.0-7) ...
#8 20.98 Setting up xz-utils (5.8.1-1build2) ...
#8 20.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#8 20.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#8 20.99 Setting up libunistring5:arm64 (1.3-2) ...
#8 20.99 Setting up libmpc3:arm64 (1.3.1-1build3) ...
#8 20.99 Setting up libatomic1:arm64 (15.2.0-4ubuntu4) ...
#8 21.00 Setting up patch (2.8-2) ...
#8 21.00 Setting up sudo (1.9.17p2-1ubuntu1) ...
#8 21.01 update-alternatives: using /usr/bin/sudo.ws to provide /usr/bin/sudo (sudo) in auto mode
#8 21.01 update-alternatives: warning: skip creation of /usr/share/man/man8/sudo.8.gz because associated file /usr/share/man/man8/sudo.ws.8.gz (of link group sudo) doesn't exist
#8 21.01 update-alternatives: warning: skip creation of /usr/share/man/man8/sudoedit.8.gz because associated file /usr/share/man/man8/sudo.ws.8.gz (of link group sudo) doesn't exist
#8 21.01 update-alternatives: warning: skip creation of /usr/share/man/man5/sudoers.5.gz because associated file /usr/share/man/man5/sudoers.ws.5.gz (of link group sudo) doesn't exist
#8 21.01 update-alternatives: warning: skip creation of /usr/share/man/man8/visudo.8.gz because associated file /usr/share/man/man8/visudo.ws.8.gz (of link group sudo) doesn't exist
#8 21.01 Setting up libk5crypto3:arm64 (1.21.3-5ubuntu2) ...
#8 21.03 Setting up libsasl2-2:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#8 21.03 Setting up libubsan1:arm64 (15.2.0-4ubuntu4) ...
#8 21.03 Setting up nano (8.4-1) ...
#8 21.04 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
#8 21.04 update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group editor) doesn't exist
#8 21.04 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
#8 21.04 update-alternatives: warning: skip creation of /usr/share/man/man1/pico.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group pico) doesn't exist
#8 21.04 Setting up libffi8:arm64 (3.5.2-1build1) ...
#8 21.04 Setting up libhogweed6t64:arm64 (3.10.1-1) ...
#8 21.05 Setting up perl-modules-5.40 (5.40.1-6build1) ...
#8 21.05 Setting up libhwasan0:arm64 (15.2.0-4ubuntu4) ...
#8 21.05 Setting up libcrypt-dev:arm64 (1:4.4.38-1build1) ...
#8 21.06 Setting up libasan8:arm64 (15.2.0-4ubuntu4) ...
#8 21.07 Setting up libassuan9:arm64 (3.0.2-2) ...
#8 21.07 Setting up libtasn1-6:arm64 (4.20.0-2build1) ...
#8 21.07 Setting up git-man (1:2.51.0-1ubuntu1) ...
#8 21.07 Setting up libx11-6:arm64 (2:1.8.12-1build1) ...
#8 21.08 Setting up xorg-sgml-doctools (1:1.11-1.1) ...
#8 21.08 Setting up netbase (6.5) ...
#8 21.09 Setting up libkrb5-3:arm64 (1.21.3-5ubuntu2) ...
#8 21.09 Setting up libssh2-1t64:arm64 (1.11.1-1build1) ...
#8 21.09 Setting up libtsan2:arm64 (15.2.0-4ubuntu4) ...
#8 21.10 Setting up libbinutils:arm64 (2.45-7ubuntu1.2) ...
#8 21.10 Setting up libfido2-1:arm64 (1.16.0-2) ...
#8 21.10 Setting up libisl23:arm64 (0.27-1) ...
#8 21.10 Setting up libc-dev-bin (2.42-0ubuntu3) ...
#8 21.11 Setting up openssl (3.5.3-1ubuntu2) ...
#8 21.11 Setting up libcap-dev:arm64 (1:2.75-7ubuntu2) ...
#8 21.11 Setting up readline-common (8.3-3) ...
#8 21.12 Setting up publicsuffix (20250328.1952-0.1) ...
#8 21.12 Setting up libcc1-0:arm64 (15.2.0-4ubuntu4) ...
#8 21.12 Setting up libldap2:arm64 (2.6.10+dfsg-1ubuntu2) ...
#8 21.13 Setting up libxmuu1:arm64 (2:1.1.3-3build3) ...
#8 21.13 Setting up liblocale-gettext-perl (1.07-7build1) ...
#8 21.15 Setting up sudo-rs (0.2.8-1ubuntu5.2) ...
#8 21.16 update-alternatives: using /usr/lib/cargo/bin/sudo to provide /usr/bin/sudo (sudo) in auto mode
#8 21.16 update-alternatives: warning: skip creation of /usr/share/man/man8/sudo.8.gz because associated file /usr/share/man/man8/sudo-rs.8.gz (of link group sudo) doesn't exist
#8 21.16 update-alternatives: warning: skip creation of /usr/share/man/man8/sudoedit.8.gz because associated file /usr/share/man/man8/sudo-rs.8.gz (of link group sudo) doesn't exist
#8 21.16 update-alternatives: warning: skip creation of /usr/share/man/man5/sudoers.5.gz because associated file /usr/share/man/man5/sudoers-rs.5.gz (of link group sudo) doesn't exist
#8 21.16 update-alternatives: warning: skip creation of /usr/share/man/man8/visudo.8.gz because associated file /usr/share/man/man8/visudo-rs.8.gz (of link group sudo) doesn't exist
#8 21.17 Setting up liblsan0:arm64 (15.2.0-4ubuntu4) ...
#8 21.17 Setting up libitm1:arm64 (15.2.0-4ubuntu4) ...
#8 21.17 Setting up libpopt0:arm64 (1.19+dfsg-2) ...
#8 21.17 Setting up gnupg-utils (2.4.8-2ubuntu2.1) ...
#8 21.17 Setting up libctf0:arm64 (2.45-7ubuntu1.2) ...
#8 21.18 Setting up pinentry-curses (1.3.1-2ubuntu3) ...
#8 21.18 Setting up x11proto-dev (2024.1-1) ...
#8 21.18 Setting up manpages-dev (6.9.1-1) ...
#8 21.19 Setting up cpp-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#8 21.19 Setting up libgcc-15-dev:arm64 (15.2.0-4ubuntu4) ...
#8 21.19 Setting up libxau-dev:arm64 (1:1.0.11-1build1) ...
#8 21.19 Setting up libxext6:arm64 (2:1.3.4-1build2) ...
#8 21.20 Setting up binutils-aarch64-linux-gnu (2.45-7ubuntu1.2) ...
#8 21.20 Setting up libidn2-0:arm64 (2.3.8-4) ...
#8 21.20 Setting up libperl5.40:arm64 (5.40.1-6build1) ...
#8 21.20 Setting up ca-certificates (20250419) ...
#8 21.98 Updating certificates in /etc/ssl/certs...
#8 ...
#24 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#24 sha256:29dbc7c0e530a6f4b3db39cf03ed9780b7c37384f66abfdf47d582ab3c57fd06
#24 13.19 Preconfiguring packages ...
#24 13.30 Fetched 106 MB in 7s (14.8 MB/s)
#24 13.32 Selecting previously unselected package libexpat1:arm64.
#24 13.32 (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 ... 5213 files and directories currently installed.)
#24 13.33 Preparing to unpack .../libexpat1_2.7.1-2_arm64.deb ...
#24 13.33 Unpacking libexpat1:arm64 (2.7.1-2) ...
#24 13.36 Selecting previously unselected package liblocale-gettext-perl.
#24 13.36 Preparing to unpack .../liblocale-gettext-perl_1.07-7build1_arm64.deb ...
#24 13.36 Unpacking liblocale-gettext-perl (1.07-7build1) ...
#24 13.39 Selecting previously unselected package adduser.
#24 13.39 Preparing to unpack .../adduser_3.152ubuntu1_all.deb ...
#24 13.40 Unpacking adduser (3.152ubuntu1) ...
#24 13.43 Setting up adduser (3.152ubuntu1) ...
#24 13.48 Selecting previously unselected package openssl.
#24 13.48 (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 ... 5319 files and directories currently installed.)
#24 13.48 Preparing to unpack .../000-openssl_3.5.3-1ubuntu2_arm64.deb ...
#24 13.48 Unpacking openssl (3.5.3-1ubuntu2) ...
#24 13.53 Selecting previously unselected package ca-certificates.
#24 13.53 Preparing to unpack .../001-ca-certificates_20250419_all.deb ...
#24 13.53 Unpacking ca-certificates (20250419) ...
#24 13.58 Selecting previously unselected package krb5-locales.
#24 13.58 Preparing to unpack .../002-krb5-locales_1.21.3-5ubuntu2_all.deb ...
#24 13.58 Unpacking krb5-locales (1.21.3-5ubuntu2) ...
#24 13.61 Selecting previously unselected package less.
#24 13.61 Preparing to unpack .../003-less_668-1_arm64.deb ...
#24 13.61 Unpacking less (668-1) ...
#24 13.64 Selecting previously unselected package libapparmor1:arm64.
#24 13.65 Preparing to unpack .../004-libapparmor1_5.0.0~alpha1-0ubuntu8.3_arm64.deb ...
#24 13.65 Unpacking libapparmor1:arm64 (5.0.0~alpha1-0ubuntu8.3) ...
#24 13.68 Selecting previously unselected package libatomic1:arm64.
#24 13.68 Preparing to unpack .../005-libatomic1_15.2.0-4ubuntu4_arm64.deb ...
#24 13.68 Unpacking libatomic1:arm64 (15.2.0-4ubuntu4) ...
#24 13.71 Selecting previously unselected package libedit2:arm64.
#24 13.71 Preparing to unpack .../006-libedit2_3.1-20250104-1build1_arm64.deb ...
#24 13.71 Unpacking libedit2:arm64 (3.1-20250104-1build1) ...
#24 13.74 Selecting previously unselected package libffi8:arm64.
#24 13.74 Preparing to unpack .../007-libffi8_3.5.2-1build1_arm64.deb ...
#24 13.74 Unpacking libffi8:arm64 (3.5.2-1build1) ...
#24 13.77 Selecting previously unselected package libnettle8t64:arm64.
#24 13.77 Preparing to unpack .../008-libnettle8t64_3.10.1-1_arm64.deb ...
#24 13.78 Unpacking libnettle8t64:arm64 (3.10.1-1) ...
#24 13.81 Selecting previously unselected package libhogweed6t64:arm64.
#24 13.81 Preparing to unpack .../009-libhogweed6t64_3.10.1-1_arm64.deb ...
#24 13.82 Unpacking libhogweed6t64:arm64 (3.10.1-1) ...
#24 13.84 Selecting previously unselected package libunistring5:arm64.
#24 13.85 Preparing to unpack .../010-libunistring5_1.3-2_arm64.deb ...
#24 13.85 Unpacking libunistring5:arm64 (1.3-2) ...
#24 13.89 Selecting previously unselected package libidn2-0:arm64.
#24 13.89 Preparing to unpack .../011-libidn2-0_2.3.8-4_arm64.deb ...
#24 13.89 Unpacking libidn2-0:arm64 (2.3.8-4) ...
#24 13.92 Selecting previously unselected package libp11-kit0:arm64.
#24 13.92 Preparing to unpack .../012-libp11-kit0_0.25.5-3ubuntu1_arm64.deb ...
#24 13.92 Unpacking libp11-kit0:arm64 (0.25.5-3ubuntu1) ...
#24 13.97 Selecting previously unselected package libtasn1-6:arm64.
#24 13.97 Preparing to unpack .../013-libtasn1-6_4.20.0-2build1_arm64.deb ...
#24 13.97 Unpacking libtasn1-6:arm64 (4.20.0-2build1) ...
#24 14.00 Selecting previously unselected package libgnutls30t64:arm64.
#24 14.00 Preparing to unpack .../014-libgnutls30t64_3.8.9-3ubuntu2_arm64.deb ...
#24 14.00 Unpacking libgnutls30t64:arm64 (3.8.9-3ubuntu2) ...
#24 14.04 Selecting previously unselected package libkrb5support0:arm64.
#24 14.05 Preparing to unpack .../015-libkrb5support0_1.21.3-5ubuntu2_arm64.deb ...
#24 14.05 Unpacking libkrb5support0:arm64 (1.21.3-5ubuntu2) ...
#24 14.08 Selecting previously unselected package libk5crypto3:arm64.
#24 14.08 Preparing to unpack .../016-libk5crypto3_1.21.3-5ubuntu2_arm64.deb ...
#24 14.08 Unpacking libk5crypto3:arm64 (1.21.3-5ubuntu2) ...
#24 14.11 Selecting previously unselected package libkeyutils1:arm64.
#24 14.11 Preparing to unpack .../017-libkeyutils1_1.6.3-6ubuntu2_arm64.deb ...
#24 14.12 Unpacking libkeyutils1:arm64 (1.6.3-6ubuntu2) ...
#24 14.14 Selecting previously unselected package libkrb5-3:arm64.
#24 14.14 Preparing to unpack .../018-libkrb5-3_1.21.3-5ubuntu2_arm64.deb ...
#24 14.15 Unpacking libkrb5-3:arm64 (1.21.3-5ubuntu2) ...
#24 14.20 Selecting previously unselected package libgssapi-krb5-2:arm64.
#24 14.20 Preparing to unpack .../019-libgssapi-krb5-2_1.21.3-5ubuntu2_arm64.deb ...
#24 14.21 Unpacking libgssapi-krb5-2:arm64 (1.21.3-5ubuntu2) ...
#24 14.23 Selecting previously unselected package readline-common.
#24 14.23 Preparing to unpack .../020-readline-common_8.3-3_all.deb ...
#24 14.23 Unpacking readline-common (8.3-3) ...
#24 14.26 Selecting previously unselected package libreadline8t64:arm64.
#24 14.26 Preparing to unpack .../021-libreadline8t64_8.3-3_arm64.deb ...
#24 14.26 Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8 to /lib/aarch64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#24 14.27 Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8.2 to /lib/aarch64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
#24 14.28 Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8 to /lib/aarch64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#24 14.29 Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8.2 to /lib/aarch64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
#24 14.29 Unpacking libreadline8t64:arm64 (8.3-3) ...
#24 14.32 Selecting previously unselected package netbase.
#24 14.32 Preparing to unpack .../022-netbase_6.5_all.deb ...
#24 14.32 Unpacking netbase (6.5) ...
#24 14.35 Selecting previously unselected package sudo.
#24 14.35 Preparing to unpack .../023-sudo_1.9.17p2-1ubuntu1_arm64.deb ...
#24 14.36 Unpacking sudo (1.9.17p2-1ubuntu1) ...
#24 14.47 Selecting previously unselected package sudo-rs.
#24 14.47 Preparing to unpack .../024-sudo-rs_0.2.8-1ubuntu5.2_arm64.deb ...
#24 14.47 Unpacking sudo-rs (0.2.8-1ubuntu5.2) ...
#24 14.52 Selecting previously unselected package bash-completion.
#24 14.53 Preparing to unpack .../025-bash-completion_1%3a2.16.0-7_all.deb ...
#24 14.53 Unpacking bash-completion (1:2.16.0-7) ...
#24 14.66 Selecting previously unselected package libcbor0.10:arm64.
#24 14.66 Preparing to unpack .../026-libcbor0.10_0.10.2-2ubuntu1_arm64.deb ...
#24 14.66 Unpacking libcbor0.10:arm64 (0.10.2-2ubuntu1) ...
#24 14.69 Selecting previously unselected package libfido2-1:arm64.
#24 14.69 Preparing to unpack .../027-libfido2-1_1.16.0-2_arm64.deb ...
#24 14.69 Unpacking libfido2-1:arm64 (1.16.0-2) ...
#24 14.72 Selecting previously unselected package libgdbm6t64:arm64.
#24 14.72 Preparing to unpack .../028-libgdbm6t64_1.26-1_arm64.deb ...
#24 14.72 Unpacking libgdbm6t64:arm64 (1.26-1) ...
#24 14.75 Selecting previously unselected package libjansson4:arm64.
#24 14.75 Preparing to unpack .../029-libjansson4_2.14-2build3_arm64.deb ...
#24 14.75 Unpacking libjansson4:arm64 (2.14-2build3) ...
#24 14.78 Selecting previously unselected package libnghttp2-14:arm64.
#24 14.78 Preparing to unpack .../030-libnghttp2-14_1.64.0-1.1ubuntu1_arm64.deb ...
#24 14.78 Unpacking libnghttp2-14:arm64 (1.64.0-1.1ubuntu1) ...
#24 14.81 Selecting previously unselected package libpsl5t64:arm64.
#24 14.81 Preparing to unpack .../031-libpsl5t64_0.21.2-1.1build1_arm64.deb ...
#24 14.81 Unpacking libpsl5t64:arm64 (0.21.2-1.1build1) ...
#24 14.84 Selecting previously unselected package libxau6:arm64.
#24 14.84 Preparing to unpack .../032-libxau6_1%3a1.0.11-1build1_arm64.deb ...
#24 14.84 Unpacking libxau6:arm64 (1:1.0.11-1build1) ...
#24 14.86 Selecting previously unselected package libxdmcp6:arm64.
#24 14.86 Preparing to unpack .../033-libxdmcp6_1%3a1.1.5-1build1_arm64.deb ...
#24 14.86 Unpacking libxdmcp6:arm64 (1:1.1.5-1build1) ...
#24 14.88 Selecting previously unselected package libxcb1:arm64.
#24 14.89 Preparing to unpack .../034-libxcb1_1.17.0-2build1_arm64.deb ...
#24 14.89 Unpacking libxcb1:arm64 (1.17.0-2build1) ...
#24 14.91 Selecting previously unselected package libx11-data.
#24 14.91 Preparing to unpack .../035-libx11-data_2%3a1.8.12-1build1_all.deb ...
#24 14.92 Unpacking libx11-data (2:1.8.12-1build1) ...
#24 14.97 Selecting previously unselected package libx11-6:arm64.
#24 14.98 Preparing to unpack .../036-libx11-6_2%3a1.8.12-1build1_arm64.deb ...
#24 14.98 Unpacking libx11-6:arm64 (2:1.8.12-1build1) ...
#24 15.02 Selecting previously unselected package libxext6:arm64.
#24 15.02 Preparing to unpack .../037-libxext6_2%3a1.3.4-1build2_arm64.deb ...
#24 15.02 Unpacking libxext6:arm64 (2:1.3.4-1build2) ...
#24 15.04 Selecting previously unselected package libxmuu1:arm64.
#24 15.04 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-3build3_arm64.deb ...
#24 15.04 Unpacking libxmuu1:arm64 (2:1.1.3-3build3) ...
#24 15.07 Selecting previously unselected package manpages.
#24 15.07 Preparing to unpack .../039-manpages_6.9.1-1_all.deb ...
#24 15.07 Unpacking manpages (6.9.1-1) ...
#24 15.10 Selecting previously unselected package openssh-client.
#24 15.11 Preparing to unpack .../040-openssh-client_1%3a10.0p1-5ubuntu5_arm64.deb ...
#24 15.12 Unpacking openssh-client (1:10.0p1-5ubuntu5) ...
#24 15.19 Selecting previously unselected package publicsuffix.
#24 15.19 Preparing to unpack .../041-publicsuffix_20250328.1952-0.1_all.deb ...
#24 15.19 Unpacking publicsuffix (20250328.1952-0.1) ...
#24 15.22 Selecting previously unselected package xauth.
#24 15.22 Preparing to unpack .../042-xauth_1%3a1.1.2-1.1_arm64.deb ...
#24 15.22 Unpacking xauth (1:1.1.2-1.1) ...
#24 15.30 Selecting previously unselected package xz-utils.
#24 15.31 Preparing to unpack .../043-xz-utils_5.8.1-1build2_arm64.deb ...
#24 15.33 Unpacking xz-utils (5.8.1-1build2) ...
#24 15.37 Selecting previously unselected package libsframe2:arm64.
#24 15.37 Preparing to unpack .../044-libsframe2_2.45-7ubuntu1.2_arm64.deb ...
#24 15.37 Unpacking libsframe2:arm64 (2.45-7ubuntu1.2) ...
#24 15.40 Selecting previously unselected package binutils-common:arm64.
#24 15.40 Preparing to unpack .../045-binutils-common_2.45-7ubuntu1.2_arm64.deb ...
#24 15.41 Unpacking binutils-common:arm64 (2.45-7ubuntu1.2) ...
#24 15.44 Selecting previously unselected package libbinutils:arm64.
#24 15.44 Preparing to unpack .../046-libbinutils_2.45-7ubuntu1.2_arm64.deb ...
#24 15.44 Unpacking libbinutils:arm64 (2.45-7ubuntu1.2) ...
#24 15.51 Selecting previously unselected package libgprofng0:arm64.
#24 15.52 Preparing to unpack .../047-libgprofng0_2.45-7ubuntu1.2_arm64.deb ...
#24 15.52 Unpacking libgprofng0:arm64 (2.45-7ubuntu1.2) ...
#24 15.57 Selecting previously unselected package libctf-nobfd0:arm64.
#24 15.58 Preparing to unpack .../048-libctf-nobfd0_2.45-7ubuntu1.2_arm64.deb ...
#24 15.58 Unpacking libctf-nobfd0:arm64 (2.45-7ubuntu1.2) ...
#24 15.60 Selecting previously unselected package libctf0:arm64.
#24 15.61 Preparing to unpack .../049-libctf0_2.45-7ubuntu1.2_arm64.deb ...
#24 15.61 Unpacking libctf0:arm64 (2.45-7ubuntu1.2) ...
#24 15.63 Selecting previously unselected package binutils-aarch64-linux-gnu.
#24 15.64 Preparing to unpack .../050-binutils-aarch64-linux-gnu_2.45-7ubuntu1.2_arm64.deb ...
#24 15.64 Unpacking binutils-aarch64-linux-gnu (2.45-7ubuntu1.2) ...
#24 15.76 Selecting previously unselected package binutils.
#24 15.77 Preparing to unpack .../051-binutils_2.45-7ubuntu1.2_arm64.deb ...
#24 15.77 Unpacking binutils (2.45-7ubuntu1.2) ...
#24 15.80 Selecting previously unselected package libc-dev-bin.
#24 15.81 Preparing to unpack .../052-libc-dev-bin_2.42-0ubuntu3_arm64.deb ...
#24 15.81 Unpacking libc-dev-bin (2.42-0ubuntu3) ...
#24 15.83 Selecting previously unselected package linux-libc-dev:arm64.
#24 15.83 Preparing to unpack .../053-linux-libc-dev_6.17.0-8.8_arm64.deb ...
#24 15.83 Unpacking linux-libc-dev:arm64 (6.17.0-8.8) ...
#24 16.07 Selecting previously unselected package libcrypt-dev:arm64.
#24 16.07 Preparing to unpack .../054-libcrypt-dev_1%3a4.4.38-1build1_arm64.deb ...
#24 16.08 Unpacking libcrypt-dev:arm64 (1:4.4.38-1build1) ...
#24 16.11 Selecting previously unselected package rpcsvc-proto.
#24 16.11 Preparing to unpack .../055-rpcsvc-proto_1.4.3-1_arm64.deb ...
#24 16.12 Unpacking rpcsvc-proto (1.4.3-1) ...
#24 16.14 Selecting previously unselected package libc6-dev:arm64.
#24 16.15 Preparing to unpack .../056-libc6-dev_2.42-0ubuntu3_arm64.deb ...
#24 16.15 Unpacking libc6-dev:arm64 (2.42-0ubuntu3) ...
#24 16.27 Selecting previously unselected package libisl23:arm64.
#24 16.27 Preparing to unpack .../057-libisl23_0.27-1_arm64.deb ...
#24 16.27 Unpacking libisl23:arm64 (0.27-1) ...
#24 16.31 Selecting previously unselected package libmpfr6:arm64.
#24 16.31 Preparing to unpack .../058-libmpfr6_4.2.2-1build1_arm64.deb ...
#24 16.31 Unpacking libmpfr6:arm64 (4.2.2-1build1) ...
#24 16.34 Selecting previously unselected package libmpc3:arm64.
#24 16.34 Preparing to unpack .../059-libmpc3_1.3.1-1build3_arm64.deb ...
#24 16.34 Unpacking libmpc3:arm64 (1.3.1-1build3) ...
#24 16.36 Selecting previously unselected package cpp-15-aarch64-linux-gnu.
#24 16.36 Preparing to unpack .../060-cpp-15-aarch64-linux-gnu_15.2.0-4ubuntu4_arm64.deb ...
#24 16.36 Unpacking cpp-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#24 16.79 Selecting previously unselected package cpp-15.
#24 16.80 Preparing to unpack .../061-cpp-15_15.2.0-4ubuntu4_arm64.deb ...
#24 16.80 Unpacking cpp-15 (15.2.0-4ubuntu4) ...
#24 16.81 Selecting previously unselected package cpp-aarch64-linux-gnu.
#24 16.82 Preparing to unpack .../062-cpp-aarch64-linux-gnu_4%3a15.2.0-4ubuntu1_arm64.deb ...
#24 16.82 Unpacking cpp-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#24 16.84 Selecting previously unselected package cpp.
#24 16.84 Preparing to unpack .../063-cpp_4%3a15.2.0-4ubuntu1_arm64.deb ...
#24 16.85 Unpacking cpp (4:15.2.0-4ubuntu1) ...
#24 16.87 Selecting previously unselected package libcc1-0:arm64.
#24 16.87 Preparing to unpack .../064-libcc1-0_15.2.0-4ubuntu4_arm64.deb ...
#24 16.87 Unpacking libcc1-0:arm64 (15.2.0-4ubuntu4) ...
#24 16.89 Selecting previously unselected package libgomp1:arm64.
#24 16.90 Preparing to unpack .../065-libgomp1_15.2.0-4ubuntu4_arm64.deb ...
#24 16.90 Unpacking libgomp1:arm64 (15.2.0-4ubuntu4) ...
#24 16.92 Selecting previously unselected package libitm1:arm64.
#24 16.92 Preparing to unpack .../066-libitm1_15.2.0-4ubuntu4_arm64.deb ...
#24 16.92 Unpacking libitm1:arm64 (15.2.0-4ubuntu4) ...
#24 16.95 Selecting previously unselected package libasan8:arm64.
#24 16.95 Preparing to unpack .../067-libasan8_15.2.0-4ubuntu4_arm64.deb ...
#24 16.95 Unpacking libasan8:arm64 (15.2.0-4ubuntu4) ...
#24 17.05 Selecting previously unselected package liblsan0:arm64.
#24 17.05 Preparing to unpack .../068-liblsan0_15.2.0-4ubuntu4_arm64.deb ...
#24 17.06 Unpacking liblsan0:arm64 (15.2.0-4ubuntu4) ...
#24 17.11 Selecting previously unselected package libtsan2:arm64.
#24 17.11 Preparing to unpack .../069-libtsan2_15.2.0-4ubuntu4_arm64.deb ...
#24 17.11 Unpacking libtsan2:arm64 (15.2.0-4ubuntu4) ...
#24 17.22 Selecting previously unselected package libubsan1:arm64.
#24 17.22 Preparing to unpack .../070-libubsan1_15.2.0-4ubuntu4_arm64.deb ...
#24 17.23 Unpacking libubsan1:arm64 (15.2.0-4ubuntu4) ...
#24 17.30 Selecting previously unselected package libhwasan0:arm64.
#24 17.30 Preparing to unpack .../071-libhwasan0_15.2.0-4ubuntu4_arm64.deb ...
#24 17.31 Unpacking libhwasan0:arm64 (15.2.0-4ubuntu4) ...
#24 17.38 Selecting previously unselected package libgcc-15-dev:arm64.
#24 17.39 Preparing to unpack .../072-libgcc-15-dev_15.2.0-4ubuntu4_arm64.deb ...
#24 17.39 Unpacking libgcc-15-dev:arm64 (15.2.0-4ubuntu4) ...
#24 17.53 Selecting previously unselected package gcc-15-aarch64-linux-gnu.
#24 17.53 Preparing to unpack .../073-gcc-15-aarch64-linux-gnu_15.2.0-4ubuntu4_arm64.deb ...
#24 17.53 Unpacking gcc-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#24 18.01 Selecting previously unselected package gcc-15.
#24 18.01 Preparing to unpack .../074-gcc-15_15.2.0-4ubuntu4_arm64.deb ...
#24 18.02 Unpacking gcc-15 (15.2.0-4ubuntu4) ...
#24 18.05 Selecting previously unselected package gcc-aarch64-linux-gnu.
#24 18.05 Preparing to unpack .../075-gcc-aarch64-linux-gnu_4%3a15.2.0-4ubuntu1_arm64.deb ...
#24 18.06 Unpacking gcc-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#24 18.08 Selecting previously unselected package gcc.
#24 18.09 Preparing to unpack .../076-gcc_4%3a15.2.0-4ubuntu1_arm64.deb ...
#24 18.09 Unpacking gcc (4:15.2.0-4ubuntu1) ...
#24 18.12 Selecting previously unselected package libstdc++-15-dev:arm64.
#24 18.12 Preparing to unpack .../077-libstdc++-15-dev_15.2.0-4ubuntu4_arm64.deb ...
#24 18.12 Unpacking libstdc++-15-dev:arm64 (15.2.0-4ubuntu4) ...
#24 18.30 Selecting previously unselected package g++-15-aarch64-linux-gnu.
#24 18.30 Preparing to unpack .../078-g++-15-aarch64-linux-gnu_15.2.0-4ubuntu4_arm64.deb ...
#24 18.30 Unpacking g++-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#24 18.63 Selecting previously unselected package g++-15.
#24 18.63 Preparing to unpack .../079-g++-15_15.2.0-4ubuntu4_arm64.deb ...
#24 18.64 Unpacking g++-15 (15.2.0-4ubuntu4) ...
#24 18.66 Selecting previously unselected package g++-aarch64-linux-gnu.
#24 18.68 Preparing to unpack .../080-g++-aarch64-linux-gnu_4%3a15.2.0-4ubuntu1_arm64.deb ...
#24 18.68 Unpacking g++-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#24 18.70 Selecting previously unselected package g++.
#24 18.70 Preparing to unpack .../081-g++_4%3a15.2.0-4ubuntu1_arm64.deb ...
#24 18.71 Unpacking g++ (4:15.2.0-4ubuntu1) ...
#24 18.73 Selecting previously unselected package make.
#24 18.73 Preparing to unpack .../082-make_4.4.1-2_arm64.deb ...
#24 18.73 Unpacking make (4.4.1-2) ...
#24 18.76 Selecting previously unselected package perl-modules-5.40.
#24 18.76 Preparing to unpack .../083-perl-modules-5.40_5.40.1-6build1_all.deb ...
#24 18.77 Unpacking perl-modules-5.40 (5.40.1-6build1) ...
#24 19.00 Selecting previously unselected package libgdbm-compat4t64:arm64.
#24 19.01 Preparing to unpack .../084-libgdbm-compat4t64_1.26-1_arm64.deb ...
#24 19.01 Unpacking libgdbm-compat4t64:arm64 (1.26-1) ...
#24 19.03 Selecting previously unselected package libperl5.40:arm64.
#24 19.04 Preparing to unpack .../085-libperl5.40_5.40.1-6build1_arm64.deb ...
#24 19.04 Unpacking libperl5.40:arm64 (5.40.1-6build1) ...
#24 19.24 Selecting previously unselected package perl.
#24 19.24 Preparing to unpack .../086-perl_5.40.1-6build1_arm64.deb ...
#24 19.24 Unpacking perl (5.40.1-6build1) ...
#24 19.28 Selecting previously unselected package libdpkg-perl.
#24 19.29 Preparing to unpack .../087-libdpkg-perl_1.22.21ubuntu3.1_all.deb ...
#24 19.29 Unpacking libdpkg-perl (1.22.21ubuntu3.1) ...
#24 19.33 Selecting previously unselected package bzip2.
#24 19.33 Preparing to unpack .../088-bzip2_1.0.8-6build1_arm64.deb ...
#24 19.33 Unpacking bzip2 (1.0.8-6build1) ...
#24 19.36 Selecting previously unselected package patch.
#24 19.37 Preparing to unpack .../089-patch_2.8-2_arm64.deb ...
#24 19.37 Unpacking patch (2.8-2) ...
#24 19.39 Selecting previously unselected package lto-disabled-list.
#24 19.40 Preparing to unpack .../090-lto-disabled-list_69_all.deb ...
#24 19.40 Unpacking lto-disabled-list (69) ...
#24 19.42 Selecting previously unselected package dpkg-dev.
#24 19.42 Preparing to unpack .../091-dpkg-dev_1.22.21ubuntu3.1_all.deb ...
#24 19.42 Unpacking dpkg-dev (1.22.21ubuntu3.1) ...
#24 19.46 Selecting previously unselected package build-essential.
#24 19.46 Preparing to unpack .../092-build-essential_12.12ubuntu1_arm64.deb ...
#24 19.46 Unpacking build-essential (12.12ubuntu1) ...
#24 19.48 Selecting previously unselected package libbrotli1:arm64.
#24 19.49 Preparing to unpack .../093-libbrotli1_1.1.0-2build5_arm64.deb ...
#24 19.49 Unpacking libbrotli1:arm64 (1.1.0-2build5) ...
#24 19.52 Selecting previously unselected package libsasl2-modules-db:arm64.
#24 19.52 Preparing to unpack .../094-libsasl2-modules-db_2.1.28+dfsg1-9ubuntu1_arm64.deb ...
#24 19.52 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#24 19.55 Selecting previously unselected package libsasl2-2:arm64.
#24 19.55 Preparing to unpack .../095-libsasl2-2_2.1.28+dfsg1-9ubuntu1_arm64.deb ...
#24 19.55 Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#24 19.58 Selecting previously unselected package libldap-common.
#24 19.58 Preparing to unpack .../096-libldap-common_2.6.10+dfsg-1ubuntu2_all.deb ...
#24 19.58 Unpacking libldap-common (2.6.10+dfsg-1ubuntu2) ...
#24 19.61 Selecting previously unselected package libldap2:arm64.
#24 19.61 Preparing to unpack .../097-libldap2_2.6.10+dfsg-1ubuntu2_arm64.deb ...
#24 19.61 Unpacking libldap2:arm64 (2.6.10+dfsg-1ubuntu2) ...
#24 19.64 Selecting previously unselected package librtmp1:arm64.
#24 19.65 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build8_arm64.deb ...
#24 19.65 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build8) ...
#24 19.68 Selecting previously unselected package libssh2-1t64:arm64.
#24 19.68 Preparing to unpack .../099-libssh2-1t64_1.11.1-1build1_arm64.deb ...
#24 19.68 Unpacking libssh2-1t64:arm64 (1.11.1-1build1) ...
#24 19.71 Selecting previously unselected package libcurl4t64:arm64.
#24 19.71 Preparing to unpack .../100-libcurl4t64_8.14.1-2ubuntu1_arm64.deb ...
#24 19.71 Unpacking libcurl4t64:arm64 (8.14.1-2ubuntu1) ...
#24 19.74 Selecting previously unselected package curl.
#24 19.74 Preparing to unpack .../101-curl_8.14.1-2ubuntu1_arm64.deb ...
#24 19.74 Unpacking curl (8.14.1-2ubuntu1) ...
#24 19.77 Selecting previously unselected package libassuan9:arm64.
#24 19.77 Preparing to unpack .../102-libassuan9_3.0.2-2_arm64.deb ...
#24 19.77 Unpacking libassuan9:arm64 (3.0.2-2) ...
#24 19.80 Selecting previously unselected package gpgconf.
#24 19.80 Preparing to unpack .../103-gpgconf_2.4.8-2ubuntu2.1_arm64.deb ...
#24 19.80 Unpacking gpgconf (2.4.8-2ubuntu2.1) ...
#24 19.83 Selecting previously unselected package libksba8:arm64.
#24 19.83 Preparing to unpack .../104-libksba8_1.6.7-2_arm64.deb ...
#24 19.83 Unpacking libksba8:arm64 (1.6.7-2) ...
#24 19.86 Selecting previously unselected package libnpth0t64:arm64.
#24 19.86 Preparing to unpack .../105-libnpth0t64_1.8-3_arm64.deb ...
#24 19.87 Unpacking libnpth0t64:arm64 (1.8-3) ...
#24 19.89 Selecting previously unselected package dirmngr.
#24 19.89 Preparing to unpack .../106-dirmngr_2.4.8-2ubuntu2.1_arm64.deb ...
#24 19.92 Unpacking dirmngr (2.4.8-2ubuntu2.1) ...
#24 19.97 Selecting previously unselected package libfakeroot:arm64.
#24 19.97 Preparing to unpack .../107-libfakeroot_1.37.1.2-1_arm64.deb ...
#24 19.98 Unpacking libfakeroot:arm64 (1.37.1.2-1) ...
#24 20.00 Selecting previously unselected package fakeroot.
#24 20.00 Preparing to unpack .../108-fakeroot_1.37.1.2-1_arm64.deb ...
#24 20.00 Unpacking fakeroot (1.37.1.2-1) ...
#24 20.03 Selecting previously unselected package libcurl3t64-gnutls:arm64.
#24 20.03 Preparing to unpack .../109-libcurl3t64-gnutls_8.14.1-2ubuntu1_arm64.deb ...
#24 20.03 Unpacking libcurl3t64-gnutls:arm64 (8.14.1-2ubuntu1) ...
#24 20.07 Selecting previously unselected package liberror-perl.
#24 20.08 Preparing to unpack .../110-liberror-perl_0.17030-1_all.deb ...
#24 20.08 Unpacking liberror-perl (0.17030-1) ...
#24 20.10 Selecting previously unselected package git-man.
#24 20.10 Preparing to unpack .../111-git-man_1%3a2.51.0-1ubuntu1_all.deb ...
#24 20.10 Unpacking git-man (1:2.51.0-1ubuntu1) ...
#24 20.14 Selecting previously unselected package git.
#24 20.14 Preparing to unpack .../112-git_1%3a2.51.0-1ubuntu1_arm64.deb ...
#24 20.15 Unpacking git (1:2.51.0-1ubuntu1) ...
#24 20.33 Selecting previously unselected package gpg.
#24 20.34 Preparing to unpack .../113-gpg_2.4.8-2ubuntu2.1_arm64.deb ...
#24 20.34 Unpacking gpg (2.4.8-2ubuntu2.1) ...
#24 20.38 Selecting previously unselected package pinentry-curses.
#24 20.38 Preparing to unpack .../114-pinentry-curses_1.3.1-2ubuntu3_arm64.deb ...
#24 20.38 Unpacking pinentry-curses (1.3.1-2ubuntu3) ...
#24 20.41 Selecting previously unselected package gpg-agent.
#24 20.41 Preparing to unpack .../115-gpg-agent_2.4.8-2ubuntu2.1_arm64.deb ...
#24 20.41 Unpacking gpg-agent (2.4.8-2ubuntu2.1) ...
#24 20.44 Selecting previously unselected package gpgsm.
#24 20.45 Preparing to unpack .../116-gpgsm_2.4.8-2ubuntu2.1_arm64.deb ...
#24 20.45 Unpacking gpgsm (2.4.8-2ubuntu2.1) ...
#24 20.47 Selecting previously unselected package gnupg.
#24 20.48 Preparing to unpack .../117-gnupg_2.4.8-2ubuntu2.1_all.deb ...
#24 20.48 Unpacking gnupg (2.4.8-2ubuntu2.1) ...
#24 20.51 Selecting previously unselected package gnupg-l10n.
#24 20.52 Preparing to unpack .../118-gnupg-l10n_2.4.8-2ubuntu2.1_all.deb ...
#24 20.52 Unpacking gnupg-l10n (2.4.8-2ubuntu2.1) ...
#24 20.54 Selecting previously unselected package gnupg-utils.
#24 20.54 Preparing to unpack .../119-gnupg-utils_2.4.8-2ubuntu2.1_arm64.deb ...
#24 20.55 Unpacking gnupg-utils (2.4.8-2ubuntu2.1) ...
#24 20.58 Selecting previously unselected package gpg-wks-client.
#24 20.58 Preparing to unpack .../120-gpg-wks-client_2.4.8-2ubuntu2.1_arm64.deb ...
#24 20.58 Unpacking gpg-wks-client (2.4.8-2ubuntu2.1) ...
#24 20.61 Selecting previously unselected package libalgorithm-diff-perl.
#24 20.61 Preparing to unpack .../121-libalgorithm-diff-perl_1.201-1_all.deb ...
#24 20.61 Unpacking libalgorithm-diff-perl (1.201-1) ...
#24 20.64 Selecting previously unselected package libalgorithm-diff-xs-perl.
#24 20.64 Preparing to unpack .../122-libalgorithm-diff-xs-perl_0.04-9_arm64.deb ...
#24 20.64 Unpacking libalgorithm-diff-xs-perl (0.04-9) ...
#24 20.66 Selecting previously unselected package libalgorithm-merge-perl.
#24 20.66 Preparing to unpack .../123-libalgorithm-merge-perl_0.08-5_all.deb ...
#24 20.67 Unpacking libalgorithm-merge-perl (0.08-5) ...
#24 20.69 Selecting previously unselected package libcap-dev:arm64.
#24 20.69 Preparing to unpack .../124-libcap-dev_1%3a2.75-7ubuntu2_arm64.deb ...
#24 20.69 Unpacking libcap-dev:arm64 (1:2.75-7ubuntu2) ...
#24 20.73 Selecting previously unselected package libfile-fcntllock-perl.
#24 20.73 Preparing to unpack .../125-libfile-fcntllock-perl_0.22-4ubuntu6_arm64.deb ...
#24 20.73 Unpacking libfile-fcntllock-perl (0.22-4ubuntu6) ...
#24 20.76 Selecting previously unselected package libsasl2-modules:arm64.
#24 20.76 Preparing to unpack .../126-libsasl2-modules_2.1.28+dfsg1-9ubuntu1_arm64.deb ...
#24 20.77 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#24 20.80 Selecting previously unselected package manpages-dev.
#24 20.80 Preparing to unpack .../127-manpages-dev_6.9.1-1_all.deb ...
#24 20.80 Unpacking manpages-dev (6.9.1-1) ...
#24 20.86 Setting up libksba8:arm64 (1.6.7-2) ...
#24 20.87 Setting up libexpat1:arm64 (2.7.1-2) ...
#24 20.87 Setting up libxau6:arm64 (1:1.0.11-1build1) ...
#24 20.87 Setting up libxdmcp6:arm64 (1:1.1.5-1build1) ...
#24 20.88 Setting up libnpth0t64:arm64 (1.8-3) ...
#24 20.88 Setting up libkeyutils1:arm64 (1.6.3-6ubuntu2) ...
#24 20.88 Setting up lto-disabled-list (69) ...
#24 20.88 Setting up libapparmor1:arm64 (5.0.0~alpha1-0ubuntu8.3) ...
#24 20.88 Setting up libxcb1:arm64 (1.17.0-2build1) ...
#24 20.89 Setting up libgdbm6t64:arm64 (1.26-1) ...
#24 20.89 Setting up libgdbm-compat4t64:arm64 (1.26-1) ...
#24 20.89 Setting up libcbor0.10:arm64 (0.10.2-2ubuntu1) ...
#24 20.90 Setting up manpages (6.9.1-1) ...
#24 20.90 Setting up libsframe2:arm64 (2.45-7ubuntu1.2) ...
#24 20.90 Setting up libbrotli1:arm64 (1.1.0-2build5) ...
#24 20.90 Setting up libedit2:arm64 (3.1-20250104-1build1) ...
#24 20.91 Setting up libsasl2-modules:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#24 20.92 Setting up binutils-common:arm64 (2.45-7ubuntu1.2) ...
#24 20.92 Setting up libnghttp2-14:arm64 (1.64.0-1.1ubuntu1) ...
#24 20.93 Setting up less (668-1) ...
#24 20.93 Setting up linux-libc-dev:arm64 (6.17.0-8.8) ...
#24 20.94 Setting up libctf-nobfd0:arm64 (2.45-7ubuntu1.2) ...
#24 20.94 Setting up krb5-locales (1.21.3-5ubuntu2) ...
#24 20.94 Setting up libgomp1:arm64 (15.2.0-4ubuntu4) ...
#24 20.94 Setting up bzip2 (1.0.8-6build1) ...
#24 20.95 Setting up libldap-common (2.6.10+dfsg-1ubuntu2) ...
#24 20.95 Setting up libfakeroot:arm64 (1.37.1.2-1) ...
#24 20.96 Setting up libjansson4:arm64 (2.14-2build3) ...
#24 20.96 Setting up libkrb5support0:arm64 (1.21.3-5ubuntu2) ...
#24 20.96 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#24 20.96 Setting up fakeroot (1.37.1.2-1) ...
#24 20.97 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#24 20.97 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#24 20.97 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#24 20.97 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#24 20.97 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#24 20.97 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#24 20.97 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#24 20.97 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#24 20.97 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#24 20.98 Setting up libnettle8t64:arm64 (3.10.1-1) ...
#24 20.98 Setting up rpcsvc-proto (1.4.3-1) ...
#24 20.98 Setting up libx11-data (2:1.8.12-1build1) ...
#24 20.98 Setting up make (4.4.1-2) ...
#24 20.98 Setting up libmpfr6:arm64 (4.2.2-1build1) ...
#24 20.99 Setting up gnupg-l10n (2.4.8-2ubuntu2.1) ...
#24 20.99 Setting up bash-completion (1:2.16.0-7) ...
#24 20.99 Setting up xz-utils (5.8.1-1build2) ...
#24 21.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#24 21.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#24 21.00 Setting up libunistring5:arm64 (1.3-2) ...
#24 21.01 Setting up libmpc3:arm64 (1.3.1-1build3) ...
#24 21.01 Setting up libatomic1:arm64 (15.2.0-4ubuntu4) ...
#24 21.01 Setting up patch (2.8-2) ...
#24 21.01 Setting up sudo (1.9.17p2-1ubuntu1) ...
#24 21.03 update-alternatives: using /usr/bin/sudo.ws to provide /usr/bin/sudo (sudo) in auto mode
#24 21.03 update-alternatives: warning: skip creation of /usr/share/man/man8/sudo.8.gz because associated file /usr/share/man/man8/sudo.ws.8.gz (of link group sudo) doesn't exist
#24 21.03 update-alternatives: warning: skip creation of /usr/share/man/man8/sudoedit.8.gz because associated file /usr/share/man/man8/sudo.ws.8.gz (of link group sudo) doesn't exist
#24 21.03 update-alternatives: warning: skip creation of /usr/share/man/man5/sudoers.5.gz because associated file /usr/share/man/man5/sudoers.ws.5.gz (of link group sudo) doesn't exist
#24 21.03 update-alternatives: warning: skip creation of /usr/share/man/man8/visudo.8.gz because associated file /usr/share/man/man8/visudo.ws.8.gz (of link group sudo) doesn't exist
#24 21.03 Setting up libk5crypto3:arm64 (1.21.3-5ubuntu2) ...
#24 21.03 Setting up libsasl2-2:arm64 (2.1.28+dfsg1-9ubuntu1) ...
#24 21.03 Setting up libubsan1:arm64 (15.2.0-4ubuntu4) ...
#24 21.04 Setting up libffi8:arm64 (3.5.2-1build1) ...
#24 21.04 Setting up libhogweed6t64:arm64 (3.10.1-1) ...
#24 21.04 Setting up perl-modules-5.40 (5.40.1-6build1) ...
#24 21.04 Setting up libhwasan0:arm64 (15.2.0-4ubuntu4) ...
#24 21.05 Setting up libcrypt-dev:arm64 (1:4.4.38-1build1) ...
#24 21.06 Setting up libasan8:arm64 (15.2.0-4ubuntu4) ...
#24 21.06 Setting up libassuan9:arm64 (3.0.2-2) ...
#24 21.06 Setting up libtasn1-6:arm64 (4.20.0-2build1) ...
#24 21.06 Setting up git-man (1:2.51.0-1ubuntu1) ...
#24 21.07 Setting up libx11-6:arm64 (2:1.8.12-1build1) ...
#24 21.07 Setting up netbase (6.5) ...
#24 21.08 Setting up libkrb5-3:arm64 (1.21.3-5ubuntu2) ...
#24 21.08 Setting up libssh2-1t64:arm64 (1.11.1-1build1) ...
#24 21.08 Setting up libtsan2:arm64 (15.2.0-4ubuntu4) ...
#24 21.08 Setting up libbinutils:arm64 (2.45-7ubuntu1.2) ...
#24 21.09 Setting up libfido2-1:arm64 (1.16.0-2) ...
#24 21.09 Setting up libisl23:arm64 (0.27-1) ...
#24 21.09 Setting up libc-dev-bin (2.42-0ubuntu3) ...
#24 21.09 Setting up openssl (3.5.3-1ubuntu2) ...
#24 21.10 Setting up libcap-dev:arm64 (1:2.75-7ubuntu2) ...
#24 21.10 Setting up readline-common (8.3-3) ...
#24 21.11 Setting up publicsuffix (20250328.1952-0.1) ...
#24 21.11 Setting up libcc1-0:arm64 (15.2.0-4ubuntu4) ...
#24 21.11 Setting up libldap2:arm64 (2.6.10+dfsg-1ubuntu2) ...
#24 21.11 Setting up libxmuu1:arm64 (2:1.1.3-3build3) ...
#24 21.12 Setting up liblocale-gettext-perl (1.07-7build1) ...
#24 21.12 Setting up sudo-rs (0.2.8-1ubuntu5.2) ...
#24 21.14 update-alternatives: using /usr/lib/cargo/bin/sudo to provide /usr/bin/sudo (sudo) in auto mode
#24 21.14 update-alternatives: warning: skip creation of /usr/share/man/man8/sudo.8.gz because associated file /usr/share/man/man8/sudo-rs.8.gz (of link group sudo) doesn't exist
#24 21.14 update-alternatives: warning: skip creation of /usr/share/man/man8/sudoedit.8.gz because associated file /usr/share/man/man8/sudo-rs.8.gz (of link group sudo) doesn't exist
#24 21.14 update-alternatives: warning: skip creation of /usr/share/man/man5/sudoers.5.gz because associated file /usr/share/man/man5/sudoers-rs.5.gz (of link group sudo) doesn't exist
#24 21.14 update-alternatives: warning: skip creation of /usr/share/man/man8/visudo.8.gz because associated file /usr/share/man/man8/visudo-rs.8.gz (of link group sudo) doesn't exist
#24 21.14 Setting up liblsan0:arm64 (15.2.0-4ubuntu4) ...
#24 21.14 Setting up libitm1:arm64 (15.2.0-4ubuntu4) ...
#24 21.15 Setting up gnupg-utils (2.4.8-2ubuntu2.1) ...
#24 21.15 Setting up libctf0:arm64 (2.45-7ubuntu1.2) ...
#24 21.15 Setting up pinentry-curses (1.3.1-2ubuntu3) ...
#24 21.17 Setting up manpages-dev (6.9.1-1) ...
#24 21.18 Setting up cpp-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#24 21.18 Setting up libgcc-15-dev:arm64 (15.2.0-4ubuntu4) ...
#24 21.18 Setting up libxext6:arm64 (2:1.3.4-1build2) ...
#24 21.18 Setting up binutils-aarch64-linux-gnu (2.45-7ubuntu1.2) ...
#24 21.18 Setting up libidn2-0:arm64 (2.3.8-4) ...
#24 21.19 Setting up libperl5.40:arm64 (5.40.1-6build1) ...
#24 21.19 Setting up ca-certificates (20250419) ...
#24 21.98 Updating certificates in /etc/ssl/certs...
#24 24.21 150 added, 0 removed; done.
#24 24.26 Setting up perl (5.40.1-6build1) ...
#24 24.27 Setting up cpp-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#24 24.27 Setting up libgprofng0:arm64 (2.45-7ubuntu1.2) ...
#24 ...
#8 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#8 sha256:a77108377e3f938287a3bd08741ef006fd6535690974a0d0d741e8d124dde8a2
#8 24.25 150 added, 0 removed; done.
#8 24.28 Setting up libxdmcp-dev:arm64 (1:1.1.5-1build1) ...
#8 24.28 Setting up perl (5.40.1-6build1) ...
#8 24.29 Setting up cpp-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#8 24.29 Setting up libgprofng0:arm64 (2.45-7ubuntu1.2) ...
#8 24.29 Setting up libp11-kit0:arm64 (0.25.5-3ubuntu1) ...
#8 24.30 Setting up libgssapi-krb5-2:arm64 (1.21.3-5ubuntu2) ...
#8 24.30 Setting up libdpkg-perl (1.22.21ubuntu3.1) ...
#8 24.30 Setting up libreadline8t64:arm64 (8.3-3) ...
#8 24.33 Setting up xauth (1:1.1.2-1.1) ...
#8 24.33 Setting up cpp-15 (15.2.0-4ubuntu4) ...
#8 24.33 Setting up cpp (4:15.2.0-4ubuntu1) ...
#8 24.33 Setting up gpgconf (2.4.8-2ubuntu2.1) ...
#8 24.34 Setting up libc6-dev:arm64 (2.42-0ubuntu3) ...
#8 24.34 Setting up gpg (2.4.8-2ubuntu2.1) ...
#8 24.49 Setting up rsync (3.4.1+ds1-5ubuntu1) ...
#8 24.58 invoke-rc.d: could not determine current runlevel
#8 24.58 invoke-rc.d: policy-rc.d denied execution of start.
#8 24.71 Setting up libgnutls30t64:arm64 (3.8.9-3ubuntu2) ...
#8 24.76 Setting up gcc-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#8 24.82 Setting up gpg-agent (2.4.8-2ubuntu2.1) ...
#8 25.44 Setting up libxcb1-dev:arm64 (1.17.0-2build1) ...
#8 25.57 Setting up libfile-fcntllock-perl (0.22-4ubuntu6) ...
#8 25.62 Setting up libalgorithm-diff-perl (1.201-1) ...
#8 25.75 Setting up openssh-client (1:10.0p1-5ubuntu5) ...
#8 26.09 Setting up gpgsm (2.4.8-2ubuntu2.1) ...
#8 26.10 Setting up libpsl5t64:arm64 (0.21.2-1.1build1) ...
#8 26.11 Setting up libx11-dev:arm64 (2:1.8.12-1build1) ...
#8 26.12 Setting up binutils (2.45-7ubuntu1.2) ...
#8 26.14 Setting up dpkg-dev (1.22.21ubuntu3.1) ...
#8 26.16 Setting up liberror-perl (0.17030-1) ...
#8 26.17 Setting up dirmngr (2.4.8-2ubuntu2.1) ...
#8 26.38 Setting up gcc-15 (15.2.0-4ubuntu4) ...
#8 26.38 Setting up libstdc++-15-dev:arm64 (15.2.0-4ubuntu4) ...
#8 26.39 Setting up g++-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#8 26.40 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build8) ...
#8 26.41 Setting up gnupg (2.4.8-2ubuntu2.1) ...
#8 26.41 Setting up g++-15 (15.2.0-4ubuntu4) ...
#8 26.41 Setting up libalgorithm-diff-xs-perl (0.04-9) ...
#8 26.41 Setting up libalgorithm-merge-perl (0.08-5) ...
#8 26.42 Setting up gcc-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#8 26.42 Setting up gpg-wks-client (2.4.8-2ubuntu2.1) ...
#8 26.43 Setting up libcurl4t64:arm64 (8.14.1-2ubuntu1) ...
#8 26.43 Setting up libcurl3t64-gnutls:arm64 (8.14.1-2ubuntu1) ...
#8 26.43 Setting up gcc (4:15.2.0-4ubuntu1) ...
#8 26.44 Setting up git (1:2.51.0-1ubuntu1) ...
#8 26.46 Setting up g++-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#8 26.46 Setting up curl (8.14.1-2ubuntu1) ...
#8 26.46 Setting up g++ (4:15.2.0-4ubuntu1) ...
#8 26.47 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#8 26.47 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#8 26.47 Setting up build-essential (12.12ubuntu1) ...
#8 26.48 Processing triggers for procps (2:4.0.4-8ubuntu3) ...
#8 26.48 procps: Applying updated sysctl configuration
#8 26.48 sysctl: setting key "kernel.unprivileged_userns_clone", ignoring: Read-only file system
#8 26.48 sysctl: setting key "kernel.printk", ignoring: Read-only file system
#8 26.48 sysctl: setting key "net.ipv6.conf.all.use_tempaddr", ignoring: Read-only file system
#8 26.48 sysctl: setting key "net.ipv6.conf.default.use_tempaddr", ignoring: Read-only file system
#8 26.48 sysctl: setting key "kernel.kptr_restrict", ignoring: Read-only file system
#8 26.48 sysctl: setting key "kernel.sysrq", ignoring: Read-only file system
#8 26.48 sysctl: setting key "vm.max_map_count", ignoring: Read-only file system
#8 26.48 sysctl: setting key "net.ipv4.conf.default.rp_filter", ignoring: Read-only file system
#8 26.48 sysctl: setting key "net.ipv4.conf.all.rp_filter", ignoring: Read-only file system
#8 26.48 sysctl: setting key "kernel.yama.ptrace_scope", ignoring: Read-only file system
#8 26.48 sysctl: setting key "vm.mmap_min_addr", ignoring: Read-only file system
#8 26.48 Processing triggers for libc-bin (2.42-0ubuntu3) ...
#8 26.50 Processing triggers for ca-certificates (20250419) ...
#8 26.51 Updating certificates in /etc/ssl/certs...
#8 27.94 0 added, 0 removed; done.
#8 27.94 Running hooks in /etc/ca-certificates/update.d...
#8 27.94 done.
#8 ...
#24 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#24 sha256:29dbc7c0e530a6f4b3db39cf03ed9780b7c37384f66abfdf47d582ab3c57fd06
#24 24.27 Setting up libp11-kit0:arm64 (0.25.5-3ubuntu1) ...
#24 24.28 Setting up libgssapi-krb5-2:arm64 (1.21.3-5ubuntu2) ...
#24 24.28 Setting up libdpkg-perl (1.22.21ubuntu3.1) ...
#24 24.29 Setting up libreadline8t64:arm64 (8.3-3) ...
#24 24.29 Setting up xauth (1:1.1.2-1.1) ...
#24 24.29 Setting up cpp-15 (15.2.0-4ubuntu4) ...
#24 24.29 Setting up cpp (4:15.2.0-4ubuntu1) ...
#24 24.31 Setting up gpgconf (2.4.8-2ubuntu2.1) ...
#24 24.31 Setting up libc6-dev:arm64 (2.42-0ubuntu3) ...
#24 24.32 Setting up gpg (2.4.8-2ubuntu2.1) ...
#24 24.51 Setting up libgnutls30t64:arm64 (3.8.9-3ubuntu2) ...
#24 24.57 Setting up gcc-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#24 24.60 Setting up gpg-agent (2.4.8-2ubuntu2.1) ...
#24 25.23 Setting up libfile-fcntllock-perl (0.22-4ubuntu6) ...
#24 25.37 Setting up libalgorithm-diff-perl (1.201-1) ...
#24 25.56 Setting up openssh-client (1:10.0p1-5ubuntu5) ...
#24 26.07 Setting up gpgsm (2.4.8-2ubuntu2.1) ...
#24 26.12 Setting up libpsl5t64:arm64 (0.21.2-1.1build1) ...
#24 26.13 Setting up binutils (2.45-7ubuntu1.2) ...
#24 26.15 Setting up dpkg-dev (1.22.21ubuntu3.1) ...
#24 26.17 Setting up liberror-perl (0.17030-1) ...
#24 26.18 Setting up dirmngr (2.4.8-2ubuntu2.1) ...
#24 26.35 Setting up gcc-15 (15.2.0-4ubuntu4) ...
#24 26.40 Setting up libstdc++-15-dev:arm64 (15.2.0-4ubuntu4) ...
#24 26.41 Setting up g++-15-aarch64-linux-gnu (15.2.0-4ubuntu4) ...
#24 26.42 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build8) ...
#24 26.43 Setting up gnupg (2.4.8-2ubuntu2.1) ...
#24 26.43 Setting up g++-15 (15.2.0-4ubuntu4) ...
#24 26.43 Setting up libalgorithm-diff-xs-perl (0.04-9) ...
#24 26.43 Setting up libalgorithm-merge-perl (0.08-5) ...
#24 26.44 Setting up gcc-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#24 26.44 Setting up gpg-wks-client (2.4.8-2ubuntu2.1) ...
#24 26.45 Setting up libcurl4t64:arm64 (8.14.1-2ubuntu1) ...
#24 26.45 Setting up libcurl3t64-gnutls:arm64 (8.14.1-2ubuntu1) ...
#24 26.45 Setting up gcc (4:15.2.0-4ubuntu1) ...
#24 26.46 Setting up git (1:2.51.0-1ubuntu1) ...
#24 26.48 Setting up g++-aarch64-linux-gnu (4:15.2.0-4ubuntu1) ...
#24 26.48 Setting up curl (8.14.1-2ubuntu1) ...
#24 26.48 Setting up g++ (4:15.2.0-4ubuntu1) ...
#24 26.49 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#24 26.49 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#24 26.49 Setting up build-essential (12.12ubuntu1) ...
#24 26.50 Processing triggers for libc-bin (2.42-0ubuntu3) ...
#24 26.51 Processing triggers for ca-certificates (20250419) ...
#24 26.52 Updating certificates in /etc/ssl/certs...
#24 27.91 0 added, 0 removed; done.
#24 27.91 Running hooks in /etc/ca-certificates/update.d...
#24 27.91 done.
#24 DONE 28.2s
#8 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#8 sha256:a77108377e3f938287a3bd08741ef006fd6535690974a0d0d741e8d124dde8a2
#8 DONE 28.2s
#23 [stage-0 5/14] RUN git config --global user.email "docker@example.com"
#23 sha256:f39fa49c0933844a818c6c2bde2d4102873b2ca05e7c7c9c906f671851da98f3
#23 DONE 0.8s
#22 [stage-0 6/14] RUN git config --global user.name "Docker"
#22 sha256:bf06007b04cc9446105bc8ca50f0c7f7b14ed09791f99e1ac93ccd7d971d5afc
#22 DONE 0.6s
#21 [stage-0 7/14] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#21 sha256:4ad956e79ba2a488e1d20b075f468f78bafedcfd7b4b3248e532056f4740bab4
#21 0.333 Cloning into '/tmp/opam'...
#21 8.829 Note: switching to '16116259a7db479cb69f4dbd6c430ec14c5814ad'.
#21 8.829
#21 8.829 You are in 'detached HEAD' state. You can look around, make experimental
#21 8.829 changes and commit them, and you can discard any commits you make in this
#21 8.829 state without impacting any branches by switching back to a branch.
#21 8.829
#21 8.829 If you want to create a new branch to retain commits you create, you may
#21 8.829 do so (now or later) by using -c with the switch command. Example:
#21 8.829
#21 8.829 git switch -c <new-branch-name>
#21 8.829
#21 8.829 Or undo this operation with:
#21 8.829
#21 8.829 git switch -
#21 8.829
#21 8.829 Turn off this advice by setting config variable advice.detachedHead to false
#21 8.829
#21 8.829 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#21 10.00 configure: Configuring OCaml version 4.14.2
#21 10.01 checking build system type... aarch64-unknown-linux-gnu
#21 10.14 checking host system type... aarch64-unknown-linux-gnu
#21 10.14 checking target system type... aarch64-unknown-linux-gnu
#21 10.14 checking for ld... ld
#21 10.14 checking how to print strings... printf
#21 10.14 checking for gcc... gcc
#21 10.19 checking whether the C compiler works... yes
#21 10.26 checking for C compiler default output file name... a.out
#21 10.26 checking for suffix of executables...
#21 10.33 checking whether we are cross compiling... no
#21 10.40 checking for suffix of object files... o
#21 10.44 checking whether we are using the GNU C compiler... yes
#21 10.48 checking whether gcc accepts -g... yes
#21 10.52 checking for gcc option to accept ISO C89... none needed
#21 10.58 checking for a sed that does not truncate output... /usr/bin/sed
#21 10.59 checking for grep that handles long lines and -e... /usr/bin/grep
#21 10.59 checking for egrep... /usr/bin/grep -E
#21 10.60 checking for fgrep... /usr/bin/grep -F
#21 10.60 checking for ld used by gcc... ld
#21 10.61 checking if the linker (ld) is GNU ld... yes
#21 10.61 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#21 10.62 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#21 10.66 checking whether ln -s works... yes
#21 10.66 checking the maximum length of command line arguments... 1572864
#21 10.68 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
#21 10.68 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#21 10.68 checking for ld option to reload object files... -r
#21 10.68 checking for objdump... objdump
#21 10.68 checking how to recognize dependent libraries... pass_all
#21 10.68 checking for dlltool... no
#21 10.68 checking how to associate runtime and link libraries... printf %s\n
#21 10.68 checking for ar... ar
#21 10.69 checking for archiver @FILE support... @
#21 10.73 checking for strip... strip
#21 10.73 checking for ranlib... ranlib
#21 10.74 checking for gawk... no
#21 10.74 checking for mawk... mawk
#21 10.74 checking command to parse /usr/bin/nm -B output from gcc object... ok
#21 10.85 checking for sysroot... no
#21 10.85 checking for a working dd... /usr/bin/dd
#21 10.87 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#21 10.88 checking for mt... no
#21 10.88 checking if : is a manifest tool... no
#21 10.89 checking how to run the C preprocessor... gcc -E
#21 11.01 checking for ANSI C header files... yes
#21 11.20 checking for sys/types.h... yes
#21 11.25 checking for sys/stat.h... yes
#21 11.31 checking for stdlib.h... yes
#21 11.37 checking for string.h... yes
#21 11.43 checking for memory.h... yes
#21 11.49 checking for strings.h... yes
#21 11.54 checking for inttypes.h... yes
#21 11.60 checking for stdint.h... yes
#21 11.66 checking for unistd.h... yes
#21 11.72 checking for dlfcn.h... yes
#21 11.78 checking for objdir... .libs
#21 11.89 checking if gcc supports -fno-rtti -fno-exceptions... no
#21 11.93 checking for gcc option to produce PIC... -fPIC -DPIC
#21 11.93 checking if gcc PIC flag -fPIC -DPIC works... yes
#21 11.97 checking if gcc static flag -static works... yes
#21 12.07 checking if gcc supports -c -o file.o... yes
#21 12.13 checking if gcc supports -c -o file.o... (cached) yes
#21 12.13 checking whether the gcc linker (ld) supports shared libraries... yes
#21 12.15 checking whether -lc should be explicitly linked in... no
#21 12.19 checking dynamic linker characteristics... GNU/Linux ld.so
#21 12.29 checking how to hardcode library paths into programs... immediate
#21 12.29 checking whether stripping libraries is possible... yes
#21 12.30 checking if libtool supports shared libraries... yes
#21 12.30 checking whether to build shared libraries... yes
#21 12.30 checking whether to build static libraries... yes
#21 12.30 checking C compiler vendor... gcc-15-2
#21 12.33 checking whether host executables can be run in the build... yes
#21 12.40 checking whether #! works in shell scripts... yes
#21 12.41 checking for flexdll sources... checking for flexlink... no
#21 12.41 checking flexdll.h usability... no
#21 12.45 checking flexdll.h presence... no
#21 12.49 checking for flexdll.h... no
#21 12.49 checking for a BSD-compatible install... /usr/bin/install -c
#21 12.54 checking for cos in -lm... yes
#21 12.63 checking math.h usability... yes
#21 12.69 checking math.h presence... yes
#21 12.72 checking for math.h... yes
#21 12.73 checking for unistd.h... (cached) yes
#21 12.73 checking for stdint.h... (cached) yes
#21 12.73 checking for dirent.h... yes
#21 12.77 checking for sys/select.h... yes
#21 12.81 checking for off_t... yes
#21 12.92 checking size of int... 4
#21 13.00 checking size of long... 8
#21 13.08 checking size of long *... 8
#21 13.17 checking size of short... 2
#21 13.26 checking size of long long... 8
#21 13.37 configure: Target is a 64 bits architecture
#21 13.37 checking whether byte ordering is bigendian... no
#21 13.50 checking alignment of double... 8
#21 13.58 checking alignment of long... 8
#21 13.67 checking alignment of long long... 8
#21 13.76 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#21 13.78 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#21 13.83 checking for ld... ld
#21 13.83 checking for rlwrap... no
#21 13.83 configure: checking semantics of signal handlers
#21 13.83 checking for sigaction... yes
#21 13.89 checking for sigprocmask... yes
#21 13.96 configure: POSIX signal handling found.
#21 13.96 checking for expm1... yes
#21 14.04 checking for log1p... yes
#21 14.13 checking for hypot... yes
#21 14.22 checking for fma... yes
#21 14.32 checking for exp2... yes
#21 14.41 checking for log2... yes
#21 14.50 checking for cbrt... yes
#21 14.59 checking for acosh... yes
#21 14.68 checking for asinh... yes
#21 14.77 checking for atanh... yes
#21 14.85 checking for erf... yes
#21 14.94 checking for erfc... yes
#21 15.03 checking for trunc... yes
#21 15.13 checking for round... yes
#21 15.23 checking for copysign... yes
#21 15.31 checking whether round works... yes
#21 15.40 checking whether fma works... yes
#21 15.49 checking for getrusage... yes
#21 15.56 checking for times... yes
#21 15.63 checking for secure_getenv... yes
#21 15.70 checking for issetugid... no
#21 15.83 checking for library containing clock_gettime... none required
#21 15.90 checking for socket... yes
#21 15.98 checking for socketpair... yes
#21 16.06 checking for bind... yes
#21 16.14 checking for listen... yes
#21 16.22 checking for accept... yes
#21 16.29 checking for connect... yes
#21 16.37 checking for socklen_t... yes
#21 16.45 checking for inet_aton... yes
#21 16.52 checking for struct sockaddr_in6... yes
#21 16.61 checking for getaddrinfo... yes
#21 16.68 checking for getnameinfo... yes
#21 16.75 checking for inet_pton... yes
#21 16.81 checking for inet_ntop... yes
#21 16.88 checking for rewinddir... yes
#21 16.94 checking for lockf... yes
#21 17.02 checking for mkfifo... yes
#21 17.08 checking for getcwd... yes
#21 17.16 checking whether system is declared... yes
#21 17.20 checking for sys/types.h... (cached) yes
#21 17.20 checking utime.h usability... yes
#21 17.25 checking utime.h presence... yes
#21 17.27 checking for utime.h... yes
#21 17.27 checking for utime... yes
#21 17.33 checking for utimes... yes
#21 17.41 checking for fchmod... yes
#21 17.48 checking for fchown... yes
#21 17.55 checking for truncate... yes
#21 17.62 checking for ftruncate... yes
#21 17.68 checking for select... yes
#21 17.75 checking for fd_set... yes
#21 17.83 checking for nanosleep... yes
#21 17.90 checking for symlink... yes
#21 17.97 checking for readlink... yes
#21 18.04 checking for lstat... yes
#21 18.10 checking for realpath... yes
#21 18.17 checking for waitpid... yes
#21 18.24 checking for wait4... yes
#21 18.30 checking for getgroups... yes
#21 18.37 checking for setgroups... yes
#21 18.43 checking for initgroups... yes
#21 18.50 checking termios.h usability... yes
#21 18.55 checking termios.h presence... yes
#21 18.57 checking for termios.h... yes
#21 18.57 checking for tcgetattr... yes
#21 18.64 checking for tcsetattr... yes
#21 18.71 checking for tcsendbreak... yes
#21 18.77 checking for tcflush... yes
#21 18.85 checking for tcflow... yes
#21 18.92 checking for setitimer... yes
#21 18.99 checking for gethostname... yes
#21 19.06 checking sys/utsname.h usability... yes
#21 19.10 checking sys/utsname.h presence... yes
#21 19.13 checking for sys/utsname.h... yes
#21 19.13 checking for uname... yes
#21 19.20 checking for gettimeofday... yes
#21 19.27 checking for mktime... yes
#21 19.34 checking for setsid... yes
#21 19.40 checking for putenv... yes
#21 19.48 checking for setenv... yes
#21 19.54 checking for unsetenv... yes
#21 19.62 checking locale.h usability... yes
#21 19.67 checking locale.h presence... yes
#21 19.69 checking for locale.h... yes
#21 19.70 checking for newlocale... yes
#21 19.76 checking for freelocale... yes
#21 19.83 checking for uselocale... yes
#21 19.90 checking xlocale.h usability... no
#21 19.95 checking xlocale.h presence... no
#21 19.98 checking for xlocale.h... no
#21 19.98 checking for strtod_l... yes
#21 20.05 checking for dlopen... yes
#21 20.12 configure: Dynamic loading of shared libraries is supported.
#21 20.12 checking sys/mman.h usability... yes
#21 20.17 checking sys/mman.h presence... yes
#21 20.20 checking for sys/mman.h... yes
#21 20.20 checking for mmap... yes
#21 20.26 checking for munmap... yes
#21 20.33 checking for pwrite... yes
#21 20.39 checking whether the C compiler supports -fdebug-prefix-map... yes
#21 20.42 checking for struct stat.st_atim.tv_nsec... yes
#21 20.48 configure: stat supports nanosecond precision
#21 20.48 checking how many arguments gethostbyname_r() takes... six
#21 20.56 checking how many arguments gethostbyaddr_r() takes... eight
#21 20.65 checking for mkstemp... yes
#21 20.73 checking for nice... yes
#21 20.80 checking for dup3... yes
#21 20.87 checking for pipe2... yes
#21 20.93 checking for accept4... yes
#21 20.99 checking for getauxval... yes
#21 21.06 checking sys/shm.h usability... yes
#21 21.11 checking sys/shm.h presence... yes
#21 21.13 checking for sys/shm.h... yes
#21 21.13 checking for shmat... yes
#21 21.19 checking for execvpe... yes
#21 21.27 checking spawn.h usability... yes
#21 21.31 checking spawn.h presence... yes
#21 21.34 checking for spawn.h... yes
#21 21.34 checking for posix_spawn... yes
#21 21.41 checking for posix_spawnp... yes
#21 21.49 checking for ffs... yes
#21 21.57 checking whether _BitScanForward is declared... no
#21 21.62 configure: replay debugger supported
#21 21.62 checking whether stack overflows can be detected... yes
#21 21.62 checking whether gcc is Clang... no
#21 21.65 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#21 21.72 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#21 21.78 checking whether more special flags are required for pthreads... no
#21 21.78 checking for PTHREAD_PRIO_INHERIT... yes
#21 21.85 configure: the POSIX threads library is supported
#21 21.85 checking for sigwait... yes
#21 21.92 checking whether the assembler supports --debug-prefix-map... yes
#21 21.94 checking whether the assembler supports CFI directives... yes
#21 22.00 configure: not using frame pointers
#21 22.00 checking whether mmap supports huge pages... yes
#21 22.12 configure: creating ./config.status
#21 22.93 config.status: creating Makefile.build_config
#21 22.95 config.status: creating Makefile.config
#21 22.97 config.status: creating stdlib/sys.ml
#21 22.99 config.status: creating manual/src/version.tex
#21 23.02 config.status: creating manual/src/html_processing/src/common.ml
#21 23.05 config.status: creating tools/eventlog_metadata
#21 23.08 config.status: creating runtime/caml/m.h
#21 23.10 config.status: creating runtime/caml/s.h
#21 23.12 config.status: creating runtime/caml/version.h
#21 23.14 config.status: executing libtool commands
#21 23.23 make -j -C runtime sak
#21 23.23 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 23.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sak.o sak.c
#21 23.38 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -Wl,-E -o sak sak.o
#21 23.41 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 23.41 make -j coldstart
#21 23.41 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 23.43 make -j -C runtime all
#21 23.43 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 23.50 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs" > ld.conf
#21 23.50 tr -d '\r' < caml/instruct.h | \
#21 23.50 sed -e '/\/\*/d' \
#21 23.50 -e '/^#/d' \
#21 23.50 -e 's/enum /static char * names_of_/' \
#21 23.50 -e 's/{$/[] = {/' \
#21 23.50 -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
#21 23.50 tr -d '\r' < caml/instruct.h | \
#21 23.50 sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
#21 23.50 -e '/^}/q' > caml/jumptbl.h
#21 23.50 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml" >> ld.conf
#21 23.50 echo '/* This file is generated from ../Makefile.config */' > build_config.h
#21 23.52 echo '#define OCAML_STDLIB_DIR "/tmp/opam/bootstrap/ocaml/lib/ocaml"' >> build_config.h
#21 23.52 cp primitives.new primitives
#21 23.52 echo '#define HOST "aarch64-unknown-linux-gnu"' >> build_config.h
#21 23.52 export LC_ALL=C; \
#21 23.52 (echo '#include "caml/config.h"'; \
#21 23.52 echo 'typedef intnat value;'; \
#21 23.52 echo 'typedef value (*c_primitive)(void);'; \
#21 23.52 echo; \
#21 23.52 sed -e 's/.*/extern value &(void);/' primitives; \
#21 23.52 echo; \
#21 23.52 echo 'c_primitive caml_builtin_cprim[] = {'; \
#21 23.52 sed -e 's/.*/ &,/' primitives; \
#21 23.52 echo ' 0 };'; \
#21 23.52 echo; \
#21 23.52 echo 'char * caml_names_of_builtin_cprim[] = {'; \
#21 23.52 sed -e 's/.*/ "&",/' primitives; \
#21 23.52 echo ' 0 };') > prims.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.b.o interp.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.b.o misc.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.b.o stacks.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.b.o fix_code.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.b.o startup_aux.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.b.o startup_byt.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.b.o freelist.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.b.o major_gc.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.b.o minor_gc.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.b.o memory.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.b.o alloc.c
#21 23.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.b.o roots_byt.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.b.o globroots.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.b.o fail_byt.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.b.o signals.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.b.o signals_byt.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.b.o printexc.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.b.o backtrace_byt.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.b.o backtrace.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.b.o compare.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.b.o ints.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.b.o eventlog.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.b.o floats.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.b.o str.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.b.o array.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.b.o io.c
#21 23.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.b.o extern.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.b.o intern.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.b.o hash.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.b.o sys.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.b.o meta.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.b.o parsing.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.b.o gc_ctrl.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.b.o md5.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.b.o obj.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.b.o lexing.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.b.o callback.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.b.o debugger.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.b.o weak.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.b.o compact.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.b.o finalise.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.b.o custom.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.b.o dynlink.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.b.o afl.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.b.o unix.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.b.o bigarray.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.b.o main.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.b.o memprof.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.b.o domain.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.b.o skiplist.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.b.o codefrag.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o interp.bd.o interp.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o misc.bd.o misc.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o stacks.bd.o stacks.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fix_code.bd.o fix_code.c
#21 23.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_aux.bd.o startup_aux.c
#21 23.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_byt.bd.o startup_byt.c
#21 23.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o freelist.bd.o freelist.c
#21 23.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o major_gc.bd.o major_gc.c
#21 23.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o minor_gc.bd.o minor_gc.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memory.bd.o memory.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o alloc.bd.o alloc.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o roots_byt.bd.o roots_byt.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o globroots.bd.o globroots.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fail_byt.bd.o fail_byt.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals.bd.o signals.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals_byt.bd.o signals_byt.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o printexc.bd.o printexc.c
#21 23.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace_byt.bd.o backtrace_byt.c
#21 23.59 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace.bd.o backtrace.c
#21 23.59 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compare.bd.o compare.c
#21 23.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o ints.bd.o ints.c
#21 23.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o eventlog.bd.o eventlog.c
#21 23.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o floats.bd.o floats.c
#21 23.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o str.bd.o str.c
#21 23.61 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o array.bd.o array.c
#21 23.62 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o io.bd.o io.c
#21 23.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o extern.bd.o extern.c
#21 23.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o intern.bd.o intern.c
#21 23.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o hash.bd.o hash.c
#21 23.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o sys.bd.o sys.c
#21 23.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o meta.bd.o meta.c
#21 23.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o parsing.bd.o parsing.c
#21 23.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o gc_ctrl.bd.o gc_ctrl.c
#21 23.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o md5.bd.o md5.c
#21 23.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o obj.bd.o obj.c
#21 23.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o lexing.bd.o lexing.c
#21 23.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o callback.bd.o callback.c
#21 23.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o debugger.bd.o debugger.c
#21 23.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o weak.bd.o weak.c
#21 23.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compact.bd.o compact.c
#21 23.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o finalise.bd.o finalise.c
#21 23.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o custom.bd.o custom.c
#21 23.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o dynlink.bd.o dynlink.c
#21 23.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o afl.bd.o afl.c
#21 23.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o unix.bd.o unix.c
#21 23.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o bigarray.bd.o bigarray.c
#21 23.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o main.bd.o main.c
#21 23.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memprof.bd.o memprof.c
#21 23.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o domain.bd.o domain.c
#21 23.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o skiplist.bd.o skiplist.c
#21 23.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o codefrag.bd.o codefrag.c
#21 23.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o instrtrace.bd.o instrtrace.c
#21 23.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o interp.bi.o interp.c
#21 23.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o misc.bi.o misc.c
#21 23.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o stacks.bi.o stacks.c
#21 23.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fix_code.bi.o fix_code.c
#21 23.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_aux.bi.o startup_aux.c
#21 23.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_byt.bi.o startup_byt.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o freelist.bi.o freelist.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o major_gc.bi.o major_gc.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o minor_gc.bi.o minor_gc.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memory.bi.o memory.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o alloc.bi.o alloc.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o roots_byt.bi.o roots_byt.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o globroots.bi.o globroots.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fail_byt.bi.o fail_byt.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals.bi.o signals.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals_byt.bi.o signals_byt.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o printexc.bi.o printexc.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace_byt.bi.o backtrace_byt.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace.bi.o backtrace.c
#21 23.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compare.bi.o compare.c
#21 23.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o ints.bi.o ints.c
#21 23.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o eventlog.bi.o eventlog.c
#21 23.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o floats.bi.o floats.c
#21 23.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o str.bi.o str.c
#21 23.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o array.bi.o array.c
#21 23.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o io.bi.o io.c
#21 23.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o extern.bi.o extern.c
#21 23.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o intern.bi.o intern.c
#21 23.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o hash.bi.o hash.c
#21 23.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o sys.bi.o sys.c
#21 23.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o meta.bi.o meta.c
#21 23.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o parsing.bi.o parsing.c
#21 23.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o gc_ctrl.bi.o gc_ctrl.c
#21 23.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o md5.bi.o md5.c
#21 23.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o obj.bi.o obj.c
#21 23.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o lexing.bi.o lexing.c
#21 23.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o callback.bi.o callback.c
#21 23.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o debugger.bi.o debugger.c
#21 23.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o weak.bi.o weak.c
#21 23.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compact.bi.o compact.c
#21 23.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o finalise.bi.o finalise.c
#21 23.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o custom.bi.o custom.c
#21 23.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o dynlink.bi.o dynlink.c
#21 23.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o afl.bi.o afl.c
#21 23.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o unix.bi.o unix.c
#21 23.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o bigarray.bi.o bigarray.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o main.bi.o main.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memprof.bi.o memprof.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o domain.bi.o domain.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o skiplist.bi.o skiplist.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o codefrag.bi.o codefrag.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.bpic.o interp.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.bpic.o misc.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.bpic.o stacks.c
#21 23.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.bpic.o fix_code.c
#21 23.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.bpic.o startup_aux.c
#21 23.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.bpic.o startup_byt.c
#21 23.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.bpic.o freelist.c
#21 23.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.bpic.o major_gc.c
#21 23.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.bpic.o minor_gc.c
#21 23.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.bpic.o memory.c
#21 23.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.bpic.o alloc.c
#21 23.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.bpic.o roots_byt.c
#21 23.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.bpic.o globroots.c
#21 23.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.bpic.o fail_byt.c
#21 23.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.bpic.o signals.c
#21 23.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.bpic.o signals_byt.c
#21 23.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.bpic.o printexc.c
#21 23.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.bpic.o backtrace_byt.c
#21 23.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.bpic.o backtrace.c
#21 23.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.bpic.o compare.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.bpic.o ints.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.bpic.o eventlog.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.bpic.o floats.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.bpic.o str.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.bpic.o array.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.bpic.o io.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.bpic.o extern.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.bpic.o intern.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.bpic.o hash.c
#21 23.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.bpic.o sys.c
#21 23.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.bpic.o meta.c
#21 23.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.bpic.o parsing.c
#21 23.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.bpic.o gc_ctrl.c
#21 23.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.bpic.o md5.c
#21 23.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.bpic.o obj.c
#21 23.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.bpic.o lexing.c
#21 24.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.bpic.o callback.c
#21 24.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.bpic.o debugger.c
#21 24.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.bpic.o weak.c
#21 24.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.bpic.o compact.c
#21 24.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.bpic.o finalise.c
#21 24.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.bpic.o custom.c
#21 24.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.bpic.o dynlink.c
#21 24.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.bpic.o afl.c
#21 24.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.bpic.o unix.c
#21 24.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.bpic.o bigarray.c
#21 24.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.bpic.o main.c
#21 24.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.bpic.o memprof.c
#21 24.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.bpic.o domain.c
#21 24.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.bpic.o skiplist.c
#21 24.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.bpic.o codefrag.c
#21 24.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= \
#21 24.03 -o prims.o prims.c
#21 24.23 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 eventlog.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 afl.b.o unix.b.o bigarray.b.o main.b.o memprof.b.o domain.b.o skiplist.b.o codefrag.b.o
#21 24.25 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -Wl,-E -o ocamlrun prims.o libcamlrun.a -lm -lpthread
#21 24.38 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 eventlog.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 afl.bd.o unix.bd.o bigarray.bd.o main.bd.o memprof.bd.o domain.bd.o skiplist.bd.o codefrag.bd.o instrtrace.bd.o
#21 24.41 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -Wl,-E -g -o ocamlrund prims.o libcamlrund.a -lm -lpthread
#21 24.52 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 eventlog.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 afl.bi.o unix.bi.o bigarray.bi.o main.bi.o memprof.bi.o domain.bi.o skiplist.bi.o codefrag.bi.o
#21 24.55 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 eventlog.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 afl.bpic.o unix.bpic.o bigarray.bpic.o main.bpic.o memprof.bpic.o domain.bpic.o skiplist.bpic.o codefrag.bpic.o
#21 24.55 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 eventlog.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 afl.bpic.o unix.bpic.o bigarray.bpic.o main.bpic.o memprof.bpic.o domain.bpic.o skiplist.bpic.o codefrag.bpic.o -lm -lpthread
#21 24.55 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm -lpthread
#21 24.62 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 24.62 make -j -C stdlib \
#21 24.62 OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
#21 24.62 CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
#21 24.62 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 24.63 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.mli
#21 24.63 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalAtomic.mli
#21 24.63 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > camlheader
#21 24.63 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > target_camlheader
#21 24.63 echo '#!' | tr -d '\012' > camlheader_ur
#21 24.63 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > camlheaderd
#21 24.63 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > target_camlheaderd
#21 24.63 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > camlheaderi
#21 24.64 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > target_camlheaderi
#21 24.64 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalAtomic.ml
#21 24.74 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.ml
#21 24.74 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
#21 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#21 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.82 -o stdlib__Pervasives.cmo -c pervasives.ml
#21 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.82 -o stdlib__Either.cmi -c either.mli
#21 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.82 -o stdlib__Sys.cmi -c sys.mli
#21 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.82 -o stdlib__Nativeint.cmi -c nativeint.mli
#21 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.82 -o stdlib__Int32.cmi -c int32.mli
#21 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalLazy.mli
#21 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.83 -o stdlib__Bool.cmi -c bool.mli
#21 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.83 -o stdlib__Char.cmi -c char.mli
#21 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.83 -o stdlib__Uchar.cmi -c uchar.mli
#21 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.83 -o stdlib__Int.cmi -c int.mli
#21 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.83 -o stdlib__Unit.cmi -c unit.mli
#21 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.83 -o stdlib__Marshal.cmi -c marshal.mli
#21 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.83 -o stdlib__Int64.cmi -c int64.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.84 -o stdlib__Lexing.cmi -c lexing.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.84 -o stdlib__Stream.cmi -c stream.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.84 -o stdlib__Arg.cmi -c arg.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.84 -o stdlib__Atomic.cmi -c atomic.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.84 -o stdlib__Printexc.cmi -c printexc.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.84 -o stdlib__Fun.cmi -c fun.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.84 -o stdlib__Digest.cmi -c digest.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 24.84 -o stdlib__Scanf.cmi -c scanf.mli
#21 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.84 -o stdlib__Callback.cmi -c callback.mli
#21 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.85 -o stdlib__Filename.cmi -c filename.mli
#21 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.85 -o stdlib__Complex.cmi -c complex.mli
#21 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.85 -o stdlib__In_channel.cmi -c in_channel.mli
#21 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.85 -o stdlib__Out_channel.cmi -c out_channel.mli
#21 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c std_exit.ml
#21 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.85 -o stdlib__Unit.cmo -c unit.ml
#21 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.85 -o stdlib__Lazy.cmi -c lazy.mli
#21 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.86 -o stdlib__Seq.cmi -c seq.mli
#21 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.86 -o stdlib__Bool.cmo -c bool.ml
#21 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.86 -o stdlib__Char.cmo -c char.ml
#21 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.86 -o stdlib__Uchar.cmo -c uchar.ml
#21 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.86 -o stdlib__Int32.cmo -c int32.ml
#21 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.86 -o stdlib__Nativeint.cmo -c nativeint.ml
#21 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.86 -o stdlib__Either.cmo -c either.ml
#21 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.86 -o stdlib__Sys.cmo -c sys.ml
#21 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.87 -o stdlib__Obj.cmi -c obj.mli
#21 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.87 -o stdlib__Int.cmo -c int.ml
#21 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.87 -o stdlib__Int64.cmo -c int64.ml
#21 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.87 -o stdlib__Random.cmi -c random.mli
#21 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.87 -o stdlib__Genlex.cmi -c genlex.mli
#21 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.87 -o stdlib__Complex.cmo -c complex.ml
#21 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.87 -o stdlib__Bigarray.cmi -c bigarray.mli
#21 24.88 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.88 -o stdlib__Atomic.cmo -c atomic.ml
#21 24.88 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.88 -o stdlib__Fun.cmo -c fun.ml
#21 24.88 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.88 -o stdlib__Gc.cmi -c gc.mli
#21 24.88 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.88 -o stdlib__Out_channel.cmo -c out_channel.ml
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.90 -o stdlib__Obj.cmo -c obj.ml
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalLazy.ml
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.90 -o stdlib__Lazy.cmo -c lazy.ml
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.90 -o stdlib__Parsing.cmi -c parsing.mli
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.90 -o stdlib__Callback.cmo -c callback.ml
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalOO.mli
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalMod.mli
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 24.90 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#21 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 24.90 -o stdlib__ListLabels.cmi -c listLabels.mli
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 24.91 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 24.91 -o stdlib__StringLabels.cmi -c stringLabels.mli
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.91 -o stdlib__Seq.cmo -c seq.ml
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.91 -o stdlib__Option.cmi -c option.mli
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.91 -o stdlib__Result.cmi -c result.mli
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.91 -o stdlib__List.cmi -c list.mli
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.91 -o stdlib__Bytes.cmi -c bytes.mli
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.91 -o stdlib__String.cmi -c string.mli
#21 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.91 -o stdlib__Array.cmi -c array.mli
#21 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.92 -o stdlib__Float.cmi -c float.mli
#21 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.92 -o stdlib__Set.cmi -c set.mli
#21 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.92 -o stdlib__Map.cmi -c map.mli
#21 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.92 -o stdlib__Stack.cmi -c stack.mli
#21 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.92 -o stdlib__Queue.cmi -c queue.mli
#21 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A \
#21 24.92 -o stdlib__Buffer.cmi -c buffer.mli
#21 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.92 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#21 24.94 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -no-principal \
#21 24.94 -o stdlib__Oo.cmi -c oo.mli
#21 24.94 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.94 -o stdlib__Option.cmo -c option.ml
#21 24.94 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.94 -o stdlib__Result.cmo -c result.ml
#21 24.95 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.95 -o stdlib__Queue.cmo -c queue.ml
#21 24.95 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.95 -o stdlib__List.cmo -c list.ml
#21 24.95 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.95 -o stdlib__Stack.cmo -c stack.ml
#21 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 24.96 -o stdlib__ListLabels.cmo -c listLabels.ml
#21 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 24.96 -o stdlib__StdLabels.cmi -c stdLabels.mli
#21 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.96 -o stdlib__Set.cmo -c set.ml
#21 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match -c camlinternalFormat.mli
#21 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 24.96 -o stdlib__Printf.cmi -c printf.mli
#21 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.96 -o stdlib__Random.cmo -c random.ml
#21 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 24.96 -o stdlib__Format.cmi -c format.mli
#21 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalOO.ml
#21 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalMod.ml
#21 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 24.97 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#21 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 24.97 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#21 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 24.97 -o stdlib__StringLabels.cmo -c stringLabels.ml
#21 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.97 -o stdlib__Bigarray.cmo -c bigarray.ml
#21 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.97 -o stdlib__In_channel.cmo -c in_channel.ml
#21 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.97 -o stdlib__Bytes.cmo -c bytes.ml
#21 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.97 -o stdlib__String.cmo -c string.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.98 -o stdlib__Marshal.cmo -c marshal.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.98 -o stdlib__Array.cmo -c array.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 24.98 -o stdlib__Float.cmo -c float.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.98 -o stdlib__Lexing.cmo -c lexing.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.98 -o stdlib__Parsing.cmo -c parsing.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.98 -o stdlib__Map.cmo -c map.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.98 -o stdlib__Stream.cmo -c stream.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A \
#21 24.98 -o stdlib__Buffer.cmo -c buffer.ml
#21 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.98 -o stdlib__Digest.cmo -c digest.ml
#21 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.99 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#21 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.99 -o stdlib__Weak.cmi -c weak.mli
#21 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.99 -o stdlib__Oo.cmo -c oo.ml
#21 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.99 -o stdlib__Genlex.cmo -c genlex.ml
#21 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.99 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#21 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 24.99 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#21 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 24.99 -o stdlib__StdLabels.cmo -c stdLabels.ml
#21 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 24.99 -o stdlib__Arg.cmo -c arg.ml
#21 25.00 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 25.00 -o stdlib__Printexc.cmo -c printexc.ml
#21 25.00 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 25.00 -o stdlib__Gc.cmo -c gc.ml
#21 25.00 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 25.00 -o stdlib__Filename.cmo -c filename.ml
#21 25.02 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 25.02 -o stdlib__Weak.cmo -c weak.ml
#21 25.03 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match -c camlinternalFormat.ml
#21 25.03 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 25.03 -o stdlib__Printf.cmo -c printf.ml
#21 25.03 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 25.03 -o stdlib__Scanf.cmo -c scanf.ml
#21 25.03 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 25.03 -o stdlib__Format.cmo -c format.ml
#21 25.08 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 25.08 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#21 25.11 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 25.11 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#21 26.68 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -a -o stdlib.cma camlinternalFormatBasics.cmo camlinternalAtomic.cmo stdlib.cmo stdlib__Pervasives.cmo stdlib__Either.cmo stdlib__Sys.cmo stdlib__Obj.cmo camlinternalLazy.cmo stdlib__Lazy.cmo stdlib__Seq.cmo stdlib__Option.cmo stdlib__Result.cmo stdlib__Bool.cmo stdlib__Char.cmo stdlib__Uchar.cmo stdlib__List.cmo stdlib__Int.cmo stdlib__Bytes.cmo stdlib__String.cmo stdlib__Unit.cmo stdlib__Marshal.cmo stdlib__Array.cmo stdlib__Float.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 stdlib__Stream.cmo stdlib__Buffer.cmo camlinternalFormat.cmo stdlib__Printf.cmo stdlib__Arg.cmo stdlib__Atomic.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__Bigarray.cmo stdlib__In_channel.cmo stdlib__Out_channel.cmo
#21 26.71 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 26.71 cp runtime/ocamlrun boot/ocamlrun
#21 26.72 cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
#21 26.72 cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
#21 26.73 cd boot; ln -sf ../runtime/libcamlrun.a .
#21 26.74 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 26.74 make -j opt.opt
#21 26.74 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 26.75 make -j checkstack
#21 26.75 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 26.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE \
#21 26.77 -o tools/checkstack.o tools/checkstack.c
#21 26.82 make -j -C tools checkstack
#21 26.82 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 26.84 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -Wl,-E -o checkstack checkstack.o
#21 26.86 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 26.86 tools/checkstack
#21 26.86 rm tools/checkstack tools/checkstack.o
#21 26.86 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 26.86 make -j coreall
#21 26.87 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 26.88 make -j -C runtime all
#21 26.89 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 26.97 make[3]: Nothing to be done for 'all'.
#21 26.97 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 26.97 cd stdlib; ln -sf ../runtime/libcamlrun.a .
#21 26.98 make -j ocamlc
#21 26.98 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.mli
#21 27.00 make -j -C utils config.ml
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.mli
#21 27.00 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/targetint.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.mli
#21 27.00 gcc -E -I runtime/caml utils/domainstate.ml.c > utils/domainstate.ml
#21 27.00 gcc -E -I runtime/caml utils/domainstate.mli.c > utils/domainstate.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.mli
#21 27.00 cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
#21 27.00 echo '[@@@ocaml.warning "-67"]' > parsing/camlinternalMenhirLib.mli
#21 27.00 ./boot/ocamlrun ./boot/ocamllex -q parsing/lexer.mll
#21 27.01 sed -e 's!%%AFL_INSTRUMENT%%!false!' \
#21 27.01 -e 's!%%ARCH%%!arm64!' \
#21 27.01 -e 's!%%ARCMD%%!ar!' \
#21 27.01 -e 's!%%ASM%%!as!' \
#21 27.01 -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
#21 27.01 -e 's!%%BYTECCLIBS%%!-lm -lpthread!' \
#21 27.01 -e 's!%%CC%%!gcc!' \
#21 27.01 -e 's!%%CCOMPTYPE%%!cc!' \
#21 27.01 -e 's!%%OUTPUTOBJ%%!-o !' \
#21 27.01 -e 's!%%EXT_ASM%%!.s!' \
#21 27.01 -e 's!%%EXT_DLL%%!.so!' \
#21 27.01 -e 's!%%EXE%%!!' \
#21 27.01 -e 's!%%EXT_LIB%%!.a!' \
#21 27.01 -e 's!%%EXT_OBJ%%!.o!' \
#21 27.01 -e 's!%%FLAMBDA%%!false!' \
#21 27.01 -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
#21 27.01 -e 's!%%WITH_CMM_INVARIANTS%%!false!' \
#21 27.01 -e 's!%%FLEXLINK_FLAGS%%!!' \
#21 27.01 -e 's!%%FLEXDLL_DIR%%!!' \
#21 27.01 -e 's!%%HOST%%!aarch64-unknown-linux-gnu!' \
#21 27.01 -e 's!%%BINDIR%%!/tmp/opam/bootstrap/ocaml/bin!' \
#21 27.01 -e 's!%%LIBDIR%%!/tmp/opam/bootstrap/ocaml/lib/ocaml!' \
#21 27.01 -e 's!%%MKDLL%%!gcc -shared !' \
#21 27.01 -e 's!%%MKEXE%%!gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -Wl,-E !' \
#21 27.01 -e 's!%%FLEXLINK_LDFLAGS%%! -link \\"-Wl,-E\\"!' \
#21 27.01 -e 's!%%FLEXLINK_DLL_LDFLAGS%%!!' \
#21 27.01 -e 's!%%MKMAINDLL%%!gcc -shared !' \
#21 27.01 -e 's!%%MODEL%%!default!' \
#21 27.01 -e 's!%%NATIVECCLIBS%%!-lm !' \
#21 27.01 -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#21 27.01 -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#21 27.01 -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#21 27.01 -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#21 27.01 -e 's!%%PACKLD%%!ld -r -o !' \
#21 27.01 -e 's!%%PROFINFO_WIDTH%%!0!' \
#21 27.01 -e 's!%%RPATH%%!-Wl,-rpath,!' \
#21 27.01 -e 's!%%MKSHAREDLIBRPATH%%!-Wl,-rpath,!' \
#21 27.01 -e 's!%%FORCE_SAFE_STRING%%!true!' \
#21 27.01 -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
#21 27.01 -e 's!%%WINDOWS_UNICODE%%!0!' \
#21 27.01 -e 's!%%NAKED_POINTERS%%!true!' \
#21 27.01 -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
#21 27.01 -e 's!%%SYSTEM%%!linux!' \
#21 27.01 -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
#21 27.01 -e 's!%%TARGET%%!aarch64-unknown-linux-gnu!' \
#21 27.01 -e 's!%%WITH_FRAME_POINTERS%%!false!' \
#21 27.01 -e 's!%%WITH_PROFINFO%%!false!' \
#21 27.01 -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
#21 27.01 -e 's!%%FUNCTION_SECTIONS%%!true!' \
#21 27.01 -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
#21 27.01 -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!true!' \
#21 27.01 config.mlp > config.ml
#21 27.01 cat boot/menhir/menhirLib.mli >> parsing/camlinternalMenhirLib.mli
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/switch.mli
#21 27.01 lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/runtimedef.mli
#21 27.01 make -j -C tools make_opcodes
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
#21 27.01 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.mli
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/makedepend.mli
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/errors.mli
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/maindriver.mli
#21 27.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.mli
#21 27.02 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#21 27.02 ../boot/ocamlrun ../boot/ocamllex -q make_opcodes.mll
#21 27.02 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.mli
#21 27.03 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
#21 27.03 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/misc.mli
#21 27.03 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.ml -I utils
#21 27.03 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.ml -I utils
#21 27.03 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.ml -I utils
#21 27.03 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.ml -I utils
#21 27.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.ml -I utils
#21 27.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.ml -I utils
#21 27.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.ml -I utils
#21 27.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.mli
#21 27.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.ml -I utils
#21 27.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/switch.ml -I lambda
#21 27.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml -I driver
#21 27.05 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/runtimedef.ml -I lambda
#21 27.05 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml -I bytecomp
#21 27.05 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.ml -I utils
#21 27.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
#21 27.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/annot.mli
#21 27.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
#21 27.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/errors.ml -I driver
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmxs_format.mli
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/misc.ml -I utils
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.mli
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.ml -I utils
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.ml -I utils
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.ml -I utils
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/targetint.ml -I utils
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.mli
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.ml -I parsing
#21 27.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml -I bytecomp
#21 27.12 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 27.12 ./runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
#21 27.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml -I parsing
#21 27.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli
#21 27.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
#21 27.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml -I parsing
#21 27.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ident.mli
#21 27.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/linkage_name.mli
#21 27.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.mli
#21 27.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.mli
#21 27.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.mli
#21 27.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.ml -I utils
#21 27.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.mli
#21 27.16 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.ml -I utils
#21 27.16 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.mli
#21 27.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.mli
#21 27.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.ml -I utils
#21 27.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.ml -I utils
#21 27.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.ml -I parsing
#21 27.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.mli
#21 27.21 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.ml -I utils
#21 27.21 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.ml -I driver
#21 27.21 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.ml -I driver
#21 27.21 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml -I bytecomp
#21 27.22 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/path.mli
#21 27.22 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/debuginfo.mli
#21 27.22 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilation_unit.mli
#21 27.22 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ident.ml -I typing
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.mli
#21 27.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.mli
#21 27.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.ml -I utils
#21 27.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.ml -I utils
#21 27.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.ml -I utils
#21 27.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/debuginfo.ml -I lambda
#21 27.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
#21 27.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.ml -I parsing
#21 27.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.ml -I typing
#21 27.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/shape.mli
#21 27.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_var.mli
#21 27.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/path.ml -I typing
#21 27.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.ml -I parsing
#21 27.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.ml -I parsing
#21 27.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.ml -I parsing
#21 27.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml -I parsing
#21 27.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_helper.mli
#21 27.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_id.mli
#21 27.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/export_id.mli
#21 27.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.ml -I parsing
#21 27.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.ml -I parsing
#21 27.29 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.ml -I driver
#21 27.30 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/primitive.mli
#21 27.30 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/oprint.mli
#21 27.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/oprint.ml -I typing
#21 27.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/primitive.ml -I typing
#21 27.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.mli
#21 27.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/types.mli
#21 27.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/shape.ml -I typing
#21 27.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml -I parsing
#21 27.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml -I parsing
#21 27.36 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.ml > parsing/parser.ml
#21 27.36 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.mli > parsing/parser.mli
#21 27.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml -I parsing
#21 27.37 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.mli
#21 27.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.ml -I parsing
#21 27.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.ml -I parsing
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.ml -I parsing
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/makedepend.ml -I driver
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/subst.mli
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmi_format.mli
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/types.ml -I typing
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/btype.mli
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.mli
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/errortrace.mli
#21 27.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/signature_group.mli
#21 27.51 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmi_format.ml -I file_formats
#21 27.51 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.mli
#21 27.52 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/env.mli
#21 27.52 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/errortrace.ml -I typing
#21 27.55 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/btype.ml -I typing
#21 27.55 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/subst.ml -I typing
#21 27.55 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.ml -I typing
#21 27.55 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.ml -I typing
#21 27.55 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/signature_group.ml -I typing
#21 27.58 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.ml -I typing
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/lambda.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/env.ml -I typing
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ctype.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/envaux.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_unboxed.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.mli
#21 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
#21 27.65 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.ml -I typing
#21 27.65 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.mli
#21 27.65 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.mli
#21 27.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/envaux.ml -I typing
#21 27.68 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmo_format.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/internal_variable_names.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda_primitives.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/lambda.ml -I lambda
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/printlambda.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translobj.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/tmc.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/simplif.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ctype.ml -I typing
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyp.ml -I typing
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.ml -I typing
#21 27.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_unboxed.ml -I typing
#21 27.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.ml -I typing
#21 27.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.ml -I typing
#21 27.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.mli
#21 27.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translobj.ml -I lambda
#21 27.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/tmc.ml -I lambda
#21 27.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/printlambda.ml -I lambda
#21 27.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/simplif.ml -I lambda
#21 27.73 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
#21 27.73 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda.mli
#21 27.74 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.ml -I typing
#21 27.74 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
#21 27.74 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml -I bytecomp
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.ml -I typing
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmt_format.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printpat.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/matching.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translattribute.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.mli
#21 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translcore.mli
#21 27.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translclass.mli
#21 27.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translmod.mli
#21 27.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile_common.mli
#21 27.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
#21 27.78 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.ml -I typing
#21 27.78 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml -I bytecomp
#21 27.78 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml -I bytecomp
#21 27.78 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml -I bytecomp
#21 27.79 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.ml -I typing
#21 27.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml -I bytecomp
#21 27.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printpat.ml -I typing
#21 27.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml -I bytecomp
#21 27.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml -I bytecomp
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml -I bytecomp
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.ml -I typing
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.ml -I typing
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.ml -I typing
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.ml -I typing
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.mli
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.ml -I typing
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translattribute.ml -I lambda
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmt_format.ml -I file_formats
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/cmt2annot.ml -I typing
#21 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile.mli
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.ml -I typing
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.ml -I typing
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.ml -I typing
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translclass.ml -I lambda
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.mli
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.mli
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.mli
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.mli
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.ml -I typing
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.ml -I lambda
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translmod.ml -I lambda
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.ml -I typing
#21 27.82 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/matching.ml -I lambda
#21 27.84 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translcore.ml -I lambda
#21 27.86 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile.ml -I driver
#21 27.86 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/maindriver.ml -I driver
#21 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.mli
#21 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.mli
#21 27.89 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.ml -I typing
#21 27.89 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.ml -I typing
#21 27.89 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.ml -I typing
#21 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.ml -I typing
#21 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod_errorprinter.mli
#21 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.mli
#21 27.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod_errorprinter.ml -I typing
#21 27.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/projection.mli
#21 27.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_origin.mli
#21 27.97 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.ml -I typing
#21 27.97 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.ml -I driver
#21 27.97 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile_common.ml -I driver
#21 27.97 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml -I bytecomp
#21 28.02 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda.mli
#21 28.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/freshening.mli
#21 28.19 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.mli
#21 28.22 ./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 driver/maindriver.cmo
#21 28.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.mli
#21 28.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmx_format.mli
#21 33.63 ./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/local_store.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 utils/int_replace_polymorphic_compare.cmo utils/domainstate.cmo utils/binutils.cmo utils/lazy_backtrack.cmo utils/diffing.cmo utils/diffing_with_keys.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/type_immediacy.cmo typing/shape.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo file_formats/cmi_format.cmo typing/persistent_env.cmo typing/env.cmo typing/errortrace.cmo typing/typedtree.cmo typing/signature_group.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/tast_iterator.cmo typing/tast_mapper.cmo typing/stypes.cmo file_formats/cmt_format.cmo typing/cmt2annot.cmo typing/untypeast.cmo typing/includemod.cmo typing/includemod_errorprinter.cmo typing/typetexp.cmo typing/printpat.cmo typing/patterns.cmo typing/parmatch.cmo typing/typedecl_properties.cmo typing/typedecl_variance.cmo typing/typedecl_unboxed.cmo typing/typedecl_immediacy.cmo typing/typedecl_separability.cmo typing/typedecl.cmo typing/typeopt.cmo typing/rec_check.cmo typing/typecore.cmo typing/typeclass.cmo typing/typemod.cmo lambda/debuginfo.cmo lambda/lambda.cmo lambda/printlambda.cmo lambda/switch.cmo lambda/matching.cmo lambda/translobj.cmo lambda/translattribute.cmo lambda/translprim.cmo lambda/translcore.cmo lambda/translclass.cmo lambda/translmod.cmo lambda/tmc.cmo lambda/simplif.cmo lambda/runtimedef.cmo bytecomp/meta.cmo bytecomp/opcodes.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo driver/pparse.cmo driver/compenv.cmo driver/main_args.cmo driver/compmisc.cmo driver/makedepend.cmo driver/compile_common.cmo
#21 33.71 ./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
#21 34.32 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 34.32 make -j ocamllex ocamltools library
#21 34.32 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 34.34 make -j -C yacc all
#21 34.34 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#21 34.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.34 -o closure.o closure.c
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o error.o error.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_intf.mli
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o lalr.o lalr.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_cost.mli
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o lr0.o lr0.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/internal_variable_names.ml -I middle_end
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/linkage_name.ml -I middle_end
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o main.o main.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilation_unit.ml -I middle_end
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.ml -I middle_end
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o mkpar.o mkpar.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o output.o output.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.ml -I middle_end
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_var.ml -I middle_end
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o reader.o reader.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda_primitives.ml -I middle_end
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda_primitives.mli
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o skeleton.o skeleton.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda.ml -I middle_end
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda.mli
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o symtab.o symtab.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.mli
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/convert_primitives.mli
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o verbose.o verbose.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.mli
#21 34.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#21 34.35 -o warshall.o warshall.c
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.mli
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.ml -I middle_end/flambda
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.ml -I middle_end/flambda
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/projection.ml -I middle_end/flambda
#21 34.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.ml -I middle_end/flambda
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/share_constants.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_closure_vars.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/ref_to_variables.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_invariants.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/traverse_for_exported_symbols.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_offsets.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.mli
#21 34.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.mli
#21 34.37 make -j -C stdlib all
#21 34.37 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 34.38 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.mli
#21 34.38 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalAtomic.mli
#21 34.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.mli
#21 34.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure_middle_end.mli
#21 34.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.mli
#21 34.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_let_to_initialize_symbol.mli
#21 34.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/find_recursive_functions.mli
#21 34.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/invariant_params.mli
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inconstant_idents.mli
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_constants.mli
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_arguments.mli
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/build_export_info.mli
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.mli
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.ml -I middle_end
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda_primitives.ml -I middle_end
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda.ml -I middle_end/flambda
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.mli
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops_intf.mli
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda.ml -I middle_end
#21 34.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/convert_primitives.ml -I middle_end
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_common.mli
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_primitives.mli
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_cost.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/share_constants.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/ref_to_variables.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_invariants.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
#21 34.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.ml -I middle_end/flambda
#21 34.41 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalAtomic.ml
#21 34.41 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.ml -I middle_end
#21 34.41 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.ml -I middle_end/flambda
#21 34.41 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.ml -I middle_end/closure
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.ml -I middle_end/flambda
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/freshening.ml -I middle_end/flambda
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_closure_vars.ml -I middle_end/flambda
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_offsets.ml -I middle_end/flambda
#21 34.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure_middle_end.ml -I middle_end/closure
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_constants.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/traverse_for_exported_symbols.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify_aux.mli
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats.mli
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/invariant_params.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
#21 34.43 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_common.ml -I middle_end/flambda
#21 34.44 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops.mli
#21 34.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats.ml -I middle_end/flambda
#21 34.48 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops.ml -I middle_end/flambda
#21 34.48 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_primitives.ml -I middle_end/flambda
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision_intf.mli
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify_aux.ml -I middle_end/flambda
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.mli
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.mli
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.mli
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.mli
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.mli
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify.mli
#21 34.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/build_export_info.ml -I middle_end/flambda
#21 34.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.ml -I middle_end/flambda
#21 34.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.ml -I middle_end/flambda
#21 34.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#21 34.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.mli
#21 34.53 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.ml
#21 34.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.mli
#21 34.53 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
#21 34.54 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
#21 34.54 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.ml -I middle_end/flambda
#21 34.54 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.ml -I middle_end/flambda
#21 34.57 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify.ml -I middle_end/flambda
#21 34.59 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
#21 34.59 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
#21 34.60 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#21 34.61 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.61 -o stdlib__Pervasives.cmo -c pervasives.ml
#21 34.61 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.61 -o stdlib__Either.cmi -c either.mli
#21 34.61 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.61 -o stdlib__Sys.cmi -c sys.mli
#21 34.61 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.61 -o stdlib__Nativeint.cmi -c nativeint.mli
#21 34.61 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.61 -o stdlib__Int32.cmi -c int32.mli
#21 34.61 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalLazy.mli
#21 34.61 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.61 -o stdlib__Bool.cmi -c bool.mli
#21 34.62 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.62 -o stdlib__Char.cmi -c char.mli
#21 34.62 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.62 -o stdlib__Uchar.cmi -c uchar.mli
#21 34.62 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.62 -o stdlib__Int.cmi -c int.mli
#21 34.62 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.62 -o stdlib__Unit.cmi -c unit.mli
#21 34.62 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.62 -o stdlib__Marshal.cmi -c marshal.mli
#21 34.62 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.62 -o stdlib__Int64.cmi -c int64.mli
#21 34.62 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.62 -o stdlib__Lexing.cmi -c lexing.mli
#21 34.62 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.62 -o stdlib__Stream.cmi -c stream.mli
#21 34.63 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.63 -o stdlib__Arg.cmi -c arg.mli
#21 34.63 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.63 -o stdlib__Atomic.cmi -c atomic.mli
#21 34.63 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.63 -o stdlib__Printexc.cmi -c printexc.mli
#21 34.63 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.63 -o stdlib__Fun.cmi -c fun.mli
#21 34.63 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.63 -o stdlib__Digest.cmi -c digest.mli
#21 34.63 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 34.63 -o stdlib__Scanf.cmi -c scanf.mli
#21 34.64 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.64 -o stdlib__Callback.cmi -c callback.mli
#21 34.64 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.64 -o stdlib__Filename.cmi -c filename.mli
#21 34.64 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.64 -o stdlib__Complex.cmi -c complex.mli
#21 34.64 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.64 -o stdlib__In_channel.cmi -c in_channel.mli
#21 34.64 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.64 -o stdlib__Out_channel.cmi -c out_channel.mli
#21 34.64 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c std_exit.ml
#21 34.64 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.64 -o stdlib__Either.cmo -c either.ml
#21 34.64 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.64 -o stdlib__Lazy.cmi -c lazy.mli
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Seq.cmi -c seq.mli
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Bool.cmo -c bool.ml
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Unit.cmo -c unit.ml
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Int32.cmo -c int32.ml
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Sys.cmo -c sys.ml
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Obj.cmi -c obj.mli
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Char.cmo -c char.ml
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Uchar.cmo -c uchar.ml
#21 34.65 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.65 -o stdlib__Int.cmo -c int.ml
#21 34.66 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.66 -o stdlib__Int64.cmo -c int64.ml
#21 34.66 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.66 -o stdlib__Nativeint.cmo -c nativeint.ml
#21 34.66 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.66 -o stdlib__Random.cmi -c random.mli
#21 34.66 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.66 -o stdlib__Genlex.cmi -c genlex.mli
#21 34.66 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.66 -o stdlib__Atomic.cmo -c atomic.ml
#21 34.66 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.66 -o stdlib__Complex.cmo -c complex.ml
#21 34.66 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.66 -o stdlib__Bigarray.cmi -c bigarray.mli
#21 34.67 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.67 -o stdlib__Fun.cmo -c fun.ml
#21 34.67 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.67 -o stdlib__Gc.cmi -c gc.mli
#21 34.67 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.67 -o stdlib__Out_channel.cmo -c out_channel.ml
#21 34.68 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.68 -o stdlib__Obj.cmo -c obj.ml
#21 34.68 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalLazy.ml
#21 34.68 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.68 -o stdlib__Lazy.cmo -c lazy.ml
#21 34.68 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.68 -o stdlib__Parsing.cmi -c parsing.mli
#21 34.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.69 -o stdlib__Callback.cmo -c callback.ml
#21 34.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalOO.mli
#21 34.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalMod.mli
#21 34.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.69 -o stdlib__Seq.cmo -c seq.ml
#21 34.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.69 -o stdlib__Option.cmi -c option.mli
#21 34.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.69 -o stdlib__Result.cmi -c result.mli
#21 34.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.69 -o stdlib__List.cmi -c list.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.70 -o stdlib__Bytes.cmi -c bytes.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.70 -o stdlib__String.cmi -c string.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.70 -o stdlib__Array.cmi -c array.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.70 -o stdlib__Float.cmi -c float.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.70 -o stdlib__Set.cmi -c set.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.70 -o stdlib__Map.cmi -c map.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.70 -o stdlib__Stack.cmi -c stack.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.70 -o stdlib__Queue.cmi -c queue.mli
#21 34.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A \
#21 34.70 -o stdlib__Buffer.cmi -c buffer.mli
#21 34.71 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.71 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#21 34.71 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 34.71 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#21 34.71 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 34.71 -o stdlib__ListLabels.cmi -c listLabels.mli
#21 34.71 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 34.71 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#21 34.71 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 34.71 -o stdlib__StringLabels.cmi -c stringLabels.mli
#21 34.72 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -no-principal \
#21 34.72 -o stdlib__Oo.cmi -c oo.mli
#21 34.73 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.73 -o stdlib__Option.cmo -c option.ml
#21 34.73 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.73 -o stdlib__Result.cmo -c result.ml
#21 34.73 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.73 -o stdlib__List.cmo -c list.ml
#21 34.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.74 -o stdlib__Stack.cmo -c stack.ml
#21 34.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.74 -o stdlib__Array.cmo -c array.ml
#21 34.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.74 -o stdlib__Parsing.cmo -c parsing.ml
#21 34.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.74 -o stdlib__Queue.cmo -c queue.ml
#21 34.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match -c camlinternalFormat.mli
#21 34.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 34.74 -o stdlib__Printf.cmi -c printf.mli
#21 34.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.74 -o stdlib__Random.cmo -c random.ml
#21 34.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 34.74 -o stdlib__Format.cmi -c format.mli
#21 34.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalMod.ml
#21 34.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 34.75 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#21 34.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.75 -o stdlib__Bigarray.cmo -c bigarray.ml
#21 34.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.75 -o stdlib__In_channel.cmo -c in_channel.ml
#21 34.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.75 -o stdlib__Bytes.cmo -c bytes.ml
#21 34.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.75 -o stdlib__String.cmo -c string.ml
#21 34.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.75 -o stdlib__Marshal.cmo -c marshal.ml
#21 34.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 34.75 -o stdlib__Float.cmo -c float.ml
#21 34.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.76 -o stdlib__Lexing.cmo -c lexing.ml
#21 34.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.76 -o stdlib__Set.cmo -c set.ml
#21 34.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.76 -o stdlib__Map.cmo -c map.ml
#21 34.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.76 -o stdlib__Stream.cmo -c stream.ml
#21 34.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A \
#21 34.76 -o stdlib__Buffer.cmo -c buffer.ml
#21 34.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.76 -o stdlib__Digest.cmo -c digest.ml
#21 34.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.76 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#21 34.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.76 -o stdlib__Weak.cmi -c weak.mli
#21 34.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalOO.ml
#21 34.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.77 -o stdlib__Oo.cmo -c oo.ml
#21 34.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.77 -o stdlib__Genlex.cmo -c genlex.ml
#21 34.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.77 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#21 34.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 34.77 -o stdlib__ListLabels.cmo -c listLabels.ml
#21 34.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 34.77 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#21 34.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 34.77 -o stdlib__StringLabels.cmo -c stringLabels.ml
#21 34.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 34.77 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#21 34.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#21 34.78 -o stdlib__StdLabels.cmi -c stdLabels.mli
#21 34.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.78 -o stdlib__Arg.cmo -c arg.ml
#21 34.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.78 -o stdlib__Printexc.cmo -c printexc.ml
#21 34.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.78 -o stdlib__Gc.cmo -c gc.ml
#21 34.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.78 -o stdlib__Filename.cmo -c filename.ml
#21 34.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match -c camlinternalFormat.ml
#21 34.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 34.78 -o stdlib__Printf.cmo -c printf.ml
#21 34.79 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 34.79 -o stdlib__Scanf.cmo -c scanf.ml
#21 34.80 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.80 -o stdlib__Weak.cmo -c weak.ml
#21 34.81 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 34.81 -o stdlib__StdLabels.cmo -c stdLabels.ml
#21 34.82 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#21 34.82 -o stdlib__Format.cmo -c format.ml
#21 34.86 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#21 34.86 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#21 34.89 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#21 34.89 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#21 35.05 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -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
#21 35.08 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#21 35.08 make -j -C lex all
#21 35.08 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#21 35.09 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.mli
#21 35.09 ../yacc/ocamlyacc -v parser.mly
#21 35.09 ../boot/ocamlrun ../boot/ocamllex -q lexer.mll
#21 35.09 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.mli
#21 35.12 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
#21 35.12 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot syntax.mli
#21 35.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamlmiddleend.cma middle_end/internal_variable_names.cmo middle_end/linkage_name.cmo middle_end/compilation_unit.cmo middle_end/variable.cmo middle_end/flambda/base_types/closure_element.cmo middle_end/flambda/base_types/closure_id.cmo middle_end/symbol.cmo middle_end/backend_var.cmo middle_end/clambda_primitives.cmo middle_end/printclambda_primitives.cmo middle_end/clambda.cmo middle_end/printclambda.cmo middle_end/semantics_of_primitives.cmo middle_end/convert_primitives.cmo middle_end/flambda/base_types/id_types.cmo middle_end/flambda/base_types/export_id.cmo middle_end/flambda/base_types/tag.cmo middle_end/flambda/base_types/mutable_variable.cmo middle_end/flambda/base_types/set_of_closures_id.cmo middle_end/flambda/base_types/set_of_closures_origin.cmo middle_end/flambda/base_types/closure_origin.cmo middle_end/flambda/base_types/var_within_closure.cmo middle_end/flambda/base_types/static_exception.cmo middle_end/flambda/pass_wrapper.cmo middle_end/flambda/allocated_const.cmo middle_end/flambda/parameter.cmo middle_end/flambda/projection.cmo middle_end/flambda/flambda.cmo middle_end/flambda/flambda_iterators.cmo middle_end/flambda/flambda_utils.cmo middle_end/flambda/freshening.cmo middle_end/flambda/effect_analysis.cmo middle_end/flambda/inlining_cost.cmo middle_end/flambda/simple_value_approx.cmo middle_end/flambda/export_info.cmo middle_end/flambda/export_info_for_pack.cmo middle_end/compilenv.cmo middle_end/closure/closure.cmo middle_end/closure/closure_middle_end.cmo middle_end/flambda/import_approx.cmo middle_end/flambda/lift_code.cmo middle_end/flambda/closure_conversion_aux.cmo middle_end/flambda/closure_conversion.cmo middle_end/flambda/initialize_symbol_to_let_symbol.cmo middle_end/flambda/lift_let_to_initialize_symbol.cmo middle_end/flambda/find_recursive_functions.cmo middle_end/flambda/invariant_params.cmo middle_end/flambda/inconstant_idents.cmo middle_end/flambda/alias_analysis.cmo middle_end/flambda/lift_constants.cmo middle_end/flambda/share_constants.cmo middle_end/flambda/simplify_common.cmo middle_end/flambda/remove_unused_arguments.cmo middle_end/flambda/remove_unused_closure_vars.cmo middle_end/flambda/remove_unused_program_constructs.cmo middle_end/flambda/simplify_boxed_integer_ops.cmo middle_end/flambda/simplify_primitives.cmo middle_end/flambda/inlining_stats_types.cmo middle_end/flambda/inlining_stats.cmo middle_end/flambda/inline_and_simplify_aux.cmo middle_end/flambda/remove_free_vars_equal_to_args.cmo middle_end/flambda/extract_projections.cmo middle_end/flambda/augment_specialised_args.cmo middle_end/flambda/unbox_free_vars_of_closures.cmo middle_end/flambda/unbox_specialised_args.cmo middle_end/flambda/unbox_closures.cmo middle_end/flambda/inlining_transforms.cmo middle_end/flambda/inlining_decision.cmo middle_end/flambda/inline_and_simplify.cmo middle_end/flambda/ref_to_variables.cmo middle_end/flambda/flambda_invariants.cmo middle_end/flambda/traverse_for_exported_symbols.cmo middle_end/flambda/build_export_info.cmo middle_end/flambda/closure_offsets.cmo middle_end/flambda/un_anf.cmo middle_end/flambda/flambda_to_clambda.cmo middle_end/flambda/flambda_middle_end.cmo
#21 35.12 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
#21 35.15 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot syntax.ml
#21 35.15 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot parser.mli
#21 35.15 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.mli
#21 35.17 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot parser.ml
#21 35.17 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexer.mli
#21 35.17 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.ml
#21 35.17 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.mli
#21 35.17 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.mli
#21 35.19 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
#21 35.19 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
#21 35.20 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
#21 35.20 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot output.mli
#21 35.20 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.mli
#21 35.23 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
#21 35.24 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
#21 35.24 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
#21 35.42 ../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
#21 35.45 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#21 35.45 make -j -C tools all
#21 35.45 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 35.47 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamldep.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlprof.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlcp.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamloptp.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlmklib.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlmktop.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlcmt.ml
#21 35.48 ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - objinfo.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - primreq.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - stripdebug.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - cmpbyt.ml
#21 35.48 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - profiling.mli
#21 35.49 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - opnames.ml
#21 35.51 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -compat-32 -I .. -o ocamldep ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamldep.cmo
#21 35.51 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - profiling.ml
#21 35.52 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlmktop ../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/local_store.cmo ../utils/load_path.cmo ../utils/profile.cmo ../utils/ccomp.cmo ocamlmktop.cmo
#21 35.53 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - dumpobj.ml
#21 35.53 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o stripdebug ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma stripdebug.cmo
#21 35.55 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o primreq ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma primreq.cmo
#21 35.56 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlcp ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ../utils/profile.cmo ../utils/warnings.cmo ../utils/identifiable.cmo ../utils/numbers.cmo ../utils/arg_helper.cmo ../utils/clflags.cmo ../utils/local_store.cmo ../utils/terminfo.cmo ../parsing/location.cmo ../utils/load_path.cmo ../utils/ccomp.cmo ../driver/compenv.cmo ../driver/main_args.cmo ocamlcp.cmo
#21 35.56 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o cmpbyt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmpbyt.cmo
#21 35.56 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamloptp ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ../utils/profile.cmo ../utils/warnings.cmo ../utils/identifiable.cmo ../utils/numbers.cmo ../utils/arg_helper.cmo ../utils/clflags.cmo ../utils/local_store.cmo ../utils/terminfo.cmo ../parsing/location.cmo ../utils/load_path.cmo ../utils/ccomp.cmo ../driver/compenv.cmo ../driver/main_args.cmo ocamloptp.cmo
#21 35.62 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlcmt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamlcmt.cmo
#21 35.64 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlmklib ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ocamlmklib.cmo
#21 35.72 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlprof ../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/terminfo.cmo ../utils/warnings.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/docstrings.cmo ../parsing/syntaxerr.cmo ../parsing/ast_helper.cmo ../parsing/camlinternalMenhirLib.cmo ../parsing/parser.cmo ../parsing/pprintast.cmo ../parsing/lexer.cmo ../parsing/parse.cmo ocamlprof.cmo
#21 35.72 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlobjinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../compilerlibs/ocamlmiddleend.cma objinfo.cmo
#21 35.77 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o dumpobj ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma opnames.cmo dumpobj.cmo
#21 36.41 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 36.46 ../boot/ocamlrun ../ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo camlinternalAtomic.cmo stdlib.cmo stdlib__Pervasives.cmo stdlib__Either.cmo stdlib__Sys.cmo stdlib__Obj.cmo camlinternalLazy.cmo stdlib__Lazy.cmo stdlib__Seq.cmo stdlib__Option.cmo stdlib__Result.cmo stdlib__Bool.cmo stdlib__Char.cmo stdlib__Uchar.cmo stdlib__List.cmo stdlib__Int.cmo stdlib__Bytes.cmo stdlib__String.cmo stdlib__Unit.cmo stdlib__Marshal.cmo stdlib__Array.cmo stdlib__Float.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 stdlib__Stream.cmo stdlib__Buffer.cmo camlinternalFormat.cmo stdlib__Printf.cmo stdlib__Arg.cmo stdlib__Atomic.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__Bigarray.cmo stdlib__In_channel.cmo stdlib__Out_channel.cmo
#21 36.50 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 36.50 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 36.50 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 36.50 make -j ocaml
#21 36.50 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 36.52 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/expunge.ml -I toplevel
#21 36.52 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/genprintval.mli
#21 36.52 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/trace.mli
#21 36.52 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/toploop.mli
#21 36.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topdirs.mli
#21 36.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topmain.mli
#21 36.56 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
#21 36.57 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml -I toplevel
#21 36.57 cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
#21 36.59 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topcommon.mli
#21 36.59 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml -I toplevel
#21 36.59 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
#21 36.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topeval.mli
#21 36.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topcommon.ml -I toplevel
#21 36.72 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
#21 36.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml -I toplevel
#21 36.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml -I toplevel
#21 36.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/topeval.ml -I toplevel/byte
#21 36.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/trace.ml -I toplevel/byte
#21 36.73 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/topmain.ml -I toplevel/byte
#21 37.02 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamltoplevel.cma -I toplevel/byte toplevel/genprintval.cmo toplevel/topcommon.cmo toplevel/byte/topeval.cmo toplevel/byte/trace.cmo toplevel/toploop.cmo toplevel/topdirs.cmo toplevel/byte/topmain.cmo
#21 37.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -I toplevel/byte -linkall -o ocaml.tmp compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
#21 37.73 ./boot/ocamlrun expunge ocaml.tmp ocaml camlinternalFormatBasics camlinternalAtomic stdlib stdlib__Pervasives stdlib__Either stdlib__Sys stdlib__Obj camlinternalLazy stdlib__Lazy stdlib__Seq stdlib__Option stdlib__Result stdlib__Bool stdlib__Char stdlib__Uchar stdlib__List stdlib__Int stdlib__Bytes stdlib__String stdlib__Unit stdlib__Marshal stdlib__Array stdlib__Float stdlib__Int32 stdlib__Int64 stdlib__Nativeint stdlib__Lexing stdlib__Parsing stdlib__Set stdlib__Map stdlib__Stack stdlib__Queue stdlib__Stream stdlib__Buffer camlinternalFormat stdlib__Printf stdlib__Arg stdlib__Atomic stdlib__Printexc stdlib__Fun stdlib__Gc stdlib__Digest stdlib__Random stdlib__Hashtbl stdlib__Weak stdlib__Format stdlib__Scanf stdlib__Callback camlinternalOO stdlib__Oo camlinternalMod stdlib__Genlex stdlib__Ephemeron stdlib__Filename stdlib__Complex stdlib__ArrayLabels stdlib__ListLabels stdlib__BytesLabels stdlib__StringLabels stdlib__MoreLabels stdlib__StdLabels stdlib__Bigarray stdlib__In_channel stdlib__Out_channel outcometree topdirs toploop
#21 37.78 rm ocaml.tmp
#21 37.78 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 37.78 make -j opt-core
#21 37.79 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 37.80 make -j -C runtime allopt
#21 37.80 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o startup_aux.n.o startup_aux.c
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o startup_nat.n.o startup_nat.c
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o main.n.o main.c
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o fail_nat.n.o fail_nat.c
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o roots_nat.n.o roots_nat.c
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o signals.n.o signals.c
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o signals_nat.n.o signals_nat.c
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o misc.n.o misc.c
#21 37.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o freelist.n.o freelist.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o major_gc.n.o major_gc.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o minor_gc.n.o minor_gc.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o memory.n.o memory.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o alloc.n.o alloc.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o compare.n.o compare.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o ints.n.o ints.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o floats.n.o floats.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o str.n.o str.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o array.n.o array.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o io.n.o io.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o extern.n.o extern.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o intern.n.o intern.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o hash.n.o hash.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o sys.n.o sys.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o parsing.n.o parsing.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o gc_ctrl.n.o gc_ctrl.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o eventlog.n.o eventlog.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o md5.n.o md5.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o obj.n.o obj.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o lexing.n.o lexing.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o unix.n.o unix.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o printexc.n.o printexc.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o callback.n.o callback.c
#21 37.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o weak.n.o weak.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o compact.n.o compact.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o finalise.n.o finalise.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o custom.n.o custom.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o globroots.n.o globroots.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o backtrace_nat.n.o backtrace_nat.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o backtrace.n.o backtrace.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o dynlink_nat.n.o dynlink_nat.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o debugger.n.o debugger.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o meta.n.o meta.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o dynlink.n.o dynlink.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o clambda_checks.n.o clambda_checks.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o afl.n.o afl.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o bigarray.n.o bigarray.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o memprof.n.o memprof.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o domain.n.o domain.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o skiplist.n.o skiplist.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o codefrag.n.o codefrag.c
#21 37.90 gcc -c -DSYS_linux -I../runtime -DMODEL_default -o arm64.o arm64.S || \
#21 37.90 { echo "If your assembler produced syntax errors, it is probably";\
#21 37.90 echo "unhappy with the preprocessor. Check your assembler, or";\
#21 37.90 echo "try producing arm64.o by hand.";\
#21 37.90 exit 2; }
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o startup_aux.nd.o startup_aux.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o startup_nat.nd.o startup_nat.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o main.nd.o main.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o fail_nat.nd.o fail_nat.c
#21 37.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o roots_nat.nd.o roots_nat.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o signals.nd.o signals.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o signals_nat.nd.o signals_nat.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o misc.nd.o misc.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o freelist.nd.o freelist.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o major_gc.nd.o major_gc.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o minor_gc.nd.o minor_gc.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o memory.nd.o memory.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o alloc.nd.o alloc.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o compare.nd.o compare.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o ints.nd.o ints.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o floats.nd.o floats.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o str.nd.o str.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o array.nd.o array.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o io.nd.o io.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o extern.nd.o extern.c
#21 37.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o intern.nd.o intern.c
#21 37.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o hash.nd.o hash.c
#21 37.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o sys.nd.o sys.c
#21 37.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o parsing.nd.o parsing.c
#21 37.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o gc_ctrl.nd.o gc_ctrl.c
#21 37.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o eventlog.nd.o eventlog.c
#21 37.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o md5.nd.o md5.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o obj.nd.o obj.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o lexing.nd.o lexing.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o unix.nd.o unix.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o printexc.nd.o printexc.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o callback.nd.o callback.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o weak.nd.o weak.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o compact.nd.o compact.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o finalise.nd.o finalise.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o custom.nd.o custom.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o globroots.nd.o globroots.c
#21 37.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o backtrace_nat.nd.o backtrace_nat.c
#21 37.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o backtrace.nd.o backtrace.c
#21 37.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o dynlink_nat.nd.o dynlink_nat.c
#21 37.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o debugger.nd.o debugger.c
#21 37.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o meta.nd.o meta.c
#21 37.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o dynlink.nd.o dynlink.c
#21 37.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o clambda_checks.nd.o clambda_checks.c
#21 37.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o afl.nd.o afl.c
#21 37.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o bigarray.nd.o bigarray.c
#21 37.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o memprof.nd.o memprof.c
#21 37.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o domain.nd.o domain.c
#21 38.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o skiplist.nd.o skiplist.c
#21 38.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DDEBUG -o codefrag.nd.o codefrag.c
#21 38.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o startup_aux.ni.o startup_aux.c
#21 38.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o startup_nat.ni.o startup_nat.c
#21 38.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o main.ni.o main.c
#21 38.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o fail_nat.ni.o fail_nat.c
#21 38.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o roots_nat.ni.o roots_nat.c
#21 38.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o signals.ni.o signals.c
#21 38.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o signals_nat.ni.o signals_nat.c
#21 38.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o misc.ni.o misc.c
#21 38.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o freelist.ni.o freelist.c
#21 38.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o major_gc.ni.o major_gc.c
#21 38.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o minor_gc.ni.o minor_gc.c
#21 38.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o memory.ni.o memory.c
#21 38.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o alloc.ni.o alloc.c
#21 38.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o compare.ni.o compare.c
#21 38.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o ints.ni.o ints.c
#21 38.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o floats.ni.o floats.c
#21 38.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o str.ni.o str.c
#21 38.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o array.ni.o array.c
#21 38.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o io.ni.o io.c
#21 38.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o extern.ni.o extern.c
#21 38.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o intern.ni.o intern.c
#21 38.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o hash.ni.o hash.c
#21 38.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o sys.ni.o sys.c
#21 38.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o parsing.ni.o parsing.c
#21 38.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o gc_ctrl.ni.o gc_ctrl.c
#21 38.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o eventlog.ni.o eventlog.c
#21 38.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o md5.ni.o md5.c
#21 38.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o obj.ni.o obj.c
#21 38.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o lexing.ni.o lexing.c
#21 38.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o unix.ni.o unix.c
#21 38.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o printexc.ni.o printexc.c
#21 38.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o callback.ni.o callback.c
#21 38.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o weak.ni.o weak.c
#21 38.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o compact.ni.o compact.c
#21 38.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o finalise.ni.o finalise.c
#21 38.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o custom.ni.o custom.c
#21 38.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o globroots.ni.o globroots.c
#21 38.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o backtrace_nat.ni.o backtrace_nat.c
#21 38.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o backtrace.ni.o backtrace.c
#21 38.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o dynlink_nat.ni.o dynlink_nat.c
#21 38.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o debugger.ni.o debugger.c
#21 38.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o meta.ni.o meta.c
#21 38.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o dynlink.ni.o dynlink.c
#21 38.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o clambda_checks.ni.o clambda_checks.c
#21 38.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o afl.ni.o afl.c
#21 38.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o bigarray.ni.o bigarray.c
#21 38.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o memprof.ni.o memprof.c
#21 38.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o domain.ni.o domain.c
#21 38.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o skiplist.ni.o skiplist.c
#21 38.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o codefrag.ni.o codefrag.c
#21 38.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o startup_aux.npic.o startup_aux.c
#21 38.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o startup_nat.npic.o startup_nat.c
#21 38.15 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o main.npic.o main.c
#21 38.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o fail_nat.npic.o fail_nat.c
#21 38.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o roots_nat.npic.o roots_nat.c
#21 38.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o signals.npic.o signals.c
#21 38.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o signals_nat.npic.o signals_nat.c
#21 38.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o misc.npic.o misc.c
#21 38.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o freelist.npic.o freelist.c
#21 38.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o major_gc.npic.o major_gc.c
#21 38.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o minor_gc.npic.o minor_gc.c
#21 38.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o memory.npic.o memory.c
#21 38.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o alloc.npic.o alloc.c
#21 38.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o compare.npic.o compare.c
#21 38.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o ints.npic.o ints.c
#21 38.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o floats.npic.o floats.c
#21 38.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o str.npic.o str.c
#21 38.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o array.npic.o array.c
#21 38.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o io.npic.o io.c
#21 38.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o extern.npic.o extern.c
#21 38.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o intern.npic.o intern.c
#21 38.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o hash.npic.o hash.c
#21 38.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o sys.npic.o sys.c
#21 38.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o parsing.npic.o parsing.c
#21 38.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o gc_ctrl.npic.o gc_ctrl.c
#21 38.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o eventlog.npic.o eventlog.c
#21 38.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o md5.npic.o md5.c
#21 38.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o obj.npic.o obj.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o lexing.npic.o lexing.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o unix.npic.o unix.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o printexc.npic.o printexc.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o callback.npic.o callback.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o weak.npic.o weak.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o compact.npic.o compact.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o finalise.npic.o finalise.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o custom.npic.o custom.c
#21 38.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o globroots.npic.o globroots.c
#21 38.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o backtrace_nat.npic.o backtrace_nat.c
#21 38.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o backtrace.npic.o backtrace.c
#21 38.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o dynlink_nat.npic.o dynlink_nat.c
#21 38.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o debugger.npic.o debugger.c
#21 38.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o meta.npic.o meta.c
#21 38.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o dynlink.npic.o dynlink.c
#21 38.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o clambda_checks.npic.o clambda_checks.c
#21 38.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o afl.npic.o afl.c
#21 38.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o bigarray.npic.o bigarray.c
#21 38.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o memprof.npic.o memprof.c
#21 38.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o domain.npic.o domain.c
#21 38.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o skiplist.npic.o skiplist.c
#21 38.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -o codefrag.npic.o codefrag.c
#21 38.31 gcc -c -DSYS_linux -I../runtime -DMODEL_default -fPIC -o arm64_libasmrunpic.o arm64.S
#21 38.50 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 eventlog.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 afl.n.o bigarray.n.o memprof.n.o domain.n.o skiplist.n.o codefrag.n.o arm64.o
#21 38.62 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 eventlog.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 afl.nd.o bigarray.nd.o memprof.nd.o domain.nd.o skiplist.nd.o codefrag.nd.o arm64.o
#21 38.76 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 eventlog.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 afl.ni.o bigarray.ni.o memprof.ni.o domain.ni.o skiplist.ni.o codefrag.ni.o arm64.o
#21 38.79 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 eventlog.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 afl.npic.o bigarray.npic.o memprof.npic.o domain.npic.o skiplist.npic.o codefrag.npic.o arm64_libasmrunpic.o
#21 38.79 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 eventlog.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 afl.npic.o bigarray.npic.o memprof.npic.o domain.npic.o skiplist.npic.o codefrag.npic.o arm64_libasmrunpic.o -lm
#21 38.86 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 38.86 cp runtime/libasmrun.a stdlib/libasmrun.a
#21 38.87 make -j ocamlopt
#21 38.87 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 38.90 cd asmcomp; ln -sf arm64/arch.ml .
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm.mli
#21 38.90 cd asmcomp; ln -sf arm64/proc.ml .
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_ast.mli
#21 38.90 cd asmcomp; ln -sf arm64/selection.ml .
#21 38.90 cd asmcomp; ln -sf arm64/CSE.ml .
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/coloring.mli
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linscan.mli
#21 38.90 cd asmcomp; ln -sf arm64/reload.ml .
#21 38.90 cd asmcomp; ln -sf arm64/scheduling.ml .
#21 38.90 make -j -C tools cvt_emit
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.mli
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.mli
#21 38.90 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.mli
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.mli
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.mli
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmaindriver.mli
#21 38.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml -I asmcomp
#21 38.91 ../boot/ocamlrun ../boot/ocamllex -q cvt_emit.mll
#21 38.93 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - cvt_emit.ml
#21 38.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.ml -I driver
#21 38.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmain.ml -I driver
#21 38.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml -I asmcomp
#21 38.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_proc.mli
#21 38.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.mli
#21 38.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.mli
#21 38.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.mli
#21 38.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.mli
#21 38.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.mli
#21 38.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.mli
#21 38.96 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.mli
#21 38.96 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.mli
#21 38.96 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.mli
#21 38.96 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.mli
#21 38.99 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -o cvt_emit cvt_emit.cmo
#21 38.99 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.ml -I asmcomp
#21 39.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml -I asmcomp
#21 39.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.ml -I asmcomp
#21 39.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.ml -I asmcomp
#21 39.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_helpers.mli
#21 39.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml -I asmcomp
#21 39.03 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 39.03 echo \# 1 \"arm64/emit.mlp\" > asmcomp/emit.ml
#21 39.03 ./boot/ocamlrun tools/cvt_emit < asmcomp/arm64/emit.mlp >> asmcomp/emit.ml \
#21 39.03 || { rm -f asmcomp/emit.ml; exit 2; }
#21 39.03 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm.ml -I asmcomp
#21 39.03 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/mach.mli
#21 39.03 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.ml -I asmcomp
#21 39.08 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml -I asmcomp
#21 39.08 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/mach.ml -I asmcomp
#21 39.08 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/proc.mli
#21 39.08 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interval.mli
#21 39.08 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printmach.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/dataflow.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/polling.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selection.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/liveness.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/spill.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/split.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interf.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reload.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.mli
#21 39.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.mli
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/proc.ml -I asmcomp
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_helpers.ml -I asmcomp
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interval.ml -I asmcomp
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml -I asmcomp
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/spill.ml -I asmcomp
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/coloring.ml -I asmcomp
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linscan.ml -I asmcomp
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.ml -I asmcomp
#21 39.12 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmaindriver.ml -I driver
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interf.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/split.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/dataflow.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/liveness.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSE.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml -I asmcomp
#21 39.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/polling.ml -I asmcomp
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.ml -I asmcomp
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.mli
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linearize.mli
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/linear_format.mli
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.mli
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.mli
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml -I asmcomp
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitenv.mli
#21 39.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.mli
#21 39.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml -I asmcomp
#21 39.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml -I asmcomp
#21 39.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linearize.ml -I asmcomp
#21 39.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.ml -I asmcomp
#21 39.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.ml -I asmcomp
#21 39.18 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.mli
#21 39.18 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/linear_format.ml -I file_formats
#21 39.18 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.ml -I asmcomp
#21 39.18 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.mli
#21 39.20 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.ml -I asmcomp
#21 39.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml -I asmcomp
#21 39.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml -I asmcomp
#21 39.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.mli
#21 39.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml -I asmcomp
#21 39.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml -I asmcomp
#21 39.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml -I asmcomp
#21 39.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.ml -I driver
#21 40.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamloptcomp.cma middle_end/internal_variable_names.cmo middle_end/linkage_name.cmo middle_end/compilation_unit.cmo middle_end/variable.cmo middle_end/flambda/base_types/closure_element.cmo middle_end/flambda/base_types/closure_id.cmo middle_end/symbol.cmo middle_end/backend_var.cmo middle_end/clambda_primitives.cmo middle_end/printclambda_primitives.cmo middle_end/clambda.cmo middle_end/printclambda.cmo middle_end/semantics_of_primitives.cmo middle_end/convert_primitives.cmo middle_end/flambda/base_types/id_types.cmo middle_end/flambda/base_types/export_id.cmo middle_end/flambda/base_types/tag.cmo middle_end/flambda/base_types/mutable_variable.cmo middle_end/flambda/base_types/set_of_closures_id.cmo middle_end/flambda/base_types/set_of_closures_origin.cmo middle_end/flambda/base_types/closure_origin.cmo middle_end/flambda/base_types/var_within_closure.cmo middle_end/flambda/base_types/static_exception.cmo middle_end/flambda/pass_wrapper.cmo middle_end/flambda/allocated_const.cmo middle_end/flambda/parameter.cmo middle_end/flambda/projection.cmo middle_end/flambda/flambda.cmo middle_end/flambda/flambda_iterators.cmo middle_end/flambda/flambda_utils.cmo middle_end/flambda/freshening.cmo middle_end/flambda/effect_analysis.cmo middle_end/flambda/inlining_cost.cmo middle_end/flambda/simple_value_approx.cmo middle_end/flambda/export_info.cmo middle_end/flambda/export_info_for_pack.cmo middle_end/compilenv.cmo middle_end/closure/closure.cmo middle_end/closure/closure_middle_end.cmo middle_end/flambda/import_approx.cmo middle_end/flambda/lift_code.cmo middle_end/flambda/closure_conversion_aux.cmo middle_end/flambda/closure_conversion.cmo middle_end/flambda/initialize_symbol_to_let_symbol.cmo middle_end/flambda/lift_let_to_initialize_symbol.cmo middle_end/flambda/find_recursive_functions.cmo middle_end/flambda/invariant_params.cmo middle_end/flambda/inconstant_idents.cmo middle_end/flambda/alias_analysis.cmo middle_end/flambda/lift_constants.cmo middle_end/flambda/share_constants.cmo middle_end/flambda/simplify_common.cmo middle_end/flambda/remove_unused_arguments.cmo middle_end/flambda/remove_unused_closure_vars.cmo middle_end/flambda/remove_unused_program_constructs.cmo middle_end/flambda/simplify_boxed_integer_ops.cmo middle_end/flambda/simplify_primitives.cmo middle_end/flambda/inlining_stats_types.cmo middle_end/flambda/inlining_stats.cmo middle_end/flambda/inline_and_simplify_aux.cmo middle_end/flambda/remove_free_vars_equal_to_args.cmo middle_end/flambda/extract_projections.cmo middle_end/flambda/augment_specialised_args.cmo middle_end/flambda/unbox_free_vars_of_closures.cmo middle_end/flambda/unbox_specialised_args.cmo middle_end/flambda/unbox_closures.cmo middle_end/flambda/inlining_transforms.cmo middle_end/flambda/inlining_decision.cmo middle_end/flambda/inline_and_simplify.cmo middle_end/flambda/ref_to_variables.cmo middle_end/flambda/flambda_invariants.cmo middle_end/flambda/traverse_for_exported_symbols.cmo middle_end/flambda/build_export_info.cmo middle_end/flambda/closure_offsets.cmo middle_end/flambda/un_anf.cmo middle_end/flambda/flambda_to_clambda.cmo middle_end/flambda/flambda_middle_end.cmo asmcomp/arch.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/afl_instrument.cmo asmcomp/strmatch.cmo asmcomp/cmmgen_state.cmo asmcomp/cmm_helpers.cmo asmcomp/cmmgen.cmo asmcomp/cmm_invariants.cmo asmcomp/interval.cmo asmcomp/printmach.cmo asmcomp/dataflow.cmo asmcomp/polling.cmo asmcomp/selectgen.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/linear.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo file_formats/linear_format.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 driver/optmaindriver.cmo
#21 40.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
#21 41.55 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 41.55 make -j libraryopt
#21 41.55 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 41.57 make -j -C stdlib allopt
#21 41.57 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 41.58 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nopervasives -c camlinternalFormatBasics.ml
#21 41.58 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nopervasives -c camlinternalAtomic.ml
#21 41.86 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#21 42.05 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.05 -o stdlib__Pervasives.cmx -c pervasives.ml
#21 42.05 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.05 -o stdlib__Either.cmx -c either.ml
#21 42.05 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.05 -o stdlib__Sys.cmx -c sys.ml
#21 42.05 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.05 -o stdlib__Bool.cmx -c bool.ml
#21 42.05 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.05 -o stdlib__Char.cmx -c char.ml
#21 42.06 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.06 -o stdlib__Int.cmx -c int.ml
#21 42.06 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.06 -o stdlib__Unit.cmx -c unit.ml
#21 42.06 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.06 -o stdlib__Int64.cmx -c int64.ml
#21 42.06 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.06 -o stdlib__Atomic.cmx -c atomic.ml
#21 42.06 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.06 -o stdlib__Complex.cmx -c complex.ml
#21 42.06 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -c std_exit.ml
#21 42.11 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.11 -o stdlib__Nativeint.cmx -c nativeint.ml
#21 42.12 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.12 -o stdlib__Int32.cmx -c int32.ml
#21 42.13 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.13 -o stdlib__Uchar.cmx -c uchar.ml
#21 42.19 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.19 -o stdlib__Obj.cmx -c obj.ml
#21 42.27 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -afl-inst-ratio 0 -c camlinternalLazy.ml
#21 42.27 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.27 -o stdlib__Callback.cmx -c callback.ml
#21 42.33 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.33 -o stdlib__Lazy.cmx -c lazy.ml
#21 42.39 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.39 -o stdlib__Seq.cmx -c seq.ml
#21 42.66 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.66 -o stdlib__Option.cmx -c option.ml
#21 42.66 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.66 -o stdlib__Result.cmx -c result.ml
#21 42.67 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.67 -o stdlib__List.cmx -c list.ml
#21 42.67 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.67 -o stdlib__Bytes.cmx -c bytes.ml
#21 42.67 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.67 -o stdlib__Array.cmx -c array.ml
#21 42.67 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.67 -o stdlib__Map.cmx -c map.ml
#21 42.67 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.67 -o stdlib__Queue.cmx -c queue.ml
#21 42.92 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#21 42.92 -o stdlib__ArrayLabels.cmx -c arrayLabels.ml
#21 42.93 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 42.93 -o stdlib__Bigarray.cmx -c bigarray.ml
#21 43.00 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#21 43.00 -o stdlib__Float.cmx -c float.ml
#21 43.00 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.00 -o stdlib__Set.cmx -c set.ml
#21 43.00 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.00 -o stdlib__Stack.cmx -c stack.ml
#21 43.01 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#21 43.01 -o stdlib__ListLabels.cmx -c listLabels.ml
#21 43.15 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.15 -o stdlib__String.cmx -c string.ml
#21 43.15 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.15 -o stdlib__Marshal.cmx -c marshal.ml
#21 43.16 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#21 43.16 -o stdlib__BytesLabels.cmx -c bytesLabels.ml
#21 43.36 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.36 -o stdlib__Lexing.cmx -c lexing.ml
#21 43.36 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.36 -o stdlib__Stream.cmx -c stream.ml
#21 43.36 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -inline 3 \
#21 43.36 -o stdlib__Buffer.cmx -c buffer.ml
#21 43.37 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.37 -o stdlib__Digest.cmx -c digest.ml
#21 43.37 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -inline 0 -afl-inst-ratio 0 -c camlinternalOO.ml
#21 43.37 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#21 43.37 -o stdlib__StringLabels.cmx -c stringLabels.ml
#21 43.42 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#21 43.42 -o stdlib__StdLabels.cmx -c stdLabels.ml
#21 43.43 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.43 -o stdlib__Random.cmx -c random.ml
#21 43.47 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.47 -o stdlib__Parsing.cmx -c parsing.ml
#21 43.56 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -c camlinternalFormat.ml
#21 43.57 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.57 -o stdlib__Hashtbl.cmx -c hashtbl.ml
#21 43.70 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.70 -o stdlib__Oo.cmx -c oo.ml
#21 43.70 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -c camlinternalMod.ml
#21 43.90 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.90 -o stdlib__Weak.cmx -c weak.ml
#21 43.90 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.90 -o stdlib__Genlex.cmx -c genlex.ml
#21 43.90 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 43.90 -o stdlib__Ephemeron.cmx -c ephemeron.ml
#21 43.90 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#21 43.90 -o stdlib__MoreLabels.cmx -c moreLabels.ml
#21 45.98 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 45.98 -o stdlib__Printf.cmx -c printf.ml
#21 45.98 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 45.98 -o stdlib__Format.cmx -c format.ml
#21 46.04 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 46.04 -o stdlib__Arg.cmx -c arg.ml
#21 46.04 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 46.04 -o stdlib__Printexc.cmx -c printexc.ml
#21 46.04 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -inline 9 \
#21 46.04 -o stdlib__Scanf.cmx -c scanf.ml
#21 46.04 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 46.04 -o stdlib__Filename.cmx -c filename.ml
#21 46.22 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 46.22 -o stdlib__Fun.cmx -c fun.ml
#21 46.22 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 46.22 -o stdlib__Gc.cmx -c gc.ml
#21 46.27 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 46.27 -o stdlib__In_channel.cmx -c in_channel.ml
#21 46.27 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#21 46.27 -o stdlib__Out_channel.cmx -c out_channel.ml
#21 46.93 ../boot/ocamlrun ../ocamlopt -a -o stdlib.cmxa camlinternalFormatBasics.cmx camlinternalAtomic.cmx stdlib.cmx stdlib__Pervasives.cmx stdlib__Either.cmx stdlib__Sys.cmx stdlib__Obj.cmx camlinternalLazy.cmx stdlib__Lazy.cmx stdlib__Seq.cmx stdlib__Option.cmx stdlib__Result.cmx stdlib__Bool.cmx stdlib__Char.cmx stdlib__Uchar.cmx stdlib__List.cmx stdlib__Int.cmx stdlib__Bytes.cmx stdlib__String.cmx stdlib__Unit.cmx stdlib__Marshal.cmx stdlib__Array.cmx stdlib__Float.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 stdlib__Stream.cmx stdlib__Buffer.cmx camlinternalFormat.cmx stdlib__Printf.cmx stdlib__Arg.cmx stdlib__Atomic.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__Bigarray.cmx stdlib__In_channel.cmx stdlib__Out_channel.cmx
#21 47.00 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 47.00 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 47.00 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 47.00 make -j ocamlc.opt
#21 47.00 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 47.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/config.ml -I utils
#21 47.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/build_path_prefix_map.ml -I utils
#21 47.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/arg_helper.ml -I utils
#21 47.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/local_store.ml -I utils
#21 47.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/terminfo.ml -I utils
#21 47.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/int_replace_polymorphic_compare.ml -I utils
#21 47.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/domainstate.ml -I utils
#21 47.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/binutils.ml -I utils
#21 47.04 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/lazy_backtrack.ml -I utils
#21 47.04 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/camlinternalMenhirLib.ml -I parsing
#21 47.04 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/switch.ml -I lambda
#21 47.04 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/runtimedef.ml -I lambda
#21 47.04 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/opcodes.ml -I bytecomp
#21 47.18 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/misc.ml -I utils
#21 47.18 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytesections.ml -I bytecomp
#21 47.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/identifiable.ml -I utils
#21 47.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/profile.ml -I utils
#21 47.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/load_path.ml -I utils
#21 47.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/warnings.ml -I utils
#21 47.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/consistbl.ml -I utils
#21 47.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/targetint.ml -I utils
#21 47.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/diffing.ml -I utils
#21 47.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/longident.ml -I parsing
#21 47.81 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/dll.ml -I bytecomp
#21 48.07 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/diffing_with_keys.ml -I utils
#21 48.17 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/numbers.ml -I utils
#21 48.36 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/clflags.ml -I utils
#21 48.36 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/strongly_connected_components.ml -I utils
#21 48.81 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/ccomp.ml -I utils
#21 48.81 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/location.ml -I parsing
#21 48.81 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/ident.ml -I typing
#21 49.07 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/path.ml -I typing
#21 49.22 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/shape.ml -I typing
#21 49.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/docstrings.ml -I parsing
#21 49.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/syntaxerr.ml -I parsing
#21 49.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/ast_iterator.ml -I parsing
#21 49.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/attr_helper.ml -I parsing
#21 49.30 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/builtin_attributes.ml -I parsing
#21 49.30 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/debuginfo.ml -I lambda
#21 49.30 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compenv.ml -I driver
#21 49.30 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/errors.ml -I driver
#21 49.38 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/primitive.ml -I typing
#21 49.48 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/ast_helper.ml -I parsing
#21 49.51 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/depend.ml -I parsing
#21 49.51 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/type_immediacy.ml -I typing
#21 49.63 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/types.ml -I typing
#21 49.75 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/main_args.ml -I driver
#21 49.75 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/ast_invariants.ml -I parsing
#21 50.00 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/btype.ml -I typing
#21 50.00 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c file_formats/cmi_format.ml -I file_formats
#21 50.00 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/errortrace.ml -I typing
#21 50.11 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/persistent_env.ml -I typing
#21 50.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/pprintast.ml -I parsing
#21 50.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/parser.ml -I parsing
#21 50.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/ast_mapper.ml -I parsing
#21 50.48 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/predef.ml -I typing
#21 50.48 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/datarepr.ml -I typing
#21 50.48 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/signature_group.ml -I typing
#21 51.16 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/subst.ml -I typing
#21 51.66 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/env.ml -I typing
#21 52.99 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/printast.ml -I parsing
#21 52.99 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/oprint.ml -I typing
#21 53.78 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedtree.ml -I typing
#21 53.78 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/ctype.ml -I typing
#21 53.78 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_properties.ml -I typing
#21 53.79 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/lambda.ml -I lambda
#21 54.09 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/tast_iterator.ml -I typing
#21 54.09 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/tast_mapper.ml -I typing
#21 54.09 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/untypeast.ml -I typing
#21 54.09 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/printpat.ml -I typing
#21 54.13 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/printtyped.ml -I typing
#21 54.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translobj.ml -I lambda
#21 54.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translattribute.ml -I lambda
#21 54.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/tmc.ml -I lambda
#21 54.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/instruct.ml -I bytecomp
#21 54.36 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/meta.ml -I bytecomp
#21 54.41 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/symtable.ml -I bytecomp
#21 54.69 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/simplif.ml -I lambda
#21 56.86 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/printtyp.ml -I typing
#21 56.86 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/mtype.ml -I typing
#21 56.87 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/patterns.ml -I typing
#21 56.87 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_variance.ml -I typing
#21 56.87 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_unboxed.ml -I typing
#21 56.87 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_separability.ml -I typing
#21 56.95 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_immediacy.ml -I typing
#21 56.95 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typeopt.ml -I typing
#21 57.08 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/parmatch.ml -I typing
#21 57.13 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/rec_check.ml -I typing
#21 58.75 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/lexer.ml -I parsing
#21 58.79 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/includeclass.ml -I typing
#21 58.79 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/envaux.ml -I typing
#21 58.79 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/includecore.ml -I typing
#21 58.79 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/stypes.ml -I typing
#21 58.79 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typetexp.ml -I typing
#21 58.79 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/printlambda.ml -I lambda
#21 59.28 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/parse.ml -I parsing
#21 59.28 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c file_formats/cmt_format.ml -I file_formats
#21 59.43 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/pparse.ml -I driver
#21 59.45 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/cmt2annot.ml -I typing
#21 59.51 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/includemod.ml -I typing
#21 59.51 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl.ml -I typing
#21 59.59 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/matching.ml -I lambda
#21 59.59 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/printinstr.ml -I bytecomp
#21 59.61 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/makedepend.ml -I driver
#21 60.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/includemod_errorprinter.ml -I typing
#21 60.70 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typecore.ml -I typing
#21 61.55 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translprim.ml -I lambda
#21 61.55 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytegen.ml -I bytecomp
#21 65.06 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typeclass.ml -I typing
#21 65.06 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translcore.ml -I lambda
#21 65.98 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translclass.ml -I lambda
#21 66.45 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typemod.ml -I typing
#21 66.83 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translmod.ml -I lambda
#21 67.95 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/emitcode.ml -I bytecomp
#21 68.30 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytelink.ml -I bytecomp
#21 68.49 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compmisc.ml -I driver
#21 68.59 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compile_common.ml -I driver
#21 68.73 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytelibrarian.ml -I bytecomp
#21 68.73 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytepackager.ml -I bytecomp
#21 68.75 ./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/local_store.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 utils/int_replace_polymorphic_compare.cmx utils/domainstate.cmx utils/binutils.cmx utils/lazy_backtrack.cmx utils/diffing.cmx utils/diffing_with_keys.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/type_immediacy.cmx typing/shape.cmx typing/types.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx file_formats/cmi_format.cmx typing/persistent_env.cmx typing/env.cmx typing/errortrace.cmx typing/typedtree.cmx typing/signature_group.cmx typing/printtyped.cmx typing/ctype.cmx typing/printtyp.cmx typing/includeclass.cmx typing/mtype.cmx typing/envaux.cmx typing/includecore.cmx typing/tast_iterator.cmx typing/tast_mapper.cmx typing/stypes.cmx file_formats/cmt_format.cmx typing/cmt2annot.cmx typing/untypeast.cmx typing/includemod.cmx typing/includemod_errorprinter.cmx typing/typetexp.cmx typing/printpat.cmx typing/patterns.cmx typing/parmatch.cmx typing/typedecl_properties.cmx typing/typedecl_variance.cmx typing/typedecl_unboxed.cmx typing/typedecl_immediacy.cmx typing/typedecl_separability.cmx typing/typedecl.cmx typing/typeopt.cmx typing/rec_check.cmx typing/typecore.cmx typing/typeclass.cmx typing/typemod.cmx lambda/debuginfo.cmx lambda/lambda.cmx lambda/printlambda.cmx lambda/switch.cmx lambda/matching.cmx lambda/translobj.cmx lambda/translattribute.cmx lambda/translprim.cmx lambda/translcore.cmx lambda/translclass.cmx lambda/translmod.cmx lambda/tmc.cmx lambda/simplif.cmx lambda/runtimedef.cmx bytecomp/meta.cmx bytecomp/opcodes.cmx bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx driver/pparse.cmx driver/compenv.cmx driver/main_args.cmx driver/compmisc.cmx driver/makedepend.cmx driver/compile_common.cmx
#21 68.76 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compile.ml -I driver
#21 69.01 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/maindriver.ml -I driver
#21 69.13 ./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 driver/maindriver.cmx
#21 69.13 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/main.ml -I driver
#21 69.19 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlc.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa driver/main.cmx -cclib -lpthread
#21 69.98 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 69.98 make -j otherlibraries ocamldebugger ocamldoc \
#21 69.98
#21 69.98 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 70.00 make -j -C yacc all
#21 70.00 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#21 70.01 make[3]: Nothing to be done for 'all'.
#21 70.01 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#21 70.01 make -j -C lex all
#21 70.01 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#21 70.01 make[3]: Nothing to be done for 'all'.
#21 70.01 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#21 70.01 make -j -C tools all
#21 70.01 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 70.04 make[3]: Nothing to be done for 'all'.
#21 70.04 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 70.04 make -j -C otherlibs all
#21 70.04 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#21 70.05 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#21 70.06 cp -f dynlink_compilerlibs/Makefile.copy-sources dynlink_compilerlibs/Makefile
#21 70.07 for ml in utils/binutils.ml utils/config.ml utils/build_path_prefix_map.ml utils/misc.ml utils/identifiable.ml utils/numbers.ml utils/arg_helper.ml utils/clflags.ml utils/profile.ml utils/consistbl.ml utils/terminfo.ml utils/warnings.ml utils/local_store.ml utils/load_path.ml utils/int_replace_polymorphic_compare.ml utils/lazy_backtrack.ml parsing/location.ml parsing/longident.ml parsing/docstrings.ml parsing/syntaxerr.ml parsing/ast_helper.ml parsing/ast_mapper.ml parsing/attr_helper.ml parsing/builtin_attributes.ml typing/ident.ml typing/path.ml typing/primitive.ml typing/type_immediacy.ml typing/shape.ml typing/types.ml typing/btype.ml typing/subst.ml typing/predef.ml typing/datarepr.ml file_formats/cmi_format.ml typing/persistent_env.ml typing/env.ml lambda/debuginfo.ml lambda/lambda.ml lambda/runtimedef.ml bytecomp/instruct.ml bytecomp/opcodes.ml bytecomp/bytesections.ml bytecomp/dll.ml bytecomp/meta.ml bytecomp/symtable.ml; do \
#21 70.07 echo "dynlink_compilerlibs/$(basename $ml): ../../$ml" \
#21 70.07 >> dynlink_compilerlibs/Makefile; \
#21 70.07 echo "dynlink_compilerlibs/$(basename $ml)i: ../../${ml}i" \
#21 70.07 >> dynlink_compilerlibs/Makefile; \
#21 70.07 done;
#21 70.34 for mli in parsing/asttypes.mli parsing/parsetree.mli typing/outcometree.mli file_formats/cmo_format.mli file_formats/cmxs_format.mli; do \
#21 70.34 echo "dynlink_compilerlibs/$(basename $mli): ../../$mli" \
#21 70.34 >> dynlink_compilerlibs/Makefile; \
#21 70.34 echo \
#21 70.34 "dynlink_compilerlibs/$(basename $mli .mli).ml: ../../$mli"\
#21 70.34 >> dynlink_compilerlibs/Makefile; \
#21 70.34 done
#21 70.38 cp ../../utils/binutils.ml dynlink_compilerlibs/binutils.ml
#21 70.38 cp ../../utils/config.ml dynlink_compilerlibs/config.ml
#21 70.38 cp ../../utils/build_path_prefix_map.ml dynlink_compilerlibs/build_path_prefix_map.ml
#21 70.38 cp ../../utils/misc.ml dynlink_compilerlibs/misc.ml
#21 70.38 cp ../../utils/identifiable.ml dynlink_compilerlibs/identifiable.ml
#21 70.39 cp ../../utils/numbers.ml dynlink_compilerlibs/numbers.ml
#21 70.39 cp ../../utils/arg_helper.ml dynlink_compilerlibs/arg_helper.ml
#21 70.39 cp ../../utils/clflags.ml dynlink_compilerlibs/clflags.ml
#21 70.39 cp ../../utils/profile.ml dynlink_compilerlibs/profile.ml
#21 70.39 cp ../../utils/consistbl.ml dynlink_compilerlibs/consistbl.ml
#21 70.39 cp ../../utils/terminfo.ml dynlink_compilerlibs/terminfo.ml
#21 70.39 cp ../../utils/warnings.ml dynlink_compilerlibs/warnings.ml
#21 70.39 cp ../../utils/local_store.ml dynlink_compilerlibs/local_store.ml
#21 70.39 cp ../../utils/load_path.ml dynlink_compilerlibs/load_path.ml
#21 70.39 cp ../../utils/int_replace_polymorphic_compare.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#21 70.39 cp ../../utils/lazy_backtrack.ml dynlink_compilerlibs/lazy_backtrack.ml
#21 70.39 cp ../../parsing/location.ml dynlink_compilerlibs/location.ml
#21 70.39 cp ../../parsing/longident.ml dynlink_compilerlibs/longident.ml
#21 70.39 cp ../../parsing/docstrings.ml dynlink_compilerlibs/docstrings.ml
#21 70.39 cp ../../parsing/syntaxerr.ml dynlink_compilerlibs/syntaxerr.ml
#21 70.39 cp ../../parsing/ast_helper.ml dynlink_compilerlibs/ast_helper.ml
#21 70.39 cp ../../parsing/ast_mapper.ml dynlink_compilerlibs/ast_mapper.ml
#21 70.39 cp ../../parsing/attr_helper.ml dynlink_compilerlibs/attr_helper.ml
#21 70.39 cp ../../parsing/builtin_attributes.ml dynlink_compilerlibs/builtin_attributes.ml
#21 70.39 cp ../../typing/ident.ml dynlink_compilerlibs/ident.ml
#21 70.39 cp ../../typing/path.ml dynlink_compilerlibs/path.ml
#21 70.39 cp ../../typing/primitive.ml dynlink_compilerlibs/primitive.ml
#21 70.39 cp ../../typing/type_immediacy.ml dynlink_compilerlibs/type_immediacy.ml
#21 70.39 cp ../../typing/shape.ml dynlink_compilerlibs/shape.ml
#21 70.39 cp ../../typing/types.ml dynlink_compilerlibs/types.ml
#21 70.40 cp ../../typing/btype.ml dynlink_compilerlibs/btype.ml
#21 70.40 cp ../../typing/subst.ml dynlink_compilerlibs/subst.ml
#21 70.40 cp ../../typing/predef.ml dynlink_compilerlibs/predef.ml
#21 70.40 cp ../../typing/datarepr.ml dynlink_compilerlibs/datarepr.ml
#21 70.40 cp ../../file_formats/cmi_format.ml dynlink_compilerlibs/cmi_format.ml
#21 70.40 cp ../../typing/persistent_env.ml dynlink_compilerlibs/persistent_env.ml
#21 70.40 cp ../../typing/env.ml dynlink_compilerlibs/env.ml
#21 70.40 cp ../../lambda/debuginfo.ml dynlink_compilerlibs/debuginfo.ml
#21 70.40 cp ../../lambda/lambda.ml dynlink_compilerlibs/lambda.ml
#21 70.40 cp ../../lambda/runtimedef.ml dynlink_compilerlibs/runtimedef.ml
#21 70.40 cp ../../bytecomp/instruct.ml dynlink_compilerlibs/instruct.ml
#21 70.40 cp ../../bytecomp/opcodes.ml dynlink_compilerlibs/opcodes.ml
#21 70.40 cp ../../bytecomp/bytesections.ml dynlink_compilerlibs/bytesections.ml
#21 70.40 cp ../../bytecomp/dll.ml dynlink_compilerlibs/dll.ml
#21 70.40 cp ../../bytecomp/meta.ml dynlink_compilerlibs/meta.ml
#21 70.40 cp ../../bytecomp/symtable.ml dynlink_compilerlibs/symtable.ml
#21 70.40 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.ml
#21 70.40 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.ml
#21 70.40 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.ml
#21 70.40 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.ml
#21 70.40 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.ml
#21 70.40 cp ../../utils/binutils.mli dynlink_compilerlibs/binutils.mli
#21 70.41 cp ../../utils/config.mli dynlink_compilerlibs/config.mli
#21 70.41 cp ../../utils/build_path_prefix_map.mli dynlink_compilerlibs/build_path_prefix_map.mli
#21 70.41 cp ../../utils/misc.mli dynlink_compilerlibs/misc.mli
#21 70.41 cp ../../utils/identifiable.mli dynlink_compilerlibs/identifiable.mli
#21 70.41 cp ../../utils/numbers.mli dynlink_compilerlibs/numbers.mli
#21 70.41 cp ../../utils/arg_helper.mli dynlink_compilerlibs/arg_helper.mli
#21 70.41 cp ../../utils/clflags.mli dynlink_compilerlibs/clflags.mli
#21 70.41 cp ../../utils/profile.mli dynlink_compilerlibs/profile.mli
#21 70.41 cp ../../utils/consistbl.mli dynlink_compilerlibs/consistbl.mli
#21 70.41 cp ../../utils/terminfo.mli dynlink_compilerlibs/terminfo.mli
#21 70.41 cp ../../utils/warnings.mli dynlink_compilerlibs/warnings.mli
#21 70.41 cp ../../utils/local_store.mli dynlink_compilerlibs/local_store.mli
#21 70.41 cp ../../utils/load_path.mli dynlink_compilerlibs/load_path.mli
#21 70.41 cp ../../utils/int_replace_polymorphic_compare.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#21 70.41 cp ../../utils/lazy_backtrack.mli dynlink_compilerlibs/lazy_backtrack.mli
#21 70.41 cp ../../parsing/location.mli dynlink_compilerlibs/location.mli
#21 70.41 cp ../../parsing/longident.mli dynlink_compilerlibs/longident.mli
#21 70.41 cp ../../parsing/docstrings.mli dynlink_compilerlibs/docstrings.mli
#21 70.41 cp ../../parsing/syntaxerr.mli dynlink_compilerlibs/syntaxerr.mli
#21 70.41 cp ../../parsing/ast_helper.mli dynlink_compilerlibs/ast_helper.mli
#21 70.41 cp ../../parsing/ast_mapper.mli dynlink_compilerlibs/ast_mapper.mli
#21 70.41 cp ../../parsing/attr_helper.mli dynlink_compilerlibs/attr_helper.mli
#21 70.41 cp ../../parsing/builtin_attributes.mli dynlink_compilerlibs/builtin_attributes.mli
#21 70.41 cp ../../typing/ident.mli dynlink_compilerlibs/ident.mli
#21 70.42 cp ../../typing/path.mli dynlink_compilerlibs/path.mli
#21 70.42 cp ../../typing/primitive.mli dynlink_compilerlibs/primitive.mli
#21 70.42 cp ../../typing/type_immediacy.mli dynlink_compilerlibs/type_immediacy.mli
#21 70.42 cp ../../typing/shape.mli dynlink_compilerlibs/shape.mli
#21 70.42 cp ../../typing/types.mli dynlink_compilerlibs/types.mli
#21 70.42 cp ../../typing/btype.mli dynlink_compilerlibs/btype.mli
#21 70.42 cp ../../typing/subst.mli dynlink_compilerlibs/subst.mli
#21 70.42 cp ../../typing/predef.mli dynlink_compilerlibs/predef.mli
#21 70.42 cp ../../typing/datarepr.mli dynlink_compilerlibs/datarepr.mli
#21 70.42 cp ../../file_formats/cmi_format.mli dynlink_compilerlibs/cmi_format.mli
#21 70.42 cp ../../typing/persistent_env.mli dynlink_compilerlibs/persistent_env.mli
#21 70.42 cp ../../typing/env.mli dynlink_compilerlibs/env.mli
#21 70.42 cp ../../lambda/debuginfo.mli dynlink_compilerlibs/debuginfo.mli
#21 70.42 cp ../../lambda/lambda.mli dynlink_compilerlibs/lambda.mli
#21 70.42 cp ../../lambda/runtimedef.mli dynlink_compilerlibs/runtimedef.mli
#21 70.42 cp ../../bytecomp/instruct.mli dynlink_compilerlibs/instruct.mli
#21 70.42 cp ../../bytecomp/opcodes.mli dynlink_compilerlibs/opcodes.mli
#21 70.42 cp ../../bytecomp/bytesections.mli dynlink_compilerlibs/bytesections.mli
#21 70.42 cp ../../bytecomp/dll.mli dynlink_compilerlibs/dll.mli
#21 70.42 cp ../../bytecomp/meta.mli dynlink_compilerlibs/meta.mli
#21 70.42 cp ../../bytecomp/symtable.mli dynlink_compilerlibs/symtable.mli
#21 70.42 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.mli
#21 70.42 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.mli
#21 70.42 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.mli
#21 70.42 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.mli
#21 70.43 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.mli
#21 70.43 ../../ocamlc.opt -depend -slash -I dynlink_compilerlibs \
#21 70.43 dynlink_compilerlibs/binutils.ml dynlink_compilerlibs/config.ml dynlink_compilerlibs/build_path_prefix_map.ml dynlink_compilerlibs/misc.ml dynlink_compilerlibs/identifiable.ml dynlink_compilerlibs/numbers.ml dynlink_compilerlibs/arg_helper.ml dynlink_compilerlibs/clflags.ml dynlink_compilerlibs/profile.ml dynlink_compilerlibs/consistbl.ml dynlink_compilerlibs/terminfo.ml dynlink_compilerlibs/warnings.ml dynlink_compilerlibs/local_store.ml dynlink_compilerlibs/load_path.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml dynlink_compilerlibs/lazy_backtrack.ml dynlink_compilerlibs/location.ml dynlink_compilerlibs/longident.ml dynlink_compilerlibs/docstrings.ml dynlink_compilerlibs/syntaxerr.ml dynlink_compilerlibs/ast_helper.ml dynlink_compilerlibs/ast_mapper.ml dynlink_compilerlibs/attr_helper.ml dynlink_compilerlibs/builtin_attributes.ml dynlink_compilerlibs/ident.ml dynlink_compilerlibs/path.ml dynlink_compilerlibs/primitive.ml dynlink_compilerlibs/type_immediacy.ml dynlink_compilerlibs/shape.ml dynlink_compilerlibs/types.ml dynlink_compilerlibs/btype.ml dynlink_compilerlibs/subst.ml dynlink_compilerlibs/predef.ml dynlink_compilerlibs/datarepr.ml dynlink_compilerlibs/cmi_format.ml dynlink_compilerlibs/persistent_env.ml dynlink_compilerlibs/env.ml dynlink_compilerlibs/debuginfo.ml dynlink_compilerlibs/lambda.ml dynlink_compilerlibs/runtimedef.ml dynlink_compilerlibs/instruct.ml dynlink_compilerlibs/opcodes.ml dynlink_compilerlibs/bytesections.ml dynlink_compilerlibs/dll.ml dynlink_compilerlibs/meta.ml dynlink_compilerlibs/symtable.ml dynlink_compilerlibs/asttypes.ml dynlink_compilerlibs/parsetree.ml dynlink_compilerlibs/outcometree.ml dynlink_compilerlibs/cmo_format.ml dynlink_compilerlibs/cmxs_format.ml \
#21 70.43 dynlink_compilerlibs/binutils.mli dynlink_compilerlibs/config.mli dynlink_compilerlibs/build_path_prefix_map.mli dynlink_compilerlibs/misc.mli dynlink_compilerlibs/identifiable.mli dynlink_compilerlibs/numbers.mli dynlink_compilerlibs/arg_helper.mli dynlink_compilerlibs/clflags.mli dynlink_compilerlibs/profile.mli dynlink_compilerlibs/consistbl.mli dynlink_compilerlibs/terminfo.mli dynlink_compilerlibs/warnings.mli dynlink_compilerlibs/local_store.mli dynlink_compilerlibs/load_path.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli dynlink_compilerlibs/lazy_backtrack.mli dynlink_compilerlibs/location.mli dynlink_compilerlibs/longident.mli dynlink_compilerlibs/docstrings.mli dynlink_compilerlibs/syntaxerr.mli dynlink_compilerlibs/ast_helper.mli dynlink_compilerlibs/ast_mapper.mli dynlink_compilerlibs/attr_helper.mli dynlink_compilerlibs/builtin_attributes.mli dynlink_compilerlibs/ident.mli dynlink_compilerlibs/path.mli dynlink_compilerlibs/primitive.mli dynlink_compilerlibs/type_immediacy.mli dynlink_compilerlibs/shape.mli dynlink_compilerlibs/types.mli dynlink_compilerlibs/btype.mli dynlink_compilerlibs/subst.mli dynlink_compilerlibs/predef.mli dynlink_compilerlibs/datarepr.mli dynlink_compilerlibs/cmi_format.mli dynlink_compilerlibs/persistent_env.mli dynlink_compilerlibs/env.mli dynlink_compilerlibs/debuginfo.mli dynlink_compilerlibs/lambda.mli dynlink_compilerlibs/runtimedef.mli dynlink_compilerlibs/instruct.mli dynlink_compilerlibs/opcodes.mli dynlink_compilerlibs/bytesections.mli dynlink_compilerlibs/dll.mli dynlink_compilerlibs/meta.mli dynlink_compilerlibs/symtable.mli dynlink_compilerlibs/asttypes.mli dynlink_compilerlibs/parsetree.mli dynlink_compilerlibs/outcometree.mli dynlink_compilerlibs/cmo_format.mli dynlink_compilerlibs/cmxs_format.mli \
#21 70.43 > dynlink_compilerlibs/.depend
#21 70.59 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.59 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmi dynlink_compilerlibs/binutils.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmi dynlink_compilerlibs/config.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmi dynlink_compilerlibs/build_path_prefix_map.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmi dynlink_compilerlibs/identifiable.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmi dynlink_compilerlibs/arg_helper.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmi dynlink_compilerlibs/profile.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmi dynlink_compilerlibs/terminfo.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmi dynlink_compilerlibs/warnings.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmi dynlink_compilerlibs/local_store.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmi dynlink_compilerlibs/load_path.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmi dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmi dynlink_compilerlibs/lazy_backtrack.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmi dynlink_compilerlibs/longident.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmi dynlink_compilerlibs/runtimedef.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmi dynlink_compilerlibs/opcodes.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmi dynlink_compilerlibs/bytesections.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.60 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmi dynlink_compilerlibs/dll.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_types.mli
#21 70.60 cp dynlink_platform_intf.ml dynlink_platform_intf.mli
#21 70.60 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink.mli
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/terminfo.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/build_path_prefix_map.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmi dynlink_compilerlibs/misc.mli
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmo dynlink_compilerlibs/config.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/binutils.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/local_store.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/lazy_backtrack.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/runtimedef.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/bytesections.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_types.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_platform_intf.mli
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/arg_helper.ml
#21 70.61 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.61 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmi dynlink_compilerlibs/location.mli
#21 70.62 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.62 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/opcodes.ml
#21 70.62 cp dynlink.cmi dynlink.mli byte/
#21 70.63 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_platform_intf.ml
#21 70.63 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_common.mli
#21 70.64 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.64 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmi dynlink_compilerlibs/asttypes.mli
#21 70.64 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.64 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmi dynlink_compilerlibs/syntaxerr.mli
#21 70.64 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.64 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmi dynlink_compilerlibs/numbers.mli
#21 70.64 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.64 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmi dynlink_compilerlibs/ident.mli
#21 70.64 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.64 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/syntaxerr.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmi dynlink_compilerlibs/parsetree.mli
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/asttypes.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/misc.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/identifiable.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmi dynlink_compilerlibs/clflags.mli
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/profile.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmi dynlink_compilerlibs/consistbl.mli
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/warnings.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/load_path.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/longident.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/dll.ml
#21 70.65 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.65 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmi dynlink_compilerlibs/cmxs_format.mli
#21 70.66 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.66 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmo dynlink_compilerlibs/cmxs_format.ml
#21 70.67 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.67 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmi dynlink_compilerlibs/path.mli
#21 70.67 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.67 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmi dynlink_compilerlibs/debuginfo.mli
#21 70.67 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.67 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/consistbl.ml
#21 70.67 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.67 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmo dynlink_compilerlibs/location.ml
#21 70.67 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.67 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/ident.ml
#21 70.67 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.67 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmi dynlink_compilerlibs/docstrings.mli
#21 70.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmi dynlink_compilerlibs/ast_mapper.mli
#21 70.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmi dynlink_compilerlibs/attr_helper.mli
#21 70.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmi dynlink_compilerlibs/builtin_attributes.mli
#21 70.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmi dynlink_compilerlibs/type_immediacy.mli
#21 70.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/parsetree.ml
#21 70.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/numbers.ml
#21 70.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/clflags.ml
#21 70.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmo dynlink_compilerlibs/path.ml
#21 70.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmi dynlink_compilerlibs/shape.mli
#21 70.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/debuginfo.ml
#21 70.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmi dynlink_compilerlibs/outcometree.mli
#21 70.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/attr_helper.ml
#21 70.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/builtin_attributes.ml
#21 70.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/type_immediacy.ml
#21 70.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/docstrings.ml
#21 70.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmi dynlink_compilerlibs/ast_helper.mli
#21 70.71 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.71 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmi dynlink_compilerlibs/primitive.mli
#21 70.71 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.71 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/outcometree.ml
#21 70.72 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.72 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/shape.ml
#21 70.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/primitive.ml
#21 70.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmi dynlink_compilerlibs/types.mli
#21 70.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_helper.ml
#21 70.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/ast_mapper.ml
#21 70.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmo dynlink_compilerlibs/types.ml
#21 70.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmi dynlink_compilerlibs/btype.mli
#21 70.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmi dynlink_compilerlibs/subst.mli
#21 70.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmi dynlink_compilerlibs/predef.mli
#21 70.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmi dynlink_compilerlibs/datarepr.mli
#21 70.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmi dynlink_compilerlibs/cmi_format.mli
#21 70.78 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.78 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/cmi_format.ml
#21 70.78 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.78 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmi dynlink_compilerlibs/persistent_env.mli
#21 70.78 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.78 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmi dynlink_compilerlibs/env.mli
#21 70.79 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.79 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/btype.ml
#21 70.79 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.79 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/subst.ml
#21 70.79 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.79 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/predef.ml
#21 70.79 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.79 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/datarepr.ml
#21 70.81 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.81 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/persistent_env.ml
#21 70.82 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.82 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmo dynlink_compilerlibs/env.ml
#21 70.82 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.82 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmi dynlink_compilerlibs/lambda.mli
#21 70.85 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.85 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/lambda.ml
#21 70.85 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.85 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmi dynlink_compilerlibs/instruct.mli
#21 70.85 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.85 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmi dynlink_compilerlibs/cmo_format.mli
#21 70.87 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.87 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/instruct.ml
#21 70.88 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.88 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmi dynlink_compilerlibs/meta.mli
#21 70.88 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.88 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmi dynlink_compilerlibs/symtable.mli
#21 70.88 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.88 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmo_format.ml
#21 70.90 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.90 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/meta.ml
#21 70.91 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 70.91 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/symtable.ml
#21 71.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -pack -o byte/dynlink_compilerlibs.cmo dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/config.cmo dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/location.cmo dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/path.cmo dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/types.cmo dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/env.cmo dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmxs_format.cmo
#21 71.45 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_common.ml
#21 71.45 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte byte/dynlink.ml
#21 71.45 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte extract_crc.ml
#21 71.50 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -ccopt "-Wl,-E" -a -I byte -o dynlink.cma byte/dynlink_compilerlibs.cmo dynlink_types.cmo dynlink_platform_intf.cmo dynlink_common.cmo byte/dynlink.cmo
#21 71.51 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -o extract_crc dynlink.cma byte/dynlink_compilerlibs.cmo extract_crc.cmo
#21 71.63 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#21 71.63 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#21 71.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.64 -o accept.o accept.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o access.o access.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o addrofstr.o addrofstr.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o alarm.o alarm.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o bind.o bind.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o channels.o channels.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o chdir.o chdir.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o chmod.o chmod.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o chown.o chown.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o chroot.o chroot.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o close.o close.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o fsync.o fsync.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o closedir.o closedir.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o connect.o connect.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o cst2constr.o cst2constr.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o cstringv.o cstringv.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o dup.o dup.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o dup2.o dup2.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o envir.o envir.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o errmsg.o errmsg.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o execv.o execv.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o execve.o execve.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o execvp.o execvp.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o exit.o exit.c
#21 71.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.65 -o fchmod.o fchmod.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o fchown.o fchown.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o fcntl.o fcntl.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o fork.o fork.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o ftruncate.o ftruncate.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getaddrinfo.o getaddrinfo.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getcwd.o getcwd.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getegid.o getegid.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o geteuid.o geteuid.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getgid.o getgid.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getgr.o getgr.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getgroups.o getgroups.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o gethost.o gethost.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o gethostname.o gethostname.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getlogin.o getlogin.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getnameinfo.o getnameinfo.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getpeername.o getpeername.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getpid.o getpid.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getppid.o getppid.c
#21 71.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.66 -o getproto.o getproto.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o getpw.o getpw.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o gettimeofday.o gettimeofday.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o getserv.o getserv.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o getsockname.o getsockname.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o getuid.o getuid.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o gmtime.o gmtime.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o initgroups.o initgroups.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o isatty.o isatty.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o itimer.o itimer.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o kill.o kill.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o link.o link.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o listen.o listen.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o lockf.o lockf.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o lseek.o lseek.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o mkdir.o mkdir.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o mkfifo.o mkfifo.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o mmap.o mmap.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o mmap_ba.o mmap_ba.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o nice.o nice.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o open.o open.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o opendir.o opendir.c
#21 71.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.67 -o pipe.o pipe.c
#21 71.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.68 -o putenv.o putenv.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o read.o read.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o realpath.o realpath.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o readdir.o readdir.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o readlink.o readlink.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o rename.o rename.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o rewinddir.o rewinddir.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o rmdir.o rmdir.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o select.o select.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o sendrecv.o sendrecv.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o setgid.o setgid.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o setgroups.o setgroups.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o setsid.o setsid.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o setuid.o setuid.c
#21 71.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.69 -o shutdown.o shutdown.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o signals.o signals.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o sleep.o sleep.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o socket.o socket.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o socketaddr.o socketaddr.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o socketpair.o socketpair.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o sockopt.o sockopt.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o spawn.o spawn.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o stat.o stat.c
#21 71.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.71 -o strofaddr.o strofaddr.c
#21 71.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.72 -o symlink.o symlink.c
#21 71.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.72 -o termios.o termios.c
#21 71.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.72 -o time.o time.c
#21 71.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.72 -o times.o times.c
#21 71.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.72 -o truncate.o truncate.c
#21 71.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.72 -o umask.o umask.c
#21 71.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.72 -o unixsupport.o unixsupport.c
#21 71.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.72 -o unlink.o unlink.c
#21 71.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.73 -o utimes.o utimes.c
#21 71.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.73 -o wait.o wait.c
#21 71.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 71.73 -o write.o write.c
#21 71.73 ../../ocamlc.opt -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
#21 71.76 ../../ocamlc.opt -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
#21 71.76 ../../ocamlc.opt -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 -pp "mawk -f ../../stdlib/expand_module_aliases.awk" unixLabels.mli
#21 71.80 ../../ocamlc.opt -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
#21 71.83 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#21 71.83 unix.cmo unixLabels.cmo
#21 71.84 ../../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 realpath.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 spawn.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
#21 71.95 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#21 71.95 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#21 71.95 ../../ocamlc.opt -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
#21 71.97 ../../ocamlc.opt -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
#21 71.99 ../../ocamlc.opt -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo
#21 72.00 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#21 72.00 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#21 72.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 72.02 -o strstubs.o strstubs.c
#21 72.02 ../../ocamlc.opt -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
#21 72.04 ../../ocamlc.opt -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
#21 72.13 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#21 72.13 str.cmo
#21 72.22 ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
#21 72.26 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#21 72.26 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#21 72.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#21 72.27 -o st_stubs.b.o st_stubs.c
#21 72.27 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.mli
#21 72.27 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.mli
#21 72.27 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.mli
#21 72.27 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.mli
#21 72.27 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.mli
#21 72.29 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#21 72.29 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.mli
#21 72.30 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#21 72.30 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#21 72.31 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#21 72.31 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#21 72.31 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#21 72.34 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -linkall thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo semaphore.cmo
#21 72.59 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o
#21 72.63 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#21 72.63 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#21 72.63 make -j -C debugger all
#21 72.63 make -j -C ocamldoc all
#21 72.63 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#21 72.63 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 72.63 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.mli
#21 72.63 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug primitives.mli
#21 72.63 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug unix_tools.mli
#21 72.63 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_config.mli
#21 72.63 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug parameters.mli
#21 72.64 ../boot/ocamlrun ../lex/ocamllex -q debugger_lexer.mll
#21 72.64 ../yacc/ocamlyacc debugger_parser.mly
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug question.mli
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug exec.mli
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug source.mli
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug events.mli
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug trap_barrier.mli
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug history.mli
#21 72.64 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.mli
#21 72.64 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_messages.ml
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_source.mli
#21 72.64 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_types.mli
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_management.mli
#21 72.64 ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug loadprinter.mli
#21 72.64 ../boot/ocamlrun ../lex/ocamllex -q odoc_text_lexer.mll
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug command_line.mli
#21 72.64 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.mli
#21 72.64 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_print.mli
#21 72.64 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments_global.mli
#21 72.64 ../yacc/ocamlyacc --strict -v odoc_parser.mly
#21 72.64 ../boot/ocamlrun ../lex/ocamllex -q odoc_lexer.mll
#21 72.64 ../boot/ocamlrun ../lex/ocamllex -q odoc_see_lexer.mll
#21 72.64 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.ml
#21 72.64 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_control.ml
#21 72.64 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_inherit.ml
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_config.ml
#21 72.65 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex_style.ml
#21 72.65 ../boot/ocamlrun ../lex/ocamllex -q odoc_ocamlhtml.mll
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug exec.ml
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug unix_tools.ml
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug primitives.ml
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugcom.mli
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug input_handling.mli
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_loading.mli
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug time_travel.mli
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug parameters.ml
#21 72.65 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug pos.mli
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug events.ml
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug frames.mli
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_information.mli
#21 72.66 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.ml
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug source.ml
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_source.ml
#21 72.66 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_print.ml
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug input_handling.ml
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug parser_aux.mli
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugcom.ml
#21 72.66 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug checkpoints.mli
#21 72.67 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug symbols.mli
#21 72.67 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug breakpoints.mli
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_global.mli
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_misc.mli
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.mli
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text.mli
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parameter.ml
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments_global.ml
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.mli
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_type.ml
#21 72.67 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.mli
#21 72.67 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_loading.ml
#21 72.67 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug pos.ml
#21 72.68 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_parser.mli
#21 72.68 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug printval.mli
#21 72.68 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug eval.mli
#21 72.68 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug main.ml
#21 72.68 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug checkpoints.ml
#21 72.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug trap_barrier.ml
#21 72.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug history.ml
#21 72.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug symbols.ml
#21 72.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug breakpoints.ml
#21 72.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug time_travel.ml
#21 72.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_management.ml
#21 72.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug frames.ml
#21 72.69 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.ml
#21 72.69 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_see_lexer.ml
#21 72.69 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ocamlhtml.ml
#21 72.69 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.ml
#21 72.69 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.ml
#21 72.69 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.ml
#21 72.69 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_value.ml
#21 72.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#21 72.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#21 72.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_global.ml
#21 72.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_types.ml
#21 72.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_misc.ml
#21 72.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_lexer.mli
#21 72.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_lexer.ml
#21 72.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_parser.ml
#21 72.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug printval.ml
#21 72.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_information.ml
#21 72.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug loadprinter.ml
#21 72.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug eval.ml
#21 72.72 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_class.ml
#21 72.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_lexer.ml
#21 72.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug question.ml
#21 72.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug command_line.ml
#21 72.72 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_lexer.ml
#21 72.74 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_module.ml
#21 72.74 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.mli
#21 72.76 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.ml
#21 72.77 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text.ml
#21 72.79 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_merge.mli
#21 72.79 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_sig.mli
#21 72.79 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_search.mli
#21 72.79 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_scan.ml
#21 72.79 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_cross.mli
#21 72.79 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.mli
#21 72.79 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dep.ml
#21 72.80 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.mli
#21 72.81 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_merge.ml
#21 72.82 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#21 72.82 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_search.ml
#21 72.82 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.mli
#21 72.82 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_sig.ml
#21 72.82 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ast.mli
#21 72.83 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_cross.ml
#21 72.85 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ast.ml
#21 72.85 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.ml
#21 72.86 ../ocamlc.opt -g -nostdlib -I ../stdlib -pack -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -o ocamldebug.cmo int64ops.cmo primitives.cmo unix_tools.cmo debugger_config.cmo parameters.cmo debugger_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 debugger_parser.cmo command_line.cmo main.cmo
#21 72.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.ml
#21 72.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_to_text.ml
#21 72.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_man.ml
#21 72.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dag2html.mli
#21 72.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dot.ml
#21 72.88 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_html.ml
#21 72.88 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dag2html.ml
#21 72.91 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats ocamldebug_entry.ml
#21 72.93 ../ocamlc.opt -g -nostdlib -I ../stdlib -linkall -I ../otherlibs/unix -I ../otherlibs/dynlink -o ocamldebug -linkall ../compilerlibs/ocamlcommon.cma ../otherlibs/unix/unix.cma ../otherlibs/dynlink/dynlink.cma ../toplevel/genprintval.cmo ocamldebug.cmo ocamldebug_entry.cmo
#21 72.96 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_texi.ml
#21 72.96 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex.ml
#21 73.04 ../ocamlc.opt -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/dynlink/native -I ../otherlibs/unix -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
#21 73.25 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_gen.mli
#21 73.28 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_args.mli
#21 73.28 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_gen.ml
#21 73.31 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_test.ml
#21 73.31 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_args.ml
#21 73.31 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc.ml
#21 73.31 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c generators/odoc_todo.ml
#21 73.31 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c generators/odoc_literate.ml
#21 73.47 ../ocamlc.opt -nostdlib -I ../stdlib -o ../ocamldoc/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/dynlink/native -I ../otherlibs/unix -nostdlib ocamlcommon.cma unix.cma str.cma dynlink.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
#21 73.51 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#21 73.53 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 73.53 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 73.53 make -j ocamlopt.opt
#21 73.53 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/internal_variable_names.ml -I middle_end
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/linkage_name.ml -I middle_end
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/backend_var.ml -I middle_end
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/clambda_primitives.ml -I middle_end
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/pass_wrapper.ml -I middle_end/flambda
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/allocated_const.ml -I middle_end/flambda
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/arch.ml -I asmcomp
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/x86_proc.ml -I asmcomp
#21 73.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/opterrors.ml -I driver
#21 73.63 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/printclambda_primitives.ml -I middle_end
#21 73.63 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/semantics_of_primitives.ml -I middle_end
#21 73.63 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/convert_primitives.ml -I middle_end
#21 73.68 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/compilation_unit.ml -I middle_end
#21 73.68 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/clambda.ml -I middle_end
#21 73.74 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/x86_masm.ml -I asmcomp
#21 73.74 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/x86_gas.ml -I asmcomp
#21 73.74 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/x86_dsl.ml -I asmcomp
#21 73.78 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmm.ml -I asmcomp
#21 73.81 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/variable.ml -I middle_end
#21 73.82 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#21 73.82 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#21 73.90 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/printclambda.ml -I middle_end
#21 73.90 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#21 73.94 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/printcmm.ml -I asmcomp
#21 73.95 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/reg.ml -I asmcomp
#21 73.95 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/afl_instrument.ml -I asmcomp
#21 73.95 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/strmatch.ml -I asmcomp
#21 73.95 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmm_invariants.ml -I asmcomp
#21 73.95 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/emitaux.ml -I asmcomp
#21 74.00 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#21 74.00 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/symbol.ml -I middle_end
#21 74.00 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#21 74.00 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/parameter.ml -I middle_end/flambda
#21 74.08 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#21 74.08 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#21 74.09 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/mach.ml -I asmcomp
#21 74.14 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
#21 74.17 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#21 74.17 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/projection.ml -I middle_end/flambda
#21 74.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/proc.ml -I asmcomp
#21 74.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/dataflow.ml -I asmcomp
#21 74.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/comballoc.ml -I asmcomp
#21 74.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/split.ml -I asmcomp
#21 74.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/reloadgen.ml -I asmcomp
#21 74.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/linear.ml -I asmcomp
#21 74.26 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c file_formats/linear_format.ml -I file_formats
#21 74.26 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/branch_relaxation_intf.ml -I asmcomp
#21 74.30 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/polling.ml -I asmcomp
#21 74.31 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/branch_relaxation.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/interval.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/CSEgen.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/spill.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/interf.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/coloring.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/reload.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/deadcode.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/linearize.ml -I asmcomp
#21 74.35 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/schedgen.ml -I asmcomp
#21 74.36 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda.ml -I middle_end/flambda
#21 74.38 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/un_anf.ml -I middle_end/flambda
#21 74.48 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/printmach.ml -I asmcomp
#21 74.48 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/linscan.ml -I asmcomp
#21 74.50 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/selectgen.ml -I asmcomp
#21 74.61 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/CSE.ml -I asmcomp
#21 74.63 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/scheduling.ml -I asmcomp
#21 74.91 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/liveness.ml -I asmcomp
#21 74.91 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/printlinear.ml -I asmcomp
#21 75.25 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#21 75.25 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/effect_analysis.ml -I middle_end/flambda
#21 75.25 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#21 75.25 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#21 75.34 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#21 75.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/selection.ml -I asmcomp
#21 75.61 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_utils.ml -I middle_end/flambda
#21 75.62 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_cost.ml -I middle_end/flambda
#21 75.62 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/lift_code.ml -I middle_end/flambda
#21 75.62 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/share_constants.ml -I middle_end/flambda
#21 75.63 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/ref_to_variables.ml -I middle_end/flambda
#21 75.63 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_invariants.ml -I middle_end/flambda
#21 76.04 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
#21 76.17 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_stats.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/freshening.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/invariant_params.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_unused_closure_vars.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#21 76.27 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/closure_offsets.ml -I middle_end/flambda
#21 76.56 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
#21 76.66 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#21 77.20 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/export_info.ml -I middle_end/flambda
#21 77.20 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/lift_constants.ml -I middle_end/flambda
#21 77.20 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simplify_common.ml -I middle_end/flambda
#21 77.20 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inline_and_simplify_aux.ml -I middle_end/flambda
#21 77.29 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simplify_boxed_integer_ops.ml -I middle_end/flambda
#21 77.48 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simplify_primitives.ml -I middle_end/flambda
#21 77.69 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/export_info_for_pack.ml -I middle_end/flambda
#21 77.69 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/compilenv.ml -I middle_end
#21 77.69 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/traverse_for_exported_symbols.ml -I middle_end/flambda
#21 77.73 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/extract_projections.ml -I middle_end/flambda
#21 77.73 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
#21 77.73 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
#21 77.90 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/unbox_free_vars_of_closures.ml -I middle_end/flambda
#21 77.97 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/closure/closure.ml -I middle_end/closure
#21 77.97 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/import_approx.ml -I middle_end/flambda
#21 77.97 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/build_export_info.ml -I middle_end/flambda
#21 77.97 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
#21 77.97 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmmgen_state.ml -I asmcomp
#21 77.97 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/emit.ml -I asmcomp
#21 78.06 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmm_helpers.ml -I asmcomp
#21 78.08 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
#21 78.16 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/unbox_specialised_args.ml -I middle_end/flambda
#21 78.16 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/unbox_closures.ml -I middle_end/flambda
#21 78.55 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inline_and_simplify.ml -I middle_end/flambda
#21 79.03 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/closure/closure_middle_end.ml -I middle_end/closure
#21 79.43 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#21 79.84 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmmgen.ml -I asmcomp
#21 80.80 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/asmgen.ml -I asmcomp
#21 81.14 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/asmlink.ml -I asmcomp
#21 81.14 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/optcompile.ml -I driver
#21 81.49 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/asmlibrarian.ml -I asmcomp
#21 81.49 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/asmpackager.ml -I asmcomp
#21 81.75 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/optmaindriver.ml -I driver
#21 81.88 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamloptcomp.cmxa middle_end/internal_variable_names.cmx middle_end/linkage_name.cmx middle_end/compilation_unit.cmx middle_end/variable.cmx middle_end/flambda/base_types/closure_element.cmx middle_end/flambda/base_types/closure_id.cmx middle_end/symbol.cmx middle_end/backend_var.cmx middle_end/clambda_primitives.cmx middle_end/printclambda_primitives.cmx middle_end/clambda.cmx middle_end/printclambda.cmx middle_end/semantics_of_primitives.cmx middle_end/convert_primitives.cmx middle_end/flambda/base_types/id_types.cmx middle_end/flambda/base_types/export_id.cmx middle_end/flambda/base_types/tag.cmx middle_end/flambda/base_types/mutable_variable.cmx middle_end/flambda/base_types/set_of_closures_id.cmx middle_end/flambda/base_types/set_of_closures_origin.cmx middle_end/flambda/base_types/closure_origin.cmx middle_end/flambda/base_types/var_within_closure.cmx middle_end/flambda/base_types/static_exception.cmx middle_end/flambda/pass_wrapper.cmx middle_end/flambda/allocated_const.cmx middle_end/flambda/parameter.cmx middle_end/flambda/projection.cmx middle_end/flambda/flambda.cmx middle_end/flambda/flambda_iterators.cmx middle_end/flambda/flambda_utils.cmx middle_end/flambda/freshening.cmx middle_end/flambda/effect_analysis.cmx middle_end/flambda/inlining_cost.cmx middle_end/flambda/simple_value_approx.cmx middle_end/flambda/export_info.cmx middle_end/flambda/export_info_for_pack.cmx middle_end/compilenv.cmx middle_end/closure/closure.cmx middle_end/closure/closure_middle_end.cmx middle_end/flambda/import_approx.cmx middle_end/flambda/lift_code.cmx middle_end/flambda/closure_conversion_aux.cmx middle_end/flambda/closure_conversion.cmx middle_end/flambda/initialize_symbol_to_let_symbol.cmx middle_end/flambda/lift_let_to_initialize_symbol.cmx middle_end/flambda/find_recursive_functions.cmx middle_end/flambda/invariant_params.cmx middle_end/flambda/inconstant_idents.cmx middle_end/flambda/alias_analysis.cmx middle_end/flambda/lift_constants.cmx middle_end/flambda/share_constants.cmx middle_end/flambda/simplify_common.cmx middle_end/flambda/remove_unused_arguments.cmx middle_end/flambda/remove_unused_closure_vars.cmx middle_end/flambda/remove_unused_program_constructs.cmx middle_end/flambda/simplify_boxed_integer_ops.cmx middle_end/flambda/simplify_primitives.cmx middle_end/flambda/inlining_stats_types.cmx middle_end/flambda/inlining_stats.cmx middle_end/flambda/inline_and_simplify_aux.cmx middle_end/flambda/remove_free_vars_equal_to_args.cmx middle_end/flambda/extract_projections.cmx middle_end/flambda/augment_specialised_args.cmx middle_end/flambda/unbox_free_vars_of_closures.cmx middle_end/flambda/unbox_specialised_args.cmx middle_end/flambda/unbox_closures.cmx middle_end/flambda/inlining_transforms.cmx middle_end/flambda/inlining_decision.cmx middle_end/flambda/inline_and_simplify.cmx middle_end/flambda/ref_to_variables.cmx middle_end/flambda/flambda_invariants.cmx middle_end/flambda/traverse_for_exported_symbols.cmx middle_end/flambda/build_export_info.cmx middle_end/flambda/closure_offsets.cmx middle_end/flambda/un_anf.cmx middle_end/flambda/flambda_to_clambda.cmx middle_end/flambda/flambda_middle_end.cmx asmcomp/arch.cmx asmcomp/cmm.cmx asmcomp/printcmm.cmx asmcomp/reg.cmx asmcomp/mach.cmx asmcomp/proc.cmx asmcomp/afl_instrument.cmx asmcomp/strmatch.cmx asmcomp/cmmgen_state.cmx asmcomp/cmm_helpers.cmx asmcomp/cmmgen.cmx asmcomp/cmm_invariants.cmx asmcomp/interval.cmx asmcomp/printmach.cmx asmcomp/dataflow.cmx asmcomp/polling.cmx asmcomp/selectgen.cmx asmcomp/selection.cmx asmcomp/comballoc.cmx asmcomp/CSEgen.cmx asmcomp/CSE.cmx asmcomp/liveness.cmx asmcomp/spill.cmx asmcomp/split.cmx asmcomp/interf.cmx asmcomp/coloring.cmx asmcomp/linscan.cmx asmcomp/reloadgen.cmx asmcomp/reload.cmx asmcomp/deadcode.cmx asmcomp/linear.cmx asmcomp/printlinear.cmx asmcomp/linearize.cmx file_formats/linear_format.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 driver/optmaindriver.cmx
#21 81.88 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/optmain.ml -I driver
#21 81.98 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlopt.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa driver/optmain.cmx
#21 83.15 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 83.15 make -j otherlibrariesopt
#21 83.15 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 83.16 make -j -C otherlibs allopt
#21 83.17 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#21 83.17 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/binutils.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmx dynlink_compilerlibs/config.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/build_path_prefix_map.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/arg_helper.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/terminfo.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/local_store.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/lazy_backtrack.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/runtimedef.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.19 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/opcodes.ml
#21 83.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native dynlink_types.ml
#21 83.19 cp dynlink.cmi dynlink.mli native/
#21 83.24 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native dynlink_platform_intf.ml
#21 83.25 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.25 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/misc.ml
#21 83.25 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.25 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/bytesections.ml
#21 83.46 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.46 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/identifiable.ml
#21 83.46 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.46 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/profile.ml
#21 83.46 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.46 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/consistbl.ml
#21 83.46 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.46 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/warnings.ml
#21 83.46 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.46 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/load_path.ml
#21 83.46 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.46 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/longident.ml
#21 83.46 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.46 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/dll.ml
#21 83.46 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.46 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmx dynlink_compilerlibs/cmxs_format.ml
#21 83.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/numbers.ml
#21 83.66 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.66 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/clflags.ml
#21 83.79 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.79 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmx dynlink_compilerlibs/location.ml
#21 83.79 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.79 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/ident.ml
#21 83.89 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.89 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmx dynlink_compilerlibs/path.ml
#21 83.93 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.93 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/shape.ml
#21 83.95 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.95 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/asttypes.ml
#21 83.95 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.95 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/syntaxerr.ml
#21 83.97 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.97 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/parsetree.ml
#21 83.97 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 83.97 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/debuginfo.ml
#21 84.02 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.02 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/docstrings.ml
#21 84.02 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.02 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/attr_helper.ml
#21 84.02 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.02 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/builtin_attributes.ml
#21 84.09 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.09 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_helper.ml
#21 84.11 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.11 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/type_immediacy.ml
#21 84.14 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.14 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/outcometree.ml
#21 84.16 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.16 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/primitive.ml
#21 84.22 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.22 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmx dynlink_compilerlibs/types.ml
#21 84.30 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.30 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/ast_mapper.ml
#21 84.35 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.35 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/btype.ml
#21 84.35 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.35 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/cmi_format.ml
#21 84.40 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.40 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/persistent_env.ml
#21 84.52 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.52 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/predef.ml
#21 84.52 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.52 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/datarepr.ml
#21 84.58 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.58 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/subst.ml
#21 84.73 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 84.73 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmx dynlink_compilerlibs/env.ml
#21 85.31 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 85.31 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/lambda.ml
#21 85.47 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 85.47 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/instruct.ml
#21 85.47 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 85.47 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmo_format.ml
#21 85.50 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 85.50 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/meta.ml
#21 85.52 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#21 85.52 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/symtable.ml
#21 85.62 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native -pack -o native/dynlink_compilerlibs.cmx dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/config.cmx dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/location.cmx dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/path.cmx dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/types.cmx dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/env.cmx dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmxs_format.cmx
#21 85.85 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native dynlink_common.ml
#21 85.96 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native native/dynlink.ml
#21 86.00 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -ccopt "-Wl,-E" -a -I native \
#21 86.00 -o dynlink.cmxa native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx
#21 86.03 cp native/dynlink.cmx dynlink.cmx
#21 86.03 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#21 86.03 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#21 86.05 ../../ocamlopt.opt -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 -function-sections unix.ml
#21 86.19 ../../ocamlopt.opt -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 -function-sections unixLabels.ml
#21 86.23 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#21 86.23 unix.cmx unixLabels.cmx
#21 86.25 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
#21 86.34 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#21 86.34 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#21 86.35 ../../ocamlopt.opt -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 -function-sections bigarray.ml
#21 86.38 ../../ocamlopt.opt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx
#21 86.39 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
#21 86.44 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#21 86.44 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#21 86.46 ../../ocamlopt.opt -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 -function-sections str.ml
#21 86.59 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#21 86.59 str.cmx
#21 86.61 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
#21 86.67 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#21 86.67 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#21 86.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux -DNATIVE_CODE -DTARGET_arm64 -DMODEL_default -DSYS_linux \
#21 86.68 -o st_stubs.n.o st_stubs.c
#21 86.68 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections thread.ml
#21 86.68 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections mutex.ml
#21 86.71 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections condition.ml
#21 86.72 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections threadUnix.ml
#21 86.73 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections event.ml
#21 86.73 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections semaphore.ml
#21 86.78 ../../ocamlopt.opt -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 semaphore.cmx
#21 87.03 ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs.n.o
#21 87.07 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#21 87.07 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#21 87.07 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 87.07 make -j ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
#21 87.07 ocamlnat
#21 87.07 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 87.10 make -j -C lex allopt
#21 87.10 make -j -C tools opt
#21 87.10 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 87.10 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#21 87.11 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamlmiddleend.cmxa middle_end/internal_variable_names.cmx middle_end/linkage_name.cmx middle_end/compilation_unit.cmx middle_end/variable.cmx middle_end/flambda/base_types/closure_element.cmx middle_end/flambda/base_types/closure_id.cmx middle_end/symbol.cmx middle_end/backend_var.cmx middle_end/clambda_primitives.cmx middle_end/printclambda_primitives.cmx middle_end/clambda.cmx middle_end/printclambda.cmx middle_end/semantics_of_primitives.cmx middle_end/convert_primitives.cmx middle_end/flambda/base_types/id_types.cmx middle_end/flambda/base_types/export_id.cmx middle_end/flambda/base_types/tag.cmx middle_end/flambda/base_types/mutable_variable.cmx middle_end/flambda/base_types/set_of_closures_id.cmx middle_end/flambda/base_types/set_of_closures_origin.cmx middle_end/flambda/base_types/closure_origin.cmx middle_end/flambda/base_types/var_within_closure.cmx middle_end/flambda/base_types/static_exception.cmx middle_end/flambda/pass_wrapper.cmx middle_end/flambda/allocated_const.cmx middle_end/flambda/parameter.cmx middle_end/flambda/projection.cmx middle_end/flambda/flambda.cmx middle_end/flambda/flambda_iterators.cmx middle_end/flambda/flambda_utils.cmx middle_end/flambda/freshening.cmx middle_end/flambda/effect_analysis.cmx middle_end/flambda/inlining_cost.cmx middle_end/flambda/simple_value_approx.cmx middle_end/flambda/export_info.cmx middle_end/flambda/export_info_for_pack.cmx middle_end/compilenv.cmx middle_end/closure/closure.cmx middle_end/closure/closure_middle_end.cmx middle_end/flambda/import_approx.cmx middle_end/flambda/lift_code.cmx middle_end/flambda/closure_conversion_aux.cmx middle_end/flambda/closure_conversion.cmx middle_end/flambda/initialize_symbol_to_let_symbol.cmx middle_end/flambda/lift_let_to_initialize_symbol.cmx middle_end/flambda/find_recursive_functions.cmx middle_end/flambda/invariant_params.cmx middle_end/flambda/inconstant_idents.cmx middle_end/flambda/alias_analysis.cmx middle_end/flambda/lift_constants.cmx middle_end/flambda/share_constants.cmx middle_end/flambda/simplify_common.cmx middle_end/flambda/remove_unused_arguments.cmx middle_end/flambda/remove_unused_closure_vars.cmx middle_end/flambda/remove_unused_program_constructs.cmx middle_end/flambda/simplify_boxed_integer_ops.cmx middle_end/flambda/simplify_primitives.cmx middle_end/flambda/inlining_stats_types.cmx middle_end/flambda/inlining_stats.cmx middle_end/flambda/inline_and_simplify_aux.cmx middle_end/flambda/remove_free_vars_equal_to_args.cmx middle_end/flambda/extract_projections.cmx middle_end/flambda/augment_specialised_args.cmx middle_end/flambda/unbox_free_vars_of_closures.cmx middle_end/flambda/unbox_specialised_args.cmx middle_end/flambda/unbox_closures.cmx middle_end/flambda/inlining_transforms.cmx middle_end/flambda/inlining_decision.cmx middle_end/flambda/inline_and_simplify.cmx middle_end/flambda/ref_to_variables.cmx middle_end/flambda/flambda_invariants.cmx middle_end/flambda/traverse_for_exported_symbols.cmx middle_end/flambda/build_export_info.cmx middle_end/flambda/closure_offsets.cmx middle_end/flambda/un_anf.cmx middle_end/flambda/flambda_to_clambda.cmx middle_end/flambda/flambda_middle_end.cmx
#21 87.11 make -j -C yacc all
#21 87.11 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/tophooks.mli
#21 87.11 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
#21 87.11 cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
#21 87.11 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#21 87.11 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
#21 87.11 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/genprintval.ml -I toplevel
#21 87.11 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/trace.ml -I toplevel/native
#21 87.11 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
#21 87.11 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
#21 87.11 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - profiling.ml
#21 87.12 make[3]: Nothing to be done for 'all'.
#21 87.12 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#21 87.12 make -j -C lex all
#21 87.12 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#21 87.12 make[3]: Nothing to be done for 'all'.
#21 87.12 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#21 87.12 make -j -C ocamldoc opt.opt
#21 87.12 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 87.13 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.ml
#21 87.13 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_messages.ml
#21 87.14 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_print.ml
#21 87.14 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments_global.ml
#21 87.14 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_control.ml
#21 87.14 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_inherit.ml
#21 87.14 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ocamlhtml.ml
#21 87.14 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex_style.ml
#21 87.18 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 87.18 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot syntax.ml
#21 87.22 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot parser.ml
#21 87.22 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.ml
#21 87.23 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_types.ml
#21 87.27 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_global.ml
#21 87.27 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_misc.ml
#21 87.27 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parameter.ml
#21 87.27 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.ml
#21 87.34 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_lexer.ml
#21 87.34 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_see_lexer.ml
#21 87.37 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
#21 87.40 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.ml
#21 87.40 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.ml
#21 87.45 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_value.ml
#21 87.45 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_type.ml
#21 87.45 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.ml
#21 87.46 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_lexer.ml
#21 87.48 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_class.ml
#21 87.49 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#21 87.49 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#21 87.53 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/topcommon.ml -I toplevel
#21 87.53 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_module.ml
#21 87.53 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.ml
#21 87.57 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text.ml
#21 87.63 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_merge.ml
#21 87.63 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_search.ml
#21 87.63 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_scan.ml
#21 87.63 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dep.ml
#21 87.68 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
#21 87.68 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
#21 87.76 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_sig.ml
#21 87.81 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
#21 87.81 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
#21 87.82 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_cross.ml
#21 87.83 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/tophooks.ml -I toplevel/native
#21 87.93 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/topeval.ml -I toplevel/native
#21 88.03 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#21 88.11 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ast.ml
#21 88.12 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
#21 88.19 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -I toplevel/native -c toplevel/toploop.ml
#21 88.23 ../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
#21 88.39 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.ml
#21 88.41 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -I toplevel/native -c toplevel/topdirs.ml
#21 88.41 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/topmain.ml -I toplevel/native
#21 88.50 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.ml
#21 88.51 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#21 88.52 make -j -C tools opt.opt
#21 88.52 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 88.53 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamldep.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlprof.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlcp.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamloptp.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlmklib.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlmktop.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlcmt.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - opnames.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - objinfo.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - primreq.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - stripdebug.ml
#21 88.54 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - cmpbyt.ml
#21 88.55 ./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-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -I toplevel/native -c toplevel/topstart.ml
#21 88.55 ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib \
#21 88.55 -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -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
#21 88.57 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamldep.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamldep.cmx
#21 88.59 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - dumpobj.ml
#21 88.60 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlmktop.opt ../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/local_store.cmx ../utils/load_path.cmx ../utils/profile.cmx ../utils/ccomp.cmx ocamlmktop.cmx
#21 88.61 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dag2html.ml
#21 88.61 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_to_text.ml
#21 88.61 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_man.ml
#21 88.61 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dot.ml
#21 88.61 ../ocamlopt.opt -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/dynlink/native -I ../otherlibs/unix -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
#21 88.63 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o stripdebug.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa stripdebug.cmx
#21 88.64 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o primreq.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa primreq.cmx
#21 88.65 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o cmpbyt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa cmpbyt.cmx
#21 88.65 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlcp.opt ../utils/config.cmx ../utils/build_path_prefix_map.cmx ../utils/misc.cmx ../utils/profile.cmx ../utils/warnings.cmx ../utils/identifiable.cmx ../utils/numbers.cmx ../utils/arg_helper.cmx ../utils/clflags.cmx ../utils/local_store.cmx ../utils/terminfo.cmx ../parsing/location.cmx ../utils/load_path.cmx ../utils/ccomp.cmx ../driver/compenv.cmx ../driver/main_args.cmx ocamlcp.cmx
#21 88.68 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamloptp.opt ../utils/config.cmx ../utils/build_path_prefix_map.cmx ../utils/misc.cmx ../utils/profile.cmx ../utils/warnings.cmx ../utils/identifiable.cmx ../utils/numbers.cmx ../utils/arg_helper.cmx ../utils/clflags.cmx ../utils/local_store.cmx ../utils/terminfo.cmx ../parsing/location.cmx ../utils/load_path.cmx ../utils/ccomp.cmx ../driver/compenv.cmx ../driver/main_args.cmx ocamloptp.cmx
#21 88.74 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlcmt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamlcmt.cmx
#21 88.79 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex.ml
#21 88.79 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_texi.ml
#21 88.85 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamltoplevel.cmxa -I toplevel/native toplevel/genprintval.cmx toplevel/topcommon.cmx toplevel/native/tophooks.cmx toplevel/native/topeval.cmx toplevel/native/trace.cmx toplevel/toploop.cmx toplevel/topdirs.cmx toplevel/native/topmain.cmx
#21 88.87 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlobjinfo.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ../compilerlibs/ocamlmiddleend.cmxa objinfo.cmx
#21 88.88 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -linkall -I toplevel/native -o ocamlnat compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamlbytecomp.cmxa otherlibs/dynlink/dynlink.cmxa compilerlibs/ocamltoplevel.cmxa toplevel/topstart.cmx
#21 88.89 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlmklib.opt ../utils/config.cmx ../utils/build_path_prefix_map.cmx ../utils/misc.cmx ocamlmklib.cmx
#21 88.90 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlprof.opt ../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/terminfo.cmx ../utils/warnings.cmx ../parsing/location.cmx ../parsing/longident.cmx ../parsing/docstrings.cmx ../parsing/syntaxerr.cmx ../parsing/ast_helper.cmx ../parsing/camlinternalMenhirLib.cmx ../parsing/parser.cmx ../parsing/pprintast.cmx ../parsing/lexer.cmx ../parsing/parse.cmx ocamlprof.cmx
#21 88.91 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_html.ml
#21 88.95 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o dumpobj.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa opnames.cmx dumpobj.cmx
#21 89.78 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_gen.ml
#21 89.80 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 89.84 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_args.ml
#21 90.04 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc.ml
#21 90.04 ../ocamlopt.opt -nostdlib -I ../stdlib -shared -o generators/odoc_todo.cmxs -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal generators/odoc_todo.ml
#21 90.04 ../ocamlopt.opt -nostdlib -I ../stdlib -shared -o generators/odoc_literate.cmxs -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal generators/odoc_literate.ml
#21 90.08 ../ocamlopt.opt -nostdlib -I ../stdlib -o ../ocamldoc/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/dynlink/native -I ../otherlibs/unix -nostdlib ocamlcommon.cmxa unix.cmxa str.cmxa dynlink.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
#21 90.92 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 90.92 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 90.92 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 90.94 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#21 90.95 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 90.95 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"
#21 90.95 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 90.96 mkdir -p "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#21 90.96 make -j -C runtime install
#21 90.97 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 91.04 /usr/bin/install -c -p ocamlrun ocamlrund ocamlruni "/tmp/opam/bootstrap/ocaml/bin"
#21 91.05 /usr/bin/install -c -p -m 644 ld.conf libcamlrun.a libcamlrund.a libcamlruni.a libcamlrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.07 /usr/bin/install -c -p libcamlrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.07 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#21 91.08 /usr/bin/install -c -p -m 644 caml/domain_state.tbl caml/*.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#21 91.10 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 91.10 /usr/bin/install -c -p ocaml "/tmp/opam/bootstrap/ocaml/bin"
#21 91.12 /usr/bin/install -c -p ocamlc "/tmp/opam/bootstrap/ocaml/bin/ocamlc.byte"
#21 91.15 make -j -C stdlib install
#21 91.15 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 91.16 stale=""; \
#21 91.16 if test -n "$stale" ; then \
#21 91.16 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#21 91.16 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cm* and re-run make install"; \
#21 91.16 exit 1; \
#21 91.16 fi
#21 91.16 /usr/bin/install -c -p -m 644 \
#21 91.16 stdlib.cma std_exit.cmo *.cmi camlheader_ur \
#21 91.16 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.18 /usr/bin/install -c -p -m 644 \
#21 91.18 *.cmt *.cmti *.mli *.ml \
#21 91.18 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.22 /usr/bin/install -c -p -m 644 target_camlheader "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheader"
#21 91.23 /usr/bin/install -c -p -m 644 target_camlheaderd "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderd"
#21 91.23 /usr/bin/install -c -p -m 644 target_camlheaderi "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderi"
#21 91.23 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 91.23 /usr/bin/install -c -p lex/ocamllex \
#21 91.23 "/tmp/opam/bootstrap/ocaml/bin/ocamllex.byte"
#21 91.24 /usr/bin/install -c -p yacc/ocamlyacc "/tmp/opam/bootstrap/ocaml/bin"
#21 91.24 /usr/bin/install -c -p -m 644 \
#21 91.24 utils/*.cmi \
#21 91.24 parsing/*.cmi \
#21 91.24 typing/*.cmi \
#21 91.24 bytecomp/*.cmi \
#21 91.24 file_formats/*.cmi \
#21 91.24 lambda/*.cmi \
#21 91.24 driver/*.cmi \
#21 91.24 toplevel/*.cmi \
#21 91.24 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 91.27 /usr/bin/install -c -p -m 644 \
#21 91.27 toplevel/byte/*.cmi \
#21 91.27 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 91.28 /usr/bin/install -c -p -m 644 \
#21 91.28 utils/*.cmt utils/*.cmti utils/*.mli \
#21 91.28 parsing/*.cmt parsing/*.cmti parsing/*.mli \
#21 91.28 typing/*.cmt typing/*.cmti typing/*.mli \
#21 91.28 file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
#21 91.28 lambda/*.cmt lambda/*.cmti lambda/*.mli \
#21 91.28 bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
#21 91.28 driver/*.cmt driver/*.cmti driver/*.mli \
#21 91.28 toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
#21 91.28 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 91.37 /usr/bin/install -c -p -m 644 \
#21 91.37 toplevel/byte/*.cmt \
#21 91.37 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 91.37 /usr/bin/install -c -p -m 644 \
#21 91.37 compilerlibs/*.cma \
#21 91.37 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 91.41 /usr/bin/install -c -p -m 644 \
#21 91.41 driver/main.cmo toplevel/topstart.cmo \
#21 91.41 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 91.41 /usr/bin/install -c -p expunge "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.44 /usr/bin/install -c -p -m 644 \
#21 91.44 toplevel/topdirs.cmi \
#21 91.44 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.44 /usr/bin/install -c -p -m 644 \
#21 91.44 toplevel/topdirs.cmt \
#21 91.44 toplevel/topdirs.cmti toplevel/topdirs.mli \
#21 91.44 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.45 make -j -C tools install
#21 91.45 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 91.46 /usr/bin/install -c -p -m 644 \
#21 91.46 profiling.cmi profiling.cmo \
#21 91.46 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.46 /usr/bin/install -c -p -m 644 \
#21 91.46 profiling.cmt profiling.cmti \
#21 91.46 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.47 for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
#21 91.47 do \
#21 91.47 /usr/bin/install -c -p "$i" "/tmp/opam/bootstrap/ocaml/bin/$i.byte"; \
#21 91.47 if test -f "$i".opt; then \
#21 91.47 /usr/bin/install -c -p "$i.opt" "/tmp/opam/bootstrap/ocaml/bin" && \
#21 91.47 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.opt" "$i"); \
#21 91.47 else \
#21 91.47 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.byte" "$i"); \
#21 91.47 fi; \
#21 91.47 done
#21 91.67 if test -f ocamlcmt.opt; then \
#21 91.67 /usr/bin/install -c -p\
#21 91.67 ocamlcmt.opt "/tmp/opam/bootstrap/ocaml/bin/ocamlcmt"; \
#21 91.67 else \
#21 91.67 /usr/bin/install -c -p ocamlcmt "/tmp/opam/bootstrap/ocaml/bin"; \
#21 91.67 fi
#21 91.70 /usr/bin/install -c -p -m 644 \
#21 91.70 eventlog_metadata \
#21 91.70 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.70 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 91.70 make -j -C man install
#21 91.70 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#21 91.71 mkdir -p '/tmp/opam/bootstrap/ocaml/man/man1'
#21 91.71 /usr/bin/install -c -p -m 644 ocaml.1 ocamlc.1 ocamlc.opt.1 ocamlcp.1 ocamldebug.1 ocamldep.1 ocamldoc.1 ocamllex.1 ocamlmktop.1 ocamlopt.1 ocamlopt.opt.1 ocamloptp.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 '/tmp/opam/bootstrap/ocaml/man/man1'
#21 91.72 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#21 91.72 for i in dynlink unix bigarray str systhreads; do \
#21 91.72 make -j -C otherlibs/$i install || exit $?; \
#21 91.72 done
#21 91.72 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#21 91.74 /usr/bin/install -c -p -m 644 \
#21 91.74 dynlink.cmi dynlink.cma \
#21 91.74 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.75 /usr/bin/install -c -p -m 644 \
#21 91.75 dynlink.cmti dynlink.mli \
#21 91.75 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.75 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#21 91.76 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#21 91.77 if test -f dllunix.so; then \
#21 91.77 /usr/bin/install -c -p \
#21 91.77 dllunix.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#21 91.77 fi
#21 91.77 /usr/bin/install -c -p -m 644 libunix.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 91.78 /usr/bin/install -c -p -m 644 \
#21 91.78 unix.cma unix.cmi unixLabels.cmi \
#21 91.78 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 91.78 /usr/bin/install -c -p -m 644 \
#21 91.78 unix.mli unixLabels.mli \
#21 91.78 unix.cmti unixLabels.cmti \
#21 91.78 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 91.79 if test -n "unixsupport.h socketaddr.h"; then \
#21 91.79 /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#21 91.79 fi
#21 91.79 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#21 91.79 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#21 91.80 if test -f dllbigarray.so; then \
#21 91.80 /usr/bin/install -c -p \
#21 91.80 dllbigarray.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#21 91.80 fi
#21 91.80 /usr/bin/install -c -p -m 644 \
#21 91.80 bigarray.cma bigarray.cmi \
#21 91.80 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 91.81 /usr/bin/install -c -p -m 644 \
#21 91.81 bigarray.mli \
#21 91.81 bigarray.cmti \
#21 91.81 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 91.81 if test -n ""; then \
#21 91.81 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#21 91.81 fi
#21 91.81 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#21 91.82 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#21 91.82 if test -f dllcamlstr.so; then \
#21 91.82 /usr/bin/install -c -p \
#21 91.82 dllcamlstr.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#21 91.82 fi
#21 91.83 /usr/bin/install -c -p -m 644 libcamlstr.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 91.83 /usr/bin/install -c -p -m 644 \
#21 91.83 str.cma str.cmi \
#21 91.83 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 91.84 /usr/bin/install -c -p -m 644 \
#21 91.84 str.mli \
#21 91.84 str.cmti \
#21 91.84 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 91.84 if test -n ""; then \
#21 91.84 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#21 91.84 fi
#21 91.84 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#21 91.85 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#21 91.85 if test -f dllthreads.so; then \
#21 91.85 /usr/bin/install -c -p dllthreads.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#21 91.85 fi
#21 91.86 /usr/bin/install -c -p -m 644 libthreads.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 91.87 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#21 91.87 /usr/bin/install -c -p -m 644 \
#21 91.87 thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi semaphore.cmi threads.cma \
#21 91.87 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#21 91.88 /usr/bin/install -c -p -m 644 \
#21 91.88 thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti semaphore.cmti \
#21 91.88 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#21 91.88 /usr/bin/install -c -p -m 644 thread.mli mutex.mli condition.mli event.mli threadUnix.mli semaphore.mli "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#21 91.89 /usr/bin/install -c -p -m 644 threads.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#21 91.89 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#21 91.89 make -j -C ocamldoc install
#21 91.89 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 91.90 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#21 91.91 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#21 91.91 /usr/bin/install -c -p ../ocamldoc/ocamldoc "/tmp/opam/bootstrap/ocaml/bin"
#21 91.92 /usr/bin/install -c -p -m 644 \
#21 91.92 ocamldoc.hva *.cmi odoc_info.cma \
#21 91.92 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#21 91.94 /usr/bin/install -c -p -m 644 \
#21 91.94 odoc_info.cmi \
#21 91.94 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#21 91.94 /usr/bin/install -c -p -m 644 \
#21 91.94 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#21 91.94 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#21 91.95 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 91.95 if test -n "ocamldebugger"; then \
#21 91.95 make -j -C debugger install; \
#21 91.95 fi
#21 91.95 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#21 91.96 /usr/bin/install -c -p ocamldebug "/tmp/opam/bootstrap/ocaml/bin"
#21 91.99 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#21 91.99 /usr/bin/install -c -p -m 644 Makefile.config "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 92.00 /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#21 92.00 if test -f ocamlopt; then make -j installopt; else \
#21 92.00 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#21 92.00 ln -sf ocamlc.byte ocamlc; \
#21 92.00 ln -sf ocamllex.byte ocamllex; \
#21 92.00 (test -f flexlink.byte && \
#21 92.00 ln -sf flexlink.byte flexlink) || true; \
#21 92.00 fi
#21 92.01 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 92.02 make -j -C runtime installopt
#21 92.02 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 92.10 /usr/bin/install -c -p -m 644 libasmrun.a libasmrund.a libasmruni.a libasmrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 92.11 /usr/bin/install -c -p libasmrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 92.12 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#21 92.12 /usr/bin/install -c -p ocamlopt "/tmp/opam/bootstrap/ocaml/bin/ocamlopt.byte"
#21 92.15 make -j -C stdlib installopt
#21 92.15 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 92.16 stale=""; \
#21 92.16 if test -n "$stale" ; then \
#21 92.16 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#21 92.16 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cmx and re-run make install"; \
#21 92.16 exit 1; \
#21 92.16 fi
#21 92.16 /usr/bin/install -c -p -m 644 \
#21 92.16 stdlib.cmxa stdlib.a std_exit.o *.cmx \
#21 92.16 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 92.18 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#21 92.18 /usr/bin/install -c -p -m 644 \
#21 92.18 middle_end/*.cmi \
#21 92.18 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.19 /usr/bin/install -c -p -m 644 \
#21 92.19 middle_end/closure/*.cmi \
#21 92.19 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.20 /usr/bin/install -c -p -m 644 \
#21 92.20 middle_end/flambda/*.cmi \
#21 92.20 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.22 /usr/bin/install -c -p -m 644 \
#21 92.22 middle_end/flambda/base_types/*.cmi \
#21 92.22 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.23 /usr/bin/install -c -p -m 644 \
#21 92.23 asmcomp/*.cmi \
#21 92.23 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.24 /usr/bin/install -c -p -m 644 \
#21 92.24 middle_end/*.cmt middle_end/*.cmti \
#21 92.24 middle_end/*.mli \
#21 92.24 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.26 /usr/bin/install -c -p -m 644 \
#21 92.26 middle_end/closure/*.cmt middle_end/closure/*.cmti \
#21 92.26 middle_end/closure/*.mli \
#21 92.26 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.27 /usr/bin/install -c -p -m 644 \
#21 92.27 middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
#21 92.27 middle_end/flambda/*.mli \
#21 92.27 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.30 /usr/bin/install -c -p -m 644 \
#21 92.30 middle_end/flambda/base_types/*.cmt \
#21 92.30 middle_end/flambda/base_types/*.cmti \
#21 92.30 middle_end/flambda/base_types/*.mli \
#21 92.30 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.31 /usr/bin/install -c -p -m 644 \
#21 92.31 asmcomp/*.cmt asmcomp/*.cmti \
#21 92.31 asmcomp/*.mli \
#21 92.31 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.34 /usr/bin/install -c -p -m 644 \
#21 92.34 driver/optmain.cmo \
#21 92.34 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.35 make -j -C ocamldoc installopt
#21 92.35 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 92.36 if test -f ../ocamldoc/ocamldoc.opt; then make -j installopt_really ; fi
#21 92.36 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 92.37 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#21 92.38 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#21 92.38 /usr/bin/install -c -p ../ocamldoc/ocamldoc.opt "/tmp/opam/bootstrap/ocaml/bin"
#21 92.41 /usr/bin/install -c -p -m 644 \
#21 92.41 odoc_info.cmi \
#21 92.41 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#21 92.42 /usr/bin/install -c -p -m 644 \
#21 92.42 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#21 92.42 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#21 92.42 /usr/bin/install -c -p -m 644 \
#21 92.42 ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
#21 92.42 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#21 92.44 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 92.44 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#21 92.44 for i in dynlink unix bigarray str systhreads; do \
#21 92.44 make -j -C otherlibs/$i installopt || exit $?; \
#21 92.44 done
#21 92.44 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#21 92.46 /usr/bin/install -c -p -m 644 \
#21 92.46 native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx dynlink.cmxa dynlink.a \
#21 92.46 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 92.48 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#21 92.48 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#21 92.49 /usr/bin/install -c -p -m 644 \
#21 92.49 unix.cmx unixLabels.cmx unix.cmxa unix.a \
#21 92.49 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 92.49 if test -f unix.cmxs; then \
#21 92.49 /usr/bin/install -c -p unix.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#21 92.49 fi
#21 92.50 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#21 92.50 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#21 92.51 /usr/bin/install -c -p -m 644 \
#21 92.51 bigarray.cmx bigarray.cmxa bigarray.a \
#21 92.51 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 92.51 if test -f bigarray.cmxs; then \
#21 92.51 /usr/bin/install -c -p bigarray.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#21 92.51 fi
#21 92.51 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#21 92.52 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#21 92.52 /usr/bin/install -c -p -m 644 \
#21 92.52 str.cmx str.cmxa str.a \
#21 92.52 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#21 92.53 if test -f str.cmxs; then \
#21 92.53 /usr/bin/install -c -p str.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#21 92.53 fi
#21 92.53 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#21 92.53 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#21 92.54 /usr/bin/install -c -p -m 644 libthreadsnat.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 92.54 /usr/bin/install -c -p -m 644 \
#21 92.54 thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx threads.cmxa threads.a \
#21 92.54 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#21 92.55 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#21 92.55 if test -f ocamlopt.opt; then make -j installoptopt; else \
#21 92.55 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#21 92.55 ln -sf ocamlc.byte ocamlc; \
#21 92.55 ln -sf ocamlopt.byte ocamlopt; \
#21 92.55 ln -sf ocamllex.byte ocamllex; \
#21 92.55 (test -f flexlink.byte && \
#21 92.55 ln -sf flexlink.byte flexlink) || true; \
#21 92.55 fi
#21 92.55 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 92.57 /usr/bin/install -c -p ocamlc.opt "/tmp/opam/bootstrap/ocaml/bin"
#21 92.59 /usr/bin/install -c -p ocamlopt.opt "/tmp/opam/bootstrap/ocaml/bin"
#21 92.61 /usr/bin/install -c -p lex/ocamllex.opt "/tmp/opam/bootstrap/ocaml/bin"
#21 92.62 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#21 92.62 ln -sf ocamlc.opt ocamlc; \
#21 92.62 ln -sf ocamlopt.opt ocamlopt; \
#21 92.62 ln -sf ocamllex.opt ocamllex
#21 92.64 /usr/bin/install -c -p -m 644 \
#21 92.64 utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
#21 92.64 toplevel/*.cmx toplevel/native/*.cmx \
#21 92.64 toplevel/native/tophooks.cmi \
#21 92.64 file_formats/*.cmx \
#21 92.64 lambda/*.cmx \
#21 92.64 driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
#21 92.64 middle_end/closure/*.cmx \
#21 92.64 middle_end/flambda/*.cmx \
#21 92.64 middle_end/flambda/base_types/*.cmx \
#21 92.64 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.66 /usr/bin/install -c -p -m 644 \
#21 92.66 compilerlibs/*.cmxa compilerlibs/*.a \
#21 92.66 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.69 /usr/bin/install -c -p -m 644 \
#21 92.69 driver/main.cmx driver/main.o \
#21 92.69 driver/optmain.cmx driver/optmain.o \
#21 92.69 toplevel/topstart.o \
#21 92.69 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#21 92.70 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 92.70 make -j -C tools installopt
#21 92.70 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 92.72 /usr/bin/install -c -p -m 644 \
#21 92.72 profiling.cmx profiling.o \
#21 92.72 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#21 92.72 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#21 92.73 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#21 92.73 make: Entering directory '/tmp/opam/src_ext'
#21 92.74 * Downloading cppo...
#21 93.08 cppo.tar.gz has the expected MD5.
#21 93.09 * Downloading base64...
#21 93.37 base64.tbz has the expected MD5.
#21 93.38 * Downloading extlib...
#21 93.62 extlib.tar.gz has the expected MD5.
#21 93.63 * Downloading re...
#21 94.03 re.tar.gz has the expected MD5.
#21 94.05 * Downloading ocamlgraph...
#21 94.29 ocamlgraph.tbz has the expected MD5.
#21 94.30 * Downloading cudf...
#21 94.41 cudf.tar.gz has the expected MD5.
#21 94.43 * Downloading dose3...
#21 94.64 dose3.tar.gz has the expected MD5.
#21 94.65 * Downloading opam-file-format...
#21 94.88 opam-file-format.tar.gz has the expected MD5.
#21 94.89 * Downloading stdlib-shims...
#21 95.13 stdlib-shims.tbz has the expected MD5.
#21 95.14 * Downloading spdx_licenses...
#21 95.37 spdx_licenses.tar.gz has the expected MD5.
#21 95.39 * Downloading opam-0install-cudf...
#21 95.62 opam-0install-cudf.tar.gz has the expected MD5.
#21 95.63 * Downloading 0install-solver...
#21 95.91 0install-solver.tbz has the expected MD5.
#21 95.92 * Downloading uutf...
#21 96.18 uutf.tbz has the expected MD5.
#21 96.20 * Downloading jsonm...
#21 96.33 jsonm.tbz has the expected MD5.
#21 96.34 * Downloading sha...
#21 96.56 sha.tbz has the expected MD5.
#21 96.57 * Downloading swhid_core...
#21 97.22 swhid_core.tar.gz has the expected MD5.
#21 97.24 * Downloading menhir...
#21 97.71 menhir.tar.gz has the expected MD5.
#21 97.72 * Downloading patch...
#21 97.93 patch.tar.gz has the expected MD5.
#21 97.94 * Downloading mccs...
#21 98.21 mccs.tar.gz has the expected MD5.
#21 98.22 * Downloading dune-local...
#21 98.53 dune-local.tbz has the expected MD5.
#21 98.55 * Downloading ocaml...
#21 98.98 ocaml.tar.gz has the expected MD5.
#21 98.99 * Downloading flexdll...
#21 99.41 flexdll.tar.gz has the expected MD5.
#21 99.41 make: Leaving directory '/tmp/opam/src_ext'
#21 DONE 101.5s
#20 [stage-0 8/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.0/opam /usr/local/bin/opam-2.0 && chmod a+x /usr/local/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
#20 sha256:59265015b28410f3eccdcfdea8e7facb206acfb5db6c6492ba5b57f24e70fc9b
#20 0.800 Note: switching to 'adc1e1829a2bef5b240746df80341b508290fe3b'.
#20 0.800
#20 0.800 You are in 'detached HEAD' state. You can look around, make experimental
#20 0.800 changes and commit them, and you can discard any commits you make in this
#20 0.800 state without impacting any branches by switching back to a branch.
#20 0.800
#20 0.800 If you want to create a new branch to retain commits you create, you may
#20 0.800 do so (now or later) by using -c with the switch command. Example:
#20 0.800
#20 0.800 git switch -c <new-branch-name>
#20 0.800
#20 0.800 Or undo this operation with:
#20 0.800
#20 0.800 git switch -
#20 0.800
#20 0.800 Turn off this advice by setting config variable advice.detachedHead to false
#20 0.800
#20 0.800 HEAD is now at adc1e1829 Merge pull request #6178 from kit-ty-kate/fix-release-2.0
#20 1.024 checking for ocamlc... ocamlc
#20 1.039 OCaml version is 4.14.2
#20 1.050 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#20 1.050 checking for ocamlopt... ocamlopt
#20 1.067 checking for ocamlc.opt... ocamlc.opt
#20 1.073 checking for ocamlopt.opt... ocamlopt.opt
#20 1.087 checking for ocaml... ocaml
#20 1.088 checking for ocamldep... ocamldep
#20 1.088 checking for ocamldep.opt... ocamldep.opt
#20 1.105 checking for ocamlmktop... ocamlmktop
#20 1.105 checking for ocamlmklib... ocamlmklib
#20 1.106 checking for ocamldoc... ocamldoc
#20 1.106 checking for ocamldoc.opt... ocamldoc.opt
#20 1.128 checking for ocamlbuild... no
#20 1.128 checking OCaml Sys.os_type... Unix
#20 1.167 checking for gawk... no
#20 1.168 checking for mawk... mawk
#20 1.182 checking for compiler type... cc
#20 1.477 checking for compiler architecture... arm64
#20 1.765 checking for compiler system... linux
#20 2.059 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#20 2.110 checking whether the C compiler works... yes
#20 2.171 checking for C compiler default output file name... a.out
#20 2.172 checking for suffix of executables...
#20 2.239 checking whether we are cross compiling... no
#20 2.307 checking for suffix of object files... o
#20 2.350 checking whether we are using the GNU C compiler... yes
#20 2.387 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#20 2.428 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
#20 2.489 checking for ocamlobjinfo... ocamlobjinfo
#20 2.490 checking for ocamlfind... no
#20 2.491 checking for curl... curl
#20 2.491 checking for dune... no
#20 2.492 checking for cppo... no
#20 2.493 checking for patch... patch
#20 2.493 checking for bunzip2... bunzip2
#20 2.494
#20 2.494 checking for OCaml findlib package unix... not found
#20 2.495 checking for OCaml findlib package bigarray... not found
#20 2.496 checking for OCaml findlib package extlib... not found
#20 2.497 checking for OCaml findlib package re... not found
#20 2.498 checking for OCaml findlib package re.glob... not found
#20 2.499 checking for OCaml findlib package cmdliner... not found
#20 2.500 checking for OCaml findlib package ocamlgraph... not found
#20 2.501 checking for OCaml findlib package cudf... not found
#20 2.502 checking for OCaml findlib package dose3.common... not found
#20 2.504 checking for OCaml findlib package dose3.algo... not found
#20 2.506 checking for OCaml findlib package opam-file-format... not found
#20 2.507 checking for OCaml findlib package mccs... not found
#20 2.508 checking for g++... g++
#20 2.549 checking whether we are using the GNU C++ compiler... yes
#20 2.597 checking whether g++ accepts -g... yes
#20 2.637
#20 2.637 ============================================================================
#20 2.637 Some dependencies are missing. If you are just interested in the stand-alone
#20 2.637 'opam' binary, run 'make lib-ext' to download and include them.
#20 2.637 ============================================================================
#20 2.637
#20 2.675 configure: creating ./config.status
#20 2.854 config.status: creating Makefile.config
#20 2.871 config.status: creating src/client/opamManifest.inc
#20 2.895
#20 2.899 Opam will be built WITH a built-in solver
#20 2.899
#20 2.899 Executables will be installed in /usr/local/bin
#20 2.899 Manual pages will be installed in /usr/local/share/man
#20 2.936 make -j -C src_ext lib-ext
#20 2.937 make[1]: Entering directory '/tmp/opam-build-2.0/src_ext'
#20 2.989 [ -e dune-local.tbz ] || \
#20 2.989 cp archives/dune-1.6.3.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/12/1212a36547d25269675d767c38fecf5f && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; }
#20 2.995 [ -e cppo.tbz ] || \
#20 2.995 cp archives/cppo-v1.6.6.tbz cppo.tbz 2>/dev/null || { { { curl -LSs -o cppo.tbz https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz'; false; }; } || { { curl -LSs -o cppo.tbz https://opam.ocaml.org/cache/md5/b1/b13afeea6631d7c9b61f95bfd984a542 && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542 && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; }
#20 3.000 [ -e extlib.tar.gz ] || \
#20 3.000 cp archives/extlib-1.7.7.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94; } || { echo 'Failed to download https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/2c/2c620993aecd4b31b3a362b21b55dd94 && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94 && echo 'Warning: downloaded https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; }
#20 3.005 [ -e re.tbz ] || \
#20 3.005 cp archives/re-1.9.0.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/bd/bddaed4f386a22cace7850c9c7dac296 && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296 && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; }
#20 3.010 [ -e cmdliner.tbz ] || \
#20 3.010 cp archives/cmdliner-1.0.2.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/ab/ab2f0130e88e8dcd723ac6154c98a881 && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; }
#20 3.015 [ -e ocamlgraph.tar.gz ] || \
#20 3.015 cp archives/ocamlgraph-1.8.8.tar.gz ocamlgraph.tar.gz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tar.gz https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a; } || { echo 'Failed to download https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz'; false; }; } || { { curl -LSs -o ocamlgraph.tar.gz https://opam.ocaml.org/cache/md5/9d/9d71ca69271055bd22d0dfe4e939831a && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a && echo 'Warning: downloaded https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; }
#20 3.020 [ -e cudf.tar.gz ] || \
#20 3.020 cp archives/cudf-0.9.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119; } || { echo 'Failed to download https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/a4/a4c0e652e56e74c7b388a43f9258d119 && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119 && echo 'Warning: downloaded https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; }
#20 3.030 [ -e dose3.tar.gz ] || \
#20 3.030 cp archives/dose3-5.0.1.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz a81080f36f477fdebf63c4a979e251cd; } || { echo 'Failed to download https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/a8/a81080f36f477fdebf63c4a979e251cd && ocaml ../shell/md5check.ml dose3.tar.gz a81080f36f477fdebf63c4a979e251cd && echo 'Warning: downloaded https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; }
#20 3.031 [ -e opam-file-format.tar.gz ] || \
#20 3.031 cp archives/2.1.3.tar.gz opam-file-format.tar.gz 2>/dev/null || { { { curl -LSs -o opam-file-format.tar.gz https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz b805562dd2d86fc3c8e6d47884fd1da6; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/b8/b805562dd2d86fc3c8e6d47884fd1da6 && ocaml ../shell/md5check.ml opam-file-format.tar.gz b805562dd2d86fc3c8e6d47884fd1da6 && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; }
#20 3.037 [ -e result.tar.gz ] || \
#20 3.037 cp archives/1.4.tar.gz result.tar.gz 2>/dev/null || { { { curl -LSs -o result.tar.gz https://github.com/janestreet/result/archive/1.4.tar.gz && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da; } || { echo 'Failed to download https://github.com/janestreet/result/archive/1.4.tar.gz'; false; }; } || { { curl -LSs -o result.tar.gz https://opam.ocaml.org/cache/md5/d3/d3162dbc501a2af65c8c71e0866541da && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da && echo 'Warning: downloaded https://github.com/janestreet/result/archive/1.4.tar.gz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; }
#20 3.040 [ -e seq.tar.gz ] || \
#20 3.040 cp archives/0.1.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.1.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.1.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/0e/0e87f9709541ed46ecb6f414bc31458c && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.1.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; }
#20 3.043 [ -e mccs.tar.gz ] || \
#20 3.043 cp archives/1.1+13.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a; } || { echo 'Failed to download https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/13/13504d3b5dcbf0bdc6d95a62de20af4a && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a && echo 'Warning: downloaded https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; }
#20 3.171 dose3.tar.gz has the expected MD5.
#20 3.173 mkdir -p tmp-dose3
#20 3.175 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#20 3.200 rm -rf dose3
#20 3.206 patching file common/criteria_lexer.mll
#20 3.206 patching file common/input.ml
#20 3.215 extlib.tar.gz has the expected MD5.
#20 3.216 mkdir -p tmp-extlib
#20 3.221 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#20 3.230 rm -rf extlib
#20 3.236 patching file src/extList.ml
#20 3.238 patching file src/extHashtbl.ml
#20 3.240 patching file src/configure.ml
#20 3.245 cppo.tbz has the expected MD5.
#20 3.247 mkdir -p tmp-cppo
#20 3.251 cd tmp-cppo && bunzip2 -c ../cppo.tbz | tar xf -
#20 3.258 cmdliner.tbz has the expected MD5.
#20 3.259 mkdir -p tmp-cmdliner
#20 3.263 rm -rf cppo
#20 3.263 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#20 3.270 patching file src/compat.ml
#20 3.270 patching file src/dune
#20 3.271 re.tbz has the expected MD5.
#20 3.271 patching file Changes
#20 3.272 patching file src/cppo_main.ml
#20 3.273 mkdir -p tmp-re
#20 3.276 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#20 3.281 dune-local.tbz has the expected MD5.
#20 3.282 rm -rf cmdliner
#20 3.283 mkdir -p tmp-dune-local
#20 3.283 ocamlgraph.tar.gz has the expected MD5.
#20 3.285 mkdir -p tmp-ocamlgraph
#20 3.285 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#20 3.288 cd tmp-ocamlgraph && gunzip -c ../ocamlgraph.tar.gz | tar xf -
#20 3.301 rm -rf re
#20 3.311 rm -rf ocamlgraph
#20 3.318 patching file src/imperative.ml
#20 3.318 patching file src/persistent.ml
#20 3.340 cudf.tar.gz has the expected MD5.
#20 3.341 mkdir -p tmp-cudf
#20 3.345 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#20 3.357 rm -rf cudf
#20 3.456 rm -rf dune-local
#20 3.458 seq.tar.gz has the expected MD5.
#20 3.459 mkdir -p tmp-seq
#20 3.461 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#20 3.464 rm -rf seq
#20 3.468 patching file .gitignore
#20 3.468 patching file Makefile
#20 3.468 patching file select_version.ml
#20 3.468 patching file seq.opam
#20 3.468 patching file src/seq.ml
#20 3.468 patching file src/seq.mli
#20 3.468 patching file src/seq_alias.ml
#20 3.469 patching file src/seq_alias.mli
#20 3.469 patching file src/seq_redef.ml
#20 3.469 patching file src/seq_redef.mli
#20 3.479 rm -f seq/src/seq.ml seq/src/seq.mli
#20 3.530 opam-file-format.tar.gz has the expected MD5.
#20 3.531 result.tar.gz has the expected MD5.
#20 3.531 mkdir -p tmp-opam-file-format
#20 3.532 mkdir -p tmp-result
#20 3.535 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#20 3.536 cd tmp-result && gunzip -c ../result.tar.gz | tar xf -
#20 3.539 rm -rf result
#20 3.541 rm -rf opam-file-format
#20 3.887 mccs.tar.gz has the expected MD5.
#20 3.888 mkdir -p tmp-mccs
#20 3.892 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#20 3.931 rm -rf mccs
#20 3.947 rm dune-local.download
#20 3.947 make[1]: Leaving directory '/tmp/opam-build-2.0/src_ext'
#20 3.947 cd src_ext/dune-local && ocaml bootstrap.ml && ./boot.exe --release
#20 4.058 File "./bootstrap.ml", line 186, characters 29-41:
#20 4.058 186 | let base, ext = String.break base i in
#20 4.058 ^^^^^^^^^^^^
#20 4.058 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#20 4.059 File "./bootstrap.ml", line 191, characters 28-40:
#20 4.059 191 | let a, b = String.break ext i in
#20 4.059 ^^^^^^^^^^^^
#20 4.059 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#20 4.073 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/meta_lexer.mll
#20 4.079 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/dune_lexer.mll
#20 4.087 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/dune_lang/dune_lexer.mll
#20 4.123 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/action.ml src/action_ast.ml src/action_dune_lang.ml src/action_exec.ml src/action_intf.ml src/action_to_sh.boot.ml src/action_unexpanded.ml src/arg_spec.ml src/artifacts.ml src/binary_kind.ml src/bindings.ml src/blang.ml src/build.ml src/build_interpret.ml src/build_system.ml src/check_rules.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/compilation_context.ml src/config.ml src/context.ml src/dep_graph.ml src/dep_path.ml src/deps.ml src/dir_contents.ml src/dir_status.ml src/dir_with_dune.ml src/dune_env.ml src/dune_file.ml src/dune_fmt.ml src/dune_lexer.ml src/dune_load.ml src/dune_project.ml vendor/boot/dune_re.ml src/dynlink_supported.ml src/env_node.ml src/errors.ml src/exe.ml src/exe_rules.ml src/expander.ml src/file_bindings.ml src/file_tree.ml src/findlib.ml src/format_rules.ml src/gen_meta.ml src/gen_rules.ml src/glob.ml src/glob_lexer.boot.ml src/hooks.ml src/import.ml src/inline_tests.boot.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/js_of_ocaml_rules.boot.ml src/lib.ml src/lib_archives.ml src/lib_deps_info.ml src/lib_file_deps.ml src/lib_info.ml src/lib_modules.ml src/lib_name.ml src/lib_rules.ml src/link_time_code_gen.ml src/local_package.ml src/log.ml src/main.ml src/menhir.boot.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_field_evaluator.ml src/ocaml_flags.ml src/ocaml_version.ml src/ocamldep.ml src/odoc.boot.ml vendor/boot/opamBaseParser.ml vendor/boot/opamLexer.ml vendor/boot/opamParserTypes.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path_dune_lang.ml src/per_item.ml src/pform.ml src/predicate_lang.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/promotion.ml src/report_error.ml src/response_file.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/simple_rules.ml src/spawn.ml src/stanza.ml src/static_deps.ml src/stats.ml src/string_with_vars.ml src/sub_dirs.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/test_rules.ml src/top_closure.ml src/utils.ml src/utop.ml src/value.ml src/variant.ml src/versioned_file.ml src/vfile_kind.ml src/vimpl.ml src/virtual_rules.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
#20 4.248 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/stdune/caml/dune_caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
#20 4.254 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/dune_lang/dune_lang.ml src/dune_lang/atom.ml src/dune_lang/dune_lexer.ml src/dune_lang/escape.ml src/dune_lang/jbuild_lexer.boot.ml src/dune_lang/lexer.ml src/dune_lang/lexer_shared.ml src/dune_lang/syntax.ml src/dune_lang/template.ml src/dune_lang/types.ml > boot-depends.txt
#20 4.277 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
#20 4.286 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
#20 4.300 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/bin.ml src/stdune/bool.ml src/stdune/bytes.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/env.ml src/stdune/escape.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/float.ml src/stdune/fmt.ml src/stdune/hashable.ml src/stdune/hashtbl.ml src/stdune/hashtbl_intf.ml src/stdune/import.ml src/stdune/int.ml src/stdune/interned.ml src/stdune/io.ml src/stdune/list.ml src/stdune/loc.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/nothing.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/path.ml src/stdune/pp.ml src/stdune/proc.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/sexp.ml src/stdune/sexp_intf.ml src/stdune/staged.ml src/stdune/string.ml src/stdune/type_eq.ml src/stdune/univ_map.ml > boot-depends.txt
#20 4.335 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/which_program/which_program.boot.ml > boot-depends.txt
#20 4.342 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
#20 4.366 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/let-syntax/lexer.mll
#20 4.705 '/tmp/opam/bootstrap/ocaml/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma threads.cma -I +threads boot.ml
#20 4.954 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#20 4.954 Alert deprecated: module Stdlib.Pervasives
#20 4.954 Use Stdlib instead.
#20 4.954
#20 4.954 If you need to stay compatible with OCaml < 4.07, you can use the
#20 4.954 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 4.954 File "src/stdune/caml/result.mli", line 6, characters 7-17:
#20 4.954 Alert deprecated: module Stdlib.Pervasives
#20 4.954 Use Stdlib instead.
#20 4.954
#20 4.954 If you need to stay compatible with OCaml < 4.07, you can use the
#20 4.954 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 4.959 File "src/stdune/list.ml", line 129, characters 23-38:
#20 4.959 Alert deprecated: module Stdlib.Pervasives
#20 4.959 Use Stdlib instead.
#20 4.959
#20 4.959 If you need to stay compatible with OCaml < 4.07, you can use the
#20 4.959 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 5.062 File "src/stdune/pp.ml", line 114, characters 8-19:
#20 5.062 Alert deprecated: Stdlib.Format.pp_open_tag
#20 5.062 Use Format.pp_open_stag.
#20 5.062 File "src/stdune/pp.ml", line 116, characters 8-20:
#20 5.062 Alert deprecated: Stdlib.Format.pp_close_tag
#20 5.062 Use Format.pp_close_stag.
#20 5.062 File "src/stdune/pp.ml", line 119, characters 18-48:
#20 5.062 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#20 5.062 Use Format.pp_get_formatter_stag_functions.
#20 5.063 File "src/stdune/pp.ml", line 121, characters 6-36:
#20 5.063 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#20 5.063 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#20 5.112 File "src/stdune/io.ml", line 1, characters 11-21:
#20 5.112 Alert deprecated: module Stdlib.Pervasives
#20 5.112 Use Stdlib instead.
#20 5.112
#20 5.112 If you need to stay compatible with OCaml < 4.07, you can use the
#20 5.112 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 5.191 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#20 5.191 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#20 5.191 Use Format.pp_get_formatter_stag_functions.
#20 5.191 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#20 5.191 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#20 5.191 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#20 5.361 File "src/colors.ml", line 105, characters 18-48:
#20 5.361 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#20 5.361 Use Format.pp_get_formatter_stag_functions.
#20 5.361 File "src/colors.ml", line 107, characters 6-36:
#20 5.361 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#20 5.361 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#20 5.970 File "src/super_context.ml", line 251, characters 7-11:
#20 5.970 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 8.310 ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmi,cmti}
#20 8.310 File "src/stdune/caml/result.mli", line 6, characters 7-17:
#20 8.310 6 | open Pervasives
#20 8.310 ^^^^^^^^^^
#20 8.310 Alert deprecated: module Stdlib.Pervasives
#20 8.310 Use Stdlib instead.
#20 8.310
#20 8.310 If you need to stay compatible with OCaml < 4.07, you can use the
#20 8.310 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 8.342 ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmo,cmt}
#20 8.342 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#20 8.342 4 | open Pervasives
#20 8.342 ^^^^^^^^^^
#20 8.342 Alert deprecated: module Stdlib.Pervasives
#20 8.342 Use Stdlib instead.
#20 8.342
#20 8.342 If you need to stay compatible with OCaml < 4.07, you can use the
#20 8.342 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 8.371 ocamlopt src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmx,o}
#20 8.371 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#20 8.371 4 | open Pervasives
#20 8.371 ^^^^^^^^^^
#20 8.371 Alert deprecated: module Stdlib.Pervasives
#20 8.371 Use Stdlib instead.
#20 8.371
#20 8.371 If you need to stay compatible with OCaml < 4.07, you can use the
#20 8.371 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 8.521 ocamlc src/stdune/.stdune.objs/stdune__List.{cmo,cmt}
#20 8.521 File "src/stdune/list.ml", line 129, characters 23-38:
#20 8.521 129 | let physically_equal = Pervasives.(==)
#20 8.521 ^^^^^^^^^^^^^^^
#20 8.521 Alert deprecated: module Stdlib.Pervasives
#20 8.521 Use Stdlib instead.
#20 8.521
#20 8.521 If you need to stay compatible with OCaml < 4.07, you can use the
#20 8.521 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 8.672 ocamlopt src/stdune/.stdune.objs/stdune__List.{cmx,o}
#20 8.672 File "src/stdune/list.ml", line 129, characters 23-38:
#20 8.672 129 | let physically_equal = Pervasives.(==)
#20 8.672 ^^^^^^^^^^^^^^^
#20 8.672 Alert deprecated: module Stdlib.Pervasives
#20 8.672 Use Stdlib instead.
#20 8.672
#20 8.672 If you need to stay compatible with OCaml < 4.07, you can use the
#20 8.672 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 9.837 ocamlc src/stdune/.stdune.objs/stdune__Pp.{cmo,cmt}
#20 9.837 File "src/stdune/pp.ml", line 114, characters 8-19:
#20 9.837 114 | pp_open_tag ppf (embed_tag ~opening ~closing);
#20 9.837 ^^^^^^^^^^^
#20 9.837 Alert deprecated: Stdlib.Format.pp_open_tag
#20 9.837 Use Format.pp_open_stag.
#20 9.837 File "src/stdune/pp.ml", line 116, characters 8-20:
#20 9.837 116 | pp_close_tag ppf ()
#20 9.837 ^^^^^^^^^^^^
#20 9.837 Alert deprecated: Stdlib.Format.pp_close_tag
#20 9.837 Use Format.pp_close_stag.
#20 9.837 File "src/stdune/pp.ml", line 119, characters 18-48:
#20 9.837 119 | let funcs = pp_get_formatter_tag_functions ppf () in
#20 9.837 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 9.837 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#20 9.837 Use Format.pp_get_formatter_stag_functions.
#20 9.837 File "src/stdune/pp.ml", line 121, characters 6-36:
#20 9.837 121 | pp_set_formatter_tag_functions ppf
#20 9.837 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 9.837 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#20 9.837 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#20 9.961 ocamlc src/stdune/.stdune.objs/stdune__Io.{cmo,cmt}
#20 9.961 File "src/stdune/io.ml", line 1, characters 11-21:
#20 9.961 1 | module P = Pervasives
#20 9.961 ^^^^^^^^^^
#20 9.961 Alert deprecated: module Stdlib.Pervasives
#20 9.961 Use Stdlib instead.
#20 9.961
#20 9.961 If you need to stay compatible with OCaml < 4.07, you can use the
#20 9.961 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 10.01 ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o}
#20 10.01 File "src/stdune/pp.ml", line 114, characters 8-19:
#20 10.01 114 | pp_open_tag ppf (embed_tag ~opening ~closing);
#20 10.01 ^^^^^^^^^^^
#20 10.01 Alert deprecated: Stdlib.Format.pp_open_tag
#20 10.01 Use Format.pp_open_stag.
#20 10.01 File "src/stdune/pp.ml", line 116, characters 8-20:
#20 10.01 116 | pp_close_tag ppf ()
#20 10.01 ^^^^^^^^^^^^
#20 10.01 Alert deprecated: Stdlib.Format.pp_close_tag
#20 10.01 Use Format.pp_close_stag.
#20 10.01 File "src/stdune/pp.ml", line 119, characters 18-48:
#20 10.01 119 | let funcs = pp_get_formatter_tag_functions ppf () in
#20 10.01 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 10.01 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#20 10.01 Use Format.pp_get_formatter_stag_functions.
#20 10.01 File "src/stdune/pp.ml", line 121, characters 6-36:
#20 10.01 121 | pp_set_formatter_tag_functions ppf
#20 10.01 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 10.01 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#20 10.01 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#20 10.21 ocamlc src/dune_lang/.dune_lang.objs/dune_lang.{cmo,cmt}
#20 10.21 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#20 10.21 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
#20 10.21 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 10.21 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#20 10.21 Use Format.pp_get_formatter_stag_functions.
#20 10.21 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#20 10.21 108 | Format.pp_set_formatter_tag_functions ppf
#20 10.21 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 10.21 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#20 10.21 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#20 10.27 ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o}
#20 10.27 File "src/stdune/io.ml", line 1, characters 11-21:
#20 10.27 1 | module P = Pervasives
#20 10.27 ^^^^^^^^^^
#20 10.27 Alert deprecated: module Stdlib.Pervasives
#20 10.27 Use Stdlib instead.
#20 10.27
#20 10.27 If you need to stay compatible with OCaml < 4.07, you can use the
#20 10.27 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 10.85 ocamlopt src/dune_lang/.dune_lang.objs/dune_lang.{cmx,o}
#20 10.85 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#20 10.85 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
#20 10.85 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 10.85 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#20 10.85 Use Format.pp_get_formatter_stag_functions.
#20 10.85 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#20 10.85 108 | Format.pp_set_formatter_tag_functions ppf
#20 10.85 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 10.85 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#20 10.85 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#20 11.03 ocamlopt src/.dune.objs/dune__Colors.{cmx,o}
#20 11.03 File "src/colors.ml", line 105, characters 18-48:
#20 11.03 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#20 11.03 Use Format.pp_get_formatter_stag_functions.
#20 11.03 File "src/colors.ml", line 107, characters 6-36:
#20 11.03 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#20 11.03 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#20 13.12 ocamlopt src/.dune.objs/dune__Super_context.{cmx,o}
#20 13.12 File "src/super_context.ml", line 251, characters 7-11:
#20 13.12 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 15.71 src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install opam.install
#20 16.92 ocaml src_ext/extlib/src/compat-level
#20 16.92 sh: 1: ocamlfind: not found
#20 17.66 ocamlc src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmi,cmo,cmt}
#20 17.66 File "src/dot_lexer.mll", line 38, characters 21-37:
#20 17.66 Alert deprecated: Stdlib.String.lowercase
#20 17.66 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#20 17.71 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmx,o}
#20 17.71 File "src/dot_lexer.mll", line 38, characters 21-37:
#20 17.71 Alert deprecated: Stdlib.String.lowercase
#20 17.71 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#20 17.79 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_base.{cmx,o}
#20 17.79 File "src_ext/cmdliner/src/cmdliner_base.ml", line 14, characters 16-32:
#20 17.79 14 | let lowercase = String.lowercase
#20 17.79 ^^^^^^^^^^^^^^^^
#20 17.79 Alert deprecated: Stdlib.String.lowercase
#20 17.79 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#20 17.79 File "src_ext/cmdliner/src/cmdliner_base.ml", line 15, characters 16-32:
#20 17.79 15 | let uppercase = String.lowercase
#20 17.79 ^^^^^^^^^^^^^^^^
#20 17.79 Alert deprecated: Stdlib.String.lowercase
#20 17.79 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#20 17.79 File "src_ext/cmdliner/src/cmdliner_base.ml", line 16, characters 17-34:
#20 17.79 16 | let capitalize = String.capitalize
#20 17.79 ^^^^^^^^^^^^^^^^^
#20 17.79 Alert deprecated: Stdlib.String.capitalize
#20 17.79 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#20 17.79 File "src_ext/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27:
#20 17.79 158 | `Error (err_ambiguous "enum value" s ambs)
#20 17.79 ^^^^^^^^^^^^^
#20 17.79 Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
#20 17.79 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot.{cmx,o}
#20 17.79 File "src_ext/ocamlgraph/src/dot.ml", line 61, characters 40-58:
#20 17.79 61 | let compare : t -> t -> int = Pervasives.compare
#20 17.79 ^^^^^^^^^^^^^^^^^^
#20 17.79 Alert deprecated: module Stdlib.Pervasives
#20 17.79 Use Stdlib instead.
#20 17.79
#20 17.79 If you need to stay compatible with OCaml < 4.07, you can use the
#20 17.79 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 17.79 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Graphviz.{cmx,o}
#20 17.79 File "src_ext/ocamlgraph/src/graphviz.ml", line 27, characters 5-15:
#20 17.79 27 | open Pervasives (* for compatibility with ocaml 3.12.0+dev17
#20 17.79 ^^^^^^^^^^
#20 17.79 Alert deprecated: module Stdlib.Pervasives
#20 17.79 Use Stdlib instead.
#20 17.79
#20 17.79 If you need to stay compatible with OCaml < 4.07, you can use the
#20 17.79 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 17.96 ocamlc src/core/.opam_core.objs/opamStubsTypes.{cmi,cmo,cmt}
#20 17.96 File "src/core/opamStubsTypes.ml", line 1:
#20 17.96 Warning 70 [missing-mli]: Cannot find interface file.
#20 18.12 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_docgen.{cmx,o}
#20 18.12 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39:
#20 18.12 278 | if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
#20 18.12 ^^^^^^^^^^^^^^^^
#20 18.12 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#20 18.12 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56:
#20 18.12 293 | let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
#20 18.12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 18.12 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#20 18.12 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51:
#20 18.12 294 | let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
#20 18.12 ^^^^^^^^^^^^^^^^
#20 18.12 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#20 18.12 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52:
#20 18.12 295 | let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
#20 18.12 ^^^^^^^^^^^^^^^^
#20 18.12 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#20 18.39 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_cline.{cmx,o}
#20 18.39 File "src_ext/cmdliner/src/cmdliner_cline.ml", line 118, characters 20-47:
#20 18.39 118 | let err = Cmdliner_base.err_ambiguous "option" name ambs in
#20 18.39 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 18.39 Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
#20 18.43 gcc src_ext/mccs/src/lp_solver.o
#20 18.43 lp_solver.cpp: In member function 'virtual int lp_solver::solve()':
#20 18.43 lp_solver.cpp:144:53: warning: '%s' directive writing up to 255 bytes into a region of size between 239 and 1004 [-Wformat-overflow=]
#20 18.43 144 | sprintf(command, "cat %s >> %s && %s %s | tee %s",
#20 18.43 | ^~
#20 18.43 In file included from /usr/include/stdio.h:970,
#20 18.43 from ./cudf.h:21,
#20 18.43 from ./abstract_solver.h:14,
#20 18.43 from ./lp_solver.h:13,
#20 18.43 from lp_solver.cpp:8:
#20 18.43 In function 'int sprintf(char*, const char*, ...)',
#20 18.43 inlined from 'virtual int lp_solver::solve()' at lp_solver.cpp:144:14:
#20 18.43 /usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 21 or more bytes (assuming 1041) into a destination of size 1024
#20 18.43 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
#20 18.43 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#20 18.43 31 | __glibc_objsize (__s), __fmt,
#20 18.43 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#20 18.43 32 | __va_arg_pack ());
#20 18.43 | ~~~~~~~~~~~~~~~~~
#20 18.43 lp_solver.cpp: In member function 'virtual int lp_solver::solve()':
#20 18.43 lp_solver.cpp:140:47: warning: '%s' directive writing up to 255 bytes into a region of size between 245 and 1010 [-Wformat-overflow=]
#20 18.43 140 | sprintf(command, "cat %s >> %s; %s %s > %s 2> /dev/null",
#20 18.43 | ^~
#20 18.43 In function 'int sprintf(char*, const char*, ...)',
#20 18.43 inlined from 'virtual int lp_solver::solve()' at lp_solver.cpp:140:14:
#20 18.43 /usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 28 or more bytes (assuming 1048) into a destination of size 1024
#20 18.43 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
#20 18.43 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#20 18.43 31 | __glibc_objsize (__s), __fmt,
#20 18.43 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#20 18.43 32 | __va_arg_pack ());
#20 18.43 | ~~~~~~~~~~~~~~~~~
#20 18.61 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_arg.{cmx,o}
#20 18.61 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 166, characters 24-50:
#20 18.61 166 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
#20 18.61 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 18.61 Warning 6 [labels-omitted]: label err was omitted in the application of this function.
#20 18.61 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 216, characters 24-50:
#20 18.61 216 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
#20 18.61 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 18.61 Warning 6 [labels-omitted]: label err was omitted in the application of this function.
#20 18.61 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 233, characters 10-36:
#20 18.61 233 | let a = Cmdliner_info.arg_make_pos pos a in
#20 18.61 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 18.61 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#20 18.80 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner.{cmx,o}
#20 18.80 File "src_ext/cmdliner/src/cmdliner.ml", line 184, characters 25-47:
#20 18.80 184 | | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
#20 18.80 ^^^^^^^^^^^^^^^^^^^^^^
#20 18.80 Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
#20 18.80 File "src_ext/cmdliner/src/cmdliner.ml", line 274, characters 25-40:
#20 18.80 274 | let exit ?term_err r = Pervasives.exit (exit_status_of_result ?term_err r)
#20 18.80 ^^^^^^^^^^^^^^^
#20 18.80 Alert deprecated: module Stdlib.Pervasives
#20 18.80 Use Stdlib instead.
#20 18.80
#20 18.80 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.80 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.80 File "src_ext/cmdliner/src/cmdliner.ml", line 276, characters 4-19:
#20 18.80 276 | Pervasives.exit (exit_status_of_status_result ?term_err r)
#20 18.80 ^^^^^^^^^^^^^^^
#20 18.80 Alert deprecated: module Stdlib.Pervasives
#20 18.80 Use Stdlib instead.
#20 18.80
#20 18.80 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.80 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.83 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Persistent.{cmx,o}
#20 18.83 File "src_ext/ocamlgraph/src/persistent.ml", line 51, characters 20-38:
#20 18.83 51 | let compare x y = Pervasives.compare x.tag y.tag
#20 18.83 ^^^^^^^^^^^^^^^^^^
#20 18.83 Alert deprecated: module Stdlib.Pervasives
#20 18.83 Use Stdlib instead.
#20 18.83
#20 18.83 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.83 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.83 File "src_ext/ocamlgraph/src/persistent.ml", line 144, characters 17-32:
#20 18.83 144 | size = Pervasives.succ g.size }
#20 18.83 ^^^^^^^^^^^^^^^
#20 18.83 Alert deprecated: module Stdlib.Pervasives
#20 18.83 Use Stdlib instead.
#20 18.83
#20 18.83 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.83 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.83 File "src_ext/ocamlgraph/src/persistent.ml", line 157, characters 28-43:
#20 18.83 157 | { edges = e; size = Pervasives.pred g.size }
#20 18.83 ^^^^^^^^^^^^^^^
#20 18.83 Alert deprecated: module Stdlib.Pervasives
#20 18.83 Use Stdlib instead.
#20 18.83
#20 18.83 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.83 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.83 File "src_ext/ocamlgraph/src/persistent.ml", line 177, characters 17-32:
#20 18.83 177 | size = Pervasives.succ g.size }
#20 18.83 ^^^^^^^^^^^^^^^
#20 18.83 Alert deprecated: module Stdlib.Pervasives
#20 18.83 Use Stdlib instead.
#20 18.83
#20 18.83 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.83 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.83 File "src_ext/ocamlgraph/src/persistent.ml", line 196, characters 17-32:
#20 18.83 196 | size = Pervasives.pred g.size }
#20 18.83 ^^^^^^^^^^^^^^^
#20 18.83 Alert deprecated: module Stdlib.Pervasives
#20 18.83 Use Stdlib instead.
#20 18.83
#20 18.83 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.83 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.87 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Imperative.{cmx,o}
#20 18.87 File "src_ext/ocamlgraph/src/imperative.ml", line 68, characters 20-38:
#20 18.87 68 | let compare x y = Pervasives.compare x.tag y.tag
#20 18.87 ^^^^^^^^^^^^^^^^^^
#20 18.87 Alert deprecated: module Stdlib.Pervasives
#20 18.87 Use Stdlib instead.
#20 18.87
#20 18.87 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.87 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.87 File "src_ext/ocamlgraph/src/imperative.ml", line 156, characters 18-33:
#20 18.87 156 | g.size <- Pervasives.succ g.size;
#20 18.87 ^^^^^^^^^^^^^^^
#20 18.87 Alert deprecated: module Stdlib.Pervasives
#20 18.87 Use Stdlib instead.
#20 18.87
#20 18.87 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.87 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.87 File "src_ext/ocamlgraph/src/imperative.ml", line 172, characters 18-33:
#20 18.87 172 | g.size <- Pervasives.pred g.size
#20 18.87 ^^^^^^^^^^^^^^^
#20 18.87 Alert deprecated: module Stdlib.Pervasives
#20 18.87 Use Stdlib instead.
#20 18.87
#20 18.87 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.87 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.87 File "src_ext/ocamlgraph/src/imperative.ml", line 193, characters 18-33:
#20 18.87 193 | g.size <- Pervasives.succ g.size;
#20 18.87 ^^^^^^^^^^^^^^^
#20 18.87 Alert deprecated: module Stdlib.Pervasives
#20 18.87 Use Stdlib instead.
#20 18.87
#20 18.87 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.87 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.87 File "src_ext/ocamlgraph/src/imperative.ml", line 214, characters 18-33:
#20 18.87 214 | g.size <- Pervasives.pred g.size
#20 18.87 ^^^^^^^^^^^^^^^
#20 18.87 Alert deprecated: module Stdlib.Pervasives
#20 18.87 Use Stdlib instead.
#20 18.87
#20 18.87 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.87 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.87 File "src_ext/ocamlgraph/src/imperative.ml", line 362, characters 36-54:
#20 18.87 362 | let compare : t -> t -> int = Pervasives.compare
#20 18.87 ^^^^^^^^^^^^^^^^^^
#20 18.87 Alert deprecated: module Stdlib.Pervasives
#20 18.87 Use Stdlib instead.
#20 18.87
#20 18.87 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.87 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.87 File "src_ext/ocamlgraph/src/imperative.ml", line 372, characters 36-54:
#20 18.87 372 | let compare : t -> t -> int = Pervasives.compare
#20 18.87 ^^^^^^^^^^^^^^^^^^
#20 18.87 Alert deprecated: module Stdlib.Pervasives
#20 18.87 Use Stdlib instead.
#20 18.87
#20 18.87 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.87 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.93 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Cliquetree.{cmx,o}
#20 18.93 File "src_ext/ocamlgraph/src/cliquetree.ml", line 106, characters 38-56:
#20 18.93 106 | let compare : t -> t -> int = Pervasives.compare
#20 18.93 ^^^^^^^^^^^^^^^^^^
#20 18.93 Alert deprecated: module Stdlib.Pervasives
#20 18.93 Use Stdlib instead.
#20 18.93
#20 18.93 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.93 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 18.93 File "src_ext/ocamlgraph/src/cliquetree.ml", line 114, characters 40-58:
#20 18.93 114 | let compare (x, _ : t) (y, _ : t) = Pervasives.compare x y
#20 18.93 ^^^^^^^^^^^^^^^^^^
#20 18.93 Alert deprecated: module Stdlib.Pervasives
#20 18.93 Use Stdlib instead.
#20 18.93
#20 18.93 If you need to stay compatible with OCaml < 4.07, you can use the
#20 18.93 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.02 ocamlopt src_ext/extlib/src/.extlib.objs/extString.{cmx,o}
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: set
#20 19.02 Use Bytes.set/BytesLabels.set instead.
#20 19.02 File "string.mli", lines 412-413, characters 0-63:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 179, characters 2-42:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: create
#20 19.02 Use Bytes.create/BytesLabels.create instead.
#20 19.02 File "string.mli", lines 403-404, characters 0-69:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 180, characters 2-29:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: copy
#20 19.02 Strings now immutable: no need to copy
#20 19.02 File "string.mli", lines 432-433, characters 0-63:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 182, characters 2-29:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: fill
#20 19.02 Use Bytes.fill/BytesLabels.fill instead.
#20 19.02 File "string.mli", lines 439-440, characters 0-65:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 184, characters 2-50:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: uppercase
#20 19.02 Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
#20 19.02 File "string.mli", lines 449-451, characters 0-71:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 200, characters 2-34:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: lowercase
#20 19.02 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#20 19.02 File "string.mli", lines 458-460, characters 0-71:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 201, characters 2-34:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: capitalize
#20 19.02 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#20 19.02 File "string.mli", lines 467-469, characters 0-73:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 202, characters 2-35:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: uncapitalize
#20 19.02 Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
#20 19.02 File "string.mli", lines 475-477, characters 0-77:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 203, characters 2-37:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: unsafe_set
#20 19.02 File "string.mli", lines 608-609, characters 0-22:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 219, characters 2-49:
#20 19.02 Expected signature
#20 19.02 File "src_ext/extlib/src/extString.pp.ml", line 1:
#20 19.02 Alert deprecated: unsafe_fill
#20 19.02 File "string.mli", lines 613-615, characters 0-22:
#20 19.02 Definition
#20 19.02 File "src_ext/extlib/src/extString.mli", line 221, characters 2-57:
#20 19.02 Expected signature
#20 19.03 ocamlopt src_ext/extlib/src/.extlib.objs/extList.{cmx,o}
#20 19.03 File "src_ext/extlib/src/extList.ml", line 383, characters 15-33:
#20 19.03 Alert deprecated: module Stdlib.Pervasives
#20 19.03 Use Stdlib instead.
#20 19.03
#20 19.03 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.03 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.04 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Pack.{cmx,o}
#20 19.04 File "src_ext/ocamlgraph/src/pack.ml", line 52, characters 34-52:
#20 19.04 52 | let compare : t -> t -> int = Pervasives.compare
#20 19.04 ^^^^^^^^^^^^^^^^^^
#20 19.04 Alert deprecated: module Stdlib.Pervasives
#20 19.04 Use Stdlib instead.
#20 19.04
#20 19.04 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.04 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.04 File "src_ext/ocamlgraph/src/pack.ml", line 69, characters 34-52:
#20 19.04 69 | let compare : t -> t -> int = Pervasives.compare
#20 19.04 ^^^^^^^^^^^^^^^^^^
#20 19.04 Alert deprecated: module Stdlib.Pervasives
#20 19.04 Use Stdlib instead.
#20 19.04
#20 19.04 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.04 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.04 File "src_ext/ocamlgraph/src/pack.ml", line 97, characters 34-52:
#20 19.04 97 | let compare : t -> t -> int = Pervasives.compare
#20 19.04 ^^^^^^^^^^^^^^^^^^
#20 19.04 Alert deprecated: module Stdlib.Pervasives
#20 19.04 Use Stdlib instead.
#20 19.04
#20 19.04 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.04 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.04 File "src_ext/ocamlgraph/src/pack.ml", line 200, characters 32-50:
#20 19.04 200 | let compare : t -> t -> int = Pervasives.compare
#20 19.04 ^^^^^^^^^^^^^^^^^^
#20 19.04 Alert deprecated: module Stdlib.Pervasives
#20 19.04 Use Stdlib instead.
#20 19.04
#20 19.04 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.04 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.06 ocamlopt src_ext/extlib/src/.extlib.objs/extArray.{cmx,o}
#20 19.06 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#20 19.06 Alert deprecated: make_float
#20 19.06 Use Array.create_float/ArrayLabels.create_float instead.
#20 19.06 File "array.mli", lines 75-77, characters 0-63:
#20 19.06 Definition
#20 19.06 File "src_ext/extlib/src/extArray.mli", line 121, characters 2-37:
#20 19.06 Expected signature
#20 19.06 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#20 19.06 Alert deprecated: create
#20 19.06 Use Array.make/ArrayLabels.make instead.
#20 19.06 File "array.mli", lines 66-67, characters 0-65:
#20 19.06 Definition
#20 19.06 File "src_ext/extlib/src/extArray.mli", line 145, characters 2-60:
#20 19.06 Expected signature
#20 19.06 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#20 19.06 Alert deprecated: create_matrix
#20 19.06 Use Array.make_matrix/ArrayLabels.make_matrix instead.
#20 19.06 File "array.mli", lines 103-105, characters 0-61:
#20 19.06 Definition
#20 19.06 File "src_ext/extlib/src/extArray.mli", line 148, characters 2-56:
#20 19.06 Expected signature
#20 19.17 ocamlopt src_ext/extlib/src/.extlib.objs/IO.{cmx,o}
#20 19.17 File "src_ext/extlib/src/IO.ml", line 313, characters 14-30:
#20 19.17 Alert deprecated: module Stdlib.Pervasives
#20 19.17 Use Stdlib instead.
#20 19.17
#20 19.17 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.17 File "src_ext/extlib/src/IO.ml", line 317, characters 26-45:
#20 19.17 Alert deprecated: module Stdlib.Pervasives
#20 19.17 Use Stdlib instead.
#20 19.17
#20 19.17 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.17 File "src_ext/extlib/src/IO.ml", line 323, characters 31-48:
#20 19.17 Alert deprecated: module Stdlib.Pervasives
#20 19.17 Use Stdlib instead.
#20 19.17
#20 19.17 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.17 File "src_ext/extlib/src/IO.ml", line 324, characters 27-47:
#20 19.17 Alert deprecated: module Stdlib.Pervasives
#20 19.17 Use Stdlib instead.
#20 19.17
#20 19.17 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.17 File "src_ext/extlib/src/IO.ml", line 325, characters 27-43:
#20 19.17 Alert deprecated: module Stdlib.Pervasives
#20 19.17 Use Stdlib instead.
#20 19.17
#20 19.17 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.17 File "src_ext/extlib/src/IO.ml", line 792, characters 22-32:
#20 19.17 Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
#20 19.36 ocamlc src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmi,cmo,cmt}
#20 19.36 File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
#20 19.36 Alert deprecated: module Stdlib.Pervasives
#20 19.36 Use Stdlib instead.
#20 19.36
#20 19.36 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.36 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.36 File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
#20 19.36 Alert deprecated: module Stdlib.Pervasives
#20 19.36 Use Stdlib instead.
#20 19.36
#20 19.36 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.36 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.36 File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
#20 19.36 Alert deprecated: module Stdlib.Pervasives
#20 19.36 Use Stdlib instead.
#20 19.36
#20 19.36 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.36 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.36 File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
#20 19.36 Alert deprecated: module Stdlib.Pervasives
#20 19.36 Use Stdlib instead.
#20 19.36
#20 19.36 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.36 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.45 ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmi,cmo,cmt}
#20 19.45 File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
#20 19.45 Alert deprecated: module Stdlib.Pervasives
#20 19.45 Use Stdlib instead.
#20 19.45
#20 19.45 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.45 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.45 File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
#20 19.45 Alert deprecated: module Stdlib.Pervasives
#20 19.45 Use Stdlib instead.
#20 19.45
#20 19.45 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.45 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.46 ocamlopt src/core/.opam_core.objs/opamStd.{cmx,o}
#20 19.46 File "src/core/opamStd.ml", line 431, characters 32-46:
#20 19.46 431 | let subs = Array.to_list (Re.get_all_ofs subs) in
#20 19.46 ^^^^^^^^^^^^^^
#20 19.46 Alert deprecated: Re.get_all_ofs
#20 19.46 Use Group.all_offset
#20 19.49 ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmi,cmo,cmt}
#20 19.49 File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
#20 19.49 Alert deprecated: module Stdlib.Pervasives
#20 19.49 Use Stdlib instead.
#20 19.49
#20 19.49 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.49 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.51 ocamlc src/solver/.opam_solver.objs/opamCudfSolverSig.{cmi,cmo,cmt}
#20 19.51 File "src/solver/opamCudfSolverSig.ml", line 1:
#20 19.51 Warning 70 [missing-mli]: Cannot find interface file.
#20 19.52 ocamlc src/tools/.opam_installer.eobjs/opam_installer.{cmi,cmo,cmt}
#20 19.52 File "src/tools/opam_installer.ml", line 1:
#20 19.52 Warning 70 [missing-mli]: Cannot find interface file.
#20 19.52 ocamlopt src_ext/cudf/.cudf.objs/cudf_types_pp.{cmx,o}
#20 19.52 File "src_ext/cudf/cudf_types_pp.ml", line 92, characters 27-37:
#20 19.52 92 | | `Enum l -> `Enum (l, parse_enum l s)
#20 19.52 ^^^^^^^^^^
#20 19.52 Warning 6 [labels-omitted]: label enums was omitted in the application of this function.
#20 19.52 File "src_ext/cudf/cudf_types_pp.ml", line 104, characters 20-44:
#20 19.52 104 | let string_of_int = Pervasives.string_of_int
#20 19.52 ^^^^^^^^^^^^^^^^^^^^^^^^
#20 19.52 Alert deprecated: module Stdlib.Pervasives
#20 19.52 Use Stdlib instead.
#20 19.52
#20 19.52 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.52 File "src_ext/cudf/cudf_types_pp.ml", line 107, characters 21-46:
#20 19.52 107 | let string_of_bool = Pervasives.string_of_bool
#20 19.52 ^^^^^^^^^^^^^^^^^^^^^^^^^
#20 19.52 Alert deprecated: module Stdlib.Pervasives
#20 19.52 Use Stdlib instead.
#20 19.52
#20 19.52 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.59 ocamlopt src_ext/cudf/.cudf.objs/cudf.{cmx,o}
#20 19.59 File "src_ext/cudf/cudf.ml", line 76, characters 2-20:
#20 19.59 76 | Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version)
#20 19.59 ^^^^^^^^^^^^^^^^^^
#20 19.59 Alert deprecated: module Stdlib.Pervasives
#20 19.59 Use Stdlib instead.
#20 19.59
#20 19.59 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.59 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.59 File "src_ext/cudf/cudf.ml", line 79, characters 2-20:
#20 19.59 79 | Pervasives.compare (pkg2.package, pkg2.version) (pkg1.package, pkg1.version)
#20 19.59 ^^^^^^^^^^^^^^^^^^
#20 19.59 Alert deprecated: module Stdlib.Pervasives
#20 19.59 Use Stdlib instead.
#20 19.59
#20 19.59 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.59 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.75 ocamlopt src/core/.opam_core.objs/opamProcess.{cmx,o}
#20 19.75 File "src/core/opamProcess.ml", line 382, characters 9-24:
#20 19.75 382 | (let open OpamCompat in
#20 19.75 ^^^^^^^^^^^^^^^
#20 19.75 Warning 33 [unused-open]: unused open OpamCompat.
#20 19.80 ocamlopt src_ext/dose3/common/.common.objs/common__Util.{cmx,o}
#20 19.80 File "src_ext/dose3/common/util.ml", line 90, characters 6-23:
#20 19.80 Alert deprecated: Stdlib.String.capitalize
#20 19.80 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#20 19.80 File "src_ext/dose3/common/util.ml", line 96, characters 6-21:
#20 19.80 Alert deprecated: module Stdlib.Pervasives
#20 19.80 Use Stdlib instead.
#20 19.80
#20 19.80 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.80 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.80 File "src_ext/dose3/common/util.ml", line 103, characters 6-21:
#20 19.80 Alert deprecated: module Stdlib.Pervasives
#20 19.80 Use Stdlib instead.
#20 19.80
#20 19.80 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.80 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 19.80 File "src_ext/dose3/common/util.ml", line 163, characters 6-21:
#20 19.80 Alert deprecated: module Stdlib.Pervasives
#20 19.80 Use Stdlib instead.
#20 19.80
#20 19.80 If you need to stay compatible with OCaml < 4.07, you can use the
#20 19.80 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.16 ocamlopt src/core/.opam_core.objs/opamFilename.{cmx,o}
#20 20.16 File "src/core/opamFilename.ml", line 349, characters 11-25:
#20 20.16 349 | let link ?(relative=false) ~target ~link =
#20 20.16 ^^^^^^^^^^^^^^
#20 20.16 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 20.24 ocamlopt src/core/.opam_core.objs/opamUrl.{cmx,o}
#20 20.24 File "src/core/opamUrl.ml", line 56, characters 10-20:
#20 20.24 56 | match Re.get_all (Re.exec re u) with
#20 20.24 ^^^^^^^^^^
#20 20.24 Alert deprecated: Re.get_all
#20 20.24 Use Group.all
#20 20.24 File "src/core/opamUrl.ml", line 109, characters 12-18:
#20 20.24 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
#20 20.24 ^^^^^^
#20 20.24 Alert deprecated: Re.get
#20 20.24 Use Group.get
#20 20.24 File "src/core/opamUrl.ml", line 109, characters 37-43:
#20 20.24 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
#20 20.24 ^^^^^^
#20 20.24 Alert deprecated: Re.get
#20 20.24 Use Group.get
#20 20.24 File "src/core/opamUrl.ml", line 219, characters 6-12:
#20 20.24 219 | Re.get (Re.exec re t.path) 1
#20 20.24 ^^^^^^
#20 20.24 Alert deprecated: Re.get
#20 20.24 Use Group.get
#20 20.32 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmx,o}
#20 20.32 File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
#20 20.32 Alert deprecated: module Stdlib.Pervasives
#20 20.32 Use Stdlib instead.
#20 20.32
#20 20.32 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.32 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.32 File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
#20 20.32 Alert deprecated: module Stdlib.Pervasives
#20 20.32 Use Stdlib instead.
#20 20.32
#20 20.32 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.32 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.32 File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
#20 20.32 Alert deprecated: module Stdlib.Pervasives
#20 20.32 Use Stdlib instead.
#20 20.32
#20 20.32 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.32 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.32 File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
#20 20.32 Alert deprecated: module Stdlib.Pervasives
#20 20.32 Use Stdlib instead.
#20 20.32
#20 20.32 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.32 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.49 ocamlopt src/format/.opam_format.objs/opamFormula.{cmx,o}
#20 20.49 File "src/format/opamFormula.ml", line 31, characters 7-24:
#20 20.49 31 | (OpamPrinter.relop r)
#20 20.49 ^^^^^^^^^^^^^^^^^
#20 20.49 Alert deprecated: OpamPrinter.relop
#20 20.49 Use OpamPrinter.FullPos.relop instead.
#20 20.49 File "src/format/opamFormula.ml", line 43, characters 7-24:
#20 20.49 43 | (OpamPrinter.relop r)
#20 20.49 ^^^^^^^^^^^^^^^^^
#20 20.49 Alert deprecated: OpamPrinter.relop
#20 20.49 Use OpamPrinter.FullPos.relop instead.
#20 20.49 File "src/format/opamFormula.ml", line 234, characters 28-45:
#20 20.49 234 | Printf.sprintf "%s %s" (OpamPrinter.relop relop)
#20 20.49 ^^^^^^^^^^^^^^^^^
#20 20.49 Alert deprecated: OpamPrinter.relop
#20 20.49 Use OpamPrinter.FullPos.relop instead.
#20 20.52 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Diagnostic.{cmx,o}
#20 20.52 File "src_ext/dose3/algo/diagnostic.ml", line 308, characters 12-30:
#20 20.52 Alert deprecated: module Stdlib.Pervasives
#20 20.52 Use Stdlib instead.
#20 20.52
#20 20.52 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.52 File "src_ext/dose3/algo/diagnostic.ml", line 509, characters 20-38:
#20 20.52 Alert deprecated: module Stdlib.Pervasives
#20 20.52 Use Stdlib instead.
#20 20.52
#20 20.52 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.69 ocamlopt src/format/.opam_format.objs/opamFilter.{cmx,o}
#20 20.69 File "src/format/opamFilter.ml", line 44, characters 36-53:
#20 20.69 44 | (aux ~context:`Relop e) (OpamPrinter.relop s) (aux ~context:`Relop f))
#20 20.69 ^^^^^^^^^^^^^^^^^
#20 20.69 Alert deprecated: OpamPrinter.relop
#20 20.69 Use OpamPrinter.FullPos.relop instead.
#20 20.69 File "src/format/opamFilter.ml", line 109, characters 11-18:
#20 20.69 109 | if Re.test ss 2 then
#20 20.69 ^^^^^^^
#20 20.69 Alert deprecated: Re.test
#20 20.69 Use Group.test
#20 20.69 File "src/format/opamFilter.ml", line 110, characters 15-21:
#20 20.69 110 | aux (Re.get ss 1 :: acc)
#20 20.69 ^^^^^^
#20 20.69 Alert deprecated: Re.get
#20 20.69 Use Group.get
#20 20.69 File "src/format/opamFilter.ml", line 111, characters 18-28:
#20 20.69 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
#20 20.69 ^^^^^^^^^^
#20 20.69 Alert deprecated: Re.get_ofs
#20 20.69 Use Group.offset
#20 20.69 File "src/format/opamFilter.ml", line 111, characters 52-58:
#20 20.69 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
#20 20.69 ^^^^^^
#20 20.69 Alert deprecated: Re.get
#20 20.69 Use Group.get
#20 20.69 File "src/format/opamFilter.ml", line 524, characters 38-55:
#20 20.69 524 | Printf.sprintf "%s \"%s\"" (OpamPrinter.relop op) s
#20 20.69 ^^^^^^^^^^^^^^^^^
#20 20.69 Alert deprecated: OpamPrinter.relop
#20 20.69 Use OpamPrinter.FullPos.relop instead.
#20 20.69 File "src/format/opamFilter.ml", line 526, characters 34-51:
#20 20.69 526 | Printf.sprintf "%s %s" (OpamPrinter.relop op) (to_string v)
#20 20.69 ^^^^^^^^^^^^^^^^^
#20 20.69 Alert deprecated: OpamPrinter.relop
#20 20.69 Use OpamPrinter.FullPos.relop instead.
#20 20.69 File "src/format/opamFilter.ml", line 528, characters 36-53:
#20 20.69 528 | Printf.sprintf "%s (%s)" (OpamPrinter.relop op) (to_string v)
#20 20.69 ^^^^^^^^^^^^^^^^^
#20 20.69 Alert deprecated: OpamPrinter.relop
#20 20.69 Use OpamPrinter.FullPos.relop instead.
#20 20.71 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmx,o}
#20 20.71 File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
#20 20.71 Alert deprecated: module Stdlib.Pervasives
#20 20.71 Use Stdlib instead.
#20 20.71
#20 20.71 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.71 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.71 File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
#20 20.71 Alert deprecated: module Stdlib.Pervasives
#20 20.71 Use Stdlib instead.
#20 20.71
#20 20.71 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.71 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.83 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmx,o}
#20 20.83 File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
#20 20.83 Alert deprecated: module Stdlib.Pervasives
#20 20.83 Use Stdlib instead.
#20 20.83
#20 20.83 If you need to stay compatible with OCaml < 4.07, you can use the
#20 20.83 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#20 20.88 ocamlopt src/format/.opam_format.objs/opamFormat.{cmx,o}
#20 20.88 File "src/format/opamFormat.ml", line 822, characters 21-48:
#20 20.88 822 | let str = OpamPrinter.Normalise.items items in
#20 20.88 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 20.88 Alert deprecated: module OpamPrinter.Normalise
#20 20.88 Use OpamPrinter.FullPos.Normalise instead.
#20 20.88 File "src/format/opamFormat.ml", line 829, characters 28-55:
#20 20.88 829 | assert (check sgs (OpamPrinter.Normalise.items items));
#20 20.88 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 20.88 Alert deprecated: module OpamPrinter.Normalise
#20 20.88 Use OpamPrinter.FullPos.Normalise instead.
#20 21.72 ocamlopt src/format/.opam_format.objs/opamFile.{cmx,o}
#20 21.72 File "src/format/opamFile.ml", line 545, characters 10-33:
#20 21.72 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
#20 21.72 ^^^^^^^^^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamLexer.env_update_op
#20 21.72 Use OpamLexer.FullPos.env_update_op instead.
#20 21.72 File "src/format/opamFile.ml", line 545, characters 35-60:
#20 21.72 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
#20 21.72 ^^^^^^^^^^^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamPrinter.env_update_op
#20 21.72 Use OpamPrinter.FullPos.env_update_op instead.
#20 21.72 File "src/format/opamFile.ml", line 723, characters 8-23:
#20 21.72 723 | try OpamParser.main OpamLexer.token lexbuf filename with
#20 21.72 ^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamParser.main
#20 21.72 Use OpamParser.FullPos.main instead.
#20 21.72 File "src/format/opamFile.ml", line 735, characters 9-36:
#20 21.72 735 | OpamPrinter.format_opamfile fmt file)
#20 21.72 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamPrinter.format_opamfile
#20 21.72 Use OpamPrinter.FullPos.format_opamfile instead.
#20 21.72 File "src/format/opamFile.ml", line 748, characters 4-24:
#20 21.72 748 | OpamPrinter.opamfile t
#20 21.72 ^^^^^^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamPrinter.opamfile
#20 21.72 Use OpamPrinter.FullPos.opamfile instead.
#20 21.72 File "src/format/opamFile.ml", line 823, characters 19-36:
#20 21.72 823 | OpamPrinter.items [f] :: strs
#20 21.72 ^^^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamPrinter.items
#20 21.72 Use OpamPrinter.FullPos.items instead.
#20 21.72 File "src/format/opamFile.ml", line 854, characters 17-34:
#20 21.72 854 | OpamPrinter.items f :: strs
#20 21.72 ^^^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamPrinter.items
#20 21.72 Use OpamPrinter.FullPos.items instead.
#20 21.72 File "src/format/opamFile.ml", line 862, characters 38-55:
#20 21.72 862 | (if rem = [] then [""] else [OpamPrinter.items rem;""]))
#20 21.72 ^^^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamPrinter.items
#20 21.72 Use OpamPrinter.FullPos.items instead.
#20 21.72 File "src/format/opamFile.ml", line 1277, characters 21-36:
#20 21.72 1277 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
#20 21.72 ^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamParser.file
#20 21.72 Use OpamParser.FullPos.file instead.
#20 21.72 File "src/format/opamFile.ml", line 1648, characters 21-36:
#20 21.72 1648 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
#20 21.72 ^^^^^^^^^^^^^^^
#20 21.72 Alert deprecated: OpamParser.file
#20 21.72 Use OpamParser.FullPos.file instead.
#20 21.93 ocamlopt src/repository/.opam_repository.objs/opamDownload.{cmx,o}
#20 21.93 File "src/repository/opamDownload.ml", line 44, characters 36-44:
#20 21.93 44 | let download_args ~url ~out ~retry ?checksum ~compress =
#20 21.93 ^^^^^^^^
#20 21.93 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 21.93 File "src/repository/opamDownload.ml", line 102, characters 32-40:
#20 21.93 102 | let download_command ~compress ?checksum ~url ~dst =
#20 21.93 ^^^^^^^^
#20 21.93 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 21.93 File "src/repository/opamDownload.ml", line 120, characters 60-73:
#20 21.93 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#20 21.93 ^^^^^^^^^^^^^
#20 21.93 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 21.93 File "src/repository/opamDownload.ml", line 120, characters 49-57:
#20 21.93 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#20 21.93 ^^^^^^^^
#20 21.93 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 21.93 File "src/repository/opamDownload.ml", line 120, characters 32-46:
#20 21.93 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#20 21.93 ^^^^^^^^^^^^^^
#20 21.93 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 21.93 File "src/repository/opamDownload.ml", line 120, characters 6-17:
#20 21.93 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#20 21.93 ^^^^^^^^^^^
#20 21.93 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 22.30 ocamlopt src/solver/.opam_solver.objs/opamCudf.{cmx,o}
#20 22.30 File "src/solver/opamCudf.ml", line 219, characters 47-64:
#20 22.30 219 | | Some (r,v) -> Printf.sprintf " (%s %d)" (OpamPrinter.relop r) v in
#20 22.30 ^^^^^^^^^^^^^^^^^
#20 22.30 Alert deprecated: OpamPrinter.relop
#20 22.30 Use OpamPrinter.FullPos.relop instead.
#20 22.42 ocamlopt src/state/.opam_state.objs/opamPinned.{cmx,o}
#20 22.42 File "src/state/opamPinned.ml", line 126, characters 34-51:
#20 22.42 126 | (OpamPrinter.relop op) (OpamPackage.Version.to_string vc))
#20 22.42 ^^^^^^^^^^^^^^^^^
#20 22.42 Alert deprecated: OpamPrinter.relop
#20 22.42 Use OpamPrinter.FullPos.relop instead.
#20 23.15 ocamlopt src/state/.opam_state.objs/opamSwitchState.{cmx,o}
#20 23.15 File "src/state/opamSwitchState.ml", line 668, characters 41-58:
#20 23.15 668 | (match relop with `Eq -> "" | r -> OpamPrinter.relop r)
#20 23.15 ^^^^^^^^^^^^^^^^^
#20 23.15 Alert deprecated: OpamPrinter.relop
#20 23.15 Use OpamPrinter.FullPos.relop instead.
#20 23.53 ocamlopt src/client/.opam_client.objs/opamConfigCommand.{cmx,o}
#20 23.53 File "src/client/opamConfigCommand.ml", line 216, characters 42-62:
#20 23.53 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false)
#20 23.53 ^^^^^^^^^^^^^^^^^^^^
#20 23.53 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 23.53 File "src/client/opamConfigCommand.ml", line 216, characters 20-38:
#20 23.53 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false)
#20 23.53 ^^^^^^^^^^^^^^^^^^
#20 23.53 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#20 24.16 ocamlopt src/client/.opam_client.objs/opamListCommand.{cmx,o}
#20 24.16 File "src/client/opamListCommand.ml", line 471, characters 20-47:
#20 24.16 471 | if normalise then OpamPrinter.Normalise.value else
#20 24.16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 24.16 Alert deprecated: module OpamPrinter.Normalise
#20 24.16 Use OpamPrinter.FullPos.Normalise instead.
#20 24.16 File "src/client/opamListCommand.ml", line 477, characters 19-41:
#20 24.16 477 | | List (_, l) -> OpamPrinter.value_list l
#20 24.16 ^^^^^^^^^^^^^^^^^^^^^^
#20 24.16 Alert deprecated: OpamPrinter.value_list
#20 24.16 Use OpamPrinter.FullPos.value_list instead.
#20 24.16 File "src/client/opamListCommand.ml", line 478, characters 9-36:
#20 24.16 478 | | f -> OpamPrinter.Normalise.value f
#20 24.16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 24.16 Alert deprecated: module OpamPrinter.Normalise
#20 24.16 Use OpamPrinter.FullPos.Normalise instead.
#20 24.40 ocamlopt src/client/.opam_client.objs/opamArg.{cmx,o}
#20 24.40 File "src/client/opamArg.ml", line 488, characters 45-51:
#20 24.40 488 | let name = OpamPackage.Name.of_string (Re.get sub 1) in
#20 24.40 ^^^^^^
#20 24.40 Alert deprecated: Re.get
#20 24.40 Use Group.get
#20 24.40 File "src/client/opamArg.ml", line 490, characters 49-55:
#20 24.40 490 | try Some (OpamPackage.Version.of_string (Re.get sub 2))
#20 24.40 ^^^^^^
#20 24.40 Alert deprecated: Re.get
#20 24.40 Use Group.get
#20 24.40 File "src/client/opamArg.ml", line 526, characters 18-24:
#20 24.40 526 | let sname = Re.get sub 1 in
#20 24.40 ^^^^^^
#20 24.40 Alert deprecated: Re.get
#20 24.40 Use Group.get
#20 24.40 File "src/client/opamArg.ml", line 527, characters 16-22:
#20 24.40 527 | let sop = Re.get sub 2 in
#20 24.40 ^^^^^^
#20 24.40 Alert deprecated: Re.get
#20 24.40 Use Group.get
#20 24.40 File "src/client/opamArg.ml", line 528, characters 21-27:
#20 24.40 528 | let sversion = Re.get sub 3 in
#20 24.40 ^^^^^^
#20 24.40 Alert deprecated: Re.get
#20 24.40 Use Group.get
#20 24.40 File "src/client/opamArg.ml", line 531, characters 15-30:
#20 24.40 531 | let op = OpamLexer.relop sop in
#20 24.40 ^^^^^^^^^^^^^^^
#20 24.40 Alert deprecated: OpamLexer.relop
#20 24.40 Use OpamLexer.FullPos.relop instead.
#20 26.09 sed -f process.sed opam.install > processed-opam.install
#20 26.10 ln -s -f _build/default/src/client/opamMain.exe opam
#20 26.10 src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install
#20 26.23 sed -f process.sed opam-installer.install > processed-opam-installer.install
#20 26.23 ln -s -f _build/default/src/tools/opam_installer.exe opam-installer
#20 DONE 27.2s
#19 [stage-0 9/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
#19 sha256:7e5d2c1fba43e659f94c883cb96054bc47cd9d86427ef0d3e9bba7badf3689e0
#19 0.739 Note: switching to '263921263e1f745613e2882745114b7b08f3608b'.
#19 0.739
#19 0.739 You are in 'detached HEAD' state. You can look around, make experimental
#19 0.739 changes and commit them, and you can discard any commits you make in this
#19 0.739 state without impacting any branches by switching back to a branch.
#19 0.739
#19 0.739 If you want to create a new branch to retain commits you create, you may
#19 0.739 do so (now or later) by using -c with the switch command. Example:
#19 0.739
#19 0.739 git switch -c <new-branch-name>
#19 0.739
#19 0.739 Or undo this operation with:
#19 0.739
#19 0.739 git switch -
#19 0.739
#19 0.739 Turn off this advice by setting config variable advice.detachedHead to false
#19 0.739
#19 0.739 HEAD is now at 263921263 Merge pull request #6177 from kit-ty-kate/fix-release-2.1
#19 0.964 checking for ocamlc... ocamlc
#19 0.974 OCaml version is 4.14.2
#19 0.984 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#19 0.984 checking for ocamlopt... ocamlopt
#19 0.995 checking for ocamlc.opt... ocamlc.opt
#19 1.004 checking for ocamlopt.opt... ocamlopt.opt
#19 1.012 checking for ocaml... ocaml
#19 1.013 checking for ocamldep... ocamldep
#19 1.014 checking for ocamldep.opt... ocamldep.opt
#19 1.024 checking for ocamlmktop... ocamlmktop
#19 1.024 checking for ocamlmklib... ocamlmklib
#19 1.025 checking for ocamldoc... ocamldoc
#19 1.025 checking for ocamldoc.opt... ocamldoc.opt
#19 1.035 checking for ocamlbuild... no
#19 1.035 checking OCaml Sys.os_type... Unix
#19 1.068 checking for gawk... no
#19 1.068 checking for mawk... mawk
#19 1.082 checking for compiler type... cc
#19 1.371 checking for compiler architecture... arm64
#19 1.650 checking for compiler system... linux
#19 1.937 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#19 1.998 checking whether the C compiler works... yes
#19 2.054 checking for C compiler default output file name... a.out
#19 2.055 checking for suffix of executables...
#19 2.124 checking whether we are cross compiling... no
#19 2.185 checking for suffix of object files... o
#19 2.222 checking whether the compiler supports GNU C... yes
#19 2.262 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#19 2.300 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#19 2.386 checking for stdio.h... yes
#19 2.424 checking for stdlib.h... yes
#19 2.470 checking for string.h... yes
#19 2.516 checking for inttypes.h... yes
#19 2.564 checking for stdint.h... yes
#19 2.597 checking for strings.h... yes
#19 2.647 checking for sys/stat.h... yes
#19 2.690 checking for sys/types.h... yes
#19 2.734 checking for unistd.h... yes
#19 2.777 checking for acl/libacl.h... no
#19 2.825 checking for library containing acl_get_perm... no
#19 2.943 checking for ocamlobjinfo... ocamlobjinfo
#19 2.943 checking for ocamlfind... no
#19 2.944 checking for curl... curl
#19 2.944 checking for dune... no
#19 2.945 checking for cppo... no
#19 2.946 checking for patch... patch
#19 2.946 checking for bunzip2... bunzip2
#19 2.961
#19 2.961 checking for OCaml findlib package unix... not found
#19 2.962 checking for OCaml findlib package bigarray... not found
#19 2.964 checking for OCaml findlib package extlib... not found
#19 2.965 checking for OCaml findlib package re... not found
#19 2.966 checking for OCaml findlib package re.glob... not found
#19 2.968 checking for OCaml findlib package cmdliner... not found
#19 2.969 checking for OCaml findlib package ocamlgraph... not found
#19 2.970 checking for OCaml findlib package cudf... not found
#19 2.971 checking for OCaml findlib package dose3.common... not found
#19 2.973 checking for OCaml findlib package dose3.algo... not found
#19 2.975 checking for OCaml findlib package opam-file-format... not found
#19 2.976 checking for OCaml findlib package mccs... not found
#19 2.978 checking for OCaml findlib package opam-0install-cudf... not found
#19 2.980 checking for g++... g++
#19 3.023 checking whether the compiler supports GNU C++... yes
#19 3.065 checking whether g++ accepts -g... yes
#19 3.103 checking for g++ option to enable C++11 features... none needed
#19 3.230
#19 3.231 ============================================================================
#19 3.231 Some dependencies are missing. If you are just interested in the stand-alone
#19 3.231 'opam' binary, run 'make lib-ext' to download and include them.
#19 3.231 ============================================================================
#19 3.231
#19 3.256 configure: creating ./config.status
#19 3.419 config.status: creating Makefile.config
#19 3.438 config.status: creating src/ocaml-flags-configure.sexp
#19 3.463 config.status: creating src/stubs/c-flags.sexp
#19 3.486 config.status: creating src/stubs/libacl/c-libraries.sexp
#19 3.515
#19 3.520 Opam will be built WITH a built-in solver
#19 3.520
#19 3.520 Executables will be installed in /usr/local/bin
#19 3.520 Manual pages will be installed in /usr/local/share/man
#19 3.559 make -j -C src_ext lib-ext
#19 3.560 make[1]: Entering directory '/tmp/opam-build-2.1/src_ext'
#19 3.604 [ -e dune-local.tbz ] || \
#19 3.604 cp archives/dune-3.14.0.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz && ocaml ../shell/md5check.ml dune-local.tbz bff778fff4996b890e5af3da7ecf5baa; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/bf/bff778fff4996b890e5af3da7ecf5baa && ocaml ../shell/md5check.ml dune-local.tbz bff778fff4996b890e5af3da7ecf5baa && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; }
#19 3.613 [ -e cppo.tar.gz ] || \
#19 3.613 cp archives/v1.6.8.tar.gz cppo.tar.gz 2>/dev/null || { { { curl -LSs -o cppo.tar.gz https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz && ocaml ../shell/md5check.ml cppo.tar.gz fed401197d86f9089e89f6cbdf1d660d; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz'; false; }; } || { { curl -LSs -o cppo.tar.gz https://opam.ocaml.org/cache/md5/fe/fed401197d86f9089e89f6cbdf1d660d && ocaml ../shell/md5check.ml cppo.tar.gz fed401197d86f9089e89f6cbdf1d660d && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; }
#19 3.620 [ -e base64.tbz ] || \
#19 3.620 cp archives/base64-v3.5.0.tbz base64.tbz 2>/dev/null || { { { curl -LSs -o base64.tbz https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz && ocaml ../shell/md5check.ml base64.tbz 0179af18d6c1cf13d77671ee23901433; } || { echo 'Failed to download https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz'; false; }; } || { { curl -LSs -o base64.tbz https://opam.ocaml.org/cache/md5/01/0179af18d6c1cf13d77671ee23901433 && ocaml ../shell/md5check.ml base64.tbz 0179af18d6c1cf13d77671ee23901433 && echo 'Warning: downloaded https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz from opam cache'; } || { echo 'Failed to download base64 from opam cache'; false; }; }; }
#19 3.626 [ -e extlib.tar.gz ] || \
#19 3.626 cp archives/extlib-1.7.9.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz f7ca7f1c82e15a99603b88f730fd7b8a; } || { echo 'Failed to download https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/f7/f7ca7f1c82e15a99603b88f730fd7b8a && ocaml ../shell/md5check.ml extlib.tar.gz f7ca7f1c82e15a99603b88f730fd7b8a && echo 'Warning: downloaded https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; }
#19 3.632 [ -e re.tbz ] || \
#19 3.632 cp archives/re-1.10.3.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz && ocaml ../shell/md5check.ml re.tbz a36347dcfaf71c95916f96f72b0cf2ce; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/a3/a36347dcfaf71c95916f96f72b0cf2ce && ocaml ../shell/md5check.ml re.tbz a36347dcfaf71c95916f96f72b0cf2ce && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; }
#19 3.632 [ -e cmdliner.tbz ] || \
#19 3.632 cp archives/cmdliner-1.0.4.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz && ocaml ../shell/md5check.ml cmdliner.tbz fe2213d0bc63b1e10a2d0aa66d2fc8d9; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/fe/fe2213d0bc63b1e10a2d0aa66d2fc8d9 && ocaml ../shell/md5check.ml cmdliner.tbz fe2213d0bc63b1e10a2d0aa66d2fc8d9 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; }
#19 3.645 [ -e ocamlgraph.tbz ] || \
#19 3.645 cp archives/ocamlgraph-2.0.0.tbz ocamlgraph.tbz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tbz https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz && ocaml ../shell/md5check.ml ocamlgraph.tbz 2d07fcf3501e1d4997c03fa94cea22f0; } || { echo 'Failed to download https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz'; false; }; } || { { curl -LSs -o ocamlgraph.tbz https://opam.ocaml.org/cache/md5/2d/2d07fcf3501e1d4997c03fa94cea22f0 && ocaml ../shell/md5check.ml ocamlgraph.tbz 2d07fcf3501e1d4997c03fa94cea22f0 && echo 'Warning: downloaded https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; }
#19 3.651 [ -e cudf.tar.gz ] || \
#19 3.651 cp archives/cudf-v0.10.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz ed8fea314d0c6dc0d8811ccf860c53dd; } || { echo 'Failed to download https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/ed/ed8fea314d0c6dc0d8811ccf860c53dd && ocaml ../shell/md5check.ml cudf.tar.gz ed8fea314d0c6dc0d8811ccf860c53dd && echo 'Warning: downloaded https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; }
#19 3.657 [ -e dose3.tar.gz ] || \
#19 3.657 cp archives/dose3-7.0.0.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz bc99cbcea8fca29dca3ebbee54be45e1; } || { echo 'Failed to download https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/bc/bc99cbcea8fca29dca3ebbee54be45e1 && ocaml ../shell/md5check.ml dose3.tar.gz bc99cbcea8fca29dca3ebbee54be45e1 && echo 'Warning: downloaded https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; }
#19 3.662 [ -e opam-file-format.tar.gz ] || \
#19 3.662 cp archives/2.1.4.tar.gz opam-file-format.tar.gz 2>/dev/null || { { { curl -LSs -o opam-file-format.tar.gz https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz cd9dac41c2153d07067c5f30cdcf77db; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/cd/cd9dac41c2153d07067c5f30cdcf77db && ocaml ../shell/md5check.ml opam-file-format.tar.gz cd9dac41c2153d07067c5f30cdcf77db && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; }
#19 3.669 [ -e result.tbz ] || \
#19 3.669 cp archives/result-1.5.tbz result.tbz 2>/dev/null || { { { curl -LSs -o result.tbz https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz && ocaml ../shell/md5check.ml result.tbz 1b82dec78849680b49ae9a8a365b831b; } || { echo 'Failed to download https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz'; false; }; } || { { curl -LSs -o result.tbz https://opam.ocaml.org/cache/md5/1b/1b82dec78849680b49ae9a8a365b831b && ocaml ../shell/md5check.ml result.tbz 1b82dec78849680b49ae9a8a365b831b && echo 'Warning: downloaded https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; }
#19 3.675 [ -e seq.tar.gz ] || \
#19 3.675 cp archives/0.2.2.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.2.2.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 9033e02283aa3bde9f97f24e632902e3; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.2.2.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/90/9033e02283aa3bde9f97f24e632902e3 && ocaml ../shell/md5check.ml seq.tar.gz 9033e02283aa3bde9f97f24e632902e3 && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.2.2.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; }
#19 3.681 [ -e stdlib-shims.tbz ] || \
#19 3.681 cp archives/stdlib-shims-0.3.0.tbz stdlib-shims.tbz 2>/dev/null || { { { curl -LSs -o stdlib-shims.tbz https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz && ocaml ../shell/md5check.ml stdlib-shims.tbz 09db7af8b4a3a96048a61cb6ae2496ef; } || { echo 'Failed to download https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz'; false; }; } || { { curl -LSs -o stdlib-shims.tbz https://opam.ocaml.org/cache/md5/09/09db7af8b4a3a96048a61cb6ae2496ef && ocaml ../shell/md5check.ml stdlib-shims.tbz 09db7af8b4a3a96048a61cb6ae2496ef && echo 'Warning: downloaded https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz from opam cache'; } || { echo 'Failed to download stdlib-shims from opam cache'; false; }; }; }
#19 3.688 [ -e mccs.tar.gz ] || \
#19 3.688 cp archives/1.1+17.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 844d99bc531e0713238fe4b6b8511ed1; } || { echo 'Failed to download https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/84/844d99bc531e0713238fe4b6b8511ed1 && ocaml ../shell/md5check.ml mccs.tar.gz 844d99bc531e0713238fe4b6b8511ed1 && echo 'Warning: downloaded https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; }
#19 3.689 [ -e opam-0install-cudf.tbz ] || \
#19 3.689 cp archives/opam-0install-cudf-v0.4.2.tbz opam-0install-cudf.tbz 2>/dev/null || { { { curl -LSs -o opam-0install-cudf.tbz https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz && ocaml ../shell/md5check.ml opam-0install-cudf.tbz 8e1494e8b97fc6f9a463966c394e9bdd; } || { echo 'Failed to download https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz'; false; }; } || { { curl -LSs -o opam-0install-cudf.tbz https://opam.ocaml.org/cache/md5/8e/8e1494e8b97fc6f9a463966c394e9bdd && ocaml ../shell/md5check.ml opam-0install-cudf.tbz 8e1494e8b97fc6f9a463966c394e9bdd && echo 'Warning: downloaded https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz from opam cache'; } || { echo 'Failed to download opam-0install-cudf from opam cache'; false; }; }; }
#19 3.698 [ -e 0install-solver.tbz ] || \
#19 3.698 cp archives/0install-v2.17.tbz 0install-solver.tbz 2>/dev/null || { { { curl -LSs -o 0install-solver.tbz https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz && ocaml ../shell/md5check.ml 0install-solver.tbz 50daf035b04b29399a3c6e6f965ac447; } || { echo 'Failed to download https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz'; false; }; } || { { curl -LSs -o 0install-solver.tbz https://opam.ocaml.org/cache/md5/50/50daf035b04b29399a3c6e6f965ac447 && ocaml ../shell/md5check.ml 0install-solver.tbz 50daf035b04b29399a3c6e6f965ac447 && echo 'Warning: downloaded https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz from opam cache'; } || { echo 'Failed to download 0install-solver from opam cache'; false; }; }; }
#19 3.773 cudf.tar.gz has the expected MD5.
#19 3.775 mkdir -p tmp-cudf
#19 3.779 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#19 3.791 rm -rf cudf
#19 3.793 stdlib-shims.tbz has the expected MD5.
#19 3.795 mkdir -p tmp-stdlib-shims
#19 3.797 cd tmp-stdlib-shims && bunzip2 -c ../stdlib-shims.tbz | tar xf -
#19 3.798 patching file lib/dune
#19 3.802 rm -rf stdlib-shims
#19 3.828 dose3.tar.gz has the expected MD5.
#19 3.829 mkdir -p tmp-dose3
#19 3.833 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#19 3.864 rm -rf dose3
#19 3.868 extlib.tar.gz has the expected MD5.
#19 3.870 mkdir -p tmp-extlib
#19 3.871 patching file src/common/dune
#19 3.872 patching file src/common/util.ml
#19 3.874 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#19 3.878 cmdliner.tbz has the expected MD5.
#19 3.879 mkdir -p tmp-cmdliner
#19 3.883 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#19 3.886 rm -rf extlib
#19 3.891 base64.tbz has the expected MD5.
#19 3.892 mkdir -p tmp-base64
#19 3.896 cd tmp-base64 && bunzip2 -c ../base64.tbz | tar xf -
#19 3.899 rm -rf cmdliner
#19 3.904 patching file src/cmdliner_docgen.ml
#19 3.905 patching file src/cmdliner.ml
#19 3.905 rm -rf base64
#19 3.905 patching file src/cmdliner.mli
#19 3.906 patching file src/cmdliner_arg.ml
#19 3.906 patching file src/cmdliner_arg.mli
#19 3.907 patching file src/cmdliner_base.ml
#19 3.907 patching file src/cmdliner_cline.ml
#19 3.907 patching file src/cmdliner_cline.mli
#19 3.907 patching file src/cmdliner_docgen.ml
#19 3.908 patching file src/cmdliner_manpage.ml
#19 3.908 patching file src/cmdliner_term.ml
#19 3.908 patching file src/cmdliner_term.mli
#19 3.909 patching file src/dune
#19 3.911 re.tbz has the expected MD5.
#19 3.912 mkdir -p tmp-re
#19 3.912 patching file src/base64.ml
#19 3.913 patching file src/base64.mli
#19 3.913 patching file src/dune
#19 3.914 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#19 3.930 result.tbz has the expected MD5.
#19 3.932 mkdir -p tmp-result
#19 3.935 cd tmp-result && bunzip2 -c ../result.tbz | tar xf -
#19 3.939 rm -rf result
#19 3.939 rm -rf re
#19 3.942 dune-local.tbz has the expected MD5.
#19 3.943 ocamlgraph.tbz has the expected MD5.
#19 3.944 mkdir -p tmp-dune-local
#19 3.945 mkdir -p tmp-ocamlgraph
#19 3.949 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#19 3.950 cd tmp-ocamlgraph && bunzip2 -c ../ocamlgraph.tbz | tar xf -
#19 4.002 opam-0install-cudf.tbz has the expected MD5.
#19 4.003 mkdir -p tmp-opam-0install-cudf
#19 4.007 cd tmp-opam-0install-cudf && bunzip2 -c ../opam-0install-cudf.tbz | tar xf -
#19 4.009 rm -rf ocamlgraph
#19 4.015 rm -rf opam-0install-cudf
#19 4.017 patching file src/dot_lexer.mll
#19 4.017 patching file src/dune
#19 4.018 opam-file-format.tar.gz has the expected MD5.
#19 4.019 mkdir -p tmp-opam-file-format
#19 4.023 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#19 4.031 rm -rf opam-file-format
#19 4.039 0install-solver.tbz has the expected MD5.
#19 4.040 mkdir -p tmp-0install-solver
#19 4.044 cd tmp-0install-solver && bunzip2 -c ../0install-solver.tbz | tar xf -
#19 4.049 cppo.tar.gz has the expected MD5.
#19 4.050 mkdir -p tmp-cppo
#19 4.053 cd tmp-cppo && gunzip -c ../cppo.tar.gz | tar xf -
#19 4.062 rm -rf cppo
#19 4.100 seq.tar.gz has the expected MD5.
#19 4.102 mkdir -p tmp-seq
#19 4.105 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#19 4.110 rm -rf seq
#19 4.123 rm -f seq/src/seq.ml seq/src/seq.mli
#19 4.139 rm -rf 0install-solver
#19 4.255 mccs.tar.gz has the expected MD5.
#19 4.256 mkdir -p tmp-mccs
#19 4.260 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#19 4.301 rm -rf mccs
#19 4.516 rm -rf dune-local
#19 4.528 rm dune-local.download
#19 4.528 make[1]: Leaving directory '/tmp/opam-build-2.1/src_ext'
#19 4.529 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#19 4.595 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#19 5.074 ./.duneboot.exe
#19 8.639 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#19 8.639 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#19 8.639 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#19 8.639 Here is an example of a case that is not matched:
#19 8.639 Checksum_mismatch _
#19 8.639 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#19 8.639 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#19 8.639 Here is an example of a case that is not matched:
#19 8.639 Checksum_mismatch _
#19 8.639 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#19 8.639 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#19 8.639 Here is an example of a case that is not matched:
#19 8.639 Checksum_mismatch _
#19 8.725 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#19 8.725 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#19 8.725 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#19 8.725 Here is an example of a case that is not matched:
#19 8.725 Checksum_mismatch _
#19 10.30 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#19 10.30 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#19 10.30 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#19 10.30 Here is an example of a case that is not matched:
#19 10.30 Checksum_mismatch _
#19 10.52 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#19 10.52 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#19 10.52 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#19 10.52 Here is an example of a case that is not matched:
#19 10.52 Checksum_mismatch _
#19 10.52 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#19 10.52 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#19 10.52 Here is an example of a case that is not matched:
#19 10.52 Checksum_mismatch _
#19 10.52 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#19 10.52 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#19 10.52 Here is an example of a case that is not matched:
#19 10.52 (_, Checksum_mismatch _)
#19 21.99
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#19 22.14 (will skip building the GTK plugin)
#19 22.14 sh: 1: ocamlfind: not found
#19 25.59 File "src/core/opamStubsTypes.ml", line 1:
#19 25.59 Warning 70 [missing-mli]: Cannot find interface file.
#19 26.11 File "src/solver/opamCudfSolverSig.ml", line 1:
#19 26.11 Warning 70 [missing-mli]: Cannot find interface file.
#19 26.16 File "src/tools/opam_installer.ml", line 1:
#19 26.16 Warning 70 [missing-mli]: Cannot find interface file.
#19 34.77 sed -f process.sed opam.install > processed-opam.install
#19 34.78 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#19 34.91 (will skip building the GTK plugin)
#19 34.91 sh: 1: ocamlfind: not found
#19 35.21 sed -f process.sed opam-installer.install > processed-opam-installer.install
#19 DONE 35.7s
#18 [stage-0 10/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
#18 sha256:7950cff0dacefe72156ffced8c89bf81c315d20d06b89c7c8228e96e6d9e3c58
#18 0.763 Note: switching to '01e9a24a61e23e42d513b4b775d8c30c807439b2'.
#18 0.763
#18 0.763 You are in 'detached HEAD' state. You can look around, make experimental
#18 0.763 changes and commit them, and you can discard any commits you make in this
#18 0.763 state without impacting any branches by switching back to a branch.
#18 0.763
#18 0.763 If you want to create a new branch to retain commits you create, you may
#18 0.763 do so (now or later) by using -c with the switch command. Example:
#18 0.763
#18 0.763 git switch -c <new-branch-name>
#18 0.763
#18 0.763 Or undo this operation with:
#18 0.763
#18 0.763 git switch -
#18 0.763
#18 0.763 Turn off this advice by setting config variable advice.detachedHead to false
#18 0.763
#18 0.763 HEAD is now at 01e9a24a6 Merge pull request #6187 from ocaml/revert-6183-processing-patches-2.2
#18 1.004 checking for ocamlc... ocamlc
#18 1.015 OCaml version is 4.14.2
#18 1.024 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#18 1.024 checking for ocamlopt... ocamlopt
#18 1.036 checking for ocamlc.opt... ocamlc.opt
#18 1.048 checking for ocamlopt.opt... ocamlopt.opt
#18 1.059 checking for ocaml... ocaml
#18 1.059 checking for ocamldep... ocamldep
#18 1.060 checking for ocamldep.opt... ocamldep.opt
#18 1.071 checking for ocamlmktop... ocamlmktop
#18 1.072 checking for ocamlmklib... ocamlmklib
#18 1.072 checking for ocamldoc... ocamldoc
#18 1.073 checking for ocamldoc.opt... ocamldoc.opt
#18 1.085 checking for ocamlbuild... no
#18 1.085 checking OCaml Sys.os_type... Unix
#18 1.116 checking for gawk... no
#18 1.116 checking for mawk... mawk
#18 1.128 checking for compiler type... cc
#18 1.412 checking for compiler architecture... arm64
#18 1.696 checking for compiler system... linux
#18 1.967 checking for compiler target... aarch64-unknown-linux-gnu
#18 2.262 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#18 2.311 checking whether the C compiler works... yes
#18 2.376 checking for C compiler default output file name... a.out
#18 2.378 checking for suffix of executables...
#18 2.442 checking whether we are cross compiling... no
#18 2.511 checking for suffix of object files... o
#18 2.553 checking whether the compiler supports GNU C... yes
#18 2.584 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#18 2.622 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#18 2.708 checking for stdio.h... yes
#18 2.744 checking for stdlib.h... yes
#18 2.777 checking for string.h... yes
#18 2.819 checking for inttypes.h... yes
#18 2.869 checking for stdint.h... yes
#18 2.917 checking for strings.h... yes
#18 2.960 checking for sys/stat.h... yes
#18 3.007 checking for sys/types.h... yes
#18 3.047 checking for unistd.h... yes
#18 3.102 checking for acl/libacl.h... no
#18 3.158 checking for library containing acl_get_perm... no
#18 3.284 checking for ocamlobjinfo... ocamlobjinfo
#18 3.285 checking for ocamlfind... no
#18 3.285 checking for curl... curl
#18 3.286 checking for dune... no
#18 3.287 checking for patch... patch
#18 3.287 checking for bunzip2... bunzip2
#18 3.299 checking for linking method... shared
#18 3.300
#18 3.300 checking for OCaml findlib package unix... not found
#18 3.301 checking for OCaml findlib package re 1.9.0 or later... no
#18 3.304 checking for OCaml findlib package base64 3.1.0 or later... no
#18 3.306 checking for OCaml findlib package cmdliner... not found
#18 3.307 checking for OCaml findlib package ocamlgraph... not found
#18 3.309 checking for OCaml findlib package cudf 0.7 or later... no
#18 3.311 checking for OCaml findlib package dose3.common 6.1 or later... no
#18 3.313 checking for OCaml findlib package dose3.algo 6.1 or later... no
#18 3.315 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#18 3.318 checking for OCaml findlib package spdx_licenses... not found
#18 3.319 checking for OCaml findlib package opam-0install-cudf 0.4 or later... no
#18 3.321 checking for OCaml findlib package jsonm... not found
#18 3.323 checking for OCaml findlib package uutf... not found
#18 3.324 checking for OCaml findlib package sha... not found
#18 3.325 checking for OCaml findlib package swhid_core... not found
#18 3.326 checking for OCaml findlib package mccs 1.1+17 or later... no
#18 3.330 checking for g++... g++
#18 3.372 checking whether the compiler supports GNU C++... yes
#18 3.411 checking whether g++ accepts -g... yes
#18 3.453 checking for g++ option to enable C++11 features... none needed
#18 3.561 checking whether g++ really is a C++ compiler... yes
#18 3.586
#18 3.613 configure: creating ./config.status
#18 3.802 config.status: creating Makefile.config
#18 3.820 config.status: creating src/ocaml-flags-configure.sexp
#18 3.844 config.status: creating src/stubs/c-flags.sexp
#18 3.871 config.status: creating src/stubs/libacl/c-libraries.sexp
#18 3.899
#18 3.903 Opam will be built WITH its default built-in solver
#18 3.903
#18 3.903 Executables will be installed in /usr/local/bin
#18 3.903 Manual pages will be installed in /usr/local/share/man
#18 3.903
#18 3.903 Downloading vendored source dependencies...
#18 3.912 * Downloading dune-local...
#18 4.488 * Downloading cppo...
#18 4.833 * Downloading base64...
#18 4.969 * Downloading extlib...
#18 5.118 * Downloading re...
#18 5.396 * Downloading cmdliner...
#18 5.605 * Downloading ocamlgraph...
#18 5.886 * Downloading cudf...
#18 6.024 * Downloading dose3...
#18 6.205 * Downloading opam-file-format...
#18 6.706 * Downloading seq...
#18 7.127 * Downloading stdlib-shims...
#18 7.247 * Downloading spdx_licenses...
#18 7.523 * Downloading opam-0install-cudf...
#18 7.813 * Downloading 0install-solver...
#18 7.946 * Downloading uutf...
#18 8.121 * Downloading jsonm...
#18 13.94 * Downloading sha...
#18 14.06 * Downloading swhid_core...
#18 14.32 * Downloading mccs...
#18 14.57 done
#18 14.57 Extracting vendored source dependencies in src_ext/... done
#18 15.96 make -j -C src_ext lib-ext
#18 15.96 make[1]: Entering directory '/tmp/opam-build-2.2/src_ext'
#18 15.97 NOTE: make lib-ext is no longer required
#18 15.97 make[1]: Leaving directory '/tmp/opam-build-2.2/src_ext'
#18 15.97 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#18 16.04 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#18 16.53 ./.duneboot.exe
#18 20.15 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#18 20.15 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#18 20.15 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#18 20.15 Here is an example of a case that is not matched:
#18 20.15 Checksum_mismatch _
#18 20.15 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#18 20.15 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#18 20.15 Here is an example of a case that is not matched:
#18 20.15 Checksum_mismatch _
#18 20.15 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#18 20.15 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#18 20.15 Here is an example of a case that is not matched:
#18 20.15 Checksum_mismatch _
#18 20.24 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#18 20.24 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#18 20.24 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#18 20.24 Here is an example of a case that is not matched:
#18 20.24 Checksum_mismatch _
#18 21.82 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#18 21.82 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#18 21.82 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#18 21.82 Here is an example of a case that is not matched:
#18 21.82 Checksum_mismatch _
#18 22.03 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#18 22.03 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#18 22.03 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#18 22.03 Here is an example of a case that is not matched:
#18 22.03 Checksum_mismatch _
#18 22.03 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#18 22.03 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#18 22.03 Here is an example of a case that is not matched:
#18 22.03 Checksum_mismatch _
#18 22.03 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#18 22.03 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#18 22.03 Here is an example of a case that is not matched:
#18 22.03 (_, Checksum_mismatch _)
#18 33.56
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#18 46.10 sed -f process.sed opam.install > processed-opam.install
#18 46.11 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#18 46.60 sed -f process.sed opam-installer.install > processed-opam-installer.install
#18 DONE 47.2s
#17 [stage-0 11/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
#17 sha256:ea0b89713826e710a77b107147dc62e31affe5d09ab1eaea4844814e5ab8ac37
#17 0.718 Note: switching to '35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724'.
#17 0.718
#17 0.718 You are in 'detached HEAD' state. You can look around, make experimental
#17 0.718 changes and commit them, and you can discard any commits you make in this
#17 0.718 state without impacting any branches by switching back to a branch.
#17 0.718
#17 0.718 If you want to create a new branch to retain commits you create, you may
#17 0.718 do so (now or later) by using -c with the switch command. Example:
#17 0.718
#17 0.718 git switch -c <new-branch-name>
#17 0.718
#17 0.718 Or undo this operation with:
#17 0.718
#17 0.718 git switch -
#17 0.718
#17 0.718 Turn off this advice by setting config variable advice.detachedHead to false
#17 0.718
#17 0.718 HEAD is now at 35acd0c5a Merge pull request #6332 from kit-ty-kate/2.3-fix-admin-check-installability
#17 0.953 checking for ocamlc... ocamlc
#17 0.965 OCaml version is 4.14.2
#17 0.972 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#17 0.972 checking for ocamlopt... ocamlopt
#17 0.986 checking for ocamlc.opt... ocamlc.opt
#17 0.996 checking for ocamlopt.opt... ocamlopt.opt
#17 1.008 checking for ocaml... ocaml
#17 1.009 checking for ocamldep... ocamldep
#17 1.010 checking for ocamldep.opt... ocamldep.opt
#17 1.020 checking for ocamlmktop... ocamlmktop
#17 1.020 checking for ocamlmklib... ocamlmklib
#17 1.021 checking for ocamldoc... ocamldoc
#17 1.022 checking for ocamldoc.opt... ocamldoc.opt
#17 1.034 checking for ocamlbuild... no
#17 1.035 checking OCaml Sys.os_type... Unix
#17 1.069 checking for gawk... no
#17 1.069 checking for mawk... mawk
#17 1.083 checking for compiler type... cc
#17 1.363 checking for compiler architecture... arm64
#17 1.642 checking for compiler system... linux
#17 1.920 checking for compiler target... aarch64-unknown-linux-gnu
#17 2.213 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#17 2.271 checking whether the C compiler works... yes
#17 2.333 checking for C compiler default output file name... a.out
#17 2.335 checking for suffix of executables...
#17 2.395 checking whether we are cross compiling... no
#17 2.466 checking for suffix of object files... o
#17 2.505 checking whether the compiler supports GNU C... yes
#17 2.541 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#17 2.579 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#17 2.669 checking for ocamlobjinfo... ocamlobjinfo
#17 2.670 checking for ocamlfind... no
#17 2.671 checking for curl... curl
#17 2.671 checking for dune... no
#17 2.672 checking for patch... patch
#17 2.673 checking for bunzip2... bunzip2
#17 2.687 checking for linking method... shared
#17 2.687
#17 2.687 checking for OCaml findlib package unix... not found
#17 2.689 checking for OCaml findlib package re 1.9.0 or later... no
#17 2.692 checking for OCaml findlib package base64 3.1.0 or later... no
#17 2.694 checking for OCaml findlib package cmdliner... not found
#17 2.695 checking for OCaml findlib package ocamlgraph... not found
#17 2.696 checking for OCaml findlib package cudf 0.7 or later... no
#17 2.699 checking for OCaml findlib package dose3.common 6.1 or later... no
#17 2.701 checking for OCaml findlib package dose3.algo 6.1 or later... no
#17 2.704 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#17 2.706 checking for OCaml findlib package spdx_licenses... not found
#17 2.707 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#17 2.710 checking for OCaml findlib package jsonm... not found
#17 2.712 checking for OCaml findlib package uutf... not found
#17 2.713 checking for OCaml findlib package sha... not found
#17 2.714 checking for OCaml findlib package swhid_core... not found
#17 2.716 checking for OCaml findlib package mccs 1.1+17 or later... no
#17 2.719 checking for g++... g++
#17 2.767 checking whether the compiler supports GNU C++... yes
#17 2.806 checking whether g++ accepts -g... yes
#17 2.849 checking for g++ option to enable C++11 features... none needed
#17 2.957 checking whether g++ really is a C++ compiler... yes
#17 2.994
#17 3.028 configure: creating ./config.status
#17 3.221 config.status: creating Makefile.config
#17 3.240 config.status: creating src/ocaml-flags-configure.sexp
#17 3.267 config.status: creating src/core/c-flags.sexp
#17 3.293
#17 3.297 Opam will be built WITH its default built-in solver
#17 3.297
#17 3.297 Executables will be installed in /usr/local/bin
#17 3.297 Manual pages will be installed in /usr/local/share/man
#17 3.297
#17 3.297 Downloading vendored source dependencies...
#17 3.309 * Downloading dune-local...
#17 3.661 * Downloading cppo...
#17 3.999 * Downloading base64...
#17 4.108 * Downloading extlib...
#17 4.235 * Downloading re...
#17 4.368 * Downloading cmdliner...
#17 4.577 * Downloading ocamlgraph...
#17 4.702 * Downloading cudf...
#17 4.834 * Downloading dose3...
#17 4.995 * Downloading opam-file-format...
#17 5.193 * Downloading seq...
#17 5.395 * Downloading stdlib-shims...
#17 5.514 * Downloading spdx_licenses...
#17 5.632 * Downloading opam-0install-cudf...
#17 5.753 * Downloading 0install-solver...
#17 5.896 * Downloading uutf...
#17 6.069 * Downloading jsonm...
#17 6.239 * Downloading sha...
#17 6.352 * Downloading swhid_core...
#17 6.569 * Downloading mccs...
#17 7.095 done
#17 7.095 Extracting vendored source dependencies in src_ext/... done
#17 8.484 make -j -C src_ext lib-ext
#17 8.486 make[1]: Entering directory '/tmp/opam-build-2.3/src_ext'
#17 8.493 NOTE: make lib-ext is no longer required
#17 8.493 make[1]: Leaving directory '/tmp/opam-build-2.3/src_ext'
#17 8.494 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#17 8.555 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#17 9.041 ./.duneboot.exe
#17 26.08
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#17 39.31 sed -f process.sed opam.install > processed-opam.install
#17 39.32 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#17 39.78 sed -f process.sed opam-installer.install > processed-opam-installer.install
#17 DONE 40.4s
#16 [stage-0 12/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
#16 sha256:8c5abe6b503dd74325006e433fee68f3e962997044ba5caf60e08a815758686f
#16 0.811 Note: switching to '7c92631391984f698f31ee24f3ae4dc1cd3698ff'.
#16 0.811
#16 0.811 You are in 'detached HEAD' state. You can look around, make experimental
#16 0.811 changes and commit them, and you can discard any commits you make in this
#16 0.811 state without impacting any branches by switching back to a branch.
#16 0.811
#16 0.811 If you want to create a new branch to retain commits you create, you may
#16 0.811 do so (now or later) by using -c with the switch command. Example:
#16 0.811
#16 0.811 git switch -c <new-branch-name>
#16 0.811
#16 0.811 Or undo this operation with:
#16 0.811
#16 0.811 git switch -
#16 0.811
#16 0.811 Turn off this advice by setting config variable advice.detachedHead to false
#16 0.811
#16 0.811 HEAD is now at 7c9263139 Merge pull request #6616 from kit-ty-kate/rel-2.4.1
#16 1.048 checking for ocamlc... ocamlc
#16 1.061 OCaml version is 4.14.2
#16 1.072 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#16 1.072 checking for ocamlopt... ocamlopt
#16 1.085 checking for ocamlc.opt... ocamlc.opt
#16 1.096 checking for ocamlopt.opt... ocamlopt.opt
#16 1.108 checking for ocaml... ocaml
#16 1.108 checking for ocamldep... ocamldep
#16 1.109 checking for ocamldep.opt... ocamldep.opt
#16 1.120 checking for ocamlmktop... ocamlmktop
#16 1.121 checking for ocamlmklib... ocamlmklib
#16 1.121 checking for ocamldoc... ocamldoc
#16 1.122 checking for ocamldoc.opt... ocamldoc.opt
#16 1.133 checking for ocamlbuild... no
#16 1.134 checking OCaml Sys.os_type... Unix
#16 1.171 checking for gawk... no
#16 1.172 checking for mawk... mawk
#16 1.186 checking for compiler type... cc
#16 1.476 checking for compiler architecture... arm64
#16 1.764 checking for compiler system... linux
#16 2.048 checking for compiler target... aarch64-unknown-linux-gnu
#16 2.356 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#16 2.416 checking whether the C compiler works... yes
#16 2.478 checking for C compiler default output file name... a.out
#16 2.479 checking for suffix of executables...
#16 2.548 checking whether we are cross compiling... no
#16 2.610 checking for suffix of object files... o
#16 2.651 checking whether the compiler supports GNU C... yes
#16 2.692 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#16 2.732 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#16 2.820 checking for ocamlobjinfo... ocamlobjinfo
#16 2.820 checking for ocamlfind... no
#16 2.821 checking for curl... curl
#16 2.821 checking for dune... no
#16 2.822 checking for patch... patch
#16 2.823 checking for bunzip2... bunzip2
#16 2.837 checking for linking method... shared
#16 2.837
#16 2.837 checking for OCaml findlib package unix... not found
#16 2.839 checking for OCaml findlib package re 1.9.0 or later... no
#16 2.841 checking for OCaml findlib package base64 3.1.0 or later... no
#16 2.843 checking for OCaml findlib package cmdliner... not found
#16 2.844 checking for OCaml findlib package ocamlgraph... not found
#16 2.845 checking for OCaml findlib package cudf 0.7 or later... no
#16 2.848 checking for OCaml findlib package dose3.common 6.1 or later... no
#16 2.850 checking for OCaml findlib package dose3.algo 6.1 or later... no
#16 2.852 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#16 2.855 checking for OCaml findlib package spdx_licenses... not found
#16 2.856 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#16 2.859 checking for OCaml findlib package jsonm... not found
#16 2.860 checking for OCaml findlib package uutf... not found
#16 2.861 checking for OCaml findlib package sha... not found
#16 2.862 checking for OCaml findlib package swhid_core... not found
#16 2.864 checking for OCaml findlib package patch... not found
#16 2.865 checking for OCaml findlib package mccs 1.1+17 or later... no
#16 2.868 checking for g++... g++
#16 2.911 checking whether the compiler supports GNU C++... yes
#16 2.951 checking whether g++ accepts -g... yes
#16 2.991 checking for g++ option to enable C++11 features... none needed
#16 3.093 checking whether g++ really is a C++ compiler... yes
#16 3.126
#16 3.161 configure: creating ./config.status
#16 3.351 config.status: creating Makefile.config
#16 3.370 config.status: creating src/ocaml-flags-configure.sexp
#16 3.399 config.status: creating src/core/c-flags.sexp
#16 3.425
#16 3.429 Opam will be built WITH its default built-in solver
#16 3.429
#16 3.429 Executables will be installed in /usr/local/bin
#16 3.429 Manual pages will be installed in /usr/local/share/man
#16 3.429
#16 3.429 Downloading vendored source dependencies...
#16 3.441 * Downloading dune-local...
#16 3.786 * Downloading cppo...
#16 4.118 * Downloading base64...
#16 4.233 * Downloading extlib...
#16 4.365 * Downloading re...
#16 4.490 * Downloading cmdliner...
#16 4.690 * Downloading ocamlgraph...
#16 5.151 * Downloading cudf...
#16 5.275 * Downloading dose3...
#16 5.491 * Downloading opam-file-format...
#16 5.775 * Downloading seq...
#16 5.977 * Downloading stdlib-shims...
#16 6.097 * Downloading spdx_licenses...
#16 6.379 * Downloading opam-0install-cudf...
#16 6.497 * Downloading 0install-solver...
#16 6.679 * Downloading uutf...
#16 6.846 * Downloading jsonm...
#16 7.015 * Downloading sha...
#16 7.138 * Downloading swhid_core...
#16 7.358 * Downloading menhir...
#16 7.725 * Downloading patch...
#16 7.981 * Downloading mccs...
#16 8.470 done
#16 8.470 Extracting vendored source dependencies in src_ext/... done
#16 9.959 make -j -C src_ext lib-ext
#16 9.961 make[1]: Entering directory '/tmp/opam-build-2.4/src_ext'
#16 9.968 NOTE: make lib-ext is no longer required
#16 9.968 make[1]: Leaving directory '/tmp/opam-build-2.4/src_ext'
#16 9.969 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#16 10.04 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#16 10.54 ./.duneboot.exe
#16 29.10
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#16 31.99 Creating menhirLib.ml...
#16 31.99 Creating menhirLib.mli...
#16 39.10 Read 99 sample input sentences and 99 error messages.
#16 39.10 Read 99 sample input sentences and 47 error messages.
#16 39.41 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#16 39.41 Grammar has 37 terminal symbols.
#16 39.41 Grammar has 129 productions.
#16 39.41 Built an LR(0) automaton with 199 states.
#16 39.41 The grammar is not SLR(1) -- 7 states have a conflict.
#16 39.41 The construction mode is no-pager.
#16 39.41 Built an LR(1) automaton with 308 states.
#16 39.41 One shift/reduce conflict was silently solved.
#16 39.41 Extra reductions on error were added in 50 states.
#16 39.41 Priority played a role in 0 of these states.
#16 39.41 156 out of 308 states have a default reduction.
#16 39.41 108 out of 308 states are represented.
#16 39.41 44 out of 96 symbols keep track of their start position.
#16 39.41 39 out of 96 symbols keep track of their end position.
#16 39.41 The StackLang code contains 4113 instructions in 277 blocks.
#16 39.41 The StackLang code comprises 5 mutually recursive groups.
#16 39.71 Read 99 sample input sentences and 47 error messages.
#16 54.07 sed -f process.sed opam.install > processed-opam.install
#16 54.07 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#16 55.15 sed -f process.sed opam-installer.install > processed-opam-installer.install
#16 DONE 56.1s
#15 [stage-0 13/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout edf980ebd18ad6b5e990dbf3b6367cffcaf01815 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
#15 sha256:7e17587164fea8a3bd597a8ed3bc7b9fddd02f0e16d022dbab6c298c31b01c62
#15 0.754 Note: switching to 'edf980ebd18ad6b5e990dbf3b6367cffcaf01815'.
#15 0.754
#15 0.754 You are in 'detached HEAD' state. You can look around, make experimental
#15 0.754 changes and commit them, and you can discard any commits you make in this
#15 0.754 state without impacting any branches by switching back to a branch.
#15 0.754
#15 0.754 If you want to create a new branch to retain commits you create, you may
#15 0.754 do so (now or later) by using -c with the switch command. Example:
#15 0.754
#15 0.754 git switch -c <new-branch-name>
#15 0.754
#15 0.754 Or undo this operation with:
#15 0.754
#15 0.754 git switch -
#15 0.754
#15 0.754 Turn off this advice by setting config variable advice.detachedHead to false
#15 0.754
#15 0.754 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#15 0.989 checking for ocamlc... ocamlc
#15 1.000 OCaml version is 4.14.2
#15 1.007 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#15 1.007 checking for ocamlopt... ocamlopt
#15 1.022 checking for ocamlc.opt... ocamlc.opt
#15 1.028 checking for ocamlopt.opt... ocamlopt.opt
#15 1.042 checking for ocaml... ocaml
#15 1.043 checking for ocamldep... ocamldep
#15 1.043 checking for ocamldep.opt... ocamldep.opt
#15 1.050 checking for ocamlmktop... ocamlmktop
#15 1.050 checking for ocamlmklib... ocamlmklib
#15 1.051 checking for ocamldoc... ocamldoc
#15 1.051 checking for ocamldoc.opt... ocamldoc.opt
#15 1.065 checking for ocamlbuild... no
#15 1.066 checking OCaml Sys.os_type... Unix
#15 1.100 checking for gawk... no
#15 1.100 checking for mawk... mawk
#15 1.114 checking for compiler type... cc
#15 1.397 checking for compiler architecture... arm64
#15 1.677 checking for compiler system... linux
#15 1.959 checking for compiler target... aarch64-unknown-linux-gnu
#15 2.251 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#15 2.313 checking whether the C compiler works... yes
#15 2.374 checking for C compiler default output file name... a.out
#15 2.376 checking for suffix of executables...
#15 2.437 checking whether we are cross compiling... no
#15 2.506 checking for suffix of object files... o
#15 2.546 checking whether the compiler supports GNU C... yes
#15 2.587 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#15 2.624 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#15 2.712 checking for ocamlobjinfo... ocamlobjinfo
#15 2.713 checking for ocamlfind... no
#15 2.714 checking for curl... curl
#15 2.714 checking for dune... no
#15 2.715 checking for patch... patch
#15 2.715 checking for bunzip2... bunzip2
#15 2.730 checking for linking method... shared
#15 2.731
#15 2.731 checking for OCaml findlib package unix... not found
#15 2.732 checking for OCaml findlib package re 1.9.0 or later... no
#15 2.734 checking for OCaml findlib package base64 3.1.0 or later... no
#15 2.737 checking for OCaml findlib package ocamlgraph... not found
#15 2.738 checking for OCaml findlib package cudf 0.7 or later... no
#15 2.741 checking for OCaml findlib package dose3.common 6.1 or later... no
#15 2.743 checking for OCaml findlib package dose3.algo 6.1 or later... no
#15 2.745 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#15 2.747 checking for OCaml findlib package spdx_licenses... not found
#15 2.749 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#15 2.751 checking for OCaml findlib package jsonm... not found
#15 2.752 checking for OCaml findlib package uutf... not found
#15 2.754 checking for OCaml findlib package sha... not found
#15 2.755 checking for OCaml findlib package swhid_core... not found
#15 2.756 checking for OCaml findlib package patch... not found
#15 2.758 checking for OCaml findlib package mccs 1.1+17 or later... no
#15 2.761 checking for g++... g++
#15 2.807 checking whether the compiler supports GNU C++... yes
#15 2.846 checking whether g++ accepts -g... yes
#15 2.887 checking for g++ option to enable C++11 features... none needed
#15 2.989 checking whether g++ really is a C++ compiler... yes
#15 3.027
#15 3.059 configure: creating ./config.status
#15 3.276 config.status: creating Makefile.config
#15 3.305 config.status: creating src/ocaml-flags-configure.sexp
#15 3.324 config.status: creating src/core/c-flags.sexp
#15 3.346
#15 3.349 Opam will be built WITH its default built-in solver
#15 3.349
#15 3.349 Executables will be installed in /usr/local/bin
#15 3.349 Manual pages will be installed in /usr/local/share/man
#15 3.349
#15 3.349 Downloading vendored source dependencies...
#15 3.361 * Downloading dune-local...
#15 3.758 * Downloading cppo...
#15 3.975 * Downloading base64...
#15 4.091 * Downloading extlib...
#15 4.223 * Downloading re...
#15 4.571 * Downloading ocamlgraph...
#15 4.699 * Downloading cudf...
#15 4.895 * Downloading dose3...
#15 5.053 * Downloading opam-file-format...
#15 5.179 * Downloading stdlib-shims...
#15 5.297 * Downloading spdx_licenses...
#15 5.415 * Downloading opam-0install-cudf...
#15 5.537 * Downloading 0install-solver...
#15 5.694 * Downloading uutf...
#15 5.879 * Downloading jsonm...
#15 6.053 * Downloading sha...
#15 6.160 * Downloading swhid_core...
#15 6.374 * Downloading menhir...
#15 6.766 * Downloading patch...
#15 6.884 * Downloading mccs...
#15 7.031 done
#15 7.031 Extracting vendored source dependencies in src_ext/... done
#15 8.492 make -j -C src_ext lib-ext
#15 8.494 make[1]: Entering directory '/tmp/opam-build-2.5/src_ext'
#15 8.498 NOTE: make lib-ext is no longer required
#15 8.499 make[1]: Leaving directory '/tmp/opam-build-2.5/src_ext'
#15 8.499 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#15 8.567 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#15 9.070 ./.duneboot.exe
#15 27.02
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#15 29.50 Creating menhirLib.ml...
#15 29.50 Creating menhirLib.mli...
#15 36.41 Read 99 sample input sentences and 99 error messages.
#15 36.41 Read 99 sample input sentences and 47 error messages.
#15 36.75 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#15 36.75 Grammar has 37 terminal symbols.
#15 36.75 Grammar has 129 productions.
#15 36.75 Built an LR(0) automaton with 199 states.
#15 36.75 The grammar is not SLR(1) -- 7 states have a conflict.
#15 36.75 The construction mode is no-pager.
#15 36.75 Built an LR(1) automaton with 308 states.
#15 36.75 One shift/reduce conflict was silently solved.
#15 36.75 Extra reductions on error were added in 50 states.
#15 36.75 Priority played a role in 0 of these states.
#15 36.75 156 out of 308 states have a default reduction.
#15 36.75 108 out of 308 states are represented.
#15 36.75 44 out of 96 symbols keep track of their start position.
#15 36.75 39 out of 96 symbols keep track of their end position.
#15 36.75 The StackLang code contains 4113 instructions in 277 blocks.
#15 36.75 The StackLang code comprises 5 mutually recursive groups.
#15 37.04 Read 99 sample input sentences and 47 error messages.
#15 52.81 sed -f process.sed opam.install > processed-opam.install
#15 52.81 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#15 53.86 sed -f process.sed opam-installer.install > processed-opam-installer.install
#15 DONE 54.9s
#28 [stage-0 14/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
#28 sha256:baeff3be212a1412f7b79f8e3162bf552c4060e7b691dfe64afc13bbbdb2f5cb
#28 0.725 Note: switching to '16116259a7db479cb69f4dbd6c430ec14c5814ad'.
#28 0.725
#28 0.725 You are in 'detached HEAD' state. You can look around, make experimental
#28 0.725 changes and commit them, and you can discard any commits you make in this
#28 0.725 state without impacting any branches by switching back to a branch.
#28 0.725
#28 0.725 If you want to create a new branch to retain commits you create, you may
#28 0.725 do so (now or later) by using -c with the switch command. Example:
#28 0.725
#28 0.725 git switch -c <new-branch-name>
#28 0.725
#28 0.725 Or undo this operation with:
#28 0.725
#28 0.725 git switch -
#28 0.725
#28 0.725 Turn off this advice by setting config variable advice.detachedHead to false
#28 0.725
#28 0.725 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#28 0.953 checking for ocamlc... ocamlc
#28 0.964 OCaml version is 4.14.2
#28 0.973 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#28 0.973 checking for ocamlopt... ocamlopt
#28 0.987 checking for ocamlc.opt... ocamlc.opt
#28 0.997 checking for ocamlopt.opt... ocamlopt.opt
#28 1.011 checking for ocaml... ocaml
#28 1.011 checking for ocamldep... ocamldep
#28 1.012 checking for ocamldep.opt... ocamldep.opt
#28 1.023 checking for ocamlmktop... ocamlmktop
#28 1.023 checking for ocamlmklib... ocamlmklib
#28 1.024 checking for ocamldoc... ocamldoc
#28 1.025 checking for ocamldoc.opt... ocamldoc.opt
#28 1.040 checking for ocamlbuild... no
#28 1.041 checking OCaml Sys.os_type... Unix
#28 1.078 checking for gawk... no
#28 1.079 checking for mawk... mawk
#28 1.093 checking for compiler type... cc
#28 1.414 checking for compiler architecture... arm64
#28 1.723 checking for compiler system... linux
#28 2.033 checking for compiler target... aarch64-unknown-linux-gnu
#28 2.363 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#28 2.419 checking whether the C compiler works... yes
#28 2.489 checking for C compiler default output file name... a.out
#28 2.491 checking for suffix of executables...
#28 2.558 checking whether we are cross compiling... no
#28 2.633 checking for suffix of object files... o
#28 2.676 checking whether the compiler supports GNU C... yes
#28 2.720 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#28 2.760 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#28 2.855 checking for ocamlobjinfo... ocamlobjinfo
#28 2.855 checking for ocamlfind... no
#28 2.856 checking for curl... curl
#28 2.857 checking for dune... no
#28 2.857 checking for patch... patch
#28 2.858 checking for bunzip2... bunzip2
#28 2.871 checking for linking method... shared
#28 2.872
#28 2.872 checking for OCaml findlib package unix... not found
#28 2.873 checking for OCaml findlib package re 1.9.0 or later... no
#28 2.876 checking for OCaml findlib package base64 3.1.0 or later... no
#28 2.878 checking for OCaml findlib package ocamlgraph... not found
#28 2.879 checking for OCaml findlib package cudf 0.7 or later... no
#28 2.881 checking for OCaml findlib package dose3.common 6.1 or later... no
#28 2.883 checking for OCaml findlib package dose3.algo 6.1 or later... no
#28 2.886 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#28 2.888 checking for OCaml findlib package spdx_licenses... not found
#28 2.889 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#28 2.892 checking for OCaml findlib package jsonm... not found
#28 2.893 checking for OCaml findlib package uutf... not found
#28 2.894 checking for OCaml findlib package sha... not found
#28 2.895 checking for OCaml findlib package swhid_core... not found
#28 2.897 checking for OCaml findlib package patch... not found
#28 2.898 checking for OCaml findlib package mccs 1.1+17 or later... no
#28 2.901 checking for g++... g++
#28 2.941 checking whether the compiler supports GNU C++... yes
#28 2.984 checking whether g++ accepts -g... yes
#28 3.027 checking for g++ option to enable C++11 features... none needed
#28 3.142 checking whether g++ really is a C++ compiler... yes
#28 3.175
#28 3.203 configure: creating ./config.status
#28 3.399 config.status: creating Makefile.config
#28 3.415 config.status: creating src/ocaml-flags-configure.sexp
#28 3.437 config.status: creating src/core/c-flags.sexp
#28 3.459
#28 3.463 Opam will be built WITH its default built-in solver
#28 3.463
#28 3.463 Executables will be installed in /usr/local/bin
#28 3.463 Manual pages will be installed in /usr/local/share/man
#28 3.463
#28 3.463 Downloading vendored source dependencies...
#28 3.474 * Downloading dune-local...
#28 3.676 * Downloading cppo...
#28 3.896 * Downloading base64...
#28 4.174 * Downloading extlib...
#28 4.448 * Downloading re...
#28 4.660 * Downloading ocamlgraph...
#28 4.798 * Downloading cudf...
#28 4.939 * Downloading dose3...
#28 5.110 * Downloading opam-file-format...
#28 5.223 * Downloading stdlib-shims...
#28 5.486 * Downloading spdx_licenses...
#28 5.616 * Downloading opam-0install-cudf...
#28 5.871 * Downloading 0install-solver...
#28 6.183 * Downloading uutf...
#28 6.352 * Downloading jsonm...
#28 6.535 * Downloading sha...
#28 6.800 * Downloading swhid_core...
#28 7.209 * Downloading menhir...
#28 7.551 * Downloading patch...
#28 7.672 * Downloading mccs...
#28 7.823 done
#28 7.823 Extracting vendored source dependencies in src_ext/... done
#28 9.660 make -j -C src_ext lib-ext
#28 9.661 make[1]: Entering directory '/tmp/opam-build-master/src_ext'
#28 9.666 NOTE: make lib-ext is no longer required
#28 9.666 make[1]: Leaving directory '/tmp/opam-build-master/src_ext'
#28 9.668 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#28 9.731 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#28 10.30 ./.duneboot.exe
#28 31.36
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#28 34.38 Creating menhirLib.ml...
#28 34.38 Creating menhirLib.mli...
#28 41.75 Read 99 sample input sentences and 99 error messages.
#28 41.75 Read 99 sample input sentences and 47 error messages.
#28 42.11 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#28 42.11 Grammar has 37 terminal symbols.
#28 42.11 Grammar has 129 productions.
#28 42.11 Built an LR(0) automaton with 199 states.
#28 42.11 The grammar is not SLR(1) -- 7 states have a conflict.
#28 42.11 The construction mode is no-pager.
#28 42.11 Built an LR(1) automaton with 308 states.
#28 42.11 One shift/reduce conflict was silently solved.
#28 42.11 Extra reductions on error were added in 50 states.
#28 42.11 Priority played a role in 0 of these states.
#28 42.11 156 out of 308 states have a default reduction.
#28 42.11 108 out of 308 states are represented.
#28 42.11 44 out of 96 symbols keep track of their start position.
#28 42.11 39 out of 96 symbols keep track of their end position.
#28 42.11 The StackLang code contains 4113 instructions in 277 blocks.
#28 42.11 The StackLang code comprises 5 mutually recursive groups.
#28 42.40 Read 99 sample input sentences and 47 error messages.
#28 58.24 sed -f process.sed opam.install > processed-opam.install
#28 58.24 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#28 59.24 sed -f process.sed opam-installer.install > processed-opam-installer.install
#28 DONE 60.2s
#32 [internal] preparing inline document
#32 sha256:7e5be19b33c718fef7b332f3d84b996500027172b5d9211c1a3bd7708979c01f
#32 CACHED
#27 [stage-1 7/41] COPY --from=0 [ /usr/local/bin/opam-2.0, /usr/bin/opam-2.0 ]
#27 sha256:bbfa5d28bbc86367469364f96c772c147b749a9b43cea2b2f1c173faa8fd0f60
#27 DONE 0.1s
#31 [internal] preparing inline document
#31 sha256:a20e30d214a804cc96caeb02ae3f4c69e9cf54db94444f3399d2ce56f4faf374
#31 CACHED
#48 [internal] preparing inline document
#48 sha256:fbd443c572422be25996f6c341cac6625eefe67679d57a096edcda903a483928
#48 CACHED
#57 [internal] preparing inline document
#57 sha256:ccb29753b9a7a7a1c1dd93b84c301e2545f548c3b654db312e04bc4ee2970e3c
#57 CACHED
#62 [internal] preparing inline document
#62 sha256:6b84637da148dc50217ba5a333c405471cff583fb7e2db753325a55f85d7c81d
#62 CACHED
#26 [stage-1 8/41] RUN ln /usr/bin/opam-2.0 /usr/bin/opam
#26 sha256:aa0a2faf6cc04416373ecd9183fb551eeed66548cac0fc56ed1b838af29ee08e
#26 DONE 0.5s
#25 [stage-1 9/41] COPY --from=0 [ /usr/local/bin/opam-2.1, /usr/bin/opam-2.1 ]
#25 sha256:6f469f025ed143a7b224e30073ce8354811deaa2061cbe4db4d4398d540169a5
#25 DONE 0.1s
#38 [stage-1 10/41] COPY --from=0 [ /usr/local/bin/opam-2.2, /usr/bin/opam-2.2 ]
#38 sha256:2f53839f946c2e6012f6921c81add3da7d40bd1267fe10d887219c6c24e10b85
#38 DONE 0.1s
#39 [stage-1 11/41] COPY --from=0 [ /usr/local/bin/opam-2.3, /usr/bin/opam-2.3 ]
#39 sha256:5bd0dd61cc716b2be2b87fb169e4438ad97ea656d39469a16af0724de1231c2c
#39 DONE 0.1s
#45 [stage-1 12/41] COPY --from=0 [ /usr/local/bin/opam-2.4, /usr/bin/opam-2.4 ]
#45 sha256:5db813433760ee2252be743489a67371de4c62bc86ea3da8b7a6db7467f0a5ca
#45 DONE 0.1s
#37 [stage-1 13/41] COPY --from=0 [ /usr/local/bin/opam-2.5, /usr/bin/opam-2.5 ]
#37 sha256:5486dbbe1f61716040a2839712cb725758d3ac3a1cd783d138f9796d7628ec5a
#37 DONE 0.1s
#36 [stage-1 14/41] COPY --from=0 [ /usr/local/bin/opam-master, /usr/bin/opam-dev ]
#36 sha256:fb004d6d5bff950f3442911e6e1fbbc1b9cc3e0fd12188e595e92a8ccc12d3a2
#36 DONE 0.1s
#42 [stage-1 15/41] RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
#42 sha256:0400eab8b515a3e728080d8782ab761cf23d176266cf1f08c04c1525ed814d88
#42 DONE 0.4s
#43 [stage-1 16/41] COPY <<-EOF /etc/sudoers.d/opam
#43 sha256:cb4418af572fdd6f67147f838ab9a1821c58b8ca2ef04e212412b9690e0bbfbc
#43 DONE 0.1s
#47 [stage-1 17/41] RUN chmod 440 /etc/sudoers.d/opam
#47 sha256:109f50e8d0abc942b1cef4e3c43226053fb080488909b37d159912283d74746d
#47 DONE 0.5s
#46 [stage-1 18/41] RUN chown root:root /etc/sudoers.d/opam
#46 sha256:0d22cd22d2a796e9a7e5bef3f631d1d2b11fae93adf4176c536ad87b7c9d68e1
#46 DONE 0.6s
#30 [stage-1 19/41] RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
#30 sha256:f8d9e57f4612df0f062941092d67d476edbca57ab3a2d2b90a72dd48b4b62460
#30 0.617 ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/bash
#30 0.633 userdel: ubuntu mail spool (/var/mail/ubuntu) not found
#30 DONE 0.7s
#29 [stage-1 20/41] RUN adduser --uid 1000 --disabled-password --gecos '' opam
#29 sha256:6b2849bb2057c62fb13e36d2a7d7c56f84d9062c5e27ed86888f0ba1418adf46
#29 0.577 usermod: no changes
#29 DONE 0.6s
#40 [stage-1 21/41] RUN passwd -l opam
#40 sha256:b03369036228c1033a2675cb96f5aab53f222e18c91ac4a1650d40e3c1e02a4f
#40 0.624 passwd: password changed.
#40 DONE 0.6s
#34 [stage-1 22/41] RUN chown -R opam:opam /home/opam
#34 sha256:55885f90f84cd253bd83406393134f3090802172fa446fa155b67bddc4d69180
#34 DONE 0.6s
#41 [stage-1 23/41] WORKDIR /home/opam
#41 sha256:2e9adf1dc93c94f83dc0c8524bd3261a4b8ad8c314197e96f9b9c32d1af13f21
#41 DONE 0.0s
#35 [stage-1 24/41] RUN mkdir .ssh
#35 sha256:b1a193977ba34bdd76f4886820d974d3cfa41bf25f32f78947bfe466baec99b8
#35 DONE 0.6s
#33 [stage-1 25/41] RUN chmod 700 .ssh
#33 sha256:8f6197be09a5c67a067bb8d24defd9983f76cdec2d9526c266d3fcffcd22d01f
#33 DONE 0.7s
#44 [stage-1 26/41] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#44 sha256:83f2d3d457a9980144187a32beb781dad068d435fac95e8b3bef00055adaa0ca
#44 DONE 0.0s
#63 [stage-1 27/41] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#63 sha256:21df3a2bb7645a43bfa79fd42f83c9394f8e2f40a6764464579b445b221c3db8
#63 DONE 0.0s
#59 [stage-1 28/41] RUN chmod a+x /home/opam/opam-sandbox-disable
#59 sha256:74916a8edef3931eca2cf1ab8e8663d33783c0a45d3302392fa0d22060a26203
#59 DONE 0.5s
#58 [stage-1 29/41] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#58 sha256:e27ed5b7dfd120ff50cc601caf0d10d3c8c6165f88c584ebe191a7743cce1282
#58 DONE 0.7s
#56 [stage-1 30/41] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#56 sha256:5e2fb94050565f7f0b0882950d417dd55d9b1ef3aa15ecdd71991909497fd5ab
#56 DONE 0.0s
#52 [stage-1 31/41] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#52 sha256:22a8fc6a78d5d3cca762dff2c43a223ae58fd70214b3174aef5044592c8af214
#52 DONE 0.1s
#64 [stage-1 32/41] RUN chmod a+x /home/opam/opam-sandbox-enable
#64 sha256:23a33f71c24ce12bd3c4464a69a832b0369685d642f9e2af0b7d20f961aa6819
#64 DONE 0.7s
#66 [stage-1 33/41] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#66 sha256:80ff18afce495e2c5561b35febe3316d6afb0f9de91d19e737034d49660676c9
#66 DONE 0.5s
#65 [stage-1 34/41] RUN git config --global user.email "docker@example.com"
#65 sha256:c531b863b4f927f7073d4af343f84526aded29e44d2b43624cf9b59a8ddb25cd
#65 DONE 0.7s
#50 [stage-1 35/41] RUN git config --global user.name "Docker"
#50 sha256:fc0ed676a52f195f34d65828fa9316aa2909e9a321c3af5c8f43ffad6695289c
#50 DONE 0.7s
#60 [stage-1 36/41] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#60 sha256:5b0ab6985fcbaae94b136091d83855a212aa089d0aa738e7be49f50a145d4aa7
#60 DONE 10.8s
#54 [stage-1 37/41] RUN opam-sandbox-disable
#54 sha256:2b8435c80b01783a2d1dc38f35bcc4e0796fd30f59471e822d7ef5c476e60af7
#54 0.276 --- opam sandboxing disabled
#54 DONE 0.3s
#61 [stage-1 38/41] RUN opam init -k git -a /home/opam/opam-repository --bare
#61 sha256:94b823dc43cc62a0acd8db3d0d154075db0bfad72ea822b7972128de73a2e387
#61 0.656 [NOTE] Will configure from /home/opam/.opamrc and then from built-in defaults.
#61 0.662 Checking for available remotes: rsync and local, git.
#61 0.668 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#61 0.668 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#61 0.668
#61 0.673 [WARNING] Recommended dependencies -- most packages rely on these:
#61 0.673 - m4
#61 0.683
#61 0.683 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#61 58.42 [default] Initialised
#61 58.42 default (at git+file:///home/opam/opam-repository):
#61 58.42 [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
#61 58.42
#61 65.80
#61 65.80 User configuration:
#61 65.82 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#61 65.82
#61 65.82 Updating ~/.profile.
#61 DONE 66.3s
#55 [stage-1 39/41] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#55 sha256:8e120d46b6af8e44cd61437d30152f33e65f2f22bd95cf9f0a7ef2085921f8c3
#55 DONE 0.4s
#53 [stage-1 40/41] RUN rm -rf .opam/repo/default/.git
#53 sha256:d25b44a7c707636772318ad42d92519f6ecd16103dbed2487b4999a08620da0f
#53 DONE 0.6s
#51 [stage-1 41/41] COPY --link [ Dockerfile, /Dockerfile.opam ]
#51 sha256:c55521c46f26dd1b5866c4cb5a0320c5b33917dfbbc739d0bb9e36b390e0afd4
#51 DONE 0.0s
#67 exporting to image
#67 sha256:69739694a8ba32126495866eb3fe3958539d5d5c02968572c7800eae62def420
#67 exporting layers
#67 exporting layers 10.3s done
#67 writing image sha256:d850c1e9125ad8b5e5e270e2bee1295102f62acadd7caab1cd91131045dc763f done
#67 DONE 10.3s
Pushing "sha256:e97b8e5d783f234db8fdfd6b52959dab7f4884ff96d066509a06a9a620ec5cc8" to "ocurrent/opam-staging:ubuntu-25.10-opam-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
e9ecaa7a3475: Preparing
e9ecaa7a3475: Pushed
ubuntu-25.10-opam-arm64: digest: sha256:76ef716deb1f2f2e246d30a17588c7d06726a492e1c1a8e94eb83a6f3f930d74 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
e9ecaa7a3475: Preparing
e9ecaa7a3475: Layer already exists
ubuntu-25.10-opam-arm64: digest: sha256:76ef716deb1f2f2e246d30a17588c7d06726a492e1c1a8e94eb83a6f3f930d74 size: 530
Job succeeded
2026-01-09 19:11.12: Job succeeded