2026-09-20 13:19.54: New job: Build using linux-ppc64 in
[https://github.com/ocaml/opam-repository#master (8cdfa3296d9bc7d93273f46eb2438757e4fd5cf0)]
2026-09-20 13:19.54: Will push staging image to ocurrent/opam-staging:ubuntu-24.04-opam-ppc64le
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM ubuntu:noble
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 config --global gc.autoDetach false
RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout a310b2ef12f9f62f7cdefdcda5a00c379654477e && 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.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 ad0564f20c6306bc83085fe663cab903fe887208 && 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-2.6 && cd ../opam-build-2.6 && git fetch -q && git checkout 0f9c3b385769323c4af68798b2d2c7bf62a70daf && 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.6/opam /usr/local/bin/opam-2.6 && chmod a+x /usr/local/bin/opam-2.6 && rm -rf /tmp/opam-build-2.6
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout a310b2ef12f9f62f7cdefdcda5a00c379654477e && 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:noble
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.1", "/usr/bin/opam-2.1" ]
RUN ln /usr/bin/opam-2.1 /usr/bin/opam
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-2.6", "/usr/bin/opam-2.6" ]
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 useradd --uid 1000 --create-home --shell /bin/bash 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"
RUN git config --global gc.autoDetach false
COPY --link --chown=1000:1000 [ ".", "/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-09-20 13:19.54: Using cache hint "opam-ubuntu-24.04"
2026-09-20 13:19.54: Waiting for resource in pool OCluster
2026-09-20 13:19.54: Waiting for worker…
2026-09-20 13:19.54: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
All commits already cached
Updating files: 87% (16797/19137)
Updating files: 88% (16841/19137)
Updating files: 89% (17032/19137)
Updating files: 90% (17224/19137)
Updating files: 91% (17415/19137)
Updating files: 92% (17607/19137)
Updating files: 93% (17798/19137)
Updating files: 94% (17989/19137)
Updating files: 95% (18181/19137)
Updating files: 96% (18372/19137)
Updating files: 97% (18563/19137)
Updating files: 98% (18755/19137)
Updating files: 99% (18946/19137)
Updating files: 100% (19137/19137)
Updating files: 100% (19137/19137), done.
HEAD is now at 8cdfa3296d Merge pull request #30765 from ab-tools/keynub-licdongle-1.1.1
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 7.25kB done
#1 DONE 0.1s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.8s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:ecfaec9ed6d810b56388c508f4121597bfbba70d41a6dfeee4d8cad5f295fc32
#3 CACHED
#4 [internal] load metadata for docker.io/library/ubuntu:noble
#4 DONE 1.2s
#5 [internal] load .dockerignore
#5 transferring context: 2B done
#5 DONE 0.0s
#6 [internal] preparing inline document
#6 DONE 0.0s
#7 [internal] preparing inline document
#7 DONE 0.0s
#8 [internal] preparing inline document
#8 DONE 0.0s
#9 [internal] preparing inline document
#9 DONE 0.0s
#10 [internal] preparing inline document
#10 DONE 0.0s
#11 [internal] preparing inline document
#11 CACHED
#12 [stage-0 1/15] FROM docker.io/library/ubuntu:noble@sha256:008173c23f95b170204355c12626cb5a965d779a7e1283b09e9cffbb1bf33ca3
#12 resolve docker.io/library/ubuntu:noble@sha256:008173c23f95b170204355c12626cb5a965d779a7e1283b09e9cffbb1bf33ca3 0.0s done
#12 sha256:008173c23f95b170204355c12626cb5a965d779a7e1283b09e9cffbb1bf33ca3 6.69kB / 6.69kB done
#12 sha256:7704779ab473d740d5ad97dba05d773f2085746304621e01f85e08573dff7609 424B / 424B done
#12 sha256:67697d6daa564d8ea1fcda905980a3e5db869fa0fca2473c4525d4989132024d 2.05kB / 2.05kB done
#12 sha256:a7067f7ee788cc3e90f83fa0ac84d48a200fde4469a2a5e638f059842a8f11d1 1.05MB / 34.38MB 0.2s
#12 sha256:a7067f7ee788cc3e90f83fa0ac84d48a200fde4469a2a5e638f059842a8f11d1 9.44MB / 34.38MB 0.3s
#12 sha256:a7067f7ee788cc3e90f83fa0ac84d48a200fde4469a2a5e638f059842a8f11d1 16.78MB / 34.38MB 0.4s
#12 sha256:a7067f7ee788cc3e90f83fa0ac84d48a200fde4469a2a5e638f059842a8f11d1 22.02MB / 34.38MB 0.5s
#12 sha256:a7067f7ee788cc3e90f83fa0ac84d48a200fde4469a2a5e638f059842a8f11d1 31.46MB / 34.38MB 0.6s
#12 sha256:a7067f7ee788cc3e90f83fa0ac84d48a200fde4469a2a5e638f059842a8f11d1 34.38MB / 34.38MB 0.7s done
#12 extracting sha256:a7067f7ee788cc3e90f83fa0ac84d48a200fde4469a2a5e638f059842a8f11d1
#12 extracting sha256:a7067f7ee788cc3e90f83fa0ac84d48a200fde4469a2a5e638f059842a8f11d1 4.2s done
#12 DONE 5.2s
#13 [internal] load build context
#13 transferring context: 13.35MB 5.4s
#13 ...
#14 [stage-1 2/42] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#14 DONE 1.5s
#13 [internal] load build context
#13 ...
#15 [stage-1 3/42] COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
#15 DONE 0.1s
#13 [internal] load build context
#13 transferring context: 163.11MB 10.4s
#13 ...
#16 [stage-0 2/15] RUN apt-get -y update
#16 1.004 Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
#16 1.455 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
#16 1.580 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
#16 1.681 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
#16 1.796 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/restricted ppc64el Packages [3482 B]
#16 1.809 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe ppc64el Packages [18.9 MB]
#16 2.485 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/multiverse ppc64el Packages [226 kB]
#16 2.489 Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el Packages [1723 kB]
#16 2.517 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe ppc64el Packages [2034 kB]
#16 2.551 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse ppc64el Packages [5109 B]
#16 2.551 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted ppc64el Packages [13.9 kB]
#16 2.552 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el Packages [924 kB]
#16 2.567 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-backports/main ppc64el Packages [78.5 kB]
#16 2.568 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse ppc64el Packages [671 B]
#16 2.569 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe ppc64el Packages [38.5 kB]
#16 2.571 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted ppc64el Packages [11.0 kB]
#16 2.654 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse ppc64el Packages [3395 B]
#16 2.655 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-security/universe ppc64el Packages [1484 kB]
#16 2.844 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-security/main ppc64el Packages [628 kB]
#16 4.972 Fetched 26.7 MB in 4s (6329 kB/s)
#16 4.972 Reading package lists...
#16 DONE 6.9s
#13 [internal] load build context
#13 ...
#17 [stage-0 3/15] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#17 0.398 Reading package lists...
#17 ...
#18 [stage-1 4/42] RUN apt-get -y update
#18 0.676 Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
#18 1.139 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
#18 1.254 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
#18 1.371 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
#18 1.490 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe ppc64el Packages [18.9 MB]
#18 2.379 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/restricted ppc64el Packages [3482 B]
#18 2.379 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el Packages [1723 kB]
#18 2.478 Get:8 http://ports.ubuntu.com/ubuntu-ports noble/multiverse ppc64el Packages [226 kB]
#18 2.504 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el Packages [924 kB]
#18 2.524 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe ppc64el Packages [2034 kB]
#18 2.557 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted ppc64el Packages [13.9 kB]
#18 2.558 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse ppc64el Packages [5109 B]
#18 2.558 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse ppc64el Packages [671 B]
#18 2.559 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-backports/main ppc64el Packages [78.5 kB]
#18 2.560 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe ppc64el Packages [38.5 kB]
#18 2.561 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse ppc64el Packages [3395 B]
#18 2.564 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted ppc64el Packages [11.0 kB]
#18 2.650 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-security/universe ppc64el Packages [1484 kB]
#18 2.798 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-security/main ppc64el Packages [628 kB]
#18 4.826 Fetched 26.7 MB in 4s (6190 kB/s)
#18 4.826 Reading package lists...
#18 DONE 6.4s
#13 [internal] load build context
#13 transferring context: 256.89MB 15.4s
#13 transferring context: 259.12MB 20.5s
#13 ...
#17 [stage-0 3/15] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#17 0.398 Reading package lists...
#17 1.787 Building dependency tree...
#17 1.956 Reading state information...
#17 2.001 Calculating upgrade...
#17 2.187 The following packages will be upgraded:
#17 2.187 perl-base
#17 2.378 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#17 2.378 Need to get 1906 kB of archives.
#17 2.378 After this operation, 1024 B of additional disk space will be used.
#17 2.378 Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el perl-base ppc64el 5.38.2-3.2ubuntu0.6 [1906 kB]
#17 3.197 debconf: delaying package configuration, since apt-utils is not installed
#17 3.231 Fetched 1906 kB in 1s (2343 kB/s)
#17 3.283 (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 ... 4382 files and directories currently installed.)
#17 3.291 Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.6_ppc64el.deb ...
#17 3.348 Unpacking perl-base (5.38.2-3.2ubuntu0.6) over (5.38.2-3.2ubuntu0.4) ...
#17 9.318 Setting up perl-base (5.38.2-3.2ubuntu0.6) ...
#17 DONE 10.4s
#13 [internal] load build context
#13 ...
#19 [stage-1 5/42] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 0.427 Reading package lists...
#19 1.809 Building dependency tree...
#19 1.985 Reading state information...
#19 2.033 Calculating upgrade...
#19 2.234 The following packages will be upgraded:
#19 2.234 perl-base
#19 2.420 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#19 2.420 Need to get 1906 kB of archives.
#19 2.420 After this operation, 1024 B of additional disk space will be used.
#19 2.420 Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el perl-base ppc64el 5.38.2-3.2ubuntu0.6 [1906 kB]
#19 3.198 debconf: delaying package configuration, since apt-utils is not installed
#19 3.244 Fetched 1906 kB in 1s (2419 kB/s)
#19 3.402 (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 ... 4382 files and directories currently installed.)
#19 3.407 Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.6_ppc64el.deb ...
#19 3.516 Unpacking perl-base (5.38.2-3.2ubuntu0.6) over (5.38.2-3.2ubuntu0.4) ...
#19 9.343 Setting up perl-base (5.38.2-3.2ubuntu0.6) ...
#19 ...
#13 [internal] load build context
#13 ...
#19 [stage-1 5/42] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 DONE 9.5s
#13 [internal] load build context
#13 transferring context: 281.31MB 25.6s
#13 ...
#20 [stage-0 4/15] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 0.650 Reading package lists...
#20 2.133 Building dependency tree...
#20 2.307 Reading state information...
#20 2.497 The following additional packages will be installed:
#20 2.497 adduser binutils binutils-common binutils-powerpc64le-linux-gnu bzip2
#20 2.497 ca-certificates cpp cpp-13 cpp-13-powerpc64le-linux-gnu
#20 2.497 cpp-powerpc64le-linux-gnu dirmngr dpkg-dev fakeroot fontconfig-config
#20 2.497 fonts-dejavu-core fonts-dejavu-mono g++ g++-13 g++-13-powerpc64le-linux-gnu
#20 2.497 g++-powerpc64le-linux-gnu gcc gcc-13 gcc-13-base
#20 2.497 gcc-13-powerpc64le-linux-gnu gcc-powerpc64le-linux-gnu git-man gnupg
#20 2.497 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm keyboxd
#20 2.497 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
#20 2.497 libalgorithm-merge-perl libaom3 libapparmor1 libasan8 libatomic1 libbinutils
#20 2.497 libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.10 libcc1-0
#20 2.497 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64
#20 2.497 libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot
#20 2.497 libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev
#20 2.498 libgd3 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#20 2.498 libheif-plugin-aomdec libheif-plugin-aomenc libheif1 libisl23 libitm1
#20 2.498 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1
#20 2.498 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 liblerc4
#20 2.498 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnghttp2-14
#20 2.498 libperl5.38t64 libpng16-16t64 libpsl5t64 libquadmath0 libreadline8t64
#20 2.498 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1
#20 2.498 libsharpyuv0 libsqlite3-0 libssh-4 libstdc++-13-dev libtiff6 libtsan2
#20 2.498 libubsan1 libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6
#20 2.498 libxmuu1 libxpm4 linux-libc-dev lto-disabled-list make manpages manpages-dev
#20 2.498 netbase openssh-client openssl patch perl perl-modules-5.38 pinentry-curses
#20 2.498 publicsuffix readline-common rpcsvc-proto xauth xz-utils
#20 2.500 Suggested packages:
#20 2.500 cron quota ecryptfs-utils binutils-doc gprofng-gui bzip2-doc cpp-doc
#20 2.500 gcc-13-locales cpp-13-doc dbus-user-session libpam-systemd pinentry-gnome3
#20 2.500 tor debian-keyring gcc-13-doc gcc-multilib autoconf automake libtool flex
#20 2.500 bison gdb gcc-doc gdb-powerpc64le-linux-gnu gettext-base git-daemon-run
#20 2.500 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
#20 2.500 git-mediawiki git-svn parcimonie xloadimage gpg-wks-server scdaemon
#20 2.500 glibc-doc bzr libgd-tools gdbm-l10n krb5-doc krb5-user
#20 2.500 libheif-plugin-libde265 libheif-plugin-x265 libheif-plugin-ffmpegdec
#20 2.500 libheif-plugin-jpegdec libheif-plugin-jpegenc libheif-plugin-j2kdec
#20 2.500 libheif-plugin-j2kenc libheif-plugin-rav1e libheif-plugin-svtenc
#20 2.500 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
#20 2.500 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
#20 2.500 libstdc++-13-doc make-doc man-browser keychain libpam-ssh monkeysphere
#20 2.500 ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
#20 2.500 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
#20 2.500 readline-doc
#20 2.762 The following NEW packages will be installed:
#20 2.762 adduser binutils binutils-common binutils-powerpc64le-linux-gnu
#20 2.762 build-essential bzip2 ca-certificates cpp cpp-13
#20 2.762 cpp-13-powerpc64le-linux-gnu cpp-powerpc64le-linux-gnu curl dirmngr dpkg-dev
#20 2.762 fakeroot fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-13
#20 2.762 g++-13-powerpc64le-linux-gnu g++-powerpc64le-linux-gnu gcc gcc-13
#20 2.762 gcc-13-base gcc-13-powerpc64le-linux-gnu gcc-powerpc64le-linux-gnu git
#20 2.762 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf
#20 2.762 gpgsm keyboxd krb5-locales less libalgorithm-diff-perl
#20 2.762 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaom3 libapparmor1
#20 2.762 libasan8 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin
#20 2.762 libc-devtools libc6-dev libcap-dev libcbor0.10 libcc1-0 libcrypt-dev
#20 2.762 libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64 libdeflate0
#20 2.762 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1
#20 2.762 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev libgd3
#20 2.762 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#20 2.762 libheif-plugin-aomdec libheif-plugin-aomenc libheif1 libisl23 libitm1
#20 2.762 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1
#20 2.762 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 liblerc4
#20 2.762 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnghttp2-14
#20 2.762 libperl5.38t64 libpng16-16t64 libpsl5t64 libquadmath0 libreadline8t64
#20 2.763 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1
#20 2.763 libsharpyuv0 libsqlite3-0 libssh-4 libstdc++-13-dev libtiff6 libtsan2
#20 2.763 libubsan1 libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6
#20 2.763 libxmuu1 libxpm4 linux-libc-dev lto-disabled-list make manpages manpages-dev
#20 2.763 netbase openssh-client openssl patch perl perl-modules-5.38 pinentry-curses
#20 2.763 publicsuffix readline-common rpcsvc-proto sudo xauth xz-utils
#20 2.854 0 upgraded, 143 newly installed, 0 to remove and 0 not upgraded.
#20 2.854 Need to get 102 MB of archives.
#20 2.854 After this operation, 402 MB of additional disk space will be used.
#20 2.854 Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el liblocale-gettext-perl ppc64el 1.07-6ubuntu5 [16.1 kB]
#20 2.912 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el perl-modules-5.38 all 5.38.2-3.2ubuntu0.6 [3110 kB]
#20 3.164 Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libgdbm6t64 ppc64el 1.23-5.1build1 [42.0 kB]
#20 3.166 Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libgdbm-compat4t64 ppc64el 1.23-5.1build1 [6982 B]
#20 3.166 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libperl5.38t64 ppc64el 5.38.2-3.2ubuntu0.6 [4949 kB]
#20 3.300 Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el perl ppc64el 5.38.2-3.2ubuntu0.6 [231 kB]
#20 3.306 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el adduser all 3.137ubuntu1 [101 kB]
#20 3.309 Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el openssl ppc64el 3.0.13-0ubuntu3.15 [1024 kB]
#20 3.330 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el ca-certificates all 20260601~24.04.1 [139 kB]
#20 3.334 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el krb5-locales all 1.20.1-6ubuntu2.10 [15.3 kB]
#20 3.334 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el less ppc64el 590-2ubuntu2.1 [170 kB]
#20 3.341 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libapparmor1 ppc64el 4.0.1really4.0.1-0ubuntu0.24.04.7 [56.5 kB]
#20 3.344 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libbsd0 ppc64el 0.12.1-1build1.1 [56.5 kB]
#20 3.347 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libexpat1 ppc64el 2.6.1-2ubuntu0.4 [101 kB]
#20 3.349 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libkrb5support0 ppc64el 1.20.1-6ubuntu2.10 [39.5 kB]
#20 3.363 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libk5crypto3 ppc64el 1.20.1-6ubuntu2.10 [107 kB]
#20 3.407 Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libkeyutils1 ppc64el 1.6.3-3build1 [11.0 kB]
#20 3.408 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libkrb5-3 ppc64el 1.20.1-6ubuntu2.10 [429 kB]
#20 3.454 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libgssapi-krb5-2 ppc64el 1.20.1-6ubuntu2.10 [184 kB]
#20 3.459 Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el readline-common all 8.2-4build1 [56.5 kB]
#20 3.460 Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libreadline8t64 ppc64el 8.2-4build1 [182 kB]
#20 3.464 Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsqlite3-0 ppc64el 3.45.1-1ubuntu2.8 [801 kB]
#20 3.519 Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el netbase all 6.4 [13.1 kB]
#20 3.520 Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el sudo ppc64el 1.9.15p5-3ubuntu5.24.04.2 [1001 kB]
#20 3.540 Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libcbor0.10 ppc64el 0.10.2-1.2ubuntu2 [28.5 kB]
#20 3.541 Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libedit2 ppc64el 3.1-20230828-1build1 [125 kB]
#20 3.544 Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libfido2-1 ppc64el 1.14.0-1build3 [111 kB]
#20 3.547 Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libjansson4 ppc64el 2.14-2build2 [40.4 kB]
#20 3.548 Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libnghttp2-14 ppc64el 1.59.0-1ubuntu0.4 [89.0 kB]
#20 3.550 Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libpng16-16t64 ppc64el 1.6.43-5ubuntu0.6 [243 kB]
#20 3.581 Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libpsl5t64 ppc64el 0.21.2-1.1build1 [59.1 kB]
#20 3.583 Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxau6 ppc64el 1:1.0.9-1build6 [7920 B]
#20 3.583 Get:33 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxdmcp6 ppc64el 1:1.1.3-0ubuntu6 [11.5 kB]
#20 3.584 Get:34 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxcb1 ppc64el 1.15-1ubuntu2 [57.1 kB]
#20 3.587 Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libx11-data all 2:1.8.7-1build1 [115 kB]
#20 3.630 Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libx11-6 ppc64el 2:1.8.7-1build1 [752 kB]
#20 3.712 Get:37 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxext6 ppc64el 2:1.3.4-1build2 [39.2 kB]
#20 3.713 Get:38 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxmuu1 ppc64el 2:1.1.3-3build2 [9610 B]
#20 3.714 Get:39 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el manpages all 6.7-2 [1384 kB]
#20 3.742 Get:40 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el openssh-client ppc64el 1:9.6p1-3ubuntu13.19 [1111 kB]
#20 3.764 Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el publicsuffix all 20231001.0357-0.1 [129 kB]
#20 3.767 Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el xauth ppc64el 1:1.1.2-1build1 [29.7 kB]
#20 3.768 Get:43 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el xz-utils ppc64el 5.6.1+really5.4.5-1ubuntu0.3 [276 kB]
#20 3.773 Get:44 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el binutils-common ppc64el 2.42-4ubuntu2.10 [218 kB]
#20 3.778 Get:45 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsframe1 ppc64el 2.42-4ubuntu2.10 [17.1 kB]
#20 3.779 Get:46 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libbinutils ppc64el 2.42-4ubuntu2.10 [701 kB]
#20 3.832 Get:47 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libctf-nobfd0 ppc64el 2.42-4ubuntu2.10 [113 kB]
#20 3.835 Get:48 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libctf0 ppc64el 2.42-4ubuntu2.10 [112 kB]
#20 3.856 Get:49 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el binutils-powerpc64le-linux-gnu ppc64el 2.42-4ubuntu2.10 [2477 kB]
#20 3.942 Get:50 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el binutils ppc64el 2.42-4ubuntu2.10 [3082 B]
#20 3.942 Get:51 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libc-dev-bin ppc64el 2.39-0ubuntu8.9 [21.1 kB]
#20 3.943 Get:52 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el linux-libc-dev ppc64el 6.8.0-139.139 [1517 kB]
#20 3.973 Get:53 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libcrypt-dev ppc64el 1:4.4.36-4build1 [145 kB]
#20 3.977 Get:54 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el rpcsvc-proto ppc64el 1.4.2-0ubuntu7 [82.4 kB]
#20 3.979 Get:55 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libc6-dev ppc64el 2.39-0ubuntu8.9 [2090 kB]
#20 4.020 Get:56 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gcc-13-base ppc64el 13.3.0-6ubuntu2~24.04.1 [51.6 kB]
#20 4.021 Get:57 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libisl23 ppc64el 0.26-3build1.1 [875 kB]
#20 4.038 Get:58 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libmpfr6 ppc64el 4.2.1-1build1.1 [348 kB]
#20 4.046 Get:59 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libmpc3 ppc64el 1.3.1-1build1.1 [61.7 kB]
#20 4.047 Get:60 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el cpp-13-powerpc64le-linux-gnu ppc64el 13.3.0-6ubuntu2~24.04.1 [9754 kB]
#20 4.234 Get:61 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el cpp-13 ppc64el 13.3.0-6ubuntu2~24.04.1 [1046 B]
#20 4.235 Get:62 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el cpp-powerpc64le-linux-gnu ppc64el 4:13.2.0-7ubuntu1 [5330 B]
#20 4.235 Get:63 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el cpp ppc64el 4:13.2.0-7ubuntu1 [22.5 kB]
#20 4.236 Get:64 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libcc1-0 ppc64el 14.2.0-4ubuntu2~24.04.1 [48.3 kB]
#20 4.238 Get:65 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libgomp1 ppc64el 14.2.0-4ubuntu2~24.04.1 [161 kB]
#20 4.242 Get:66 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libitm1 ppc64el 14.2.0-4ubuntu2~24.04.1 [32.2 kB]
#20 4.242 Get:67 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libatomic1 ppc64el 14.2.0-4ubuntu2~24.04.1 [10.8 kB]
#20 4.243 Get:68 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libasan8 ppc64el 14.2.0-4ubuntu2~24.04.1 [2970 kB]
#20 4.301 Get:69 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el liblsan0 ppc64el 14.2.0-4ubuntu2~24.04.1 [1328 kB]
#20 4.327 Get:70 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libtsan2 ppc64el 14.2.0-4ubuntu2~24.04.1 [2736 kB]
#20 4.380 Get:71 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libubsan1 ppc64el 14.2.0-4ubuntu2~24.04.1 [1196 kB]
#20 4.403 Get:72 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libquadmath0 ppc64el 14.2.0-4ubuntu2~24.04.1 [158 kB]
#20 4.407 Get:73 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libgcc-13-dev ppc64el 13.3.0-6ubuntu2~24.04.1 [1580 kB]
#20 4.437 Get:74 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gcc-13-powerpc64le-linux-gnu ppc64el 13.3.0-6ubuntu2~24.04.1 [19.1 MB]
#20 4.803 Get:75 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gcc-13 ppc64el 13.3.0-6ubuntu2~24.04.1 [494 kB]
#20 4.813 Get:76 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el gcc-powerpc64le-linux-gnu ppc64el 4:13.2.0-7ubuntu1 [1224 B]
#20 4.814 Get:77 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el gcc ppc64el 4:13.2.0-7ubuntu1 [5022 B]
#20 4.814 Get:78 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libstdc++-13-dev ppc64el 13.3.0-6ubuntu2~24.04.1 [2600 kB]
#20 4.865 Get:79 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el g++-13-powerpc64le-linux-gnu ppc64el 13.3.0-6ubuntu2~24.04.1 [11.2 MB]
#20 5.083 Get:80 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el g++-13 ppc64el 13.3.0-6ubuntu2~24.04.1 [16.1 kB]
#20 5.083 Get:81 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el g++-powerpc64le-linux-gnu ppc64el 4:13.2.0-7ubuntu1 [968 B]
#20 5.083 Get:82 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el g++ ppc64el 4:13.2.0-7ubuntu1 [1086 B]
#20 5.083 Get:83 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el make ppc64el 4.3-4.1build2 [214 kB]
#20 5.088 Get:84 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libdpkg-perl all 1.22.6ubuntu6.6 [268 kB]
#20 5.094 Get:85 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el bzip2 ppc64el 1.0.8-5.1ubuntu0.1 [37.5 kB]
#20 5.095 Get:86 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el patch ppc64el 2.7.6-7build3 [124 kB]
#20 5.098 Get:87 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el lto-disabled-list all 47 [12.4 kB]
#20 5.098 Get:88 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el dpkg-dev all 1.22.6ubuntu6.6 [1074 kB]
#20 5.119 Get:89 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el build-essential ppc64el 12.10ubuntu1 [4936 B]
#20 5.143 Get:90 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libbrotli1 ppc64el 1.1.0-2build2 [410 kB]
#20 5.188 Get:91 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsasl2-modules-db ppc64el 2.1.28+dfsg1-5ubuntu3.1 [23.3 kB]
#20 5.189 Get:92 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsasl2-2 ppc64el 2.1.28+dfsg1-5ubuntu3.1 [67.2 kB]
#20 5.192 Get:93 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libldap2 ppc64el 2.6.10+dfsg-0ubuntu0.24.04.1 [233 kB]
#20 5.196 Get:94 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2build7 [64.4 kB]
#20 5.198 Get:95 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libssh-4 ppc64el 0.10.6-2ubuntu0.5 [235 kB]
#20 5.203 Get:96 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libcurl4t64 ppc64el 8.5.0-2ubuntu10.13 [428 kB]
#20 5.212 Get:97 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el curl ppc64el 8.5.0-2ubuntu10.13 [234 kB]
#20 5.217 Get:98 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpgconf ppc64el 2.4.4-2ubuntu17.6 [115 kB]
#20 5.220 Get:99 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libksba8 ppc64el 1.6.6-1build1 [159 kB]
#20 5.224 Get:100 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el dirmngr ppc64el 2.4.4-2ubuntu17.6 [388 kB]
#20 5.283 Get:101 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libfakeroot ppc64el 1.33-1 [34.4 kB]
#20 5.346 Get:102 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el fakeroot ppc64el 1.33-1 [69.2 kB]
#20 5.456 Get:103 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el fonts-dejavu-mono all 2.37-8 [502 kB]
#20 5.564 Get:104 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el fonts-dejavu-core all 2.37-8 [835 kB]
#20 5.608 Get:105 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el fontconfig-config ppc64el 2.15.0-1.1ubuntu2 [37.4 kB]
#20 5.609 Get:106 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libcurl3t64-gnutls ppc64el 8.5.0-2ubuntu10.13 [420 kB]
#20 5.620 Get:107 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el liberror-perl all 0.17029-2 [25.6 kB]
#20 5.620 Get:108 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]
#20 5.675 Get:109 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el git ppc64el 1:2.43.0-1ubuntu7.3 [4772 kB]
#20 5.781 Get:110 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gnupg-utils ppc64el 2.4.4-2ubuntu17.6 [123 kB]
#20 5.784 Get:111 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpg ppc64el 2.4.4-2ubuntu17.6 [704 kB]
#20 5.805 Get:112 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el pinentry-curses ppc64el 1.2.1-3ubuntu5 [38.8 kB]
#20 5.807 Get:113 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpg-agent ppc64el 2.4.4-2ubuntu17.6 [274 kB]
#20 5.812 Get:114 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpgsm ppc64el 2.4.4-2ubuntu17.6 [291 kB]
#20 5.819 Get:115 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el keyboxd ppc64el 2.4.4-2ubuntu17.6 [93.7 kB]
#20 5.820 Get:116 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gnupg all 2.4.4-2ubuntu17.6 [359 kB]
#20 5.828 Get:117 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gnupg-l10n all 2.4.4-2ubuntu17.6 [66.5 kB]
#20 5.830 Get:118 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpg-wks-client ppc64el 2.4.4-2ubuntu17.6 [84.5 kB]
#20 5.832 Get:119 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#20 5.845 Get:120 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libalgorithm-diff-xs-perl ppc64el 0.04-8build3 [11.7 kB]
#20 5.845 Get:121 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#20 5.847 Get:122 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libaom3 ppc64el 3.8.2-2ubuntu0.2 [3003 kB]
#20 5.940 Get:123 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libfreetype6 ppc64el 2.13.2+dfsg-1ubuntu0.1 [538 kB]
#20 5.953 Get:124 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libfontconfig1 ppc64el 2.15.0-1.1ubuntu2 [190 kB]
#20 5.957 Get:125 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libsharpyuv0 ppc64el 1.3.2-0.4build3 [28.9 kB]
#20 5.960 Get:126 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libheif-plugin-aomdec ppc64el 1.17.6-1ubuntu4.8 [11.7 kB]
#20 5.960 Get:127 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libheif1 ppc64el 1.17.6-1ubuntu4.8 [320 kB]
#20 5.968 Get:128 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libjpeg-turbo8 ppc64el 2.1.5-2ubuntu2 [219 kB]
#20 5.973 Get:129 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libjpeg8 ppc64el 8c-2ubuntu11 [2148 B]
#20 5.973 Get:130 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libdeflate0 ppc64el 1.19-1build1.1 [61.7 kB]
#20 5.974 Get:131 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libjbig0 ppc64el 2.1-6.1ubuntu2 [35.9 kB]
#20 5.975 Get:132 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el liblerc4 ppc64el 4.0.0+ds-4ubuntu2 [270 kB]
#20 6.036 Get:133 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libwebp7 ppc64el 1.3.2-0.4build3 [312 kB]
#20 6.043 Get:134 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libtiff6 ppc64el 4.5.1+git230720-4ubuntu2.5 [272 kB]
#20 6.073 Get:135 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libxpm4 ppc64el 1:3.5.17-1ubuntu0.24.04.1 [49.6 kB]
#20 6.096 Get:136 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libgd3 ppc64el 2.3.3-9ubuntu5 [166 kB]
#20 6.099 Get:137 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libc-devtools ppc64el 2.39-0ubuntu8.9 [29.5 kB]
#20 6.101 Get:138 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libcap-dev ppc64el 1:2.66-5ubuntu2.4 [663 kB]
#20 6.133 Get:139 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libfile-fcntllock-perl ppc64el 0.22-4ubuntu5 [31.0 kB]
#20 6.134 Get:140 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libheif-plugin-aomenc ppc64el 1.17.6-1ubuntu4.8 [16.6 kB]
#20 6.135 Get:141 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libldap-common all 2.6.10+dfsg-0ubuntu0.24.04.1 [32.9 kB]
#20 6.136 Get:142 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsasl2-modules ppc64el 2.1.28+dfsg1-5ubuntu3.1 [83.1 kB]
#20 6.138 Get:143 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el manpages-dev all 6.7-2 [2013 kB]
#20 6.421 debconf: delaying package configuration, since apt-utils is not installed
#20 6.459 Fetched 102 MB in 3s (29.6 MB/s)
#20 6.494 Selecting previously unselected package liblocale-gettext-perl.
#20 6.494 (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 ... 4382 files and directories currently installed.)
#20 6.502 Preparing to unpack .../0-liblocale-gettext-perl_1.07-6ubuntu5_ppc64el.deb ...
#20 6.513 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...
#20 6.588 Selecting previously unselected package perl-modules-5.38.
#20 6.588 Preparing to unpack .../1-perl-modules-5.38_5.38.2-3.2ubuntu0.6_all.deb ...
#20 6.597 Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.6) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 288.58MB 29.3s done
#13 DONE 30.0s
#20 [stage-0 4/15] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 7.052 Selecting previously unselected package libgdbm6t64:ppc64el.
#20 7.052 Preparing to unpack .../2-libgdbm6t64_1.23-5.1build1_ppc64el.deb ...
#20 7.076 Unpacking libgdbm6t64:ppc64el (1.23-5.1build1) ...
#20 7.150 Selecting previously unselected package libgdbm-compat4t64:ppc64el.
#20 7.150 Preparing to unpack .../3-libgdbm-compat4t64_1.23-5.1build1_ppc64el.deb ...
#20 7.158 Unpacking libgdbm-compat4t64:ppc64el (1.23-5.1build1) ...
#20 7.225 Selecting previously unselected package libperl5.38t64:ppc64el.
#20 7.226 Preparing to unpack .../4-libperl5.38t64_5.38.2-3.2ubuntu0.6_ppc64el.deb ...
#20 7.232 Unpacking libperl5.38t64:ppc64el (5.38.2-3.2ubuntu0.6) ...
#20 7.616 Selecting previously unselected package perl.
#20 7.616 Preparing to unpack .../5-perl_5.38.2-3.2ubuntu0.6_ppc64el.deb ...
#20 7.637 Unpacking perl (5.38.2-3.2ubuntu0.6) ...
#20 7.730 Selecting previously unselected package adduser.
#20 7.730 Preparing to unpack .../6-adduser_3.137ubuntu1_all.deb ...
#20 7.744 Unpacking adduser (3.137ubuntu1) ...
#20 7.830 Setting up adduser (3.137ubuntu1) ...
#20 7.950 Selecting previously unselected package openssl.
#20 7.950 (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 ... 6457 files and directories currently installed.)
#20 7.953 Preparing to unpack .../000-openssl_3.0.13-0ubuntu3.15_ppc64el.deb ...
#20 7.959 Unpacking openssl (3.0.13-0ubuntu3.15) ...
#20 8.059 Selecting previously unselected package ca-certificates.
#20 8.061 Preparing to unpack .../001-ca-certificates_20260601~24.04.1_all.deb ...
#20 8.067 Unpacking ca-certificates (20260601~24.04.1) ...
#20 8.165 Selecting previously unselected package krb5-locales.
#20 8.165 Preparing to unpack .../002-krb5-locales_1.20.1-6ubuntu2.10_all.deb ...
#20 8.173 Unpacking krb5-locales (1.20.1-6ubuntu2.10) ...
#20 8.229 Selecting previously unselected package less.
#20 8.230 Preparing to unpack .../003-less_590-2ubuntu2.1_ppc64el.deb ...
#20 8.239 Unpacking less (590-2ubuntu2.1) ...
#20 8.305 Selecting previously unselected package libapparmor1:ppc64el.
#20 8.305 Preparing to unpack .../004-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_ppc64el.deb ...
#20 8.312 Unpacking libapparmor1:ppc64el (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#20 8.375 Selecting previously unselected package libbsd0:ppc64el.
#20 8.375 Preparing to unpack .../005-libbsd0_0.12.1-1build1.1_ppc64el.deb ...
#20 8.383 Unpacking libbsd0:ppc64el (0.12.1-1build1.1) ...
#20 8.454 Selecting previously unselected package libexpat1:ppc64el.
#20 8.454 Preparing to unpack .../006-libexpat1_2.6.1-2ubuntu0.4_ppc64el.deb ...
#20 8.465 Unpacking libexpat1:ppc64el (2.6.1-2ubuntu0.4) ...
#20 8.533 Selecting previously unselected package libkrb5support0:ppc64el.
#20 8.533 Preparing to unpack .../007-libkrb5support0_1.20.1-6ubuntu2.10_ppc64el.deb ...
#20 8.543 Unpacking libkrb5support0:ppc64el (1.20.1-6ubuntu2.10) ...
#20 8.619 Selecting previously unselected package libk5crypto3:ppc64el.
#20 8.619 Preparing to unpack .../008-libk5crypto3_1.20.1-6ubuntu2.10_ppc64el.deb ...
#20 8.627 Unpacking libk5crypto3:ppc64el (1.20.1-6ubuntu2.10) ...
#20 8.683 Selecting previously unselected package libkeyutils1:ppc64el.
#20 8.683 Preparing to unpack .../009-libkeyutils1_1.6.3-3build1_ppc64el.deb ...
#20 8.690 Unpacking libkeyutils1:ppc64el (1.6.3-3build1) ...
#20 8.754 Selecting previously unselected package libkrb5-3:ppc64el.
#20 8.756 Preparing to unpack .../010-libkrb5-3_1.20.1-6ubuntu2.10_ppc64el.deb ...
#20 8.759 Unpacking libkrb5-3:ppc64el (1.20.1-6ubuntu2.10) ...
#20 8.832 Selecting previously unselected package libgssapi-krb5-2:ppc64el.
#20 8.834 Preparing to unpack .../011-libgssapi-krb5-2_1.20.1-6ubuntu2.10_ppc64el.deb ...
#20 8.838 Unpacking libgssapi-krb5-2:ppc64el (1.20.1-6ubuntu2.10) ...
#20 8.906 Selecting previously unselected package readline-common.
#20 8.906 Preparing to unpack .../012-readline-common_8.2-4build1_all.deb ...
#20 8.914 Unpacking readline-common (8.2-4build1) ...
#20 8.977 Selecting previously unselected package libreadline8t64:ppc64el.
#20 8.977 Preparing to unpack .../013-libreadline8t64_8.2-4build1_ppc64el.deb ...
#20 8.988 Adding 'diversion of /lib/powerpc64le-linux-gnu/libhistory.so.8 to /lib/powerpc64le-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#20 9.000 Adding 'diversion of /lib/powerpc64le-linux-gnu/libhistory.so.8.2 to /lib/powerpc64le-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
#20 9.010 Adding 'diversion of /lib/powerpc64le-linux-gnu/libreadline.so.8 to /lib/powerpc64le-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#20 9.023 Adding 'diversion of /lib/powerpc64le-linux-gnu/libreadline.so.8.2 to /lib/powerpc64le-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
#20 9.028 Unpacking libreadline8t64:ppc64el (8.2-4build1) ...
#20 9.114 Selecting previously unselected package libsqlite3-0:ppc64el.
#20 9.114 Preparing to unpack .../014-libsqlite3-0_3.45.1-1ubuntu2.8_ppc64el.deb ...
#20 9.120 Unpacking libsqlite3-0:ppc64el (3.45.1-1ubuntu2.8) ...
#20 9.197 Selecting previously unselected package netbase.
#20 9.197 Preparing to unpack .../015-netbase_6.4_all.deb ...
#20 9.203 Unpacking netbase (6.4) ...
#20 9.277 Selecting previously unselected package sudo.
#20 9.277 Preparing to unpack .../016-sudo_1.9.15p5-3ubuntu5.24.04.2_ppc64el.deb ...
#20 9.288 Unpacking sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#20 9.372 Selecting previously unselected package libcbor0.10:ppc64el.
#20 9.372 Preparing to unpack .../017-libcbor0.10_0.10.2-1.2ubuntu2_ppc64el.deb ...
#20 9.380 Unpacking libcbor0.10:ppc64el (0.10.2-1.2ubuntu2) ...
#20 9.475 Selecting previously unselected package libedit2:ppc64el.
#20 9.475 Preparing to unpack .../018-libedit2_3.1-20230828-1build1_ppc64el.deb ...
#20 9.490 Unpacking libedit2:ppc64el (3.1-20230828-1build1) ...
#20 9.573 Selecting previously unselected package libfido2-1:ppc64el.
#20 9.573 Preparing to unpack .../019-libfido2-1_1.14.0-1build3_ppc64el.deb ...
#20 9.585 Unpacking libfido2-1:ppc64el (1.14.0-1build3) ...
#20 9.680 Selecting previously unselected package libjansson4:ppc64el.
#20 9.680 Preparing to unpack .../020-libjansson4_2.14-2build2_ppc64el.deb ...
#20 9.695 Unpacking libjansson4:ppc64el (2.14-2build2) ...
#20 9.769 Selecting previously unselected package libnghttp2-14:ppc64el.
#20 9.769 Preparing to unpack .../021-libnghttp2-14_1.59.0-1ubuntu0.4_ppc64el.deb ...
#20 9.785 Unpacking libnghttp2-14:ppc64el (1.59.0-1ubuntu0.4) ...
#20 9.877 Selecting previously unselected package libpng16-16t64:ppc64el.
#20 9.877 Preparing to unpack .../022-libpng16-16t64_1.6.43-5ubuntu0.6_ppc64el.deb ...
#20 9.883 Unpacking libpng16-16t64:ppc64el (1.6.43-5ubuntu0.6) ...
#20 9.990 Selecting previously unselected package libpsl5t64:ppc64el.
#20 9.990 Preparing to unpack .../023-libpsl5t64_0.21.2-1.1build1_ppc64el.deb ...
#20 9.997 Unpacking libpsl5t64:ppc64el (0.21.2-1.1build1) ...
#20 10.07 Selecting previously unselected package libxau6:ppc64el.
#20 10.07 Preparing to unpack .../024-libxau6_1%3a1.0.9-1build6_ppc64el.deb ...
#20 10.08 Unpacking libxau6:ppc64el (1:1.0.9-1build6) ...
#20 10.16 Selecting previously unselected package libxdmcp6:ppc64el.
#20 10.16 Preparing to unpack .../025-libxdmcp6_1%3a1.1.3-0ubuntu6_ppc64el.deb ...
#20 10.17 Unpacking libxdmcp6:ppc64el (1:1.1.3-0ubuntu6) ...
#20 10.23 Selecting previously unselected package libxcb1:ppc64el.
#20 10.23 Preparing to unpack .../026-libxcb1_1.15-1ubuntu2_ppc64el.deb ...
#20 ...
#21 [stage-1 6/42] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 0.800 Reading package lists...
#21 2.219 Building dependency tree...
#21 2.395 Reading state information...
#21 2.619 The following additional packages will be installed:
#21 2.619 adduser binutils binutils-common binutils-powerpc64le-linux-gnu bzip2
#21 2.619 ca-certificates cpp cpp-13 cpp-13-powerpc64le-linux-gnu
#21 2.619 cpp-powerpc64le-linux-gnu dirmngr dpkg-dev fakeroot fontconfig-config
#21 2.619 fonts-dejavu-core fonts-dejavu-mono g++ g++-13 g++-13-powerpc64le-linux-gnu
#21 2.619 g++-powerpc64le-linux-gnu gcc gcc-13 gcc-13-base
#21 2.619 gcc-13-powerpc64le-linux-gnu gcc-powerpc64le-linux-gnu git-man gnupg
#21 2.619 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm keyboxd
#21 2.619 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
#21 2.619 libalgorithm-merge-perl libaom3 libapparmor1 libasan8 libatomic1 libbinutils
#21 2.619 libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.10 libcc1-0
#21 2.619 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64
#21 2.619 libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot
#21 2.619 libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev
#21 2.619 libgd3 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#21 2.619 libheif-plugin-aomdec libheif-plugin-aomenc libheif1 libisl23 libitm1
#21 2.619 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1
#21 2.619 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 liblerc4
#21 2.619 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnghttp2-14
#21 2.619 libperl5.38t64 libpng16-16t64 libpopt0 libpsl5t64 libpthread-stubs0-dev
#21 2.620 libquadmath0 libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules
#21 2.620 libsasl2-modules-db libsframe1 libsharpyuv0 libsqlite3-0 libssh-4
#21 2.620 libstdc++-13-dev libtiff6 libtsan2 libubsan1 libwebp7 libx11-6 libx11-data
#21 2.620 libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext6
#21 2.620 libxmuu1 libxpm4 linux-libc-dev lto-disabled-list make manpages manpages-dev
#21 2.620 netbase openssh-client openssl patch perl perl-modules-5.38 pinentry-curses
#21 2.621 publicsuffix readline-common rpcsvc-proto x11proto-dev xauth
#21 2.621 xorg-sgml-doctools xtrans-dev xz-utils
#21 2.623 Suggested packages:
#21 2.623 cron quota ecryptfs-utils binutils-doc gprofng-gui bzip2-doc cpp-doc
#21 2.623 gcc-13-locales cpp-13-doc dbus-user-session libpam-systemd pinentry-gnome3
#21 2.623 tor debian-keyring gcc-13-doc gcc-multilib autoconf automake libtool flex
#21 2.623 bison gdb gcc-doc gdb-powerpc64le-linux-gnu gettext-base git-daemon-run
#21 2.623 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
#21 2.623 git-mediawiki git-svn parcimonie xloadimage gpg-wks-server scdaemon
#21 2.623 glibc-doc bzr libgd-tools gdbm-l10n krb5-doc krb5-user
#21 2.623 libheif-plugin-libde265 libheif-plugin-x265 libheif-plugin-ffmpegdec
#21 2.623 libheif-plugin-jpegdec libheif-plugin-jpegenc libheif-plugin-j2kdec
#21 2.623 libheif-plugin-j2kenc libheif-plugin-rav1e libheif-plugin-svtenc
#21 2.623 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
#21 2.623 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
#21 2.623 libstdc++-13-doc libx11-doc libxcb-doc make-doc man-browser hunspell
#21 2.623 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#21 2.623 libterm-readline-gnu-perl | libterm-readline-perl-perl
#21 2.623 libtap-harness-archive-perl pinentry-doc readline-doc openssh-server python3
#21 2.623 python3-braceexpand zip
#21 2.928 The following NEW packages will be installed:
#21 2.928 adduser binutils binutils-common binutils-powerpc64le-linux-gnu bubblewrap
#21 2.928 build-essential bzip2 ca-certificates cpp cpp-13
#21 2.928 cpp-13-powerpc64le-linux-gnu cpp-powerpc64le-linux-gnu curl dirmngr dpkg-dev
#21 2.928 fakeroot fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-13
#21 2.928 g++-13-powerpc64le-linux-gnu g++-powerpc64le-linux-gnu gcc gcc-13
#21 2.928 gcc-13-base gcc-13-powerpc64le-linux-gnu gcc-powerpc64le-linux-gnu git
#21 2.928 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf
#21 2.928 gpgsm keyboxd krb5-locales less libalgorithm-diff-perl
#21 2.928 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaom3 libapparmor1
#21 2.928 libasan8 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin
#21 2.928 libc-devtools libc6-dev libcap-dev libcbor0.10 libcc1-0 libcrypt-dev
#21 2.928 libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64 libdeflate0
#21 2.928 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1
#21 2.928 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev libgd3
#21 2.929 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#21 2.929 libheif-plugin-aomdec libheif-plugin-aomenc libheif1 libisl23 libitm1
#21 2.929 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1
#21 2.929 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 liblerc4
#21 2.929 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnghttp2-14
#21 2.929 libperl5.38t64 libpng16-16t64 libpopt0 libpsl5t64 libpthread-stubs0-dev
#21 2.929 libquadmath0 libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules
#21 2.929 libsasl2-modules-db libsframe1 libsharpyuv0 libsqlite3-0 libssh-4
#21 2.929 libstdc++-13-dev libtiff6 libtsan2 libubsan1 libwebp7 libx11-6 libx11-data
#21 2.929 libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6
#21 2.929 libxext6 libxmuu1 libxpm4 linux-libc-dev lto-disabled-list make manpages
#21 2.929 manpages-dev nano netbase openssh-client openssl patch perl
#21 2.929 perl-modules-5.38 pinentry-curses publicsuffix readline-common rpcsvc-proto
#21 2.929 rsync sudo unzip x11proto-dev xauth xorg-sgml-doctools xtrans-dev xz-utils
#21 3.129 0 upgraded, 156 newly installed, 0 to remove and 0 not upgraded.
#21 3.129 Need to get 105 MB of archives.
#21 3.129 After this operation, 412 MB of additional disk space will be used.
#21 3.129 Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el liblocale-gettext-perl ppc64el 1.07-6ubuntu5 [16.1 kB]
#21 3.294 Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libpopt0 ppc64el 1.19+dfsg-1build1 [34.1 kB]
#21 3.376 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el rsync ppc64el 3.2.7-1ubuntu1.5 [494 kB]
#21 3.669 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el perl-modules-5.38 all 5.38.2-3.2ubuntu0.6 [3110 kB]
#21 3.896 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libgdbm6t64 ppc64el 1.23-5.1build1 [42.0 kB]
#21 3.898 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libgdbm-compat4t64 ppc64el 1.23-5.1build1 [6982 B]
#21 3.898 Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libperl5.38t64 ppc64el 5.38.2-3.2ubuntu0.6 [4949 kB]
#21 4.115 Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el perl ppc64el 5.38.2-3.2ubuntu0.6 [231 kB]
#21 4.119 Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el adduser all 3.137ubuntu1 [101 kB]
#21 4.122 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el openssl ppc64el 3.0.13-0ubuntu3.15 [1024 kB]
#21 4.146 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el ca-certificates all 20260601~24.04.1 [139 kB]
#21 4.148 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el krb5-locales all 1.20.1-6ubuntu2.10 [15.3 kB]
#21 4.149 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el less ppc64el 590-2ubuntu2.1 [170 kB]
#21 4.153 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libapparmor1 ppc64el 4.0.1really4.0.1-0ubuntu0.24.04.7 [56.5 kB]
#21 4.156 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libbsd0 ppc64el 0.12.1-1build1.1 [56.5 kB]
#21 4.156 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libexpat1 ppc64el 2.6.1-2ubuntu0.4 [101 kB]
#21 4.201 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libkrb5support0 ppc64el 1.20.1-6ubuntu2.10 [39.5 kB]
#21 4.283 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libk5crypto3 ppc64el 1.20.1-6ubuntu2.10 [107 kB]
#21 4.432 Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libkeyutils1 ppc64el 1.6.3-3build1 [11.0 kB]
#21 4.432 Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libkrb5-3 ppc64el 1.20.1-6ubuntu2.10 [429 kB]
#21 4.565 Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libgssapi-krb5-2 ppc64el 1.20.1-6ubuntu2.10 [184 kB]
#21 4.569 Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el readline-common all 8.2-4build1 [56.5 kB]
#21 4.570 Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libreadline8t64 ppc64el 8.2-4build1 [182 kB]
#21 4.575 Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsqlite3-0 ppc64el 3.45.1-1ubuntu2.8 [801 kB]
#21 4.724 Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el netbase all 6.4 [13.1 kB]
#21 4.724 Get:26 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el sudo ppc64el 1.9.15p5-3ubuntu5.24.04.2 [1001 kB]
#21 4.743 Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libcbor0.10 ppc64el 0.10.2-1.2ubuntu2 [28.5 kB]
#21 4.744 Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libedit2 ppc64el 3.1-20230828-1build1 [125 kB]
#21 4.747 Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libfido2-1 ppc64el 1.14.0-1build3 [111 kB]
#21 4.749 Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libjansson4 ppc64el 2.14-2build2 [40.4 kB]
#21 4.750 Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libnghttp2-14 ppc64el 1.59.0-1ubuntu0.4 [89.0 kB]
#21 4.883 Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libpng16-16t64 ppc64el 1.6.43-5ubuntu0.6 [243 kB]
#21 4.888 Get:33 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libpsl5t64 ppc64el 0.21.2-1.1build1 [59.1 kB]
#21 4.896 Get:34 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxau6 ppc64el 1:1.0.9-1build6 [7920 B]
#21 4.896 Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxdmcp6 ppc64el 1:1.1.3-0ubuntu6 [11.5 kB]
#21 4.896 Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxcb1 ppc64el 1.15-1ubuntu2 [57.1 kB]
#21 4.965 Get:37 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libx11-data all 2:1.8.7-1build1 [115 kB]
#21 4.978 Get:38 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libx11-6 ppc64el 2:1.8.7-1build1 [752 kB]
#21 5.302 Get:39 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxext6 ppc64el 2:1.3.4-1build2 [39.2 kB]
#21 5.303 Get:40 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxmuu1 ppc64el 2:1.1.3-3build2 [9610 B]
#21 5.303 Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el manpages all 6.7-2 [1384 kB]
#21 5.443 Get:42 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el nano ppc64el 7.2-2ubuntu0.2 [322 kB]
#21 5.450 Get:43 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el openssh-client ppc64el 1:9.6p1-3ubuntu13.19 [1111 kB]
#21 5.472 Get:44 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el publicsuffix all 20231001.0357-0.1 [129 kB]
#21 5.475 Get:45 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el xauth ppc64el 1:1.1.2-1build1 [29.7 kB]
#21 5.476 Get:46 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el xz-utils ppc64el 5.6.1+really5.4.5-1ubuntu0.3 [276 kB]
#21 5.527 Get:47 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el binutils-common ppc64el 2.42-4ubuntu2.10 [218 kB]
#21 5.532 Get:48 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsframe1 ppc64el 2.42-4ubuntu2.10 [17.1 kB]
#21 5.532 Get:49 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libbinutils ppc64el 2.42-4ubuntu2.10 [701 kB]
#21 5.862 Get:50 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libctf-nobfd0 ppc64el 2.42-4ubuntu2.10 [113 kB]
#21 5.864 Get:51 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libctf0 ppc64el 2.42-4ubuntu2.10 [112 kB]
#21 5.867 Get:52 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el binutils-powerpc64le-linux-gnu ppc64el 2.42-4ubuntu2.10 [2477 kB]
#21 6.126 Get:53 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el binutils ppc64el 2.42-4ubuntu2.10 [3082 B]
#21 6.126 Get:54 http://ports.ubuntu.com/ubuntu-ports noble-security/main ppc64el bubblewrap ppc64el 0.9.0-1ubuntu0.3 [53.8 kB]
#21 6.126 Get:55 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libc-dev-bin ppc64el 2.39-0ubuntu8.9 [21.1 kB]
#21 6.127 Get:56 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el linux-libc-dev ppc64el 6.8.0-139.139 [1517 kB]
#21 6.157 Get:57 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libcrypt-dev ppc64el 1:4.4.36-4build1 [145 kB]
#21 6.160 Get:58 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el rpcsvc-proto ppc64el 1.4.2-0ubuntu7 [82.4 kB]
#21 6.162 Get:59 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libc6-dev ppc64el 2.39-0ubuntu8.9 [2090 kB]
#21 6.207 Get:60 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gcc-13-base ppc64el 13.3.0-6ubuntu2~24.04.1 [51.6 kB]
#21 6.207 Get:61 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libisl23 ppc64el 0.26-3build1.1 [875 kB]
#21 6.225 Get:62 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libmpfr6 ppc64el 4.2.1-1build1.1 [348 kB]
#21 6.234 Get:63 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libmpc3 ppc64el 1.3.1-1build1.1 [61.7 kB]
#21 6.234 Get:64 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el cpp-13-powerpc64le-linux-gnu ppc64el 13.3.0-6ubuntu2~24.04.1 [9754 kB]
#21 6.596 Get:65 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el cpp-13 ppc64el 13.3.0-6ubuntu2~24.04.1 [1046 B]
#21 6.596 Get:66 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el cpp-powerpc64le-linux-gnu ppc64el 4:13.2.0-7ubuntu1 [5330 B]
#21 6.596 Get:67 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el cpp ppc64el 4:13.2.0-7ubuntu1 [22.5 kB]
#21 6.596 Get:68 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libcc1-0 ppc64el 14.2.0-4ubuntu2~24.04.1 [48.3 kB]
#21 6.598 Get:69 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libgomp1 ppc64el 14.2.0-4ubuntu2~24.04.1 [161 kB]
#21 6.602 Get:70 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libitm1 ppc64el 14.2.0-4ubuntu2~24.04.1 [32.2 kB]
#21 6.602 Get:71 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libatomic1 ppc64el 14.2.0-4ubuntu2~24.04.1 [10.8 kB]
#21 6.603 Get:72 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libasan8 ppc64el 14.2.0-4ubuntu2~24.04.1 [2970 kB]
#21 6.708 Get:73 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el liblsan0 ppc64el 14.2.0-4ubuntu2~24.04.1 [1328 kB]
#21 6.754 Get:74 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libtsan2 ppc64el 14.2.0-4ubuntu2~24.04.1 [2736 kB]
#21 6.848 Get:75 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libubsan1 ppc64el 14.2.0-4ubuntu2~24.04.1 [1196 kB]
#21 6.890 Get:76 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libquadmath0 ppc64el 14.2.0-4ubuntu2~24.04.1 [158 kB]
#21 6.893 Get:77 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libgcc-13-dev ppc64el 13.3.0-6ubuntu2~24.04.1 [1580 kB]
#21 6.942 Get:78 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gcc-13-powerpc64le-linux-gnu ppc64el 13.3.0-6ubuntu2~24.04.1 [19.1 MB]
#21 7.484 Get:79 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gcc-13 ppc64el 13.3.0-6ubuntu2~24.04.1 [494 kB]
#21 7.493 Get:80 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el gcc-powerpc64le-linux-gnu ppc64el 4:13.2.0-7ubuntu1 [1224 B]
#21 7.493 Get:81 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el gcc ppc64el 4:13.2.0-7ubuntu1 [5022 B]
#21 7.493 Get:82 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libstdc++-13-dev ppc64el 13.3.0-6ubuntu2~24.04.1 [2600 kB]
#21 7.545 Get:83 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el g++-13-powerpc64le-linux-gnu ppc64el 13.3.0-6ubuntu2~24.04.1 [11.2 MB]
#21 7.770 Get:84 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el g++-13 ppc64el 13.3.0-6ubuntu2~24.04.1 [16.1 kB]
#21 7.770 Get:85 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el g++-powerpc64le-linux-gnu ppc64el 4:13.2.0-7ubuntu1 [968 B]
#21 7.770 Get:86 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el g++ ppc64el 4:13.2.0-7ubuntu1 [1086 B]
#21 7.770 Get:87 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el make ppc64el 4.3-4.1build2 [214 kB]
#21 7.774 Get:88 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libdpkg-perl all 1.22.6ubuntu6.6 [268 kB]
#21 7.780 Get:89 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el bzip2 ppc64el 1.0.8-5.1ubuntu0.1 [37.5 kB]
#21 7.781 Get:90 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el patch ppc64el 2.7.6-7build3 [124 kB]
#21 7.797 Get:91 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el lto-disabled-list all 47 [12.4 kB]
#21 7.797 Get:92 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el dpkg-dev all 1.22.6ubuntu6.6 [1074 kB]
#21 7.858 Get:93 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el build-essential ppc64el 12.10ubuntu1 [4936 B]
#21 7.858 Get:94 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libbrotli1 ppc64el 1.1.0-2build2 [410 kB]
#21 8.017 Get:95 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsasl2-modules-db ppc64el 2.1.28+dfsg1-5ubuntu3.1 [23.3 kB]
#21 8.017 Get:96 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsasl2-2 ppc64el 2.1.28+dfsg1-5ubuntu3.1 [67.2 kB]
#21 8.018 Get:97 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libldap2 ppc64el 2.6.10+dfsg-0ubuntu0.24.04.1 [233 kB]
#21 8.095 Get:98 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2build7 [64.4 kB]
#21 8.096 Get:99 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libssh-4 ppc64el 0.10.6-2ubuntu0.5 [235 kB]
#21 8.101 Get:100 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libcurl4t64 ppc64el 8.5.0-2ubuntu10.13 [428 kB]
#21 8.109 Get:101 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el curl ppc64el 8.5.0-2ubuntu10.13 [234 kB]
#21 8.178 Get:102 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpgconf ppc64el 2.4.4-2ubuntu17.6 [115 kB]
#21 8.306 Get:103 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libksba8 ppc64el 1.6.6-1build1 [159 kB]
#21 8.341 Get:104 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el dirmngr ppc64el 2.4.4-2ubuntu17.6 [388 kB]
#21 8.385 Get:105 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libfakeroot ppc64el 1.33-1 [34.4 kB]
#21 8.386 Get:106 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el fakeroot ppc64el 1.33-1 [69.2 kB]
#21 8.391 Get:107 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el fonts-dejavu-mono all 2.37-8 [502 kB]
#21 8.415 Get:108 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el fonts-dejavu-core all 2.37-8 [835 kB]
#21 8.439 Get:109 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el fontconfig-config ppc64el 2.15.0-1.1ubuntu2 [37.4 kB]
#21 8.439 Get:110 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libcurl3t64-gnutls ppc64el 8.5.0-2ubuntu10.13 [420 kB]
#21 8.449 Get:111 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el liberror-perl all 0.17029-2 [25.6 kB]
#21 8.450 Get:112 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]
#21 8.509 Get:113 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el git ppc64el 1:2.43.0-1ubuntu7.3 [4772 kB]
#21 8.608 Get:114 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gnupg-utils ppc64el 2.4.4-2ubuntu17.6 [123 kB]
#21 8.610 Get:115 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpg ppc64el 2.4.4-2ubuntu17.6 [704 kB]
#21 8.677 Get:116 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el pinentry-curses ppc64el 1.2.1-3ubuntu5 [38.8 kB]
#21 8.678 Get:117 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpg-agent ppc64el 2.4.4-2ubuntu17.6 [274 kB]
#21 8.684 Get:118 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpgsm ppc64el 2.4.4-2ubuntu17.6 [291 kB]
#21 8.689 Get:119 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el keyboxd ppc64el 2.4.4-2ubuntu17.6 [93.7 kB]
#21 8.692 Get:120 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gnupg all 2.4.4-2ubuntu17.6 [359 kB]
#21 8.699 Get:121 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gnupg-l10n all 2.4.4-2ubuntu17.6 [66.5 kB]
#21 8.701 Get:122 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el gpg-wks-client ppc64el 2.4.4-2ubuntu17.6 [84.5 kB]
#21 8.703 Get:123 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#21 8.704 Get:124 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libalgorithm-diff-xs-perl ppc64el 0.04-8build3 [11.7 kB]
#21 8.709 Get:125 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#21 8.735 Get:126 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libaom3 ppc64el 3.8.2-2ubuntu0.2 [3003 kB]
#21 8.834 Get:127 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libfreetype6 ppc64el 2.13.2+dfsg-1ubuntu0.1 [538 kB]
#21 8.844 Get:128 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libfontconfig1 ppc64el 2.15.0-1.1ubuntu2 [190 kB]
#21 8.848 Get:129 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libsharpyuv0 ppc64el 1.3.2-0.4build3 [28.9 kB]
#21 8.849 Get:130 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libheif-plugin-aomdec ppc64el 1.17.6-1ubuntu4.8 [11.7 kB]
#21 8.849 Get:131 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libheif1 ppc64el 1.17.6-1ubuntu4.8 [320 kB]
#21 8.856 Get:132 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libjpeg-turbo8 ppc64el 2.1.5-2ubuntu2 [219 kB]
#21 8.860 Get:133 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libjpeg8 ppc64el 8c-2ubuntu11 [2148 B]
#21 8.861 Get:134 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libdeflate0 ppc64el 1.19-1build1.1 [61.7 kB]
#21 8.862 Get:135 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libjbig0 ppc64el 2.1-6.1ubuntu2 [35.9 kB]
#21 8.868 Get:136 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el liblerc4 ppc64el 4.0.0+ds-4ubuntu2 [270 kB]
#21 8.917 Get:137 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libwebp7 ppc64el 1.3.2-0.4build3 [312 kB]
#21 8.936 Get:138 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libtiff6 ppc64el 4.5.1+git230720-4ubuntu2.5 [272 kB]
#21 8.943 Get:139 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libxpm4 ppc64el 1:3.5.17-1ubuntu0.24.04.1 [49.6 kB]
#21 8.944 Get:140 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libgd3 ppc64el 2.3.3-9ubuntu5 [166 kB]
#21 8.948 Get:141 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libc-devtools ppc64el 2.39-0ubuntu8.9 [29.5 kB]
#21 8.949 Get:142 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libcap-dev ppc64el 1:2.66-5ubuntu2.4 [663 kB]
#21 8.962 Get:143 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libfile-fcntllock-perl ppc64el 0.22-4ubuntu5 [31.0 kB]
#21 8.963 Get:144 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libheif-plugin-aomenc ppc64el 1.17.6-1ubuntu4.8 [16.6 kB]
#21 8.963 Get:145 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libldap-common all 2.6.10+dfsg-0ubuntu0.24.04.1 [32.9 kB]
#21 8.964 Get:146 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libpthread-stubs0-dev ppc64el 0.4-1build3 [4740 B]
#21 8.975 Get:147 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el libsasl2-modules ppc64el 2.1.28+dfsg1-5ubuntu3.1 [83.1 kB]
#21 9.020 Get:148 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
#21 9.020 Get:149 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el x11proto-dev all 2023.2-1 [602 kB]
#21 9.056 Get:150 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxau-dev ppc64el 1:1.0.9-1build6 [10.5 kB]
#21 9.056 Get:151 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxdmcp-dev ppc64el 1:1.1.3-0ubuntu6 [27.8 kB]
#21 9.057 Get:152 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el xtrans-dev all 1.4.0-1 [68.9 kB]
#21 9.059 Get:153 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libxcb1-dev ppc64el 1.15-1ubuntu2 [98.7 kB]
#21 9.061 Get:154 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el libx11-dev ppc64el 2:1.8.7-1build1 [849 kB]
#21 9.078 Get:155 http://ports.ubuntu.com/ubuntu-ports noble/main ppc64el manpages-dev all 6.7-2 [2013 kB]
#21 9.117 Get:156 http://ports.ubuntu.com/ubuntu-ports noble-updates/main ppc64el unzip ppc64el 6.0-28ubuntu4.1 [191 kB]
#21 9.309 debconf: delaying package configuration, since apt-utils is not installed
#21 9.344 Fetched 105 MB in 6s (17.0 MB/s)
#21 9.377 Selecting previously unselected package liblocale-gettext-perl.
#21 9.377 (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 ... 4382 files and directories currently installed.)
#21 9.384 Preparing to unpack .../0-liblocale-gettext-perl_1.07-6ubuntu5_ppc64el.deb ...
#21 9.394 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...
#21 9.477 Selecting previously unselected package libpopt0:ppc64el.
#21 9.478 Preparing to unpack .../1-libpopt0_1.19+dfsg-1build1_ppc64el.deb ...
#21 9.503 Unpacking libpopt0:ppc64el (1.19+dfsg-1build1) ...
#21 9.621 Selecting previously unselected package rsync.
#21 9.622 Preparing to unpack .../2-rsync_3.2.7-1ubuntu1.5_ppc64el.deb ...
#21 9.636 Unpacking rsync (3.2.7-1ubuntu1.5) ...
#21 9.733 Selecting previously unselected package perl-modules-5.38.
#21 9.735 Preparing to unpack .../3-perl-modules-5.38_5.38.2-3.2ubuntu0.6_all.deb ...
#21 9.744 Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.6) ...
#21 10.23 Selecting previously unselected package libgdbm6t64:ppc64el.
#21 10.23 Preparing to unpack .../4-libgdbm6t64_1.23-5.1build1_ppc64el.deb ...
#21 10.23 Unpacking libgdbm6t64:ppc64el (1.23-5.1build1) ...
#21 10.32 Selecting previously unselected package libgdbm-compat4t64:ppc64el.
#21 10.32 Preparing to unpack .../5-libgdbm-compat4t64_1.23-5.1build1_ppc64el.deb ...
#21 10.33 Unpacking libgdbm-compat4t64:ppc64el (1.23-5.1build1) ...
#21 10.42 Selecting previously unselected package libperl5.38t64:ppc64el.
#21 10.42 Preparing to unpack .../6-libperl5.38t64_5.38.2-3.2ubuntu0.6_ppc64el.deb ...
#21 10.43 Unpacking libperl5.38t64:ppc64el (5.38.2-3.2ubuntu0.6) ...
#21 10.84 Selecting previously unselected package perl.
#21 10.84 Preparing to unpack .../7-perl_5.38.2-3.2ubuntu0.6_ppc64el.deb ...
#21 10.86 Unpacking perl (5.38.2-3.2ubuntu0.6) ...
#21 10.97 Selecting previously unselected package adduser.
#21 10.98 Preparing to unpack .../8-adduser_3.137ubuntu1_all.deb ...
#21 10.99 Unpacking adduser (3.137ubuntu1) ...
#21 11.07 Setting up adduser (3.137ubuntu1) ...
#21 11.21 Selecting previously unselected package openssl.
#21 11.21 (Reading database ...
#21 ...
#20 [stage-0 4/15] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 10.25 Unpacking libxcb1:ppc64el (1.15-1ubuntu2) ...
#20 10.31 Selecting previously unselected package libx11-data.
#20 10.31 Preparing to unpack .../027-libx11-data_2%3a1.8.7-1build1_all.deb ...
#20 10.32 Unpacking libx11-data (2:1.8.7-1build1) ...
#20 10.47 Selecting previously unselected package libx11-6:ppc64el.
#20 10.47 Preparing to unpack .../028-libx11-6_2%3a1.8.7-1build1_ppc64el.deb ...
#20 10.48 Unpacking libx11-6:ppc64el (2:1.8.7-1build1) ...
#20 10.58 Selecting previously unselected package libxext6:ppc64el.
#20 10.58 Preparing to unpack .../029-libxext6_2%3a1.3.4-1build2_ppc64el.deb ...
#20 10.60 Unpacking libxext6:ppc64el (2:1.3.4-1build2) ...
#20 10.69 Selecting previously unselected package libxmuu1:ppc64el.
#20 10.69 Preparing to unpack .../030-libxmuu1_2%3a1.1.3-3build2_ppc64el.deb ...
#20 10.70 Unpacking libxmuu1:ppc64el (2:1.1.3-3build2) ...
#20 10.76 Selecting previously unselected package manpages.
#20 10.76 Preparing to unpack .../031-manpages_6.7-2_all.deb ...
#20 10.77 Unpacking manpages (6.7-2) ...
#20 10.89 Selecting previously unselected package openssh-client.
#20 10.90 Preparing to unpack .../032-openssh-client_1%3a9.6p1-3ubuntu13.19_ppc64el.deb ...
#20 10.93 Unpacking openssh-client (1:9.6p1-3ubuntu13.19) ...
#20 11.05 Selecting previously unselected package publicsuffix.
#20 11.05 Preparing to unpack .../033-publicsuffix_20231001.0357-0.1_all.deb ...
#20 11.07 Unpacking publicsuffix (20231001.0357-0.1) ...
#20 11.12 Selecting previously unselected package xauth.
#20 11.12 Preparing to unpack .../034-xauth_1%3a1.1.2-1build1_ppc64el.deb ...
#20 11.14 Unpacking xauth (1:1.1.2-1build1) ...
#20 11.24 Selecting previously unselected package xz-utils.
#20 11.24 Preparing to unpack .../035-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_ppc64el.deb ...
#20 11.26 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#20 11.33 Selecting previously unselected package binutils-common:ppc64el.
#20 11.33 Preparing to unpack .../036-binutils-common_2.42-4ubuntu2.10_ppc64el.deb ...
#20 11.34 Unpacking binutils-common:ppc64el (2.42-4ubuntu2.10) ...
#20 11.44 Selecting previously unselected package libsframe1:ppc64el.
#20 11.44 Preparing to unpack .../037-libsframe1_2.42-4ubuntu2.10_ppc64el.deb ...
#20 11.45 Unpacking libsframe1:ppc64el (2.42-4ubuntu2.10) ...
#20 11.52 Selecting previously unselected package libbinutils:ppc64el.
#20 11.52 Preparing to unpack .../038-libbinutils_2.42-4ubuntu2.10_ppc64el.deb ...
#20 11.54 Unpacking libbinutils:ppc64el (2.42-4ubuntu2.10) ...
#20 11.65 Selecting previously unselected package libctf-nobfd0:ppc64el.
#20 11.66 Preparing to unpack .../039-libctf-nobfd0_2.42-4ubuntu2.10_ppc64el.deb ...
#20 11.66 Unpacking libctf-nobfd0:ppc64el (2.42-4ubuntu2.10) ...
#20 11.77 Selecting previously unselected package libctf0:ppc64el.
#20 11.77 Preparing to unpack .../040-libctf0_2.42-4ubuntu2.10_ppc64el.deb ...
#20 11.78 Unpacking libctf0:ppc64el (2.42-4ubuntu2.10) ...
#20 11.86 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
#20 11.86 Preparing to unpack .../041-binutils-powerpc64le-linux-gnu_2.42-4ubuntu2.10_ppc64el.deb ...
#20 11.87 Unpacking binutils-powerpc64le-linux-gnu (2.42-4ubuntu2.10) ...
#20 12.07 Selecting previously unselected package binutils.
#20 12.07 Preparing to unpack .../042-binutils_2.42-4ubuntu2.10_ppc64el.deb ...
#20 12.08 Unpacking binutils (2.42-4ubuntu2.10) ...
#20 12.17 Selecting previously unselected package libc-dev-bin.
#20 12.17 Preparing to unpack .../043-libc-dev-bin_2.39-0ubuntu8.9_ppc64el.deb ...
#20 12.18 Unpacking libc-dev-bin (2.39-0ubuntu8.9) ...
#20 12.25 Selecting previously unselected package linux-libc-dev:ppc64el.
#20 12.25 Preparing to unpack .../044-linux-libc-dev_6.8.0-139.139_ppc64el.deb ...
#20 12.27 Unpacking linux-libc-dev:ppc64el (6.8.0-139.139) ...
#20 12.58 Selecting previously unselected package libcrypt-dev:ppc64el.
#20 12.59 Preparing to unpack .../045-libcrypt-dev_1%3a4.4.36-4build1_ppc64el.deb ...
#20 12.61 Unpacking libcrypt-dev:ppc64el (1:4.4.36-4build1) ...
#20 12.69 Selecting previously unselected package rpcsvc-proto.
#20 12.69 Preparing to unpack .../046-rpcsvc-proto_1.4.2-0ubuntu7_ppc64el.deb ...
#20 12.70 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#20 12.78 Selecting previously unselected package libc6-dev:ppc64el.
#20 12.78 Preparing to unpack .../047-libc6-dev_2.39-0ubuntu8.9_ppc64el.deb ...
#20 12.79 Unpacking libc6-dev:ppc64el (2.39-0ubuntu8.9) ...
#20 13.03 Selecting previously unselected package gcc-13-base:ppc64el.
#20 13.03 Preparing to unpack .../048-gcc-13-base_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 13.05 Unpacking gcc-13-base:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#20 13.14 Selecting previously unselected package libisl23:ppc64el.
#20 13.14 Preparing to unpack .../049-libisl23_0.26-3build1.1_ppc64el.deb ...
#20 13.15 Unpacking libisl23:ppc64el (0.26-3build1.1) ...
#20 13.28 Selecting previously unselected package libmpfr6:ppc64el.
#20 13.28 Preparing to unpack .../050-libmpfr6_4.2.1-1build1.1_ppc64el.deb ...
#20 13.29 Unpacking libmpfr6:ppc64el (4.2.1-1build1.1) ...
#20 13.41 Selecting previously unselected package libmpc3:ppc64el.
#20 13.41 Preparing to unpack .../051-libmpc3_1.3.1-1build1.1_ppc64el.deb ...
#20 13.42 Unpacking libmpc3:ppc64el (1.3.1-1build1.1) ...
#20 13.49 Selecting previously unselected package cpp-13-powerpc64le-linux-gnu.
#20 13.49 Preparing to unpack .../052-cpp-13-powerpc64le-linux-gnu_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 13.50 Unpacking cpp-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 13.78 Selecting previously unselected package cpp-13.
#20 13.78 Preparing to unpack .../053-cpp-13_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 13.79 Unpacking cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 13.87 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
#20 13.87 Preparing to unpack .../054-cpp-powerpc64le-linux-gnu_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#20 13.88 Unpacking cpp-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 13.96 Selecting previously unselected package cpp.
#20 13.96 Preparing to unpack .../055-cpp_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#20 13.98 Unpacking cpp (4:13.2.0-7ubuntu1) ...
#20 14.08 Selecting previously unselected package libcc1-0:ppc64el.
#20 14.08 Preparing to unpack .../056-libcc1-0_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 14.09 Unpacking libcc1-0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 14.18 Selecting previously unselected package libgomp1:ppc64el.
#20 14.18 Preparing to unpack .../057-libgomp1_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 14.20 Unpacking libgomp1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 14.28 Selecting previously unselected package libitm1:ppc64el.
#20 14.28 Preparing to unpack .../058-libitm1_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 14.30 Unpacking libitm1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 14.40 Selecting previously unselected package libatomic1:ppc64el.
#20 14.40 Preparing to unpack .../059-libatomic1_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 14.41 Unpacking libatomic1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 14.49 Selecting previously unselected package libasan8:ppc64el.
#20 14.49 Preparing to unpack .../060-libasan8_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 14.51 Unpacking libasan8:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 14.69 Selecting previously unselected package liblsan0:ppc64el.
#20 14.69 Preparing to unpack .../061-liblsan0_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 14.71 Unpacking liblsan0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 14.84 Selecting previously unselected package libtsan2:ppc64el.
#20 14.84 Preparing to unpack .../062-libtsan2_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 14.85 Unpacking libtsan2:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 15.00 Selecting previously unselected package libubsan1:ppc64el.
#20 15.01 Preparing to unpack .../063-libubsan1_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 15.02 Unpacking libubsan1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 15.14 Selecting previously unselected package libquadmath0:ppc64el.
#20 15.14 Preparing to unpack .../064-libquadmath0_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#20 15.15 Unpacking libquadmath0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 15.23 Selecting previously unselected package libgcc-13-dev:ppc64el.
#20 15.23 Preparing to unpack .../065-libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 15.24 Unpacking libgcc-13-dev:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#20 15.40 Selecting previously unselected package gcc-13-powerpc64le-linux-gnu.
#20 15.40 Preparing to unpack .../066-gcc-13-powerpc64le-linux-gnu_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 15.41 Unpacking gcc-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 15.87 Selecting previously unselected package gcc-13.
#20 15.87 Preparing to unpack .../067-gcc-13_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 15.88 Unpacking gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 15.98 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
#20 15.98 Preparing to unpack .../068-gcc-powerpc64le-linux-gnu_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#20 15.99 Unpacking gcc-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 16.06 Selecting previously unselected package gcc.
#20 16.06 Preparing to unpack .../069-gcc_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#20 16.07 Unpacking gcc (4:13.2.0-7ubuntu1) ...
#20 16.14 Selecting previously unselected package libstdc++-13-dev:ppc64el.
#20 16.14 Preparing to unpack .../070-libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 16.16 Unpacking libstdc++-13-dev:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#20 16.52 Selecting previously unselected package g++-13-powerpc64le-linux-gnu.
#20 16.52 Preparing to unpack .../071-g++-13-powerpc64le-linux-gnu_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 16.53 Unpacking g++-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 16.82 Selecting previously unselected package g++-13.
#20 16.82 Preparing to unpack .../072-g++-13_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#20 16.83 Unpacking g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 16.89 Selecting previously unselected package g++-powerpc64le-linux-gnu.
#20 16.90 Preparing to unpack .../073-g++-powerpc64le-linux-gnu_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#20 16.91 Unpacking g++-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 16.96 Selecting previously unselected package g++.
#20 16.96 Preparing to unpack .../074-g++_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#20 16.97 Unpacking g++ (4:13.2.0-7ubuntu1) ...
#20 17.03 Selecting previously unselected package make.
#20 17.03 Preparing to unpack .../075-make_4.3-4.1build2_ppc64el.deb ...
#20 17.04 Unpacking make (4.3-4.1build2) ...
#20 17.11 Selecting previously unselected package libdpkg-perl.
#20 17.11 Preparing to unpack .../076-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
#20 17.12 Unpacking libdpkg-perl (1.22.6ubuntu6.6) ...
#20 17.22 Selecting previously unselected package bzip2.
#20 17.22 Preparing to unpack .../077-bzip2_1.0.8-5.1ubuntu0.1_ppc64el.deb ...
#20 17.24 Unpacking bzip2 (1.0.8-5.1ubuntu0.1) ...
#20 17.30 Selecting previously unselected package patch.
#20 17.30 Preparing to unpack .../078-patch_2.7.6-7build3_ppc64el.deb ...
#20 17.32 Unpacking patch (2.7.6-7build3) ...
#20 17.39 Selecting previously unselected package lto-disabled-list.
#20 17.39 Preparing to unpack .../079-lto-disabled-list_47_all.deb ...
#20 17.40 Unpacking lto-disabled-list (47) ...
#20 17.47 Selecting previously unselected package dpkg-dev.
#20 17.47 Preparing to unpack .../080-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
#20 17.48 Unpacking dpkg-dev (1.22.6ubuntu6.6) ...
#20 17.58 Selecting previously unselected package build-essential.
#20 17.58 Preparing to unpack .../081-build-essential_12.10ubuntu1_ppc64el.deb ...
#20 17.59 Unpacking build-essential (12.10ubuntu1) ...
#20 17.65 Selecting previously unselected package libbrotli1:ppc64el.
#20 17.65 Preparing to unpack .../082-libbrotli1_1.1.0-2build2_ppc64el.deb ...
#20 17.66 Unpacking libbrotli1:ppc64el (1.1.0-2build2) ...
#20 17.73 Selecting previously unselected package libsasl2-modules-db:ppc64el.
#20 17.73 Preparing to unpack .../083-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_ppc64el.deb ...
#20 17.74 Unpacking libsasl2-modules-db:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#20 17.84 Selecting previously unselected package libsasl2-2:ppc64el.
#20 17.85 Preparing to unpack .../084-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_ppc64el.deb ...
#20 17.86 Unpacking libsasl2-2:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#20 17.95 Selecting previously unselected package libldap2:ppc64el.
#20 17.96 Preparing to unpack .../085-libldap2_2.6.10+dfsg-0ubuntu0.24.04.1_ppc64el.deb ...
#20 17.96 Unpacking libldap2:ppc64el (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 18.08 Selecting previously unselected package librtmp1:ppc64el.
#20 18.08 Preparing to unpack .../086-librtmp1_2.4+20151223.gitfa8646d.1-2build7_ppc64el.deb ...
#20 18.09 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2build7) ...
#20 18.19 Selecting previously unselected package libssh-4:ppc64el.
#20 18.20 Preparing to unpack .../087-libssh-4_0.10.6-2ubuntu0.5_ppc64el.deb ...
#20 18.21 Unpacking libssh-4:ppc64el (0.10.6-2ubuntu0.5) ...
#20 18.30 Selecting previously unselected package libcurl4t64:ppc64el.
#20 18.30 Preparing to unpack .../088-libcurl4t64_8.5.0-2ubuntu10.13_ppc64el.deb ...
#20 18.31 Unpacking libcurl4t64:ppc64el (8.5.0-2ubuntu10.13) ...
#20 18.40 Selecting previously unselected package curl.
#20 18.40 Preparing to unpack .../089-curl_8.5.0-2ubuntu10.13_ppc64el.deb ...
#20 18.41 Unpacking curl (8.5.0-2ubuntu10.13) ...
#20 18.49 Selecting previously unselected package gpgconf.
#20 18.50 Preparing to unpack .../090-gpgconf_2.4.4-2ubuntu17.6_ppc64el.deb ...
#20 18.51 Unpacking gpgconf (2.4.4-2ubuntu17.6) ...
#20 18.59 Selecting previously unselected package libksba8:ppc64el.
#20 18.59 Preparing to unpack .../091-libksba8_1.6.6-1build1_ppc64el.deb ...
#20 18.61 Unpacking libksba8:ppc64el (1.6.6-1build1) ...
#20 18.72 Selecting previously unselected package dirmngr.
#20 18.73 Preparing to unpack .../092-dirmngr_2.4.4-2ubuntu17.6_ppc64el.deb ...
#20 18.76 Unpacking dirmngr (2.4.4-2ubuntu17.6) ...
#20 18.86 Selecting previously unselected package libfakeroot:ppc64el.
#20 18.86 Preparing to unpack .../093-libfakeroot_1.33-1_ppc64el.deb ...
#20 18.87 Unpacking libfakeroot:ppc64el (1.33-1) ...
#20 18.92 Selecting previously unselected package fakeroot.
#20 18.93 Preparing to unpack .../094-fakeroot_1.33-1_ppc64el.deb ...
#20 18.93 Unpacking fakeroot (1.33-1) ...
#20 19.00 Selecting previously unselected package fonts-dejavu-mono.
#20 19.01 Preparing to unpack .../095-fonts-dejavu-mono_2.37-8_all.deb ...
#20 19.02 Unpacking fonts-dejavu-mono (2.37-8) ...
#20 19.12 Selecting previously unselected package fonts-dejavu-core.
#20 19.12 Preparing to unpack .../096-fonts-dejavu-core_2.37-8_all.deb ...
#20 19.16 Unpacking fonts-dejavu-core (2.37-8) ...
#20 19.28 Selecting previously unselected package fontconfig-config.
#20 19.28 Preparing to unpack .../097-fontconfig-config_2.15.0-1.1ubuntu2_ppc64el.deb ...
#20 19.49 Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ...
#20 19.55 Selecting previously unselected package libcurl3t64-gnutls:ppc64el.
#20 19.55 Preparing to unpack .../098-libcurl3t64-gnutls_8.5.0-2ubuntu10.13_ppc64el.deb ...
#20 19.56 Unpacking libcurl3t64-gnutls:ppc64el (8.5.0-2ubuntu10.13) ...
#20 19.61 Selecting previously unselected package liberror-perl.
#20 19.61 Preparing to unpack .../099-liberror-perl_0.17029-2_all.deb ...
#20 19.62 Unpacking liberror-perl (0.17029-2) ...
#20 19.66 Selecting previously unselected package git-man.
#20 19.66 Preparing to unpack .../100-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...
#20 19.67 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...
#20 19.73 Selecting previously unselected package git.
#20 19.73 Preparing to unpack .../101-git_1%3a2.43.0-1ubuntu7.3_ppc64el.deb ...
#20 19.75 Unpacking git (1:2.43.0-1ubuntu7.3) ...
#20 ...
#21 [stage-1 6/42] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 11.21 (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 ... 6497 files and directories currently installed.)
#21 11.21 Preparing to unpack .../000-openssl_3.0.13-0ubuntu3.15_ppc64el.deb ...
#21 11.22 Unpacking openssl (3.0.13-0ubuntu3.15) ...
#21 11.38 Selecting previously unselected package ca-certificates.
#21 11.38 Preparing to unpack .../001-ca-certificates_20260601~24.04.1_all.deb ...
#21 11.39 Unpacking ca-certificates (20260601~24.04.1) ...
#21 11.52 Selecting previously unselected package krb5-locales.
#21 11.53 Preparing to unpack .../002-krb5-locales_1.20.1-6ubuntu2.10_all.deb ...
#21 11.54 Unpacking krb5-locales (1.20.1-6ubuntu2.10) ...
#21 11.63 Selecting previously unselected package less.
#21 11.63 Preparing to unpack .../003-less_590-2ubuntu2.1_ppc64el.deb ...
#21 11.64 Unpacking less (590-2ubuntu2.1) ...
#21 11.73 Selecting previously unselected package libapparmor1:ppc64el.
#21 11.73 Preparing to unpack .../004-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_ppc64el.deb ...
#21 11.74 Unpacking libapparmor1:ppc64el (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#21 11.82 Selecting previously unselected package libbsd0:ppc64el.
#21 11.82 Preparing to unpack .../005-libbsd0_0.12.1-1build1.1_ppc64el.deb ...
#21 11.84 Unpacking libbsd0:ppc64el (0.12.1-1build1.1) ...
#21 11.94 Selecting previously unselected package libexpat1:ppc64el.
#21 11.94 Preparing to unpack .../006-libexpat1_2.6.1-2ubuntu0.4_ppc64el.deb ...
#21 11.96 Unpacking libexpat1:ppc64el (2.6.1-2ubuntu0.4) ...
#21 12.05 Selecting previously unselected package libkrb5support0:ppc64el.
#21 12.05 Preparing to unpack .../007-libkrb5support0_1.20.1-6ubuntu2.10_ppc64el.deb ...
#21 12.06 Unpacking libkrb5support0:ppc64el (1.20.1-6ubuntu2.10) ...
#21 12.15 Selecting previously unselected package libk5crypto3:ppc64el.
#21 12.15 Preparing to unpack .../008-libk5crypto3_1.20.1-6ubuntu2.10_ppc64el.deb ...
#21 12.15 Unpacking libk5crypto3:ppc64el (1.20.1-6ubuntu2.10) ...
#21 12.23 Selecting previously unselected package libkeyutils1:ppc64el.
#21 12.23 Preparing to unpack .../009-libkeyutils1_1.6.3-3build1_ppc64el.deb ...
#21 12.24 Unpacking libkeyutils1:ppc64el (1.6.3-3build1) ...
#21 12.31 Selecting previously unselected package libkrb5-3:ppc64el.
#21 12.31 Preparing to unpack .../010-libkrb5-3_1.20.1-6ubuntu2.10_ppc64el.deb ...
#21 12.33 Unpacking libkrb5-3:ppc64el (1.20.1-6ubuntu2.10) ...
#21 12.44 Selecting previously unselected package libgssapi-krb5-2:ppc64el.
#21 12.44 Preparing to unpack .../011-libgssapi-krb5-2_1.20.1-6ubuntu2.10_ppc64el.deb ...
#21 12.46 Unpacking libgssapi-krb5-2:ppc64el (1.20.1-6ubuntu2.10) ...
#21 12.54 Selecting previously unselected package readline-common.
#21 12.54 Preparing to unpack .../012-readline-common_8.2-4build1_all.deb ...
#21 12.55 Unpacking readline-common (8.2-4build1) ...
#21 12.64 Selecting previously unselected package libreadline8t64:ppc64el.
#21 12.64 Preparing to unpack .../013-libreadline8t64_8.2-4build1_ppc64el.deb ...
#21 12.66 Adding 'diversion of /lib/powerpc64le-linux-gnu/libhistory.so.8 to /lib/powerpc64le-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#21 12.67 Adding 'diversion of /lib/powerpc64le-linux-gnu/libhistory.so.8.2 to /lib/powerpc64le-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
#21 12.68 Adding 'diversion of /lib/powerpc64le-linux-gnu/libreadline.so.8 to /lib/powerpc64le-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#21 12.69 Adding 'diversion of /lib/powerpc64le-linux-gnu/libreadline.so.8.2 to /lib/powerpc64le-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
#21 12.70 Unpacking libreadline8t64:ppc64el (8.2-4build1) ...
#21 12.77 Selecting previously unselected package libsqlite3-0:ppc64el.
#21 12.77 Preparing to unpack .../014-libsqlite3-0_3.45.1-1ubuntu2.8_ppc64el.deb ...
#21 12.78 Unpacking libsqlite3-0:ppc64el (3.45.1-1ubuntu2.8) ...
#21 12.88 Selecting previously unselected package netbase.
#21 12.88 Preparing to unpack .../015-netbase_6.4_all.deb ...
#21 12.89 Unpacking netbase (6.4) ...
#21 13.02 Selecting previously unselected package sudo.
#21 13.02 Preparing to unpack .../016-sudo_1.9.15p5-3ubuntu5.24.04.2_ppc64el.deb ...
#21 13.04 Unpacking sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#21 13.18 Selecting previously unselected package libcbor0.10:ppc64el.
#21 13.18 Preparing to unpack .../017-libcbor0.10_0.10.2-1.2ubuntu2_ppc64el.deb ...
#21 13.19 Unpacking libcbor0.10:ppc64el (0.10.2-1.2ubuntu2) ...
#21 13.29 Selecting previously unselected package libedit2:ppc64el.
#21 13.29 Preparing to unpack .../018-libedit2_3.1-20230828-1build1_ppc64el.deb ...
#21 13.30 Unpacking libedit2:ppc64el (3.1-20230828-1build1) ...
#21 13.37 Selecting previously unselected package libfido2-1:ppc64el.
#21 13.37 Preparing to unpack .../019-libfido2-1_1.14.0-1build3_ppc64el.deb ...
#21 13.38 Unpacking libfido2-1:ppc64el (1.14.0-1build3) ...
#21 13.45 Selecting previously unselected package libjansson4:ppc64el.
#21 13.45 Preparing to unpack .../020-libjansson4_2.14-2build2_ppc64el.deb ...
#21 13.46 Unpacking libjansson4:ppc64el (2.14-2build2) ...
#21 13.55 Selecting previously unselected package libnghttp2-14:ppc64el.
#21 13.55 Preparing to unpack .../021-libnghttp2-14_1.59.0-1ubuntu0.4_ppc64el.deb ...
#21 13.56 Unpacking libnghttp2-14:ppc64el (1.59.0-1ubuntu0.4) ...
#21 13.66 Selecting previously unselected package libpng16-16t64:ppc64el.
#21 13.66 Preparing to unpack .../022-libpng16-16t64_1.6.43-5ubuntu0.6_ppc64el.deb ...
#21 13.67 Unpacking libpng16-16t64:ppc64el (1.6.43-5ubuntu0.6) ...
#21 13.76 Selecting previously unselected package libpsl5t64:ppc64el.
#21 13.76 Preparing to unpack .../023-libpsl5t64_0.21.2-1.1build1_ppc64el.deb ...
#21 13.77 Unpacking libpsl5t64:ppc64el (0.21.2-1.1build1) ...
#21 13.86 Selecting previously unselected package libxau6:ppc64el.
#21 13.86 Preparing to unpack .../024-libxau6_1%3a1.0.9-1build6_ppc64el.deb ...
#21 13.87 Unpacking libxau6:ppc64el (1:1.0.9-1build6) ...
#21 13.96 Selecting previously unselected package libxdmcp6:ppc64el.
#21 13.96 Preparing to unpack .../025-libxdmcp6_1%3a1.1.3-0ubuntu6_ppc64el.deb ...
#21 13.98 Unpacking libxdmcp6:ppc64el (1:1.1.3-0ubuntu6) ...
#21 14.07 Selecting previously unselected package libxcb1:ppc64el.
#21 14.07 Preparing to unpack .../026-libxcb1_1.15-1ubuntu2_ppc64el.deb ...
#21 14.09 Unpacking libxcb1:ppc64el (1.15-1ubuntu2) ...
#21 14.17 Selecting previously unselected package libx11-data.
#21 14.17 Preparing to unpack .../027-libx11-data_2%3a1.8.7-1build1_all.deb ...
#21 14.17 Unpacking libx11-data (2:1.8.7-1build1) ...
#21 14.31 Selecting previously unselected package libx11-6:ppc64el.
#21 14.31 Preparing to unpack .../028-libx11-6_2%3a1.8.7-1build1_ppc64el.deb ...
#21 14.32 Unpacking libx11-6:ppc64el (2:1.8.7-1build1) ...
#21 14.43 Selecting previously unselected package libxext6:ppc64el.
#21 14.43 Preparing to unpack .../029-libxext6_2%3a1.3.4-1build2_ppc64el.deb ...
#21 14.45 Unpacking libxext6:ppc64el (2:1.3.4-1build2) ...
#21 14.52 Selecting previously unselected package libxmuu1:ppc64el.
#21 14.52 Preparing to unpack .../030-libxmuu1_2%3a1.1.3-3build2_ppc64el.deb ...
#21 14.54 Unpacking libxmuu1:ppc64el (2:1.1.3-3build2) ...
#21 14.61 Selecting previously unselected package manpages.
#21 14.61 Preparing to unpack .../031-manpages_6.7-2_all.deb ...
#21 14.61 Unpacking manpages (6.7-2) ...
#21 14.73 Selecting previously unselected package nano.
#21 14.73 Preparing to unpack .../032-nano_7.2-2ubuntu0.2_ppc64el.deb ...
#21 14.74 Unpacking nano (7.2-2ubuntu0.2) ...
#21 14.86 Selecting previously unselected package openssh-client.
#21 14.86 Preparing to unpack .../033-openssh-client_1%3a9.6p1-3ubuntu13.19_ppc64el.deb ...
#21 14.88 Unpacking openssh-client (1:9.6p1-3ubuntu13.19) ...
#21 15.00 Selecting previously unselected package publicsuffix.
#21 15.00 Preparing to unpack .../034-publicsuffix_20231001.0357-0.1_all.deb ...
#21 15.01 Unpacking publicsuffix (20231001.0357-0.1) ...
#21 15.08 Selecting previously unselected package xauth.
#21 15.08 Preparing to unpack .../035-xauth_1%3a1.1.2-1build1_ppc64el.deb ...
#21 15.09 Unpacking xauth (1:1.1.2-1build1) ...
#21 15.17 Selecting previously unselected package xz-utils.
#21 15.17 Preparing to unpack .../036-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_ppc64el.deb ...
#21 15.18 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#21 15.25 Selecting previously unselected package binutils-common:ppc64el.
#21 15.25 Preparing to unpack .../037-binutils-common_2.42-4ubuntu2.10_ppc64el.deb ...
#21 15.27 Unpacking binutils-common:ppc64el (2.42-4ubuntu2.10) ...
#21 15.34 Selecting previously unselected package libsframe1:ppc64el.
#21 15.34 Preparing to unpack .../038-libsframe1_2.42-4ubuntu2.10_ppc64el.deb ...
#21 15.35 Unpacking libsframe1:ppc64el (2.42-4ubuntu2.10) ...
#21 15.43 Selecting previously unselected package libbinutils:ppc64el.
#21 15.43 Preparing to unpack .../039-libbinutils_2.42-4ubuntu2.10_ppc64el.deb ...
#21 15.44 Unpacking libbinutils:ppc64el (2.42-4ubuntu2.10) ...
#21 15.53 Selecting previously unselected package libctf-nobfd0:ppc64el.
#21 15.53 Preparing to unpack .../040-libctf-nobfd0_2.42-4ubuntu2.10_ppc64el.deb ...
#21 15.54 Unpacking libctf-nobfd0:ppc64el (2.42-4ubuntu2.10) ...
#21 15.63 Selecting previously unselected package libctf0:ppc64el.
#21 15.63 Preparing to unpack .../041-libctf0_2.42-4ubuntu2.10_ppc64el.deb ...
#21 15.64 Unpacking libctf0:ppc64el (2.42-4ubuntu2.10) ...
#21 15.74 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
#21 15.74 Preparing to unpack .../042-binutils-powerpc64le-linux-gnu_2.42-4ubuntu2.10_ppc64el.deb ...
#21 15.75 Unpacking binutils-powerpc64le-linux-gnu (2.42-4ubuntu2.10) ...
#21 15.96 Selecting previously unselected package binutils.
#21 15.97 Preparing to unpack .../043-binutils_2.42-4ubuntu2.10_ppc64el.deb ...
#21 15.97 Unpacking binutils (2.42-4ubuntu2.10) ...
#21 16.03 Selecting previously unselected package bubblewrap.
#21 16.03 Preparing to unpack .../044-bubblewrap_0.9.0-1ubuntu0.3_ppc64el.deb ...
#21 16.04 Unpacking bubblewrap (0.9.0-1ubuntu0.3) ...
#21 16.10 Selecting previously unselected package libc-dev-bin.
#21 16.11 Preparing to unpack .../045-libc-dev-bin_2.39-0ubuntu8.9_ppc64el.deb ...
#21 16.11 Unpacking libc-dev-bin (2.39-0ubuntu8.9) ...
#21 16.17 Selecting previously unselected package linux-libc-dev:ppc64el.
#21 16.17 Preparing to unpack .../046-linux-libc-dev_6.8.0-139.139_ppc64el.deb ...
#21 16.17 Unpacking linux-libc-dev:ppc64el (6.8.0-139.139) ...
#21 16.46 Selecting previously unselected package libcrypt-dev:ppc64el.
#21 16.47 Preparing to unpack .../047-libcrypt-dev_1%3a4.4.36-4build1_ppc64el.deb ...
#21 16.48 Unpacking libcrypt-dev:ppc64el (1:4.4.36-4build1) ...
#21 16.55 Selecting previously unselected package rpcsvc-proto.
#21 16.55 Preparing to unpack .../048-rpcsvc-proto_1.4.2-0ubuntu7_ppc64el.deb ...
#21 16.57 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#21 16.65 Selecting previously unselected package libc6-dev:ppc64el.
#21 16.65 Preparing to unpack .../049-libc6-dev_2.39-0ubuntu8.9_ppc64el.deb ...
#21 16.66 Unpacking libc6-dev:ppc64el (2.39-0ubuntu8.9) ...
#21 16.90 Selecting previously unselected package gcc-13-base:ppc64el.
#21 16.90 Preparing to unpack .../050-gcc-13-base_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 16.91 Unpacking gcc-13-base:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#21 17.00 Selecting previously unselected package libisl23:ppc64el.
#21 17.00 Preparing to unpack .../051-libisl23_0.26-3build1.1_ppc64el.deb ...
#21 17.01 Unpacking libisl23:ppc64el (0.26-3build1.1) ...
#21 17.12 Selecting previously unselected package libmpfr6:ppc64el.
#21 17.12 Preparing to unpack .../052-libmpfr6_4.2.1-1build1.1_ppc64el.deb ...
#21 17.14 Unpacking libmpfr6:ppc64el (4.2.1-1build1.1) ...
#21 17.23 Selecting previously unselected package libmpc3:ppc64el.
#21 17.23 Preparing to unpack .../053-libmpc3_1.3.1-1build1.1_ppc64el.deb ...
#21 17.24 Unpacking libmpc3:ppc64el (1.3.1-1build1.1) ...
#21 17.31 Selecting previously unselected package cpp-13-powerpc64le-linux-gnu.
#21 17.31 Preparing to unpack .../054-cpp-13-powerpc64le-linux-gnu_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 17.32 Unpacking cpp-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 17.58 Selecting previously unselected package cpp-13.
#21 17.58 Preparing to unpack .../055-cpp-13_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 17.59 Unpacking cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 17.66 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
#21 17.66 Preparing to unpack .../056-cpp-powerpc64le-linux-gnu_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#21 17.68 Unpacking cpp-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 17.76 Selecting previously unselected package cpp.
#21 17.77 Preparing to unpack .../057-cpp_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#21 17.79 Unpacking cpp (4:13.2.0-7ubuntu1) ...
#21 17.88 Selecting previously unselected package libcc1-0:ppc64el.
#21 17.89 Preparing to unpack .../058-libcc1-0_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 17.90 Unpacking libcc1-0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 17.99 Selecting previously unselected package libgomp1:ppc64el.
#21 17.99 Preparing to unpack .../059-libgomp1_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 18.01 Unpacking libgomp1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 18.10 Selecting previously unselected package libitm1:ppc64el.
#21 18.10 Preparing to unpack .../060-libitm1_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 18.11 Unpacking libitm1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 18.20 Selecting previously unselected package libatomic1:ppc64el.
#21 18.20 Preparing to unpack .../061-libatomic1_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 18.22 Unpacking libatomic1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 18.32 Selecting previously unselected package libasan8:ppc64el.
#21 18.32 Preparing to unpack .../062-libasan8_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 18.33 Unpacking libasan8:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 18.52 Selecting previously unselected package liblsan0:ppc64el.
#21 18.52 Preparing to unpack .../063-liblsan0_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 18.53 Unpacking liblsan0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 18.64 Selecting previously unselected package libtsan2:ppc64el.
#21 18.64 Preparing to unpack .../064-libtsan2_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 18.64 Unpacking libtsan2:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 18.79 Selecting previously unselected package libubsan1:ppc64el.
#21 18.79 Preparing to unpack .../065-libubsan1_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 18.80 Unpacking libubsan1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 18.91 Selecting previously unselected package libquadmath0:ppc64el.
#21 18.91 Preparing to unpack .../066-libquadmath0_14.2.0-4ubuntu2~24.04.1_ppc64el.deb ...
#21 18.92 Unpacking libquadmath0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 18.99 Selecting previously unselected package libgcc-13-dev:ppc64el.
#21 19.00 Preparing to unpack .../067-libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 19.01 Unpacking libgcc-13-dev:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#21 19.18 Selecting previously unselected package gcc-13-powerpc64le-linux-gnu.
#21 19.18 Preparing to unpack .../068-gcc-13-powerpc64le-linux-gnu_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 19.18 Unpacking gcc-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 19.62 Selecting previously unselected package gcc-13.
#21 19.62 Preparing to unpack .../069-gcc-13_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 19.63 Unpacking gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 19.69 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
#21 19.70 Preparing to unpack .../070-gcc-powerpc64le-linux-gnu_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#21 19.70 Unpacking gcc-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 19.77 Selecting previously unselected package gcc.
#21 19.78 Preparing to unpack .../071-gcc_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#21 19.78 Unpacking gcc (4:13.2.0-7ubuntu1) ...
#21 19.85 Selecting previously unselected package libstdc++-13-dev:ppc64el.
#21 19.85 Preparing to unpack .../072-libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 19.86 Unpacking libstdc++-13-dev:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#21 ...
#20 [stage-0 4/15] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 20.04 Selecting previously unselected package gnupg-utils.
#20 20.04 Preparing to unpack .../102-gnupg-utils_2.4.4-2ubuntu17.6_ppc64el.deb ...
#20 20.06 Unpacking gnupg-utils (2.4.4-2ubuntu17.6) ...
#20 20.15 Selecting previously unselected package gpg.
#20 20.15 Preparing to unpack .../103-gpg_2.4.4-2ubuntu17.6_ppc64el.deb ...
#20 20.16 Unpacking gpg (2.4.4-2ubuntu17.6) ...
#20 20.25 Selecting previously unselected package pinentry-curses.
#20 20.25 Preparing to unpack .../104-pinentry-curses_1.2.1-3ubuntu5_ppc64el.deb ...
#20 20.26 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...
#20 20.33 Selecting previously unselected package gpg-agent.
#20 20.33 Preparing to unpack .../105-gpg-agent_2.4.4-2ubuntu17.6_ppc64el.deb ...
#20 20.34 Unpacking gpg-agent (2.4.4-2ubuntu17.6) ...
#20 20.42 Selecting previously unselected package gpgsm.
#20 20.42 Preparing to unpack .../106-gpgsm_2.4.4-2ubuntu17.6_ppc64el.deb ...
#20 20.44 Unpacking gpgsm (2.4.4-2ubuntu17.6) ...
#20 20.53 Selecting previously unselected package keyboxd.
#20 20.53 Preparing to unpack .../107-keyboxd_2.4.4-2ubuntu17.6_ppc64el.deb ...
#20 20.54 Unpacking keyboxd (2.4.4-2ubuntu17.6) ...
#20 20.59 Selecting previously unselected package gnupg.
#20 20.60 Preparing to unpack .../108-gnupg_2.4.4-2ubuntu17.6_all.deb ...
#20 20.60 Unpacking gnupg (2.4.4-2ubuntu17.6) ...
#20 20.67 Selecting previously unselected package gnupg-l10n.
#20 20.67 Preparing to unpack .../109-gnupg-l10n_2.4.4-2ubuntu17.6_all.deb ...
#20 20.68 Unpacking gnupg-l10n (2.4.4-2ubuntu17.6) ...
#20 20.75 Selecting previously unselected package gpg-wks-client.
#20 20.75 Preparing to unpack .../110-gpg-wks-client_2.4.4-2ubuntu17.6_ppc64el.deb ...
#20 20.76 Unpacking gpg-wks-client (2.4.4-2ubuntu17.6) ...
#20 20.83 Selecting previously unselected package libalgorithm-diff-perl.
#20 20.83 Preparing to unpack .../111-libalgorithm-diff-perl_1.201-1_all.deb ...
#20 20.84 Unpacking libalgorithm-diff-perl (1.201-1) ...
#20 20.95 Selecting previously unselected package libalgorithm-diff-xs-perl:ppc64el.
#20 20.95 Preparing to unpack .../112-libalgorithm-diff-xs-perl_0.04-8build3_ppc64el.deb ...
#20 20.96 Unpacking libalgorithm-diff-xs-perl:ppc64el (0.04-8build3) ...
#20 21.03 Selecting previously unselected package libalgorithm-merge-perl.
#20 21.03 Preparing to unpack .../113-libalgorithm-merge-perl_0.08-5_all.deb ...
#20 21.04 Unpacking libalgorithm-merge-perl (0.08-5) ...
#20 21.12 Selecting previously unselected package libaom3:ppc64el.
#20 21.13 Preparing to unpack .../114-libaom3_3.8.2-2ubuntu0.2_ppc64el.deb ...
#20 21.14 Unpacking libaom3:ppc64el (3.8.2-2ubuntu0.2) ...
#20 21.30 Selecting previously unselected package libfreetype6:ppc64el.
#20 21.30 Preparing to unpack .../115-libfreetype6_2.13.2+dfsg-1ubuntu0.1_ppc64el.deb ...
#20 21.31 Unpacking libfreetype6:ppc64el (2.13.2+dfsg-1ubuntu0.1) ...
#20 21.45 Selecting previously unselected package libfontconfig1:ppc64el.
#20 21.45 Preparing to unpack .../116-libfontconfig1_2.15.0-1.1ubuntu2_ppc64el.deb ...
#20 21.46 Unpacking libfontconfig1:ppc64el (2.15.0-1.1ubuntu2) ...
#20 21.56 Selecting previously unselected package libsharpyuv0:ppc64el.
#20 21.57 Preparing to unpack .../117-libsharpyuv0_1.3.2-0.4build3_ppc64el.deb ...
#20 21.58 Unpacking libsharpyuv0:ppc64el (1.3.2-0.4build3) ...
#20 21.65 Selecting previously unselected package libheif-plugin-aomdec:ppc64el.
#20 21.65 Preparing to unpack .../118-libheif-plugin-aomdec_1.17.6-1ubuntu4.8_ppc64el.deb ...
#20 21.66 Unpacking libheif-plugin-aomdec:ppc64el (1.17.6-1ubuntu4.8) ...
#20 21.74 Selecting previously unselected package libheif1:ppc64el.
#20 21.74 Preparing to unpack .../119-libheif1_1.17.6-1ubuntu4.8_ppc64el.deb ...
#20 21.76 Unpacking libheif1:ppc64el (1.17.6-1ubuntu4.8) ...
#20 21.84 Selecting previously unselected package libjpeg-turbo8:ppc64el.
#20 21.84 Preparing to unpack .../120-libjpeg-turbo8_2.1.5-2ubuntu2_ppc64el.deb ...
#20 21.85 Unpacking libjpeg-turbo8:ppc64el (2.1.5-2ubuntu2) ...
#20 21.92 Selecting previously unselected package libjpeg8:ppc64el.
#20 21.92 Preparing to unpack .../121-libjpeg8_8c-2ubuntu11_ppc64el.deb ...
#20 21.93 Unpacking libjpeg8:ppc64el (8c-2ubuntu11) ...
#20 22.00 Selecting previously unselected package libdeflate0:ppc64el.
#20 22.00 Preparing to unpack .../122-libdeflate0_1.19-1build1.1_ppc64el.deb ...
#20 22.01 Unpacking libdeflate0:ppc64el (1.19-1build1.1) ...
#20 22.13 Selecting previously unselected package libjbig0:ppc64el.
#20 22.13 Preparing to unpack .../123-libjbig0_2.1-6.1ubuntu2_ppc64el.deb ...
#20 22.15 Unpacking libjbig0:ppc64el (2.1-6.1ubuntu2) ...
#20 22.25 Selecting previously unselected package liblerc4:ppc64el.
#20 22.25 Preparing to unpack .../124-liblerc4_4.0.0+ds-4ubuntu2_ppc64el.deb ...
#20 22.26 Unpacking liblerc4:ppc64el (4.0.0+ds-4ubuntu2) ...
#20 22.37 Selecting previously unselected package libwebp7:ppc64el.
#20 22.37 Preparing to unpack .../125-libwebp7_1.3.2-0.4build3_ppc64el.deb ...
#20 22.39 Unpacking libwebp7:ppc64el (1.3.2-0.4build3) ...
#20 22.48 Selecting previously unselected package libtiff6:ppc64el.
#20 22.48 Preparing to unpack .../126-libtiff6_4.5.1+git230720-4ubuntu2.5_ppc64el.deb ...
#20 22.49 Unpacking libtiff6:ppc64el (4.5.1+git230720-4ubuntu2.5) ...
#20 22.58 Selecting previously unselected package libxpm4:ppc64el.
#20 22.58 Preparing to unpack .../127-libxpm4_1%3a3.5.17-1ubuntu0.24.04.1_ppc64el.deb ...
#20 22.58 Unpacking libxpm4:ppc64el (1:3.5.17-1ubuntu0.24.04.1) ...
#20 22.69 Selecting previously unselected package libgd3:ppc64el.
#20 22.69 Preparing to unpack .../128-libgd3_2.3.3-9ubuntu5_ppc64el.deb ...
#20 22.70 Unpacking libgd3:ppc64el (2.3.3-9ubuntu5) ...
#20 22.77 Selecting previously unselected package libc-devtools.
#20 22.77 Preparing to unpack .../129-libc-devtools_2.39-0ubuntu8.9_ppc64el.deb ...
#20 22.79 Unpacking libc-devtools (2.39-0ubuntu8.9) ...
#20 22.87 Selecting previously unselected package libcap-dev:ppc64el.
#20 22.87 Preparing to unpack .../130-libcap-dev_1%3a2.66-5ubuntu2.4_ppc64el.deb ...
#20 22.88 Unpacking libcap-dev:ppc64el (1:2.66-5ubuntu2.4) ...
#20 22.97 Selecting previously unselected package libfile-fcntllock-perl.
#20 22.97 Preparing to unpack .../131-libfile-fcntllock-perl_0.22-4ubuntu5_ppc64el.deb ...
#20 22.98 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...
#20 23.06 Selecting previously unselected package libheif-plugin-aomenc:ppc64el.
#20 23.06 Preparing to unpack .../132-libheif-plugin-aomenc_1.17.6-1ubuntu4.8_ppc64el.deb ...
#20 23.07 Unpacking libheif-plugin-aomenc:ppc64el (1.17.6-1ubuntu4.8) ...
#20 23.16 Selecting previously unselected package libldap-common.
#20 23.16 Preparing to unpack .../133-libldap-common_2.6.10+dfsg-0ubuntu0.24.04.1_all.deb ...
#20 23.18 Unpacking libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 23.29 Selecting previously unselected package libsasl2-modules:ppc64el.
#20 23.29 Preparing to unpack .../134-libsasl2-modules_2.1.28+dfsg1-5ubuntu3.1_ppc64el.deb ...
#20 23.32 Unpacking libsasl2-modules:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#20 23.39 Selecting previously unselected package manpages-dev.
#20 23.39 Preparing to unpack .../135-manpages-dev_6.7-2_all.deb ...
#20 23.40 Unpacking manpages-dev (6.7-2) ...
#20 23.59 Setting up libksba8:ppc64el (1.6.6-1build1) ...
#20 23.60 Setting up pinentry-curses (1.2.1-3ubuntu5) ...
#20 23.64 Setting up libexpat1:ppc64el (2.6.1-2ubuntu0.4) ...
#20 23.66 Setting up libsharpyuv0:ppc64el (1.3.2-0.4build3) ...
#20 23.69 Setting up libaom3:ppc64el (3.8.2-2ubuntu0.2) ...
#20 23.71 Setting up libxau6:ppc64el (1:1.0.9-1build6) ...
#20 23.74 Setting up libkeyutils1:ppc64el (1.6.3-3build1) ...
#20 23.78 Setting up lto-disabled-list (47) ...
#20 23.82 Setting up libapparmor1:ppc64el (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#20 23.86 Setting up liblerc4:ppc64el (4.0.0+ds-4ubuntu2) ...
#20 23.90 Setting up libgdbm6t64:ppc64el (1.23-5.1build1) ...
#20 23.93 Setting up libgdbm-compat4t64:ppc64el (1.23-5.1build1) ...
#20 23.97 Setting up libcbor0.10:ppc64el (0.10.2-1.2ubuntu2) ...
#20 24.01 Setting up manpages (6.7-2) ...
#20 24.05 Setting up libbrotli1:ppc64el (1.1.0-2build2) ...
#20 24.07 Setting up libsqlite3-0:ppc64el (3.45.1-1ubuntu2.8) ...
#20 24.11 Setting up libsasl2-modules:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#20 24.15 Setting up binutils-common:ppc64el (2.42-4ubuntu2.10) ...
#20 24.18 Setting up libpsl5t64:ppc64el (0.21.2-1.1build1) ...
#20 24.20 Setting up libnghttp2-14:ppc64el (1.59.0-1ubuntu0.4) ...
#20 24.23 Setting up libdeflate0:ppc64el (1.19-1build1.1) ...
#20 24.24 Setting up less (590-2ubuntu2.1) ...
#20 24.28 Setting up linux-libc-dev:ppc64el (6.8.0-139.139) ...
#20 24.30 Setting up libctf-nobfd0:ppc64el (2.42-4ubuntu2.10) ...
#20 24.32 Setting up krb5-locales (1.20.1-6ubuntu2.10) ...
#20 24.35 Setting up libgomp1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 24.37 Setting up bzip2 (1.0.8-5.1ubuntu0.1) ...
#20 24.39 Setting up libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 24.43 Setting up libjbig0:ppc64el (2.1-6.1ubuntu2) ...
#20 24.47 Setting up libsframe1:ppc64el (2.42-4ubuntu2.10) ...
#20 24.50 Setting up libfakeroot:ppc64el (1.33-1) ...
#20 24.56 Setting up libjansson4:ppc64el (2.14-2build2) ...
#20 24.58 Setting up libkrb5support0:ppc64el (1.20.1-6ubuntu2.10) ...
#20 24.61 Setting up libsasl2-modules-db:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#20 24.65 Setting up fakeroot (1.33-1) ...
#20 24.68 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#20 24.68 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
#20 24.68 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
#20 24.68 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
#20 24.68 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
#20 24.68 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
#20 24.68 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
#20 24.68 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
#20 24.68 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
#20 24.69 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#20 24.72 Setting up gcc-13-base:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#20 24.76 Setting up libx11-data (2:1.8.7-1build1) ...
#20 24.80 Setting up make (4.3-4.1build2) ...
#20 24.83 Setting up libmpfr6:ppc64el (4.2.1-1build1.1) ...
#20 24.88 Setting up gnupg-l10n (2.4.4-2ubuntu17.6) ...
#20 24.91 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2build7) ...
#20 24.95 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#20 24.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#20 24.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
#20 24.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
#20 24.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
#20 24.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
#20 24.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
#20 24.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
#20 24.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
#20 24.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
#20 24.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
#20 24.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
#20 24.99 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.6) ...
#20 25.04 Setting up libquadmath0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 25.06 Setting up fonts-dejavu-mono (2.37-8) ...
#20 25.14 Setting up libpng16-16t64:ppc64el (1.6.43-5ubuntu0.6) ...
#20 25.17 Setting up libmpc3:ppc64el (1.3.1-1build1.1) ...
#20 25.22 Setting up libatomic1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 25.24 Setting up patch (2.7.6-7build3) ...
#20 25.30 Setting up sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#20 25.43 Setting up fonts-dejavu-core (2.37-8) ...
#20 25.63 Setting up libk5crypto3:ppc64el (1.20.1-6ubuntu2.10) ...
#20 25.66 Setting up libjpeg-turbo8:ppc64el (2.1.5-2ubuntu2) ...
#20 25.70 Setting up libsasl2-2:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#20 25.74 Setting up libwebp7:ppc64el (1.3.2-0.4build3) ...
#20 25.76 Setting up libubsan1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 25.80 Setting up libcrypt-dev:ppc64el (1:4.4.36-4build1) ...
#20 25.85 Setting up libasan8:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 25.87 Setting up git-man (1:2.43.0-1ubuntu7.3) ...
#20 25.91 Setting up netbase (6.4) ...
#20 26.00 Setting up libkrb5-3:ppc64el (1.20.1-6ubuntu2.10) ...
#20 26.05 Setting up libperl5.38t64:ppc64el (5.38.2-3.2ubuntu0.6) ...
#20 26.08 Setting up libtsan2:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 26.12 Setting up libbinutils:ppc64el (2.42-4ubuntu2.10) ...
#20 26.15 Setting up libfido2-1:ppc64el (1.14.0-1build3) ...
#20 26.19 Setting up libisl23:ppc64el (0.26-3build1.1) ...
#20 26.23 Setting up libc-dev-bin (2.39-0ubuntu8.9) ...
#20 26.27 Setting up cpp-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 26.32 Setting up openssl (3.0.13-0ubuntu3.15) ...
#20 26.38 Setting up libbsd0:ppc64el (0.12.1-1build1.1) ...
#20 26.43 Setting up libcap-dev:ppc64el (1:2.66-5ubuntu2.4) ...
#20 26.47 Setting up readline-common (8.2-4build1) ...
#20 26.50 Setting up publicsuffix (20231001.0357-0.1) ...
#20 26.55 Setting up libcc1-0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 26.59 Setting up libldap2:ppc64el (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 26.66 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...
#20 26.70 Setting up liblsan0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 26.74 Setting up libitm1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#20 26.78 Setting up cpp-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 26.82 Setting up gnupg-utils (2.4.4-2ubuntu17.6) ...
#20 26.86 Setting up libctf0:ppc64el (2.42-4ubuntu2.10) ...
#20 26.91 Setting up libjpeg8:ppc64el (8c-2ubuntu11) ...
#20 26.94 Setting up manpages-dev (6.7-2) ...
#20 26.99 Setting up libxdmcp6:ppc64el (1:1.1.3-0ubuntu6) ...
#20 27.03 Setting up libxcb1:ppc64el (1.15-1ubuntu2) ...
#20 27.07 Setting up cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 27.12 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...
#20 27.40 Setting up libedit2:ppc64el (3.1-20230828-1build1) ...
#20 27.45 Setting up ca-certificates (20260601~24.04.1) ...
#20 28.02 Updating certificates in /etc/ssl/certs...
#20 28.65 121 added, 0 removed; done.
#20 28.73 Setting up perl (5.38.2-3.2ubuntu0.6) ...
#20 28.79 Setting up libfreetype6:ppc64el (2.13.2+dfsg-1ubuntu0.1) ...
#20 28.83 Setting up libgssapi-krb5-2:ppc64el (1.20.1-6ubuntu2.10) ...
#20 28.88 Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
#20 28.91 Setting up libssh-4:ppc64el (0.10.6-2ubuntu0.5) ...
#20 28.94 Setting up libreadline8t64:ppc64el (8.2-4build1) ...
#20 28.96 Setting up libgcc-13-dev:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#20 28.98 Setting up libtiff6:ppc64el (4.5.1+git230720-4ubuntu2.5) ...
#20 28.99 Setting up cpp (4:13.2.0-7ubuntu1) ...
#20 29.05 Setting up gpgconf (2.4.4-2ubuntu17.6) ...
#20 29.09 Setting up libc6-dev:ppc64el (2.39-0ubuntu8.9) ...
#20 29.13 Setting up libx11-6:ppc64el (2:1.8.7-1build1) ...
#20 29.16 Setting up libfontconfig1:ppc64el (2.15.0-1.1ubuntu2) ...
#20 29.21 Setting up binutils-powerpc64le-linux-gnu (2.42-4ubuntu2.10) ...
#20 29.25 Setting up libxmuu1:ppc64el (2:1.1.3-3build2) ...
#20 29.27 Setting up gpg (2.4.4-2ubuntu17.6) ...
#20 29.31 Setting up libstdc++-13-dev:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#20 29.35 Setting up gpg-agent (2.4.4-2ubuntu17.6) ...
#20 ...
#21 [stage-1 6/42] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 20.24 Selecting previously unselected package g++-13-powerpc64le-linux-gnu.
#21 20.24 Preparing to unpack .../073-g++-13-powerpc64le-linux-gnu_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 20.25 Unpacking g++-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 20.54 Selecting previously unselected package g++-13.
#21 20.54 Preparing to unpack .../074-g++-13_13.3.0-6ubuntu2~24.04.1_ppc64el.deb ...
#21 20.55 Unpacking g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 20.61 Selecting previously unselected package g++-powerpc64le-linux-gnu.
#21 20.62 Preparing to unpack .../075-g++-powerpc64le-linux-gnu_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#21 20.63 Unpacking g++-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 20.73 Selecting previously unselected package g++.
#21 20.74 Preparing to unpack .../076-g++_4%3a13.2.0-7ubuntu1_ppc64el.deb ...
#21 20.75 Unpacking g++ (4:13.2.0-7ubuntu1) ...
#21 20.82 Selecting previously unselected package make.
#21 20.83 Preparing to unpack .../077-make_4.3-4.1build2_ppc64el.deb ...
#21 20.84 Unpacking make (4.3-4.1build2) ...
#21 20.91 Selecting previously unselected package libdpkg-perl.
#21 20.91 Preparing to unpack .../078-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
#21 20.93 Unpacking libdpkg-perl (1.22.6ubuntu6.6) ...
#21 21.04 Selecting previously unselected package bzip2.
#21 21.04 Preparing to unpack .../079-bzip2_1.0.8-5.1ubuntu0.1_ppc64el.deb ...
#21 21.06 Unpacking bzip2 (1.0.8-5.1ubuntu0.1) ...
#21 21.16 Selecting previously unselected package patch.
#21 21.16 Preparing to unpack .../080-patch_2.7.6-7build3_ppc64el.deb ...
#21 21.17 Unpacking patch (2.7.6-7build3) ...
#21 21.25 Selecting previously unselected package lto-disabled-list.
#21 21.25 Preparing to unpack .../081-lto-disabled-list_47_all.deb ...
#21 21.26 Unpacking lto-disabled-list (47) ...
#21 21.35 Selecting previously unselected package dpkg-dev.
#21 21.35 Preparing to unpack .../082-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
#21 21.37 Unpacking dpkg-dev (1.22.6ubuntu6.6) ...
#21 21.46 Selecting previously unselected package build-essential.
#21 21.47 Preparing to unpack .../083-build-essential_12.10ubuntu1_ppc64el.deb ...
#21 21.48 Unpacking build-essential (12.10ubuntu1) ...
#21 21.61 Selecting previously unselected package libbrotli1:ppc64el.
#21 21.61 Preparing to unpack .../084-libbrotli1_1.1.0-2build2_ppc64el.deb ...
#21 21.62 Unpacking libbrotli1:ppc64el (1.1.0-2build2) ...
#21 21.70 Selecting previously unselected package libsasl2-modules-db:ppc64el.
#21 21.71 Preparing to unpack .../085-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_ppc64el.deb ...
#21 21.71 Unpacking libsasl2-modules-db:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#21 21.77 Selecting previously unselected package libsasl2-2:ppc64el.
#21 21.78 Preparing to unpack .../086-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_ppc64el.deb ...
#21 21.79 Unpacking libsasl2-2:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#21 21.90 Selecting previously unselected package libldap2:ppc64el.
#21 21.90 Preparing to unpack .../087-libldap2_2.6.10+dfsg-0ubuntu0.24.04.1_ppc64el.deb ...
#21 21.91 Unpacking libldap2:ppc64el (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 22.02 Selecting previously unselected package librtmp1:ppc64el.
#21 22.02 Preparing to unpack .../088-librtmp1_2.4+20151223.gitfa8646d.1-2build7_ppc64el.deb ...
#21 22.03 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2build7) ...
#21 22.13 Selecting previously unselected package libssh-4:ppc64el.
#21 22.13 Preparing to unpack .../089-libssh-4_0.10.6-2ubuntu0.5_ppc64el.deb ...
#21 22.15 Unpacking libssh-4:ppc64el (0.10.6-2ubuntu0.5) ...
#21 22.24 Selecting previously unselected package libcurl4t64:ppc64el.
#21 22.24 Preparing to unpack .../090-libcurl4t64_8.5.0-2ubuntu10.13_ppc64el.deb ...
#21 22.25 Unpacking libcurl4t64:ppc64el (8.5.0-2ubuntu10.13) ...
#21 22.33 Selecting previously unselected package curl.
#21 22.33 Preparing to unpack .../091-curl_8.5.0-2ubuntu10.13_ppc64el.deb ...
#21 22.34 Unpacking curl (8.5.0-2ubuntu10.13) ...
#21 22.43 Selecting previously unselected package gpgconf.
#21 22.43 Preparing to unpack .../092-gpgconf_2.4.4-2ubuntu17.6_ppc64el.deb ...
#21 22.45 Unpacking gpgconf (2.4.4-2ubuntu17.6) ...
#21 22.54 Selecting previously unselected package libksba8:ppc64el.
#21 22.54 Preparing to unpack .../093-libksba8_1.6.6-1build1_ppc64el.deb ...
#21 22.56 Unpacking libksba8:ppc64el (1.6.6-1build1) ...
#21 22.65 Selecting previously unselected package dirmngr.
#21 22.65 Preparing to unpack .../094-dirmngr_2.4.4-2ubuntu17.6_ppc64el.deb ...
#21 22.68 Unpacking dirmngr (2.4.4-2ubuntu17.6) ...
#21 22.76 Selecting previously unselected package libfakeroot:ppc64el.
#21 22.76 Preparing to unpack .../095-libfakeroot_1.33-1_ppc64el.deb ...
#21 22.77 Unpacking libfakeroot:ppc64el (1.33-1) ...
#21 22.87 Selecting previously unselected package fakeroot.
#21 22.88 Preparing to unpack .../096-fakeroot_1.33-1_ppc64el.deb ...
#21 22.89 Unpacking fakeroot (1.33-1) ...
#21 22.98 Selecting previously unselected package fonts-dejavu-mono.
#21 22.98 Preparing to unpack .../097-fonts-dejavu-mono_2.37-8_all.deb ...
#21 22.99 Unpacking fonts-dejavu-mono (2.37-8) ...
#21 23.10 Selecting previously unselected package fonts-dejavu-core.
#21 23.10 Preparing to unpack .../098-fonts-dejavu-core_2.37-8_all.deb ...
#21 23.14 Unpacking fonts-dejavu-core (2.37-8) ...
#21 23.24 Selecting previously unselected package fontconfig-config.
#21 23.24 Preparing to unpack .../099-fontconfig-config_2.15.0-1.1ubuntu2_ppc64el.deb ...
#21 23.46 Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ...
#21 23.58 Selecting previously unselected package libcurl3t64-gnutls:ppc64el.
#21 23.58 Preparing to unpack .../100-libcurl3t64-gnutls_8.5.0-2ubuntu10.13_ppc64el.deb ...
#21 23.59 Unpacking libcurl3t64-gnutls:ppc64el (8.5.0-2ubuntu10.13) ...
#21 23.69 Selecting previously unselected package liberror-perl.
#21 23.69 Preparing to unpack .../101-liberror-perl_0.17029-2_all.deb ...
#21 23.70 Unpacking liberror-perl (0.17029-2) ...
#21 23.79 Selecting previously unselected package git-man.
#21 23.79 Preparing to unpack .../102-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...
#21 23.80 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...
#21 23.92 Selecting previously unselected package git.
#21 23.92 Preparing to unpack .../103-git_1%3a2.43.0-1ubuntu7.3_ppc64el.deb ...
#21 23.94 Unpacking git (1:2.43.0-1ubuntu7.3) ...
#21 24.25 Selecting previously unselected package gnupg-utils.
#21 24.26 Preparing to unpack .../104-gnupg-utils_2.4.4-2ubuntu17.6_ppc64el.deb ...
#21 24.27 Unpacking gnupg-utils (2.4.4-2ubuntu17.6) ...
#21 24.35 Selecting previously unselected package gpg.
#21 24.35 Preparing to unpack .../105-gpg_2.4.4-2ubuntu17.6_ppc64el.deb ...
#21 24.36 Unpacking gpg (2.4.4-2ubuntu17.6) ...
#21 24.46 Selecting previously unselected package pinentry-curses.
#21 24.46 Preparing to unpack .../106-pinentry-curses_1.2.1-3ubuntu5_ppc64el.deb ...
#21 24.47 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...
#21 24.56 Selecting previously unselected package gpg-agent.
#21 24.56 Preparing to unpack .../107-gpg-agent_2.4.4-2ubuntu17.6_ppc64el.deb ...
#21 24.58 Unpacking gpg-agent (2.4.4-2ubuntu17.6) ...
#21 24.66 Selecting previously unselected package gpgsm.
#21 24.66 Preparing to unpack .../108-gpgsm_2.4.4-2ubuntu17.6_ppc64el.deb ...
#21 24.68 Unpacking gpgsm (2.4.4-2ubuntu17.6) ...
#21 24.78 Selecting previously unselected package keyboxd.
#21 24.79 Preparing to unpack .../109-keyboxd_2.4.4-2ubuntu17.6_ppc64el.deb ...
#21 24.81 Unpacking keyboxd (2.4.4-2ubuntu17.6) ...
#21 24.89 Selecting previously unselected package gnupg.
#21 24.89 Preparing to unpack .../110-gnupg_2.4.4-2ubuntu17.6_all.deb ...
#21 24.90 Unpacking gnupg (2.4.4-2ubuntu17.6) ...
#21 24.98 Selecting previously unselected package gnupg-l10n.
#21 24.98 Preparing to unpack .../111-gnupg-l10n_2.4.4-2ubuntu17.6_all.deb ...
#21 24.99 Unpacking gnupg-l10n (2.4.4-2ubuntu17.6) ...
#21 25.09 Selecting previously unselected package gpg-wks-client.
#21 25.09 Preparing to unpack .../112-gpg-wks-client_2.4.4-2ubuntu17.6_ppc64el.deb ...
#21 25.10 Unpacking gpg-wks-client (2.4.4-2ubuntu17.6) ...
#21 25.22 Selecting previously unselected package libalgorithm-diff-perl.
#21 25.22 Preparing to unpack .../113-libalgorithm-diff-perl_1.201-1_all.deb ...
#21 25.26 Unpacking libalgorithm-diff-perl (1.201-1) ...
#21 25.35 Selecting previously unselected package libalgorithm-diff-xs-perl:ppc64el.
#21 25.35 Preparing to unpack .../114-libalgorithm-diff-xs-perl_0.04-8build3_ppc64el.deb ...
#21 25.36 Unpacking libalgorithm-diff-xs-perl:ppc64el (0.04-8build3) ...
#21 25.45 Selecting previously unselected package libalgorithm-merge-perl.
#21 25.45 Preparing to unpack .../115-libalgorithm-merge-perl_0.08-5_all.deb ...
#21 25.46 Unpacking libalgorithm-merge-perl (0.08-5) ...
#21 25.56 Selecting previously unselected package libaom3:ppc64el.
#21 25.56 Preparing to unpack .../116-libaom3_3.8.2-2ubuntu0.2_ppc64el.deb ...
#21 25.57 Unpacking libaom3:ppc64el (3.8.2-2ubuntu0.2) ...
#21 25.74 Selecting previously unselected package libfreetype6:ppc64el.
#21 25.74 Preparing to unpack .../117-libfreetype6_2.13.2+dfsg-1ubuntu0.1_ppc64el.deb ...
#21 25.76 Unpacking libfreetype6:ppc64el (2.13.2+dfsg-1ubuntu0.1) ...
#21 25.88 Selecting previously unselected package libfontconfig1:ppc64el.
#21 25.88 Preparing to unpack .../118-libfontconfig1_2.15.0-1.1ubuntu2_ppc64el.deb ...
#21 25.89 Unpacking libfontconfig1:ppc64el (2.15.0-1.1ubuntu2) ...
#21 25.99 Selecting previously unselected package libsharpyuv0:ppc64el.
#21 25.99 Preparing to unpack .../119-libsharpyuv0_1.3.2-0.4build3_ppc64el.deb ...
#21 26.01 Unpacking libsharpyuv0:ppc64el (1.3.2-0.4build3) ...
#21 26.10 Selecting previously unselected package libheif-plugin-aomdec:ppc64el.
#21 26.11 Preparing to unpack .../120-libheif-plugin-aomdec_1.17.6-1ubuntu4.8_ppc64el.deb ...
#21 26.12 Unpacking libheif-plugin-aomdec:ppc64el (1.17.6-1ubuntu4.8) ...
#21 26.24 Selecting previously unselected package libheif1:ppc64el.
#21 26.24 Preparing to unpack .../121-libheif1_1.17.6-1ubuntu4.8_ppc64el.deb ...
#21 26.25 Unpacking libheif1:ppc64el (1.17.6-1ubuntu4.8) ...
#21 26.38 Selecting previously unselected package libjpeg-turbo8:ppc64el.
#21 26.38 Preparing to unpack .../122-libjpeg-turbo8_2.1.5-2ubuntu2_ppc64el.deb ...
#21 26.39 Unpacking libjpeg-turbo8:ppc64el (2.1.5-2ubuntu2) ...
#21 26.48 Selecting previously unselected package libjpeg8:ppc64el.
#21 26.48 Preparing to unpack .../123-libjpeg8_8c-2ubuntu11_ppc64el.deb ...
#21 26.50 Unpacking libjpeg8:ppc64el (8c-2ubuntu11) ...
#21 26.61 Selecting previously unselected package libdeflate0:ppc64el.
#21 26.62 Preparing to unpack .../124-libdeflate0_1.19-1build1.1_ppc64el.deb ...
#21 26.63 Unpacking libdeflate0:ppc64el (1.19-1build1.1) ...
#21 26.74 Selecting previously unselected package libjbig0:ppc64el.
#21 26.75 Preparing to unpack .../125-libjbig0_2.1-6.1ubuntu2_ppc64el.deb ...
#21 26.76 Unpacking libjbig0:ppc64el (2.1-6.1ubuntu2) ...
#21 26.88 Selecting previously unselected package liblerc4:ppc64el.
#21 26.88 Preparing to unpack .../126-liblerc4_4.0.0+ds-4ubuntu2_ppc64el.deb ...
#21 26.90 Unpacking liblerc4:ppc64el (4.0.0+ds-4ubuntu2) ...
#21 26.98 Selecting previously unselected package libwebp7:ppc64el.
#21 26.99 Preparing to unpack .../127-libwebp7_1.3.2-0.4build3_ppc64el.deb ...
#21 26.99 Unpacking libwebp7:ppc64el (1.3.2-0.4build3) ...
#21 27.08 Selecting previously unselected package libtiff6:ppc64el.
#21 27.08 Preparing to unpack .../128-libtiff6_4.5.1+git230720-4ubuntu2.5_ppc64el.deb ...
#21 27.09 Unpacking libtiff6:ppc64el (4.5.1+git230720-4ubuntu2.5) ...
#21 27.15 Selecting previously unselected package libxpm4:ppc64el.
#21 27.15 Preparing to unpack .../129-libxpm4_1%3a3.5.17-1ubuntu0.24.04.1_ppc64el.deb ...
#21 27.17 Unpacking libxpm4:ppc64el (1:3.5.17-1ubuntu0.24.04.1) ...
#21 27.27 Selecting previously unselected package libgd3:ppc64el.
#21 27.27 Preparing to unpack .../130-libgd3_2.3.3-9ubuntu5_ppc64el.deb ...
#21 27.28 Unpacking libgd3:ppc64el (2.3.3-9ubuntu5) ...
#21 27.36 Selecting previously unselected package libc-devtools.
#21 27.37 Preparing to unpack .../131-libc-devtools_2.39-0ubuntu8.9_ppc64el.deb ...
#21 27.38 Unpacking libc-devtools (2.39-0ubuntu8.9) ...
#21 27.43 Selecting previously unselected package libcap-dev:ppc64el.
#21 27.44 Preparing to unpack .../132-libcap-dev_1%3a2.66-5ubuntu2.4_ppc64el.deb ...
#21 27.45 Unpacking libcap-dev:ppc64el (1:2.66-5ubuntu2.4) ...
#21 27.54 Selecting previously unselected package libfile-fcntllock-perl.
#21 27.54 Preparing to unpack .../133-libfile-fcntllock-perl_0.22-4ubuntu5_ppc64el.deb ...
#21 27.55 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...
#21 27.62 Selecting previously unselected package libheif-plugin-aomenc:ppc64el.
#21 27.63 Preparing to unpack .../134-libheif-plugin-aomenc_1.17.6-1ubuntu4.8_ppc64el.deb ...
#21 27.64 Unpacking libheif-plugin-aomenc:ppc64el (1.17.6-1ubuntu4.8) ...
#21 27.70 Selecting previously unselected package libldap-common.
#21 27.71 Preparing to unpack .../135-libldap-common_2.6.10+dfsg-0ubuntu0.24.04.1_all.deb ...
#21 27.71 Unpacking libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 27.78 Selecting previously unselected package libpthread-stubs0-dev:ppc64el.
#21 27.78 Preparing to unpack .../136-libpthread-stubs0-dev_0.4-1build3_ppc64el.deb ...
#21 27.79 Unpacking libpthread-stubs0-dev:ppc64el (0.4-1build3) ...
#21 27.87 Selecting previously unselected package libsasl2-modules:ppc64el.
#21 27.87 Preparing to unpack .../137-libsasl2-modules_2.1.28+dfsg1-5ubuntu3.1_ppc64el.deb ...
#21 27.89 Unpacking libsasl2-modules:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#21 27.96 Selecting previously unselected package xorg-sgml-doctools.
#21 27.96 Preparing to unpack .../138-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
#21 27.97 Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
#21 28.04 Selecting previously unselected package x11proto-dev.
#21 28.04 Preparing to unpack .../139-x11proto-dev_2023.2-1_all.deb ...
#21 28.05 Unpacking x11proto-dev (2023.2-1) ...
#21 28.16 Selecting previously unselected package libxau-dev:ppc64el.
#21 28.16 Preparing to unpack .../140-libxau-dev_1%3a1.0.9-1build6_ppc64el.deb ...
#21 28.17 Unpacking libxau-dev:ppc64el (1:1.0.9-1build6) ...
#21 28.26 Selecting previously unselected package libxdmcp-dev:ppc64el.
#21 28.26 Preparing to unpack .../141-libxdmcp-dev_1%3a1.1.3-0ubuntu6_ppc64el.deb ...
#21 28.27 Unpacking libxdmcp-dev:ppc64el (1:1.1.3-0ubuntu6) ...
#21 28.34 Selecting previously unselected package xtrans-dev.
#21 28.34 Preparing to unpack .../142-xtrans-dev_1.4.0-1_all.deb ...
#21 28.35 Unpacking xtrans-dev (1.4.0-1) ...
#21 28.42 Selecting previously unselected package libxcb1-dev:ppc64el.
#21 28.42 Preparing to unpack .../143-libxcb1-dev_1.15-1ubuntu2_ppc64el.deb ...
#21 28.43 Unpacking libxcb1-dev:ppc64el (1.15-1ubuntu2) ...
#21 28.53 Selecting previously unselected package libx11-dev:ppc64el.
#21 28.53 Preparing to unpack .../144-libx11-dev_2%3a1.8.7-1build1_ppc64el.deb ...
#21 28.55 Unpacking libx11-dev:ppc64el (2:1.8.7-1build1) ...
#21 28.67 Selecting previously unselected package manpages-dev.
#21 28.67 Preparing to unpack .../145-manpages-dev_6.7-2_all.deb ...
#21 28.69 Unpacking manpages-dev (6.7-2) ...
#21 28.89 Selecting previously unselected package unzip.
#21 28.89 Preparing to unpack .../146-unzip_6.0-28ubuntu4.1_ppc64el.deb ...
#21 28.90 Unpacking unzip (6.0-28ubuntu4.1) ...
#21 29.03 Setting up libksba8:ppc64el (1.6.6-1build1) ...
#21 29.06 Setting up pinentry-curses (1.2.1-3ubuntu5) ...
#21 29.13 Setting up libexpat1:ppc64el (2.6.1-2ubuntu0.4) ...
#21 29.18 Setting up bubblewrap (0.9.0-1ubuntu0.3) ...
#21 29.22 Setting up libsharpyuv0:ppc64el (1.3.2-0.4build3) ...
#21 29.25 Setting up libaom3:ppc64el (3.8.2-2ubuntu0.2) ...
#21 29.29 Setting up libxau6:ppc64el (1:1.0.9-1build6) ...
#21 29.33 Setting up libkeyutils1:ppc64el (1.6.3-3build1) ...
#21 29.36 Setting up lto-disabled-list (47) ...
#21 29.39 Setting up libapparmor1:ppc64el (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#21 29.42 Setting up liblerc4:ppc64el (4.0.0+ds-4ubuntu2) ...
#21 29.45 Setting up libgdbm6t64:ppc64el (1.23-5.1build1) ...
#21 29.49 Setting up libgdbm-compat4t64:ppc64el (1.23-5.1build1) ...
#21 29.52 Setting up libcbor0.10:ppc64el (0.10.2-1.2ubuntu2) ...
#21 29.55 Setting up manpages (6.7-2) ...
#21 29.58 Setting up unzip (6.0-28ubuntu4.1) ...
#21 29.62 Setting up libbrotli1:ppc64el (1.1.0-2build2) ...
#21 29.65 Setting up libsqlite3-0:ppc64el (3.45.1-1ubuntu2.8) ...
#21 29.68 Setting up libsasl2-modules:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#21 29.72 Setting up binutils-common:ppc64el (2.42-4ubuntu2.10) ...
#21 29.75 Setting up libpsl5t64:ppc64el (0.21.2-1.1build1) ...
#21 29.79 Setting up libnghttp2-14:ppc64el (1.59.0-1ubuntu0.4) ...
#21 29.82 Setting up libdeflate0:ppc64el (1.19-1build1.1) ...
#21 29.85 Setting up less (590-2ubuntu2.1) ...
#21 29.90 Setting up linux-libc-dev:ppc64el (6.8.0-139.139) ...
#21 29.95 Setting up libctf-nobfd0:ppc64el (2.42-4ubuntu2.10) ...
#21 29.99 Setting up krb5-locales (1.20.1-6ubuntu2.10) ...
#21 30.04 Setting up libgomp1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 30.09 Setting up bzip2 (1.0.8-5.1ubuntu0.1) ...
#21 30.14 Setting up libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 30.19 Setting up libpthread-stubs0-dev:ppc64el (0.4-1build3) ...
#21 30.23 Setting up libjbig0:ppc64el (2.1-6.1ubuntu2) ...
#21 30.28 Setting up libsframe1:ppc64el (2.42-4ubuntu2.10) ...
#21 30.31 Setting up libfakeroot:ppc64el (1.33-1) ...
#21 30.41 Setting up libjansson4:ppc64el (2.14-2build2) ...
#21 30.46 Setting up libkrb5support0:ppc64el (1.20.1-6ubuntu2.10) ...
#21 30.51 Setting up libsasl2-modules-db:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#21 30.55 Setting up fakeroot (1.33-1) ...
#21 30.59 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#21 30.59 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
#21 30.59 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
#21 30.59 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
#21 30.59 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
#21 30.59 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
#21 30.59 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
#21 30.59 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
#21 30.59 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
#21 30.63 Setting up xtrans-dev (1.4.0-1) ...
#21 30.68 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#21 30.78 Setting up gcc-13-base:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#21 30.81 Setting up libx11-data (2:1.8.7-1build1) ...
#21 30.83 Setting up make (4.3-4.1build2) ...
#21 30.87 Setting up libmpfr6:ppc64el (4.2.1-1build1.1) ...
#21 30.90 Setting up gnupg-l10n (2.4.4-2ubuntu17.6) ...
#21 30.94 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2build7) ...
#21 30.99 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#21 31.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#21 31.02 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
#21 31.02 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
#21 31.02 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
#21 31.02 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
#21 31.02 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
#21 31.02 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
#21 31.02 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
#21 31.02 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
#21 31.02 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
#21 31.02 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
#21 31.03 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.6) ...
#21 31.06 Setting up libquadmath0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 31.08 Setting up fonts-dejavu-mono (2.37-8) ...
#21 31.12 Setting up libpng16-16t64:ppc64el (1.6.43-5ubuntu0.6) ...
#21 31.14 Setting up libmpc3:ppc64el (1.3.1-1build1.1) ...
#21 31.15 Setting up libatomic1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 31.17 Setting up patch (2.7.6-7build3) ...
#21 31.19 Setting up sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#21 31.27 Setting up fonts-dejavu-core (2.37-8) ...
#21 31.40 Setting up libk5crypto3:ppc64el (1.20.1-6ubuntu2.10) ...
#21 31.43 Setting up libjpeg-turbo8:ppc64el (2.1.5-2ubuntu2) ...
#21 31.46 Setting up libsasl2-2:ppc64el (2.1.28+dfsg1-5ubuntu3.1) ...
#21 31.53 Setting up libwebp7:ppc64el (1.3.2-0.4build3) ...
#21 31.60 Setting up libubsan1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 31.65 Setting up nano (7.2-2ubuntu0.2) ...
#21 31.71 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
#21 31.72 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
#21 31.72 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
#21 31.72 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
#21 31.73 Setting up libcrypt-dev:ppc64el (1:4.4.36-4build1) ...
#21 31.77 Setting up libasan8:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 31.80 Setting up git-man (1:2.43.0-1ubuntu7.3) ...
#21 31.83 Setting up xorg-sgml-doctools (1:1.11-1.1) ...
#21 31.88 Setting up netbase (6.4) ...
#21 32.01 Setting up libkrb5-3:ppc64el (1.20.1-6ubuntu2.10) ...
#21 32.06 Setting up libperl5.38t64:ppc64el (5.38.2-3.2ubuntu0.6) ...
#21 32.08 Setting up libtsan2:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 32.11 Setting up libbinutils:ppc64el (2.42-4ubuntu2.10) ...
#21 32.13 Setting up libfido2-1:ppc64el (1.14.0-1build3) ...
#21 32.17 Setting up libisl23:ppc64el (0.26-3build1.1) ...
#21 32.20 Setting up libc-dev-bin (2.39-0ubuntu8.9) ...
#21 32.22 Setting up cpp-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 32.24 Setting up openssl (3.0.13-0ubuntu3.15) ...
#21 32.33 Setting up libbsd0:ppc64el (0.12.1-1build1.1) ...
#21 32.36 Setting up libcap-dev:ppc64el (1:2.66-5ubuntu2.4) ...
#21 32.40 Setting up readline-common (8.2-4build1) ...
#21 32.44 Setting up publicsuffix (20231001.0357-0.1) ...
#21 32.48 Setting up libcc1-0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 32.52 Setting up libldap2:ppc64el (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 32.53 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...
#21 32.55 Setting up liblsan0:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 32.59 Setting up libitm1:ppc64el (14.2.0-4ubuntu2~24.04.1) ...
#21 32.63 Setting up cpp-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 32.65 Setting up libpopt0:ppc64el (1.19+dfsg-1build1) ...
#21 32.70 Setting up gnupg-utils (2.4.4-2ubuntu17.6) ...
#21 32.75 Setting up libctf0:ppc64el (2.42-4ubuntu2.10) ...
#21 32.76 Setting up libjpeg8:ppc64el (8c-2ubuntu11) ...
#21 32.78 Setting up x11proto-dev (2023.2-1) ...
#21 32.80 Setting up manpages-dev (6.7-2) ...
#21 32.83 Setting up libxdmcp6:ppc64el (1:1.1.3-0ubuntu6) ...
#21 32.86 Setting up libxcb1:ppc64el (1.15-1ubuntu2) ...
#21 32.89 Setting up libxau-dev:ppc64el (1:1.0.9-1build6) ...
#21 32.93 Setting up cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 32.95 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...
#21 33.20 Setting up libedit2:ppc64el (3.1-20230828-1build1) ...
#21 33.24 Setting up ca-certificates (20260601~24.04.1) ...
#21 ...
#20 [stage-0 4/15] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 30.14 Setting up libxpm4:ppc64el (1:3.5.17-1ubuntu0.24.04.1) ...
#20 30.19 Setting up libcurl4t64:ppc64el (8.5.0-2ubuntu10.13) ...
#20 30.23 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...
#20 30.28 Setting up libalgorithm-diff-perl (1.201-1) ...
#20 30.33 Setting up openssh-client (1:9.6p1-3ubuntu13.19) ...
#20 30.55 Setting up gpgsm (2.4.4-2ubuntu17.6) ...
#20 30.63 Setting up libcurl3t64-gnutls:ppc64el (8.5.0-2ubuntu10.13) ...
#20 30.68 Setting up libxext6:ppc64el (2:1.3.4-1build2) ...
#20 30.73 Setting up binutils (2.42-4ubuntu2.10) ...
#20 30.78 Setting up dpkg-dev (1.22.6ubuntu6.6) ...
#20 30.86 Setting up liberror-perl (0.17029-2) ...
#20 30.91 Setting up dirmngr (2.4.4-2ubuntu17.6) ...
#20 31.21 Setting up gcc-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 31.24 Setting up gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 31.27 Setting up keyboxd (2.4.4-2ubuntu17.6) ...
#20 31.48 Setting up git (1:2.43.0-1ubuntu7.3) ...
#20 31.52 Setting up xauth (1:1.1.2-1build1) ...
#20 31.55 Setting up gnupg (2.4.4-2ubuntu17.6) ...
#20 31.58 Setting up curl (8.5.0-2ubuntu10.13) ...
#20 31.61 Setting up libalgorithm-diff-xs-perl:ppc64el (0.04-8build3) ...
#20 31.62 Setting up libalgorithm-merge-perl (0.08-5) ...
#20 31.65 Setting up gpg-wks-client (2.4.4-2ubuntu17.6) ...
#20 31.68 Setting up g++-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 31.72 Setting up gcc-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 31.80 Setting up g++-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 31.85 Setting up g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 31.91 Setting up gcc (4:13.2.0-7ubuntu1) ...
#20 31.98 Setting up g++ (4:13.2.0-7ubuntu1) ...
#20 32.00 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#20 32.00 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
#20 32.01 Setting up build-essential (12.10ubuntu1) ...
#20 32.04 Setting up libheif1:ppc64el (1.17.6-1ubuntu4.8) ...
#20 32.08 Setting up libgd3:ppc64el (2.3.3-9ubuntu5) ...
#20 32.14 Setting up libc-devtools (2.39-0ubuntu8.9) ...
#20 32.20 Setting up libheif-plugin-aomdec:ppc64el (1.17.6-1ubuntu4.8) ...
#20 32.25 Setting up libheif-plugin-aomenc:ppc64el (1.17.6-1ubuntu4.8) ...
#20 32.30 Processing triggers for libc-bin (2.39-0ubuntu8.9) ...
#20 32.34 Processing triggers for ca-certificates (20260601~24.04.1) ...
#20 32.36 Updating certificates in /etc/ssl/certs...
#20 32.88 0 added, 0 removed; done.
#20 32.88 Running hooks in /etc/ca-certificates/update.d...
#20 32.88 done.
#20 DONE 33.7s
#22 [stage-0 5/15] RUN git config --global user.email "docker@example.com"
#22 DONE 0.4s
#23 [stage-0 6/15] RUN git config --global user.name "Docker"
#23 DONE 0.7s
#24 [stage-0 7/15] RUN git config --global gc.autoDetach false
#24 DONE 0.6s
#21 [stage-1 6/42] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 33.81 Updating certificates in /etc/ssl/certs...
#21 34.43 121 added, 0 removed; done.
#21 34.51 Setting up libxdmcp-dev:ppc64el (1:1.1.3-0ubuntu6) ...
#21 34.54 Setting up perl (5.38.2-3.2ubuntu0.6) ...
#21 34.60 Setting up libfreetype6:ppc64el (2.13.2+dfsg-1ubuntu0.1) ...
#21 34.63 Setting up libgssapi-krb5-2:ppc64el (1.20.1-6ubuntu2.10) ...
#21 34.66 Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
#21 34.68 Setting up libssh-4:ppc64el (0.10.6-2ubuntu0.5) ...
#21 34.71 Setting up libreadline8t64:ppc64el (8.2-4build1) ...
#21 34.74 Setting up libgcc-13-dev:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#21 34.78 Setting up libtiff6:ppc64el (4.5.1+git230720-4ubuntu2.5) ...
#21 34.81 Setting up cpp (4:13.2.0-7ubuntu1) ...
#21 34.84 Setting up gpgconf (2.4.4-2ubuntu17.6) ...
#21 34.86 Setting up libc6-dev:ppc64el (2.39-0ubuntu8.9) ...
#21 34.88 Setting up libx11-6:ppc64el (2:1.8.7-1build1) ...
#21 34.90 Setting up libfontconfig1:ppc64el (2.15.0-1.1ubuntu2) ...
#21 34.92 Setting up binutils-powerpc64le-linux-gnu (2.42-4ubuntu2.10) ...
#21 34.94 Setting up libxmuu1:ppc64el (2:1.1.3-3build2) ...
#21 34.97 Setting up gpg (2.4.4-2ubuntu17.6) ...
#21 34.98 Setting up rsync (3.2.7-1ubuntu1.5) ...
#21 35.03 invoke-rc.d: could not determine current runlevel
#21 35.03 invoke-rc.d: policy-rc.d denied execution of start.
#21 35.16 Setting up libstdc++-13-dev:ppc64el (13.3.0-6ubuntu2~24.04.1) ...
#21 35.17 Setting up gpg-agent (2.4.4-2ubuntu17.6) ...
#21 36.03 Setting up libxcb1-dev:ppc64el (1.15-1ubuntu2) ...
#21 36.07 Setting up libxpm4:ppc64el (1:3.5.17-1ubuntu0.24.04.1) ...
#21 36.10 Setting up libcurl4t64:ppc64el (8.5.0-2ubuntu10.13) ...
#21 36.13 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...
#21 36.16 Setting up libalgorithm-diff-perl (1.201-1) ...
#21 36.19 Setting up openssh-client (1:9.6p1-3ubuntu13.19) ...
#21 36.38 Setting up gpgsm (2.4.4-2ubuntu17.6) ...
#21 36.41 Setting up libx11-dev:ppc64el (2:1.8.7-1build1) ...
#21 36.44 Setting up libcurl3t64-gnutls:ppc64el (8.5.0-2ubuntu10.13) ...
#21 36.46 Setting up libxext6:ppc64el (2:1.3.4-1build2) ...
#21 36.48 Setting up binutils (2.42-4ubuntu2.10) ...
#21 36.51 Setting up dpkg-dev (1.22.6ubuntu6.6) ...
#21 36.55 Setting up liberror-perl (0.17029-2) ...
#21 36.57 Setting up dirmngr (2.4.4-2ubuntu17.6) ...
#21 36.80 Setting up gcc-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 36.82 Setting up gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 36.85 Setting up keyboxd (2.4.4-2ubuntu17.6) ...
#21 37.07 Setting up git (1:2.43.0-1ubuntu7.3) ...
#21 37.12 Setting up xauth (1:1.1.2-1build1) ...
#21 37.14 Setting up gnupg (2.4.4-2ubuntu17.6) ...
#21 37.17 Setting up curl (8.5.0-2ubuntu10.13) ...
#21 37.19 Setting up libalgorithm-diff-xs-perl:ppc64el (0.04-8build3) ...
#21 37.21 Setting up libalgorithm-merge-perl (0.08-5) ...
#21 37.24 Setting up gpg-wks-client (2.4.4-2ubuntu17.6) ...
#21 37.27 Setting up g++-13-powerpc64le-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 37.29 Setting up gcc-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 37.32 Setting up g++-powerpc64le-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 37.34 Setting up g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 37.37 Setting up gcc (4:13.2.0-7ubuntu1) ...
#21 37.43 Setting up g++ (4:13.2.0-7ubuntu1) ...
#21 37.45 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#21 37.45 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
#21 37.47 Setting up build-essential (12.10ubuntu1) ...
#21 37.50 Setting up libheif1:ppc64el (1.17.6-1ubuntu4.8) ...
#21 37.53 Setting up libgd3:ppc64el (2.3.3-9ubuntu5) ...
#21 37.55 Setting up libc-devtools (2.39-0ubuntu8.9) ...
#21 37.58 Setting up libheif-plugin-aomdec:ppc64el (1.17.6-1ubuntu4.8) ...
#21 37.61 Setting up libheif-plugin-aomenc:ppc64el (1.17.6-1ubuntu4.8) ...
#21 37.67 Processing triggers for libc-bin (2.39-0ubuntu8.9) ...
#21 37.72 Processing triggers for ca-certificates (20260601~24.04.1) ...
#21 37.73 Updating certificates in /etc/ssl/certs...
#21 38.23 0 added, 0 removed; done.
#21 38.23 Running hooks in /etc/ca-certificates/update.d...
#21 38.23 done.
#21 DONE 38.4s
#25 [stage-0 8/15] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout a310b2ef12f9f62f7cdefdcda5a00c379654477e && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#25 0.685 Cloning into '/tmp/opam'...
#25 5.572 Note: switching to 'a310b2ef12f9f62f7cdefdcda5a00c379654477e'.
#25 5.572
#25 5.572 You are in 'detached HEAD' state. You can look around, make experimental
#25 5.572 changes and commit them, and you can discard any commits you make in this
#25 5.572 state without impacting any branches by switching back to a branch.
#25 5.572
#25 5.572 If you want to create a new branch to retain commits you create, you may
#25 5.572 do so (now or later) by using -c with the switch command. Example:
#25 5.572
#25 5.572 git switch -c <new-branch-name>
#25 5.572
#25 5.572 Or undo this operation with:
#25 5.572
#25 5.572 git switch -
#25 5.572
#25 5.572 Turn off this advice by setting config variable advice.detachedHead to false
#25 5.572
#25 5.572 HEAD is now at 0f9c3b385 Merge pull request #7146 from kit-ty-kate/rel-2.6.0
#25 7.533 configure: Configuring OCaml version 4.14.4
#25 7.540 checking build system type... powerpc64le-unknown-linux-gnu
#25 7.595 checking host system type... powerpc64le-unknown-linux-gnu
#25 7.595 checking target system type... powerpc64le-unknown-linux-gnu
#25 7.596 checking for ld... ld
#25 7.597 checking how to print strings... printf
#25 7.601 checking for gcc... gcc
#25 7.629 checking whether the C compiler works... yes
#25 7.678 checking for C compiler default output file name... a.out
#25 7.679 checking for suffix of executables...
#25 7.730 checking whether we are cross compiling... no
#25 7.792 checking for suffix of object files... o
#25 7.822 checking whether we are using the GNU C compiler... yes
#25 7.847 checking whether gcc accepts -g... yes
#25 7.876 checking for gcc option to accept ISO C89... none needed
#25 7.921 checking for a sed that does not truncate output... /usr/bin/sed
#25 7.930 checking for grep that handles long lines and -e... /usr/bin/grep
#25 7.935 checking for egrep... /usr/bin/grep -E
#25 7.936 checking for fgrep... /usr/bin/grep -F
#25 7.939 checking for ld used by gcc... ld
#25 7.942 checking if the linker (ld) is GNU ld... yes
#25 7.946 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#25 7.952 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#25 7.978 checking whether ln -s works... yes
#25 7.978 checking the maximum length of command line arguments... 1572864
#25 7.993 checking how to convert powerpc64le-unknown-linux-gnu file names to powerpc64le-unknown-linux-gnu format... func_convert_file_noop
#25 7.993 checking how to convert powerpc64le-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#25 7.993 checking for ld option to reload object files... -r
#25 7.993 checking for objdump... objdump
#25 7.993 checking how to recognize dependent libraries... pass_all
#25 7.993 checking for dlltool... no
#25 7.995 checking how to associate runtime and link libraries... printf %s\n
#25 7.995 checking for ar... ar
#25 7.995 checking for archiver @FILE support... @
#25 8.033 checking for strip... strip
#25 8.033 checking for ranlib... ranlib
#25 8.033 checking for gawk... no
#25 8.034 checking for mawk... mawk
#25 8.034 checking command to parse /usr/bin/nm -B output from gcc object... ok
#25 8.137 checking for sysroot... no
#25 8.137 checking for a working dd... /usr/bin/dd
#25 8.144 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#25 8.170 ./configure: line 6869: /usr/bin/file: No such file or directory
#25 8.172 checking for mt... no
#25 8.172 checking if : is a manifest tool... no
#25 8.177 checking how to run the C preprocessor... gcc -E
#25 8.250 checking for ANSI C header files... yes
#25 8.417 checking for sys/types.h... yes
#25 8.466 checking for sys/stat.h... yes
#25 8.524 checking for stdlib.h... yes
#25 8.577 checking for string.h... yes
#25 8.627 checking for memory.h... yes
#25 8.679 checking for strings.h... yes
#25 8.730 checking for inttypes.h... yes
#25 8.782 checking for stdint.h... yes
#25 8.840 checking for unistd.h... yes
#25 8.890 checking for dlfcn.h... yes
#25 8.945 checking for objdir... .libs
#25 9.037 checking if gcc supports -fno-rtti -fno-exceptions... no
#25 9.069 checking for gcc option to produce PIC... -fPIC -DPIC
#25 9.069 checking if gcc PIC flag -fPIC -DPIC works... yes
#25 9.097 checking if gcc static flag -static works... yes
#25 9.203 checking if gcc supports -c -o file.o... yes
#25 9.249 checking if gcc supports -c -o file.o... (cached) yes
#25 9.249 checking whether the gcc linker (ld) supports shared libraries... yes
#25 9.273 checking whether -lc should be explicitly linked in... no
#25 9.308 checking dynamic linker characteristics... GNU/Linux ld.so
#25 9.382 checking how to hardcode library paths into programs... immediate
#25 9.382 checking whether stripping libraries is possible... yes
#25 9.383 checking if libtool supports shared libraries... yes
#25 9.383 checking whether to build shared libraries... yes
#25 9.383 checking whether to build static libraries... yes
#25 9.383 checking C compiler vendor... gcc-13-3
#25 9.401 checking whether host executables can be run in the build... yes
#25 9.450 checking whether #! works in shell scripts... yes
#25 9.455 checking for flexdll sources... checking for flexlink... no
#25 9.460 checking flexdll.h usability... no
#25 9.490 checking flexdll.h presence... no
#25 9.511 checking for flexdll.h... no
#25 9.513 checking for a BSD-compatible install... /usr/bin/install -c
#25 9.524 checking for cos in -lm... yes
#25 9.589 checking math.h usability... yes
#25 9.643 checking math.h presence... yes
#25 9.678 checking for math.h... yes
#25 9.678 checking for unistd.h... (cached) yes
#25 9.679 checking for stdint.h... (cached) yes
#25 9.679 checking for dirent.h... yes
#25 9.706 checking for sys/select.h... yes
#25 9.733 checking for off_t... yes
#25 9.823 checking size of int... 4
#25 9.906 checking size of long... 8
#25 9.991 checking size of long *... 8
#25 10.07 checking size of short... 2
#25 10.15 checking size of long long... 8
#25 10.23 configure: Target is a 64 bits architecture
#25 10.23 checking whether byte ordering is bigendian... no
#25 10.33 checking alignment of double... 8
#25 10.41 checking alignment of long... 8
#25 10.50 checking alignment of long long... 8
#25 10.58 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#25 10.60 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#25 10.63 checking for ld... ld
#25 10.63 checking for rlwrap... no
#25 10.63 configure: checking semantics of signal handlers
#25 10.63 checking for sigaction... yes
#25 10.68 checking for sigprocmask... yes
#25 10.74 configure: POSIX signal handling found.
#25 10.75 checking for expm1... yes
#25 10.83 checking for log1p... yes
#25 10.92 checking for hypot... yes
#25 11.01 checking for fma... yes
#25 11.08 checking for exp2... yes
#25 11.16 checking for log2... yes
#25 11.25 checking for cbrt... yes
#25 11.33 checking for acosh... yes
#25 11.42 checking for asinh... yes
#25 11.50 checking for atanh... yes
#25 11.57 checking for erf... yes
#25 11.65 checking for erfc... yes
#25 11.73 checking for trunc... yes
#25 11.82 checking for round... yes
#25 11.90 checking for copysign... yes
#25 11.98 checking whether round works... yes
#25 12.06 checking whether fma works... yes
#25 12.14 checking for getrusage... yes
#25 12.20 checking for times... yes
#25 12.25 checking for secure_getenv... yes
#25 12.31 checking for issetugid... no
#25 12.41 checking for library containing clock_gettime... none required
#25 12.47 checking for socket... yes
#25 12.54 checking for socketpair... yes
#25 12.62 checking for bind... yes
#25 12.69 checking for listen... yes
#25 12.76 checking for accept... yes
#25 12.83 checking for connect... yes
#25 12.90 checking for socklen_t... yes
#25 12.97 checking for inet_aton... yes
#25 13.02 checking for struct sockaddr_in6... yes
#25 13.10 checking for getaddrinfo... yes
#25 13.16 checking for getnameinfo... yes
#25 13.21 checking for inet_pton... yes
#25 13.27 checking for inet_ntop... yes
#25 13.33 checking for rewinddir... yes
#25 13.39 checking for lockf... yes
#25 13.44 checking for mkfifo... yes
#25 13.50 checking for getcwd... yes
#25 13.57 checking whether system is declared... yes
#25 13.61 checking for sys/types.h... (cached) yes
#25 13.61 checking utime.h usability... yes
#25 13.65 checking utime.h presence... yes
#25 13.66 checking for utime.h... yes
#25 13.66 checking for utime... yes
#25 13.73 checking for utimes... yes
#25 13.79 checking for fchmod... yes
#25 13.84 checking for fchown... yes
#25 13.90 checking for truncate... yes
#25 13.96 checking for ftruncate... yes
#25 14.02 checking for select... yes
#25 14.08 checking for fd_set... yes
#25 14.14 checking for nanosleep... yes
#25 14.20 checking for symlink... yes
#25 14.27 checking for readlink... yes
#25 14.32 checking for lstat... yes
#25 14.38 checking for realpath... yes
#25 14.44 checking for waitpid... yes
#25 14.50 checking for wait4... yes
#25 14.57 checking for getgroups... yes
#25 14.62 checking for setgroups... yes
#25 14.68 checking for initgroups... yes
#25 14.74 checking termios.h usability... yes
#25 14.78 checking termios.h presence... yes
#25 14.80 checking for termios.h... yes
#25 14.80 checking for tcgetattr... yes
#25 14.87 checking for tcsetattr... yes
#25 14.92 checking for tcsendbreak... yes
#25 14.98 checking for tcflush... yes
#25 15.05 checking for tcflow... yes
#25 15.10 checking for setitimer... yes
#25 15.16 checking for gethostname... yes
#25 15.22 checking sys/utsname.h usability... yes
#25 15.26 checking sys/utsname.h presence... yes
#25 15.27 checking for sys/utsname.h... yes
#25 15.27 checking for uname... yes
#25 15.33 checking for gettimeofday... yes
#25 15.39 checking for mktime... yes
#25 15.45 checking for setsid... yes
#25 15.50 checking for putenv... yes
#25 15.56 checking for setenv... yes
#25 15.61 checking for unsetenv... yes
#25 15.67 checking locale.h usability... yes
#25 15.71 checking locale.h presence... yes
#25 15.73 checking for locale.h... yes
#25 15.73 checking for newlocale... yes
#25 15.78 checking for freelocale... yes
#25 15.84 checking for uselocale... yes
#25 15.90 checking xlocale.h usability... no
#25 15.94 checking xlocale.h presence... no
#25 15.97 checking for xlocale.h... no
#25 15.97 checking for strtod_l... yes
#25 16.02 checking for dlopen... yes
#25 16.08 configure: Dynamic loading of shared libraries is supported.
#25 16.08 checking sys/mman.h usability... yes
#25 16.12 checking sys/mman.h presence... yes
#25 16.14 checking for sys/mman.h... yes
#25 16.14 checking for mmap... yes
#25 16.19 checking for munmap... yes
#25 16.25 checking for pwrite... yes
#25 16.31 checking whether the C compiler supports -fdebug-prefix-map... yes
#25 16.34 checking for struct stat.st_atim.tv_nsec... yes
#25 16.38 configure: stat supports nanosecond precision
#25 16.38 checking how many arguments gethostbyname_r() takes... six
#25 16.46 checking how many arguments gethostbyaddr_r() takes... eight
#25 16.54 checking for mkstemp... yes
#25 16.60 checking for nice... yes
#25 16.66 checking for dup3... yes
#25 16.71 checking for pipe2... yes
#25 16.77 checking for accept4... yes
#25 16.83 checking for getauxval... yes
#25 16.89 checking sys/shm.h usability... yes
#25 16.93 checking sys/shm.h presence... yes
#25 16.95 checking for sys/shm.h... yes
#25 16.95 checking for shmat... yes
#25 17.00 checking for execvpe... yes
#25 17.07 checking spawn.h usability... yes
#25 17.11 checking spawn.h presence... yes
#25 17.13 checking for spawn.h... yes
#25 17.13 checking for posix_spawn... yes
#25 17.19 checking for posix_spawnp... yes
#25 17.24 checking for ffs... yes
#25 17.31 checking whether _BitScanForward is declared... no
#25 17.37 configure: replay debugger supported
#25 17.37 checking whether stack overflows can be detected... no
#25 17.37 checking whether gcc is Clang... no
#25 17.40 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#25 17.47 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#25 17.52 checking whether more special flags are required for pthreads... no
#25 17.52 checking for PTHREAD_PRIO_INHERIT... yes
#25 17.58 configure: the POSIX threads library is supported
#25 17.58 checking for sigwait... yes
#25 17.64 checking whether the assembler supports --debug-prefix-map... no
#25 17.68 checking whether the assembler supports CFI directives... yes
#25 17.70 configure: not using frame pointers
#25 17.70 checking whether mmap supports huge pages... yes
#25 17.78 configure: Disabling function sections.
#25 17.82 configure: creating ./config.status
#25 18.35 config.status: creating Makefile.build_config
#25 18.36 config.status: creating Makefile.config
#25 18.38 config.status: creating stdlib/sys.ml
#25 18.39 config.status: creating manual/src/version.tex
#25 18.41 config.status: creating manual/src/html_processing/src/common.ml
#25 18.43 config.status: creating tools/eventlog_metadata
#25 18.45 config.status: creating runtime/caml/m.h
#25 18.46 config.status: creating runtime/caml/s.h
#25 18.48 config.status: creating runtime/caml/version.h
#25 18.49 config.status: executing libtool commands
#25 18.57 make -j -C runtime sak
#25 18.57 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sak.o sak.c
#25 18.74 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o sak sak.o
#25 18.77 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 18.77 make -j coldstart
#25 18.78 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 18.79 make -j -C runtime all
#25 18.79 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 18.87 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs" > ld.conf
#25 18.87 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml" >> ld.conf
#25 18.87 tr -d '\r' < caml/instruct.h | \
#25 18.87 sed -e '/\/\*/d' \
#25 18.87 -e '/^#/d' \
#25 18.87 -e 's/enum /static char * names_of_/' \
#25 18.87 -e 's/{$/[] = {/' \
#25 18.87 -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
#25 18.87 tr -d '\r' < caml/instruct.h | \
#25 18.87 sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
#25 18.87 -e '/^}/q' > caml/jumptbl.h
#25 18.87 echo '/* This file is generated from ../Makefile.config */' > build_config.h
#25 18.90 echo '#define OCAML_STDLIB_DIR "/tmp/opam/bootstrap/ocaml/lib/ocaml"' >> build_config.h
#25 18.90 cp primitives.new primitives
#25 18.90 echo '#define HOST "powerpc64le-unknown-linux-gnu"' >> build_config.h
#25 18.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.b.o interp.c
#25 18.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.b.o misc.c
#25 18.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.b.o stacks.c
#25 18.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.b.o fix_code.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.b.o startup_aux.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.b.o startup_byt.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.b.o freelist.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.b.o major_gc.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.b.o minor_gc.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.b.o memory.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.b.o alloc.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.b.o roots_byt.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.b.o globroots.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.b.o fail_byt.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.b.o signals.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.b.o signals_byt.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.b.o printexc.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.b.o backtrace_byt.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.b.o backtrace.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.b.o compare.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.b.o ints.c
#25 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.b.o eventlog.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.b.o floats.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.b.o str.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.b.o array.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.b.o io.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.b.o extern.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.b.o intern.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.b.o hash.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.b.o sys.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.b.o meta.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.b.o parsing.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.b.o gc_ctrl.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.b.o md5.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.b.o obj.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.b.o lexing.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.b.o callback.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.b.o debugger.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.b.o weak.c
#25 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.b.o compact.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.b.o finalise.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.b.o custom.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.b.o dynlink.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.b.o afl.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.b.o unix.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.b.o bigarray.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.b.o main.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.b.o memprof.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.b.o domain.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.b.o skiplist.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.b.o codefrag.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o interp.bd.o interp.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o misc.bd.o misc.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o stacks.bd.o stacks.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fix_code.bd.o fix_code.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_aux.bd.o startup_aux.c
#25 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_byt.bd.o startup_byt.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o freelist.bd.o freelist.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o major_gc.bd.o major_gc.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o minor_gc.bd.o minor_gc.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memory.bd.o memory.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o alloc.bd.o alloc.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o roots_byt.bd.o roots_byt.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o globroots.bd.o globroots.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fail_byt.bd.o fail_byt.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals.bd.o signals.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals_byt.bd.o signals_byt.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o printexc.bd.o printexc.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace_byt.bd.o backtrace_byt.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace.bd.o backtrace.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compare.bd.o compare.c
#25 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o ints.bd.o ints.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o eventlog.bd.o eventlog.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o floats.bd.o floats.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o str.bd.o str.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o array.bd.o array.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o io.bd.o io.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o extern.bd.o extern.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o intern.bd.o intern.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o hash.bd.o hash.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o sys.bd.o sys.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o meta.bd.o meta.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o parsing.bd.o parsing.c
#25 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o gc_ctrl.bd.o gc_ctrl.c
#25 18.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o md5.bd.o md5.c
#25 18.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o obj.bd.o obj.c
#25 18.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o lexing.bd.o lexing.c
#25 18.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o callback.bd.o callback.c
#25 18.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o debugger.bd.o debugger.c
#25 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o weak.bd.o weak.c
#25 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compact.bd.o compact.c
#25 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o finalise.bd.o finalise.c
#25 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o custom.bd.o custom.c
#25 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o dynlink.bd.o dynlink.c
#25 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o afl.bd.o afl.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o unix.bd.o unix.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o bigarray.bd.o bigarray.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o main.bd.o main.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memprof.bd.o memprof.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o domain.bd.o domain.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o skiplist.bd.o skiplist.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o codefrag.bd.o codefrag.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o instrtrace.bd.o instrtrace.c
#25 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o interp.bi.o interp.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o misc.bi.o misc.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o stacks.bi.o stacks.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fix_code.bi.o fix_code.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_aux.bi.o startup_aux.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_byt.bi.o startup_byt.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o freelist.bi.o freelist.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o major_gc.bi.o major_gc.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o minor_gc.bi.o minor_gc.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memory.bi.o memory.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o alloc.bi.o alloc.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o roots_byt.bi.o roots_byt.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o globroots.bi.o globroots.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fail_byt.bi.o fail_byt.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals.bi.o signals.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals_byt.bi.o signals_byt.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o printexc.bi.o printexc.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace_byt.bi.o backtrace_byt.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace.bi.o backtrace.c
#25 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compare.bi.o compare.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o ints.bi.o ints.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o eventlog.bi.o eventlog.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o floats.bi.o floats.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o str.bi.o str.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o array.bi.o array.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o io.bi.o io.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o extern.bi.o extern.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o intern.bi.o intern.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o hash.bi.o hash.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o sys.bi.o sys.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o meta.bi.o meta.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o parsing.bi.o parsing.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o gc_ctrl.bi.o gc_ctrl.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o md5.bi.o md5.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o obj.bi.o obj.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o lexing.bi.o lexing.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o callback.bi.o callback.c
#25 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o debugger.bi.o debugger.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o weak.bi.o weak.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compact.bi.o compact.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o finalise.bi.o finalise.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o custom.bi.o custom.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o dynlink.bi.o dynlink.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o afl.bi.o afl.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o unix.bi.o unix.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o bigarray.bi.o bigarray.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o main.bi.o main.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memprof.bi.o memprof.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o domain.bi.o domain.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o skiplist.bi.o skiplist.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o codefrag.bi.o codefrag.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.bpic.o interp.c
#25 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.bpic.o misc.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.bpic.o stacks.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.bpic.o fix_code.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.bpic.o startup_aux.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.bpic.o startup_byt.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.bpic.o freelist.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.bpic.o major_gc.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.bpic.o minor_gc.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.bpic.o memory.c
#25 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.bpic.o alloc.c
#25 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.bpic.o roots_byt.c
#25 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.bpic.o globroots.c
#25 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.bpic.o fail_byt.c
#25 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.bpic.o signals.c
#25 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.bpic.o signals_byt.c
#25 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.bpic.o printexc.c
#25 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.bpic.o backtrace_byt.c
#25 19.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.bpic.o backtrace.c
#25 19.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.bpic.o compare.c
#25 19.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.bpic.o ints.c
#25 19.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.bpic.o eventlog.c
#25 19.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.bpic.o floats.c
#25 19.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.bpic.o str.c
#25 19.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.bpic.o array.c
#25 19.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.bpic.o io.c
#25 19.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.bpic.o extern.c
#25 19.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.bpic.o intern.c
#25 19.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.bpic.o hash.c
#25 19.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.bpic.o sys.c
#25 19.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.bpic.o meta.c
#25 19.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.bpic.o parsing.c
#25 19.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.bpic.o gc_ctrl.c
#25 19.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.bpic.o md5.c
#25 19.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.bpic.o obj.c
#25 19.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.bpic.o lexing.c
#25 19.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.bpic.o callback.c
#25 19.15 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.bpic.o debugger.c
#25 19.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.bpic.o weak.c
#25 19.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.bpic.o compact.c
#25 19.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.bpic.o finalise.c
#25 19.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.bpic.o custom.c
#25 19.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.bpic.o dynlink.c
#25 19.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.bpic.o afl.c
#25 19.19 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.bpic.o unix.c
#25 19.19 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.bpic.o bigarray.c
#25 19.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.bpic.o main.c
#25 19.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.bpic.o memprof.c
#25 19.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.bpic.o domain.c
#25 19.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.bpic.o skiplist.c
#25 19.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.bpic.o codefrag.c
#25 19.22 export LC_ALL=C; \
#25 19.22 (echo '#include "caml/config.h"'; \
#25 19.22 echo 'typedef intnat value;'; \
#25 19.22 echo 'typedef value (*c_primitive)(void);'; \
#25 19.22 echo; \
#25 19.22 sed -e 's/.*/extern value &(void);/' primitives; \
#25 19.22 echo; \
#25 19.22 echo 'c_primitive caml_builtin_cprim[] = {'; \
#25 19.22 sed -e 's/.*/ &,/' primitives; \
#25 19.22 echo ' 0 };'; \
#25 19.22 echo; \
#25 19.22 echo 'char * caml_names_of_builtin_cprim[] = {'; \
#25 19.22 sed -e 's/.*/ "&",/' primitives; \
#25 19.22 echo ' 0 };') > prims.c
#25 19.25 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= \
#25 19.25 -o prims.o prims.c
#25 20.18 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
#25 20.20 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
#25 20.21 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm -lpthread
#25 20.23 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o ocamlrun prims.o libcamlrun.a -lm -lpthread
#25 20.26 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
#25 20.28 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
#25 20.28 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
#25 20.28 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -g -o ocamlrund prims.o libcamlrund.a -lm -lpthread
#25 20.36 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 20.36 make -j -C stdlib \
#25 20.36 OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
#25 20.36 CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
#25 20.36 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 20.38 ../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
#25 20.38 ../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
#25 20.39 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > camlheader
#25 20.39 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > target_camlheader
#25 20.39 echo '#!' | tr -d '\012' > camlheader_ur
#25 20.39 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > camlheaderd
#25 20.39 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > target_camlheaderd
#25 20.40 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > camlheaderi
#25 20.40 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > target_camlheaderi
#25 20.41 ../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
#25 20.67 ../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
#25 20.67 ../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
#25 20.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
#25 20.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 \
#25 20.82 -o stdlib__Pervasives.cmo -c pervasives.ml
#25 20.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 \
#25 20.83 -o stdlib__Either.cmi -c either.mli
#25 20.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 \
#25 20.83 -o stdlib__Sys.cmi -c sys.mli
#25 20.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 \
#25 20.84 -o stdlib__Nativeint.cmi -c nativeint.mli
#25 20.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 \
#25 20.84 -o stdlib__Int32.cmi -c int32.mli
#25 20.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 -c camlinternalLazy.mli
#25 20.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 \
#25 20.85 -o stdlib__Bool.cmi -c bool.mli
#25 20.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 \
#25 20.85 -o stdlib__Char.cmi -c char.mli
#25 20.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 \
#25 20.85 -o stdlib__Uchar.cmi -c uchar.mli
#25 20.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 \
#25 20.85 -o stdlib__Int.cmi -c int.mli
#25 20.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 \
#25 20.85 -o stdlib__Unit.cmi -c unit.mli
#25 20.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 \
#25 20.85 -o stdlib__Marshal.cmi -c marshal.mli
#25 20.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 \
#25 20.85 -o stdlib__Int64.cmi -c int64.mli
#25 20.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 \
#25 20.85 -o stdlib__Lexing.cmi -c lexing.mli
#25 20.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 \
#25 20.86 -o stdlib__Stream.cmi -c stream.mli
#25 20.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 \
#25 20.86 -o stdlib__Arg.cmi -c arg.mli
#25 20.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 \
#25 20.86 -o stdlib__Atomic.cmi -c atomic.mli
#25 20.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 \
#25 20.86 -o stdlib__Printexc.cmi -c printexc.mli
#25 20.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 \
#25 20.86 -o stdlib__Fun.cmi -c fun.mli
#25 20.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 \
#25 20.86 -o stdlib__Digest.cmi -c digest.mli
#25 20.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 -w +A -w -fragile-match \
#25 20.86 -o stdlib__Scanf.cmi -c scanf.mli
#25 20.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 \
#25 20.86 -o stdlib__Callback.cmi -c callback.mli
#25 20.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 \
#25 20.86 -o stdlib__Filename.cmi -c filename.mli
#25 20.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 \
#25 20.87 -o stdlib__Complex.cmi -c complex.mli
#25 20.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 \
#25 20.87 -o stdlib__In_channel.cmi -c in_channel.mli
#25 20.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 \
#25 20.87 -o stdlib__Out_channel.cmi -c out_channel.mli
#25 20.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 -c std_exit.ml
#25 20.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 \
#25 20.88 -o stdlib__Either.cmo -c either.ml
#25 20.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 \
#25 20.88 -o stdlib__Seq.cmi -c seq.mli
#25 20.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 \
#25 20.88 -o stdlib__Lazy.cmi -c lazy.mli
#25 20.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 \
#25 20.88 -o stdlib__Bool.cmo -c bool.ml
#25 20.89 ../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 \
#25 20.89 -o stdlib__Char.cmo -c char.ml
#25 20.89 ../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 \
#25 20.89 -o stdlib__Obj.cmi -c obj.mli
#25 20.89 ../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 \
#25 20.89 -o stdlib__Sys.cmo -c sys.ml
#25 20.89 ../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 \
#25 20.89 -o stdlib__Int32.cmo -c int32.ml
#25 20.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 \
#25 20.90 -o stdlib__Nativeint.cmo -c nativeint.ml
#25 20.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 \
#25 20.90 -o stdlib__Uchar.cmo -c uchar.ml
#25 20.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 \
#25 20.90 -o stdlib__Int.cmo -c int.ml
#25 20.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 \
#25 20.90 -o stdlib__Unit.cmo -c unit.ml
#25 20.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 \
#25 20.90 -o stdlib__Genlex.cmi -c genlex.mli
#25 20.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 \
#25 20.90 -o stdlib__Atomic.cmo -c atomic.ml
#25 20.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 \
#25 20.91 -o stdlib__Complex.cmo -c complex.ml
#25 20.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 \
#25 20.92 -o stdlib__Bigarray.cmi -c bigarray.mli
#25 20.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 \
#25 20.92 -o stdlib__Int64.cmo -c int64.ml
#25 20.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 \
#25 20.92 -o stdlib__Random.cmi -c random.mli
#25 20.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 \
#25 20.92 -o stdlib__Out_channel.cmo -c out_channel.ml
#25 20.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 \
#25 20.92 -o stdlib__Fun.cmo -c fun.ml
#25 20.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 \
#25 20.92 -o stdlib__Gc.cmi -c gc.mli
#25 20.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 \
#25 20.96 -o stdlib__Obj.cmo -c obj.ml
#25 20.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 camlinternalLazy.ml
#25 20.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 \
#25 20.96 -o stdlib__Lazy.cmo -c lazy.ml
#25 20.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 \
#25 20.96 -o stdlib__Parsing.cmi -c parsing.mli
#25 20.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 \
#25 20.96 -o stdlib__Callback.cmo -c callback.ml
#25 20.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.mli
#25 20.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 camlinternalMod.mli
#25 20.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 \
#25 20.97 -o stdlib__Seq.cmo -c seq.ml
#25 20.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 \
#25 20.97 -o stdlib__Option.cmi -c option.mli
#25 20.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 \
#25 20.97 -o stdlib__Result.cmi -c result.mli
#25 20.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 \
#25 20.97 -o stdlib__List.cmi -c list.mli
#25 20.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 \
#25 20.97 -o stdlib__Bytes.cmi -c bytes.mli
#25 20.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 \
#25 20.97 -o stdlib__String.cmi -c string.mli
#25 20.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 \
#25 20.98 -o stdlib__Array.cmi -c array.mli
#25 20.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 \
#25 20.98 -o stdlib__Float.cmi -c float.mli
#25 20.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 \
#25 20.98 -o stdlib__Set.cmi -c set.mli
#25 20.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 \
#25 20.98 -o stdlib__Map.cmi -c map.mli
#25 20.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 \
#25 20.98 -o stdlib__Stack.cmi -c stack.mli
#25 20.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 \
#25 20.98 -o stdlib__Queue.cmi -c queue.mli
#25 20.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 -w +A \
#25 20.99 -o stdlib__Buffer.cmi -c buffer.mli
#25 20.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 \
#25 20.99 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#25 20.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" \
#25 20.99 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#25 20.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" \
#25 20.99 -o stdlib__ListLabels.cmi -c listLabels.mli
#25 20.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" \
#25 20.99 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#25 20.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" \
#25 20.99 -o stdlib__StringLabels.cmi -c stringLabels.mli
#25 21.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 \
#25 21.03 -o stdlib__Queue.cmo -c queue.ml
#25 21.04 ../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 \
#25 21.04 -o stdlib__Option.cmo -c option.ml
#25 21.04 ../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 \
#25 21.04 -o stdlib__Oo.cmi -c oo.mli
#25 21.04 ../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 \
#25 21.04 -o stdlib__Result.cmo -c result.ml
#25 21.04 ../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
#25 21.04 ../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 \
#25 21.04 -o stdlib__Printf.cmi -c printf.mli
#25 21.04 ../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 \
#25 21.04 -o stdlib__Format.cmi -c format.mli
#25 21.07 ../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 \
#25 21.07 -o stdlib__Array.cmo -c array.ml
#25 21.07 ../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 \
#25 21.07 -o stdlib__Parsing.cmo -c parsing.ml
#25 21.07 ../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 \
#25 21.07 -o stdlib__Random.cmo -c random.ml
#25 21.07 ../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
#25 21.07 ../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 \
#25 21.07 -o stdlib__Oo.cmo -c oo.ml
#25 21.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 \
#25 21.08 -o stdlib__Bigarray.cmo -c bigarray.ml
#25 21.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 \
#25 21.08 -o stdlib__List.cmo -c list.ml
#25 21.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 \
#25 21.08 -o stdlib__Set.cmo -c set.ml
#25 21.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 \
#25 21.08 -o stdlib__Stack.cmo -c stack.ml
#25 21.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 -nolabels -no-alias-deps \
#25 21.08 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#25 21.09 ../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 \
#25 21.09 -o stdlib__Bytes.cmo -c bytes.ml
#25 21.09 ../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 \
#25 21.09 -o stdlib__String.cmo -c string.ml
#25 21.09 ../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 \
#25 21.09 -o stdlib__Marshal.cmo -c marshal.ml
#25 21.09 ../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 \
#25 21.09 -o stdlib__Lexing.cmo -c lexing.ml
#25 21.09 ../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 \
#25 21.09 -o stdlib__Map.cmo -c map.ml
#25 21.09 ../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 \
#25 21.09 -o stdlib__Stream.cmo -c stream.ml
#25 21.09 ../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 \
#25 21.09 -o stdlib__Buffer.cmo -c buffer.ml
#25 21.10 ../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 \
#25 21.10 -o stdlib__Digest.cmo -c digest.ml
#25 21.10 ../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
#25 21.10 ../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 \
#25 21.10 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#25 21.10 ../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 \
#25 21.10 -o stdlib__StringLabels.cmo -c stringLabels.ml
#25 21.10 ../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 \
#25 21.10 -o stdlib__In_channel.cmo -c in_channel.ml
#25 21.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 \
#25 21.11 -o stdlib__Float.cmo -c float.ml
#25 21.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 \
#25 21.11 -o stdlib__Arg.cmo -c arg.ml
#25 21.12 ../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 \
#25 21.12 -o stdlib__Printexc.cmo -c printexc.ml
#25 21.12 ../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 \
#25 21.12 -o stdlib__Gc.cmo -c gc.ml
#25 21.12 ../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 \
#25 21.12 -o stdlib__Filename.cmo -c filename.ml
#25 21.12 ../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 \
#25 21.12 -o stdlib__ListLabels.cmo -c listLabels.ml
#25 21.12 ../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" \
#25 21.12 -o stdlib__StdLabels.cmi -c stdLabels.mli
#25 21.12 ../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
#25 21.13 ../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 \
#25 21.13 -o stdlib__Printf.cmo -c printf.ml
#25 21.13 ../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 \
#25 21.13 -o stdlib__Scanf.cmo -c scanf.ml
#25 21.13 ../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 \
#25 21.13 -o stdlib__Genlex.cmo -c genlex.ml
#25 21.13 ../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 \
#25 21.13 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#25 21.13 ../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" \
#25 21.13 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#25 21.15 ../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 \
#25 21.15 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#25 21.15 ../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 \
#25 21.15 -o stdlib__Weak.cmi -c weak.mli
#25 21.17 ../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 \
#25 21.17 -o stdlib__StdLabels.cmo -c stdLabels.ml
#25 21.20 ../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 \
#25 21.20 -o stdlib__Format.cmo -c format.ml
#25 21.21 ../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 \
#25 21.21 -o stdlib__Weak.cmo -c weak.ml
#25 21.37 ../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 \
#25 21.37 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#25 21.49 ../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 \
#25 21.49 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#25 25.49 ../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
#25 25.53 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 25.53 cp runtime/ocamlrun boot/ocamlrun
#25 25.53 cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
#25 25.54 cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
#25 25.55 cd boot; ln -sf ../runtime/libcamlrun.a .
#25 25.55 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 25.55 make -j opt.opt
#25 25.56 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 25.57 make -j checkstack
#25 25.57 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 25.59 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE \
#25 25.59 -o tools/checkstack.o tools/checkstack.c
#25 25.64 make -j -C tools checkstack
#25 25.64 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 25.65 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E -o checkstack checkstack.o
#25 25.69 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 25.69 tools/checkstack
#25 25.69 rm tools/checkstack tools/checkstack.o
#25 25.69 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 25.69 make -j coreall
#25 25.69 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 25.71 make -j -C runtime all
#25 25.71 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 25.81 make[3]: Nothing to be done for 'all'.
#25 25.81 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 25.81 cd stdlib; ln -sf ../runtime/libcamlrun.a .
#25 25.81 make -j ocamlc
#25 25.81 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 25.83 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.83 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.83 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.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 utils/identifiable.mli
#25 25.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 utils/load_path.mli
#25 25.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 middle_end/flambda/allocated_const.mli
#25 25.84 make -j -C utils config.ml
#25 25.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.85 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/utils'
#25 25.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.85 sed -e 's!%%AFL_INSTRUMENT%%!false!' \
#25 25.85 -e 's!%%ARCH%%!power!' \
#25 25.85 -e 's!%%ARCMD%%!ar!' \
#25 25.85 -e 's!%%ASM%%!gcc -c!' \
#25 25.85 -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
#25 25.85 -e 's!%%BYTECCLIBS%%!-lm -lpthread!' \
#25 25.85 -e 's!%%CC%%!gcc!' \
#25 25.85 -e 's!%%CCOMPTYPE%%!cc!' \
#25 25.85 -e 's!%%OUTPUTOBJ%%!-o !' \
#25 25.85 -e 's!%%EXT_ASM%%!.s!' \
#25 25.85 -e 's!%%EXT_DLL%%!.so!' \
#25 25.85 -e 's!%%EXE%%!!' \
#25 25.85 -e 's!%%EXT_LIB%%!.a!' \
#25 25.85 -e 's!%%EXT_OBJ%%!.o!' \
#25 25.85 -e 's!%%FLAMBDA%%!false!' \
#25 25.85 -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
#25 25.85 -e 's!%%WITH_CMM_INVARIANTS%%!false!' \
#25 25.85 -e 's!%%FLEXLINK_FLAGS%%!!' \
#25 25.85 -e 's!%%FLEXDLL_DIR%%!!' \
#25 25.85 -e 's!%%HOST%%!powerpc64le-unknown-linux-gnu!' \
#25 25.85 -e 's!%%BINDIR%%!/tmp/opam/bootstrap/ocaml/bin!' \
#25 25.85 -e 's!%%LIBDIR%%!/tmp/opam/bootstrap/ocaml/lib/ocaml!' \
#25 25.85 -e 's!%%MKDLL%%!gcc -shared !' \
#25 25.85 -e 's!%%MKEXE%%!gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E !' \
#25 25.85 -e 's!%%FLEXLINK_LDFLAGS%%! -link \\"-Wl,-E\\"!' \
#25 25.85 -e 's!%%FLEXLINK_DLL_LDFLAGS%%!!' \
#25 25.85 -e 's!%%MKMAINDLL%%!gcc -shared !' \
#25 25.85 -e 's!%%MODEL%%!ppc64le!' \
#25 25.85 -e 's!%%NATIVECCLIBS%%!-lm !' \
#25 25.85 -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#25 25.85 -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#25 25.85 -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#25 25.85 -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#25 25.85 -e 's!%%PACKLD%%!ld -r -m elf64lppc -o !' \
#25 25.85 -e 's!%%PROFINFO_WIDTH%%!0!' \
#25 25.85 -e 's!%%RPATH%%!-Wl,-rpath,!' \
#25 25.85 -e 's!%%MKSHAREDLIBRPATH%%!-Wl,-rpath,!' \
#25 25.85 -e 's!%%FORCE_SAFE_STRING%%!true!' \
#25 25.85 -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
#25 25.85 -e 's!%%WINDOWS_UNICODE%%!0!' \
#25 25.85 -e 's!%%NAKED_POINTERS%%!true!' \
#25 25.85 -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
#25 25.85 -e 's!%%SYSTEM%%!elf!' \
#25 25.85 -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
#25 25.85 -e 's!%%TARGET%%!powerpc64le-unknown-linux-gnu!' \
#25 25.85 -e 's!%%WITH_FRAME_POINTERS%%!false!' \
#25 25.85 -e 's!%%WITH_PROFINFO%%!false!' \
#25 25.85 -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
#25 25.85 -e 's!%%FUNCTION_SECTIONS%%!false!' \
#25 25.85 -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
#25 25.85 -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!false!' \
#25 25.85 -e 's!%%AR_SUPPORTS_RESPONSE_FILES%%!true!' \
#25 25.85 config.mlp > config.ml
#25 25.85 gcc -E -I runtime/caml utils/domainstate.ml.c > utils/domainstate.ml
#25 25.86 gcc -E -I runtime/caml utils/domainstate.mli.c > utils/domainstate.mli
#25 25.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 utils/binutils.mli
#25 25.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 utils/lazy_backtrack.mli
#25 25.86 cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
#25 25.86 echo '[@@@ocaml.warning "-67"]' > parsing/camlinternalMenhirLib.mli
#25 25.86 cat boot/menhir/menhirLib.mli >> parsing/camlinternalMenhirLib.mli
#25 25.86 ./boot/ocamlrun ./boot/ocamllex -q parsing/lexer.mll
#25 25.86 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/utils'
#25 25.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 lambda/switch.mli
#25 25.87 lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml
#25 25.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.87 make -j -C tools make_opcodes
#25 25.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.87 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 25.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.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 utils/misc.mli
#25 25.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 utils/build_path_prefix_map.ml -I utils
#25 25.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 utils/domainstate.mli
#25 25.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 parsing/camlinternalMenhirLib.mli
#25 25.89 ../boot/ocamlrun ../boot/ocamllex -q make_opcodes.mll
#25 25.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 utils/terminfo.ml -I utils
#25 25.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 utils/local_store.ml -I utils
#25 25.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 utils/int_replace_polymorphic_compare.ml -I utils
#25 25.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 parsing/location.mli
#25 25.90 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
#25 25.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 utils/binutils.ml -I utils
#25 25.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 utils/config.ml -I utils
#25 25.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 lambda/runtimedef.ml -I lambda
#25 25.92 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.92 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.92 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.92 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.93 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 25.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 lambda/switch.ml -I lambda
#25 25.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 parsing/asttypes.mli
#25 25.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 typing/annot.mli
#25 25.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 parsing/syntaxerr.mli
#25 25.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 driver/errors.ml -I driver
#25 26.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 parsing/syntaxerr.ml -I parsing
#25 26.03 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 26.03 ./runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
#25 26.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/parsetree.mli
#25 26.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli
#25 26.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 bytecomp/opcodes.mli
#25 26.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 file_formats/cmxs_format.mli
#25 26.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 utils/misc.ml -I utils
#25 26.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
#25 26.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
#25 26.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
#25 26.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
#25 26.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
#25 26.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
#25 26.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
#25 26.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
#25 26.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
#25 26.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.ml -I bytecomp
#25 26.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/camlinternalMenhirLib.ml -I parsing
#25 26.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 utils/diffing.ml -I utils
#25 26.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 utils/diffing_with_keys.mli
#25 26.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 typing/ident.mli
#25 26.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 middle_end/linkage_name.mli
#25 26.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 middle_end/flambda/base_types/tag.mli
#25 26.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 middle_end/flambda/base_types/static_exception.mli
#25 26.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 utils/numbers.mli
#25 26.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 utils/identifiable.ml -I utils
#25 26.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 utils/ccomp.ml -I utils
#25 26.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 utils/consistbl.ml -I utils
#25 26.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 utils/strongly_connected_components.mli
#25 26.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 parsing/location.ml -I parsing
#25 26.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 driver/compenv.mli
#25 26.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
#25 26.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
#25 26.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
#25 26.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
#25 26.24 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.24 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.24 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.24 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.24 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.24 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.24 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.24 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.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/diffing_with_keys.ml -I utils
#25 26.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 driver/compenv.ml -I driver
#25 26.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 driver/main_args.ml -I driver
#25 26.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/outcometree.mli
#25 26.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.33 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.33 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.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_iterator.ml -I parsing
#25 26.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_invariants.ml -I parsing
#25 26.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 driver/pparse.ml -I driver
#25 26.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 typing/primitive.mli
#25 26.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 typing/oprint.mli
#25 26.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 typing/path.mli
#25 26.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 lambda/debuginfo.mli
#25 26.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/compilation_unit.mli
#25 26.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 typing/ident.ml -I typing
#25 26.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 typing/oprint.ml -I typing
#25 26.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.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/primitive.ml -I typing
#25 26.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 lambda/debuginfo.ml -I lambda
#25 26.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.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/base_types/set_of_closures_id.mli
#25 26.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/base_types/export_id.mli
#25 26.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.56 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.ml > parsing/parser.ml
#25 26.56 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.mli > parsing/parser.mli
#25 26.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.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 middle_end/flambda/base_types/set_of_closures_origin.mli
#25 26.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 parsing/parser.ml -I parsing
#25 26.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 parsing/lexer.mli
#25 26.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 parsing/lexer.ml -I parsing
#25 26.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 parsing/parse.ml -I parsing
#25 26.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 driver/makedepend.ml -I driver
#25 26.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 typing/types.mli
#25 26.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 typing/shape.ml -I typing
#25 26.98 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.98 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.98 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.98 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.98 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.98 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.98 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 26.98 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 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 file_formats/cmi_format.ml -I file_formats
#25 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 typing/persistent_env.mli
#25 27.07 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.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 typing/errortrace.ml -I typing
#25 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/btype.ml -I typing
#25 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/subst.ml -I typing
#25 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/predef.ml -I typing
#25 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/datarepr.ml -I typing
#25 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/signature_group.ml -I typing
#25 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 typing/persistent_env.ml -I typing
#25 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/lambda.mli
#25 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/env.ml -I typing
#25 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/typedtree.mli
#25 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/ctype.mli
#25 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/printtyp.mli
#25 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/mtype.mli
#25 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/envaux.mli
#25 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/typedecl_properties.mli
#25 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/typedecl_unboxed.mli
#25 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 driver/compmisc.mli
#25 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 bytecomp/bytepackager.mli
#25 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/typedecl_properties.ml -I typing
#25 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/typedecl_immediacy.mli
#25 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/typedecl_separability.mli
#25 27.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 typing/envaux.ml -I typing
#25 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 typing/ctype.ml -I typing
#25 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 typing/printtyp.ml -I typing
#25 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 typing/includeclass.mli
#25 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 typing/mtype.ml -I typing
#25 27.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 typing/typedecl_unboxed.ml -I typing
#25 27.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 typing/typedecl_immediacy.ml -I typing
#25 27.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 typing/typedecl_separability.ml -I typing
#25 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/cmo_format.mli
#25 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 middle_end/internal_variable_names.mli
#25 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 middle_end/clambda_primitives.mli
#25 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 lambda/lambda.ml -I lambda
#25 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 lambda/printlambda.mli
#25 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 lambda/translobj.mli
#25 27.47 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.47 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.47 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 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/includeclass.ml -I typing
#25 27.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 lambda/tmc.ml -I lambda
#25 27.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 lambda/simplif.ml -I lambda
#25 27.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/variable.mli
#25 27.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 bytecomp/symtable.mli
#25 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 lambda/translobj.ml -I lambda
#25 27.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.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/clambda.mli
#25 27.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 bytecomp/meta.mli
#25 27.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 bytecomp/instruct.ml -I bytecomp
#25 27.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 bytecomp/bytegen.mli
#25 27.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 bytecomp/printinstr.mli
#25 27.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 bytecomp/emitcode.mli
#25 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 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/typedtree.ml -I typing
#25 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/printtyped.mli
#25 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/includecore.mli
#25 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/tast_iterator.mli
#25 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/tast_mapper.mli
#25 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/stypes.mli
#25 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 file_formats/cmt_format.mli
#25 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/untypeast.mli
#25 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/typetexp.mli
#25 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/printpat.mli
#25 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/patterns.mli
#25 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/parmatch.mli
#25 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/typedecl_variance.mli
#25 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/typeopt.mli
#25 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/rec_check.mli
#25 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/typecore.mli
#25 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/typeclass.mli
#25 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 lambda/matching.mli
#25 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 lambda/translattribute.mli
#25 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 lambda/translprim.mli
#25 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 lambda/translcore.mli
#25 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 lambda/translclass.mli
#25 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 lambda/translmod.mli
#25 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 driver/compile_common.mli
#25 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 bytecomp/bytelink.ml -I bytecomp
#25 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 bytecomp/bytelibrarian.ml -I bytecomp
#25 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.ml -I typing
#25 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 typing/printpat.ml -I typing
#25 27.77 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.77 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 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/emitcode.ml -I bytecomp
#25 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 lambda/translattribute.ml -I lambda
#25 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/typeopt.ml -I typing
#25 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/rec_check.ml -I typing
#25 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 middle_end/flambda/base_types/closure_element.mli
#25 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 middle_end/symbol.mli
#25 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 middle_end/flambda/parameter.mli
#25 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 middle_end/flambda/base_types/mutable_variable.mli
#25 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
#25 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/patterns.ml -I typing
#25 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/translclass.ml -I lambda
#25 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/tast_iterator.ml -I typing
#25 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
#25 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
#25 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
#25 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/cmt2annot.ml -I typing
#25 27.83 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.83 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.83 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 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 typing/typedecl_variance.ml -I typing
#25 27.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 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 file_formats/cmt_format.ml -I file_formats
#25 27.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.92 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 27.92 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 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/base_types/var_within_closure.mli
#25 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/base_types/closure_id.mli
#25 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 typing/typedecl.ml -I typing
#25 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 typing/typecore.ml -I typing
#25 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 typing/typeclass.ml -I typing
#25 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 28.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 typing/includemod_errorprinter.ml -I typing
#25 28.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 middle_end/flambda/projection.mli
#25 28.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 middle_end/flambda/base_types/closure_origin.mli
#25 28.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/typemod.ml -I typing
#25 28.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 driver/compmisc.ml -I driver
#25 28.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 driver/compile_common.ml -I driver
#25 28.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 bytecomp/bytepackager.ml -I bytecomp
#25 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 middle_end/flambda/flambda.mli
#25 28.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 28.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/flambda/simple_value_approx.mli
#25 28.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 middle_end/flambda/export_info.mli
#25 29.06 ./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
#25 29.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 file_formats/cmx_format.mli
#25 43.15 ./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
#25 43.22 ./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
#25 43.98 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 43.98 make -j ocamllex ocamltools library
#25 43.98 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 44.00 make -j -C yacc all
#25 44.00 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/yacc'
#25 44.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.01 -o closure.o closure.c
#25 44.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.01 -o error.o error.c
#25 44.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.01 -o lalr.o lalr.c
#25 44.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.01 -o lr0.o lr0.c
#25 44.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.01 -o main.o main.c
#25 44.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/backend_intf.mli
#25 44.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.02 -o mkpar.o mkpar.c
#25 44.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/inlining_cost.mli
#25 44.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/internal_variable_names.ml -I middle_end
#25 44.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/linkage_name.ml -I middle_end
#25 44.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.02 -o output.o output.c
#25 44.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.02 -o reader.o reader.c
#25 44.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.02 -o skeleton.o skeleton.c
#25 44.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/compilation_unit.ml -I middle_end
#25 44.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/variable.ml -I middle_end
#25 44.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.02 -o symtab.o symtab.c
#25 44.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/base_types/closure_element.ml -I middle_end/flambda/base_types
#25 44.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.02 -o verbose.o verbose.c
#25 44.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/base_types/closure_id.ml -I middle_end/flambda/base_types
#25 44.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/symbol.ml -I middle_end
#25 44.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#25 44.02 -o warshall.o warshall.c
#25 44.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/backend_var.ml -I middle_end
#25 44.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/clambda_primitives.ml -I middle_end
#25 44.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/printclambda_primitives.mli
#25 44.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/clambda.ml -I middle_end
#25 44.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/printclambda.mli
#25 44.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/semantics_of_primitives.mli
#25 44.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 middle_end/convert_primitives.mli
#25 44.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 middle_end/flambda/base_types/id_types.mli
#25 44.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 middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/pass_wrapper.mli
#25 44.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 middle_end/flambda/allocated_const.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/parameter.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/projection.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/flambda_iterators.mli
#25 44.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 middle_end/flambda/flambda_utils.mli
#25 44.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 middle_end/flambda/effect_analysis.mli
#25 44.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 middle_end/flambda/export_info.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/export_info_for_pack.mli
#25 44.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 middle_end/compilenv.mli
#25 44.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 middle_end/flambda/import_approx.mli
#25 44.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 middle_end/flambda/lift_code.mli
#25 44.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 middle_end/flambda/closure_conversion_aux.mli
#25 44.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 middle_end/flambda/initialize_symbol_to_let_symbol.mli
#25 44.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 middle_end/flambda/alias_analysis.mli
#25 44.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 middle_end/flambda/share_constants.mli
#25 44.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 middle_end/flambda/remove_unused_closure_vars.mli
#25 44.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 middle_end/flambda/remove_unused_program_constructs.mli
#25 44.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 middle_end/flambda/remove_free_vars_equal_to_args.mli
#25 44.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 middle_end/flambda/ref_to_variables.mli
#25 44.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 middle_end/flambda/flambda_invariants.mli
#25 44.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 middle_end/flambda/traverse_for_exported_symbols.mli
#25 44.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 middle_end/flambda/closure_offsets.mli
#25 44.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 middle_end/flambda/un_anf.mli
#25 44.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 middle_end/flambda/flambda_to_clambda.mli
#25 44.06 make -j -C stdlib all
#25 44.06 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 44.07 ../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
#25 44.07 ../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
#25 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.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 middle_end/flambda/closure_conversion.mli
#25 44.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 middle_end/flambda/lift_let_to_initialize_symbol.mli
#25 44.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 middle_end/flambda/find_recursive_functions.mli
#25 44.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 middle_end/flambda/invariant_params.mli
#25 44.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 middle_end/flambda/inconstant_idents.mli
#25 44.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 middle_end/flambda/lift_constants.mli
#25 44.11 ../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
#25 44.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 middle_end/flambda/remove_unused_arguments.mli
#25 44.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 middle_end/flambda/build_export_info.mli
#25 44.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 middle_end/flambda/flambda_middle_end.mli
#25 44.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 middle_end/printclambda.ml -I middle_end
#25 44.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 middle_end/convert_primitives.ml -I middle_end
#25 44.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 middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#25 44.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 middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/inlining_stats_types.mli
#25 44.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 middle_end/flambda/simplify_boxed_integer_ops_intf.mli
#25 44.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 middle_end/flambda/simplify_common.mli
#25 44.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 middle_end/flambda/simplify_primitives.mli
#25 44.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 middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#25 44.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/inlining_cost.ml -I middle_end/flambda
#25 44.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/export_info_for_pack.ml -I middle_end/flambda
#25 44.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/lift_code.ml -I middle_end/flambda
#25 44.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/closure_conversion_aux.ml -I middle_end/flambda
#25 44.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/share_constants.ml -I middle_end/flambda
#25 44.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/ref_to_variables.ml -I middle_end/flambda
#25 44.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/flambda_invariants.ml -I middle_end/flambda
#25 44.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/un_anf.ml -I middle_end/flambda
#25 44.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 middle_end/compilenv.ml -I middle_end
#25 44.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 middle_end/flambda/import_approx.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#25 44.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 middle_end/closure/closure.ml -I middle_end/closure
#25 44.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/closure/closure_middle_end.ml -I middle_end/closure
#25 44.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/inline_and_simplify_aux.mli
#25 44.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/inlining_stats_types.ml -I middle_end/flambda
#25 44.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/inlining_stats.mli
#25 44.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/flambda_utils.ml -I middle_end/flambda
#25 44.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/freshening.ml -I middle_end/flambda
#25 44.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.ml -I middle_end/flambda
#25 44.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/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#25 44.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/remove_unused_closure_vars.ml -I middle_end/flambda
#25 44.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/simplify_boxed_integer_ops.mli
#25 44.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/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#25 44.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/closure_offsets.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/traverse_for_exported_symbols.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/lift_constants.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/simplify_common.ml -I middle_end/flambda
#25 44.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/flambda/invariant_params.ml -I middle_end/flambda
#25 44.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/flambda/remove_unused_arguments.ml -I middle_end/flambda
#25 44.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 middle_end/flambda/inlining_stats.ml -I middle_end/flambda
#25 44.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/simplify_boxed_integer_ops.ml -I middle_end/flambda
#25 44.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/simplify_primitives.ml -I middle_end/flambda
#25 44.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/inlining_decision_intf.mli
#25 44.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/inline_and_simplify_aux.ml -I middle_end/flambda
#25 44.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/extract_projections.mli
#25 44.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/augment_specialised_args.mli
#25 44.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/unbox_free_vars_of_closures.mli
#25 44.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/unbox_specialised_args.mli
#25 44.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/unbox_closures.mli
#25 44.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/inline_and_simplify.mli
#25 44.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/build_export_info.ml -I middle_end/flambda
#25 44.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/augment_specialised_args.ml -I middle_end/flambda
#25 44.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/unbox_closures.ml -I middle_end/flambda
#25 44.45 ../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
#25 44.45 ../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
#25 44.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 44.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/unbox_specialised_args.ml -I middle_end/flambda
#25 44.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_transforms.mli
#25 44.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_decision.mli
#25 44.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/flambda_middle_end.ml -I middle_end/flambda
#25 44.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/inline_and_simplify.ml -I middle_end/flambda
#25 44.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
#25 44.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
#25 44.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
#25 44.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 \
#25 44.60 -o stdlib__Pervasives.cmo -c pervasives.ml
#25 44.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 \
#25 44.60 -o stdlib__Either.cmi -c either.mli
#25 44.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 \
#25 44.60 -o stdlib__Sys.cmi -c sys.mli
#25 44.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 \
#25 44.61 -o stdlib__Nativeint.cmi -c nativeint.mli
#25 44.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 \
#25 44.61 -o stdlib__Int32.cmi -c int32.mli
#25 44.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
#25 44.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 \
#25 44.61 -o stdlib__Bool.cmi -c bool.mli
#25 44.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 \
#25 44.61 -o stdlib__Char.cmi -c char.mli
#25 44.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 \
#25 44.61 -o stdlib__Uchar.cmi -c uchar.mli
#25 44.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 \
#25 44.61 -o stdlib__Int.cmi -c int.mli
#25 44.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 \
#25 44.61 -o stdlib__Unit.cmi -c unit.mli
#25 44.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 \
#25 44.61 -o stdlib__Marshal.cmi -c marshal.mli
#25 44.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 \
#25 44.62 -o stdlib__Int64.cmi -c int64.mli
#25 44.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 \
#25 44.62 -o stdlib__Lexing.cmi -c lexing.mli
#25 44.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 \
#25 44.62 -o stdlib__Stream.cmi -c stream.mli
#25 44.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 \
#25 44.62 -o stdlib__Arg.cmi -c arg.mli
#25 44.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 \
#25 44.62 -o stdlib__Atomic.cmi -c atomic.mli
#25 44.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 \
#25 44.62 -o stdlib__Printexc.cmi -c printexc.mli
#25 44.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 \
#25 44.62 -o stdlib__Fun.cmi -c fun.mli
#25 44.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 \
#25 44.62 -o stdlib__Digest.cmi -c digest.mli
#25 44.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 \
#25 44.63 -o stdlib__Scanf.cmi -c scanf.mli
#25 44.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 \
#25 44.63 -o stdlib__Callback.cmi -c callback.mli
#25 44.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 \
#25 44.63 -o stdlib__Filename.cmi -c filename.mli
#25 44.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 \
#25 44.63 -o stdlib__Complex.cmi -c complex.mli
#25 44.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 \
#25 44.63 -o stdlib__In_channel.cmi -c in_channel.mli
#25 44.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 \
#25 44.63 -o stdlib__Out_channel.cmi -c out_channel.mli
#25 44.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
#25 44.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 \
#25 44.65 -o stdlib__Bool.cmo -c bool.ml
#25 44.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 \
#25 44.65 -o stdlib__Either.cmo -c either.ml
#25 44.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 \
#25 44.65 -o stdlib__Seq.cmi -c seq.mli
#25 44.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 \
#25 44.66 -o stdlib__Lazy.cmi -c lazy.mli
#25 44.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 \
#25 44.66 -o stdlib__Obj.cmi -c obj.mli
#25 44.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 \
#25 44.66 -o stdlib__Char.cmo -c char.ml
#25 44.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 \
#25 44.66 -o stdlib__Unit.cmo -c unit.ml
#25 44.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 \
#25 44.66 -o stdlib__Int32.cmo -c int32.ml
#25 44.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 \
#25 44.67 -o stdlib__Nativeint.cmo -c nativeint.ml
#25 44.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 \
#25 44.67 -o stdlib__Genlex.cmi -c genlex.mli
#25 44.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 \
#25 44.67 -o stdlib__Sys.cmo -c sys.ml
#25 44.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 \
#25 44.67 -o stdlib__Uchar.cmo -c uchar.ml
#25 44.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 \
#25 44.67 -o stdlib__Atomic.cmo -c atomic.ml
#25 44.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 \
#25 44.67 -o stdlib__Int.cmo -c int.ml
#25 44.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 \
#25 44.68 -o stdlib__Int64.cmo -c int64.ml
#25 44.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 \
#25 44.68 -o stdlib__Random.cmi -c random.mli
#25 44.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 \
#25 44.68 -o stdlib__Fun.cmo -c fun.ml
#25 44.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 \
#25 44.68 -o stdlib__Gc.cmi -c gc.mli
#25 44.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 \
#25 44.69 -o stdlib__Complex.cmo -c complex.ml
#25 44.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 \
#25 44.69 -o stdlib__Bigarray.cmi -c bigarray.mli
#25 44.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 \
#25 44.69 -o stdlib__Out_channel.cmo -c out_channel.ml
#25 44.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 \
#25 44.71 -o stdlib__Obj.cmo -c obj.ml
#25 44.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 -c camlinternalLazy.ml
#25 44.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 \
#25 44.72 -o stdlib__Lazy.cmo -c lazy.ml
#25 44.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 \
#25 44.72 -o stdlib__Parsing.cmi -c parsing.mli
#25 44.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 \
#25 44.72 -o stdlib__Callback.cmo -c callback.ml
#25 44.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 -c camlinternalOO.mli
#25 44.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 -c camlinternalMod.mli
#25 44.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 \
#25 44.76 -o stdlib__Seq.cmo -c seq.ml
#25 44.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 \
#25 44.76 -o stdlib__Option.cmi -c option.mli
#25 44.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 \
#25 44.76 -o stdlib__Result.cmi -c result.mli
#25 44.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 \
#25 44.77 -o stdlib__List.cmi -c list.mli
#25 44.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 \
#25 44.77 -o stdlib__Bytes.cmi -c bytes.mli
#25 44.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 \
#25 44.77 -o stdlib__String.cmi -c string.mli
#25 44.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 \
#25 44.77 -o stdlib__Array.cmi -c array.mli
#25 44.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 \
#25 44.77 -o stdlib__Float.cmi -c float.mli
#25 44.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 \
#25 44.77 -o stdlib__Set.cmi -c set.mli
#25 44.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 \
#25 44.77 -o stdlib__Map.cmi -c map.mli
#25 44.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 \
#25 44.77 -o stdlib__Stack.cmi -c stack.mli
#25 44.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 \
#25 44.77 -o stdlib__Queue.cmi -c queue.mli
#25 44.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 \
#25 44.78 -o stdlib__Buffer.cmi -c buffer.mli
#25 44.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 \
#25 44.78 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#25 44.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" \
#25 44.78 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#25 44.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" \
#25 44.78 -o stdlib__ListLabels.cmi -c listLabels.mli
#25 44.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" \
#25 44.78 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#25 44.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" \
#25 44.78 -o stdlib__StringLabels.cmi -c stringLabels.mli
#25 44.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 -no-principal \
#25 44.79 -o stdlib__Oo.cmi -c oo.mli
#25 44.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 \
#25 44.82 -o stdlib__Result.cmo -c result.ml
#25 44.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 \
#25 44.82 -o stdlib__Option.cmo -c option.ml
#25 44.83 ../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 \
#25 44.83 -o stdlib__Oo.cmo -c oo.ml
#25 44.84 ../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 \
#25 44.84 -o stdlib__Queue.cmo -c queue.ml
#25 44.85 ../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 \
#25 44.85 -o stdlib__List.cmo -c list.ml
#25 44.85 ../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 \
#25 44.85 -o stdlib__Set.cmo -c set.ml
#25 44.85 ../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 \
#25 44.85 -o stdlib__Stack.cmo -c stack.ml
#25 44.85 ../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
#25 44.85 ../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 \
#25 44.85 -o stdlib__Printf.cmi -c printf.mli
#25 44.85 ../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 \
#25 44.85 -o stdlib__Format.cmi -c format.mli
#25 44.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 \
#25 44.86 -o stdlib__In_channel.cmo -c in_channel.ml
#25 44.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 \
#25 44.86 -o stdlib__Bytes.cmo -c bytes.ml
#25 44.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 \
#25 44.86 -o stdlib__String.cmo -c string.ml
#25 44.87 ../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 \
#25 44.87 -o stdlib__Marshal.cmo -c marshal.ml
#25 44.87 ../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 \
#25 44.87 -o stdlib__Array.cmo -c array.ml
#25 44.87 ../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 \
#25 44.87 -o stdlib__Lexing.cmo -c lexing.ml
#25 44.87 ../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 \
#25 44.87 -o stdlib__Parsing.cmo -c parsing.ml
#25 44.87 ../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 \
#25 44.87 -o stdlib__Map.cmo -c map.ml
#25 44.87 ../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 \
#25 44.87 -o stdlib__Stream.cmo -c stream.ml
#25 44.88 ../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 \
#25 44.88 -o stdlib__Buffer.cmo -c buffer.ml
#25 44.88 ../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 \
#25 44.88 -o stdlib__Digest.cmo -c digest.ml
#25 44.88 ../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 \
#25 44.88 -o stdlib__Random.cmo -c random.ml
#25 44.88 ../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
#25 44.88 ../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
#25 44.88 ../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 \
#25 44.88 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#25 44.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 \
#25 44.89 -o stdlib__ListLabels.cmo -c listLabels.ml
#25 44.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 \
#25 44.89 -o stdlib__Bigarray.cmo -c bigarray.ml
#25 44.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 \
#25 44.89 -o stdlib__StringLabels.cmo -c stringLabels.ml
#25 44.90 ../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 \
#25 44.90 -o stdlib__Float.cmo -c float.ml
#25 44.90 ../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 \
#25 44.90 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#25 44.90 ../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" \
#25 44.90 -o stdlib__StdLabels.cmi -c stdLabels.mli
#25 44.92 ../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 \
#25 44.92 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#25 44.92 ../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 \
#25 44.92 -o stdlib__Weak.cmi -c weak.mli
#25 44.93 ../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 \
#25 44.93 -o stdlib__Genlex.cmo -c genlex.ml
#25 44.93 ../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 \
#25 44.93 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#25 44.93 ../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" \
#25 44.93 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#25 44.93 ../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 \
#25 44.93 -o stdlib__Arg.cmo -c arg.ml
#25 44.94 ../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 \
#25 44.94 -o stdlib__Printexc.cmo -c printexc.ml
#25 44.94 ../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 \
#25 44.94 -o stdlib__Gc.cmo -c gc.ml
#25 44.94 ../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 \
#25 44.94 -o stdlib__Scanf.cmo -c scanf.ml
#25 44.94 ../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 \
#25 44.94 -o stdlib__Filename.cmo -c filename.ml
#25 44.94 ../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
#25 44.94 ../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 \
#25 44.94 -o stdlib__Printf.cmo -c printf.ml
#25 44.95 ../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 \
#25 44.95 -o stdlib__StdLabels.cmo -c stdLabels.ml
#25 44.99 ../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 \
#25 44.99 -o stdlib__Weak.cmo -c weak.ml
#25 45.05 ../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 \
#25 45.05 -o stdlib__Format.cmo -c format.ml
#25 45.22 ../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 \
#25 45.22 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#25 45.27 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -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
#25 45.29 ../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 \
#25 45.29 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#25 45.30 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/yacc'
#25 45.30 make -j -C lex all
#25 45.30 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/lex'
#25 45.31 ../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
#25 45.31 ../yacc/ocamlyacc -v parser.mly
#25 45.31 ../boot/ocamlrun ../boot/ocamllex -q lexer.mll
#25 45.31 ../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
#25 45.35 ../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
#25 45.35 ../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
#25 45.35 ../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
#25 45.39 ../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
#25 45.39 ../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
#25 45.39 ../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
#25 45.42 ../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
#25 45.42 ../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
#25 45.43 ../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
#25 45.43 ../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
#25 45.43 ../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
#25 45.46 ../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
#25 45.47 ../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
#25 45.47 ../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
#25 45.47 ../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
#25 45.47 ../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
#25 45.51 ../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
#25 45.51 ../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
#25 45.51 ../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
#25 45.81 ./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
#25 46.06 ../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
#25 46.10 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/lex'
#25 46.10 make -j -C tools all
#25 46.10 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 46.12 ../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
#25 46.13 ../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
#25 46.13 ../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
#25 46.13 ../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
#25 46.13 ../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
#25 46.14 ../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
#25 46.14 ../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
#25 46.14 ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
#25 46.15 ../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
#25 46.15 ../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
#25 46.15 ../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
#25 46.15 ../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
#25 46.16 ../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
#25 46.17 ../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
#25 46.17 ../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
#25 46.20 ../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
#25 46.20 ../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
#25 46.22 ../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
#25 46.23 ../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
#25 46.27 ../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
#25 46.28 ../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
#25 46.29 ../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
#25 46.29 ../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
#25 46.44 ../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
#25 46.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 -I .. -o ocamlmklib ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ocamlmklib.cmo
#25 46.68 ../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
#25 46.74 ../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
#25 46.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
#25 47.52 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 49.37 ../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
#25 49.41 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 49.41 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 49.41 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 49.41 make -j ocaml
#25 49.41 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 49.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 49.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 49.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 49.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 49.45 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 49.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 toplevel/topmain.mli
#25 49.50 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
#25 49.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 49.54 cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
#25 49.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 toplevel/topcommon.mli
#25 49.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 toplevel/genprintval.ml -I toplevel
#25 49.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
#25 49.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 toplevel/topeval.mli
#25 49.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 toplevel/topcommon.ml -I toplevel
#25 49.77 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
#25 49.77 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 49.77 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 49.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 toplevel/byte/topmain.ml -I toplevel/byte
#25 50.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 toplevel/byte/topeval.ml -I toplevel/byte
#25 50.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 toplevel/byte/trace.ml -I toplevel/byte
#25 50.41 ./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
#25 50.43 ./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
#25 51.23 ./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
#25 51.27 rm ocaml.tmp
#25 51.27 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 51.27 make -j opt-core
#25 51.28 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 51.29 make -j -C runtime allopt
#25 51.29 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 51.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o startup_aux.n.o startup_aux.c
#25 51.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o startup_nat.n.o startup_nat.c
#25 51.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o main.n.o main.c
#25 51.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o fail_nat.n.o fail_nat.c
#25 51.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o roots_nat.n.o roots_nat.c
#25 51.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o signals.n.o signals.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o signals_nat.n.o signals_nat.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o misc.n.o misc.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o freelist.n.o freelist.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o major_gc.n.o major_gc.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o minor_gc.n.o minor_gc.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o memory.n.o memory.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o alloc.n.o alloc.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o compare.n.o compare.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o ints.n.o ints.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o floats.n.o floats.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o str.n.o str.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o array.n.o array.c
#25 51.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o io.n.o io.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o extern.n.o extern.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o intern.n.o intern.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o hash.n.o hash.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o sys.n.o sys.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o parsing.n.o parsing.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o gc_ctrl.n.o gc_ctrl.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o eventlog.n.o eventlog.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o md5.n.o md5.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o obj.n.o obj.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o lexing.n.o lexing.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o unix.n.o unix.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o printexc.n.o printexc.c
#25 51.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o callback.n.o callback.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o weak.n.o weak.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o compact.n.o compact.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o finalise.n.o finalise.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o custom.n.o custom.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o globroots.n.o globroots.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o backtrace_nat.n.o backtrace_nat.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o backtrace.n.o backtrace.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o dynlink_nat.n.o dynlink_nat.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o debugger.n.o debugger.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o meta.n.o meta.c
#25 51.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o dynlink.n.o dynlink.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o clambda_checks.n.o clambda_checks.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o afl.n.o afl.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o bigarray.n.o bigarray.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o memprof.n.o memprof.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o domain.n.o domain.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o skiplist.n.o skiplist.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o codefrag.n.o codefrag.c
#25 51.41 gcc -c -DSYS_elf -I../runtime -DMODEL_ppc64le -o power.o power.S || \
#25 51.41 { echo "If your assembler produced syntax errors, it is probably";\
#25 51.41 echo "unhappy with the preprocessor. Check your assembler, or";\
#25 51.41 echo "try producing power.o by hand.";\
#25 51.41 exit 2; }
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o startup_aux.nd.o startup_aux.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o startup_nat.nd.o startup_nat.c
#25 51.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o main.nd.o main.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o fail_nat.nd.o fail_nat.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o roots_nat.nd.o roots_nat.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o signals.nd.o signals.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o signals_nat.nd.o signals_nat.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o misc.nd.o misc.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o freelist.nd.o freelist.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o major_gc.nd.o major_gc.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o minor_gc.nd.o minor_gc.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o memory.nd.o memory.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o alloc.nd.o alloc.c
#25 51.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o compare.nd.o compare.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o ints.nd.o ints.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o floats.nd.o floats.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o str.nd.o str.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o array.nd.o array.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o io.nd.o io.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o extern.nd.o extern.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o intern.nd.o intern.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o hash.nd.o hash.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o sys.nd.o sys.c
#25 51.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o parsing.nd.o parsing.c
#25 51.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o gc_ctrl.nd.o gc_ctrl.c
#25 51.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o eventlog.nd.o eventlog.c
#25 51.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o md5.nd.o md5.c
#25 51.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o obj.nd.o obj.c
#25 51.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o lexing.nd.o lexing.c
#25 51.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o unix.nd.o unix.c
#25 51.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o printexc.nd.o printexc.c
#25 51.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o callback.nd.o callback.c
#25 51.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o weak.nd.o weak.c
#25 51.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o compact.nd.o compact.c
#25 51.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o finalise.nd.o finalise.c
#25 51.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o custom.nd.o custom.c
#25 51.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o globroots.nd.o globroots.c
#25 51.46 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o backtrace_nat.nd.o backtrace_nat.c
#25 51.46 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o backtrace.nd.o backtrace.c
#25 51.46 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o dynlink_nat.nd.o dynlink_nat.c
#25 51.47 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o debugger.nd.o debugger.c
#25 51.47 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o meta.nd.o meta.c
#25 51.48 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o dynlink.nd.o dynlink.c
#25 51.48 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o clambda_checks.nd.o clambda_checks.c
#25 51.49 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o afl.nd.o afl.c
#25 51.50 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o bigarray.nd.o bigarray.c
#25 51.50 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o memprof.nd.o memprof.c
#25 51.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o domain.nd.o domain.c
#25 51.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o skiplist.nd.o skiplist.c
#25 51.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DDEBUG -o codefrag.nd.o codefrag.c
#25 51.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o startup_aux.ni.o startup_aux.c
#25 51.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o startup_nat.ni.o startup_nat.c
#25 51.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o main.ni.o main.c
#25 51.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o fail_nat.ni.o fail_nat.c
#25 51.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o roots_nat.ni.o roots_nat.c
#25 51.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o signals.ni.o signals.c
#25 51.55 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o signals_nat.ni.o signals_nat.c
#25 51.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o misc.ni.o misc.c
#25 51.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o freelist.ni.o freelist.c
#25 51.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o major_gc.ni.o major_gc.c
#25 51.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o minor_gc.ni.o minor_gc.c
#25 51.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o memory.ni.o memory.c
#25 51.59 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o alloc.ni.o alloc.c
#25 51.59 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o compare.ni.o compare.c
#25 51.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o ints.ni.o ints.c
#25 51.61 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o floats.ni.o floats.c
#25 51.62 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o str.ni.o str.c
#25 51.62 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o array.ni.o array.c
#25 51.62 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o io.ni.o io.c
#25 51.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o extern.ni.o extern.c
#25 51.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o intern.ni.o intern.c
#25 51.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o hash.ni.o hash.c
#25 51.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o sys.ni.o sys.c
#25 51.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o parsing.ni.o parsing.c
#25 51.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o gc_ctrl.ni.o gc_ctrl.c
#25 51.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o eventlog.ni.o eventlog.c
#25 51.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o md5.ni.o md5.c
#25 51.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o obj.ni.o obj.c
#25 51.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o lexing.ni.o lexing.c
#25 51.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o unix.ni.o unix.c
#25 51.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o printexc.ni.o printexc.c
#25 51.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o callback.ni.o callback.c
#25 51.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o weak.ni.o weak.c
#25 51.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o compact.ni.o compact.c
#25 51.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o finalise.ni.o finalise.c
#25 51.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o custom.ni.o custom.c
#25 51.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o globroots.ni.o globroots.c
#25 51.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o backtrace_nat.ni.o backtrace_nat.c
#25 51.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o backtrace.ni.o backtrace.c
#25 51.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o dynlink_nat.ni.o dynlink_nat.c
#25 51.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o debugger.ni.o debugger.c
#25 51.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o meta.ni.o meta.c
#25 51.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o dynlink.ni.o dynlink.c
#25 51.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o clambda_checks.ni.o clambda_checks.c
#25 51.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o afl.ni.o afl.c
#25 51.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o bigarray.ni.o bigarray.c
#25 51.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o memprof.ni.o memprof.c
#25 51.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o domain.ni.o domain.c
#25 51.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o skiplist.ni.o skiplist.c
#25 51.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DCAML_INSTR -o codefrag.ni.o codefrag.c
#25 51.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o startup_aux.npic.o startup_aux.c
#25 51.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o startup_nat.npic.o startup_nat.c
#25 51.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o main.npic.o main.c
#25 51.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o fail_nat.npic.o fail_nat.c
#25 51.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o roots_nat.npic.o roots_nat.c
#25 51.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o signals.npic.o signals.c
#25 51.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o signals_nat.npic.o signals_nat.c
#25 51.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o misc.npic.o misc.c
#25 51.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o freelist.npic.o freelist.c
#25 51.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o major_gc.npic.o major_gc.c
#25 51.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o minor_gc.npic.o minor_gc.c
#25 51.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o memory.npic.o memory.c
#25 51.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o alloc.npic.o alloc.c
#25 51.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o compare.npic.o compare.c
#25 51.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o ints.npic.o ints.c
#25 51.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o floats.npic.o floats.c
#25 51.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o str.npic.o str.c
#25 51.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o array.npic.o array.c
#25 51.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o io.npic.o io.c
#25 51.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o extern.npic.o extern.c
#25 51.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o intern.npic.o intern.c
#25 51.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o hash.npic.o hash.c
#25 51.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o sys.npic.o sys.c
#25 51.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o parsing.npic.o parsing.c
#25 51.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o gc_ctrl.npic.o gc_ctrl.c
#25 51.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o eventlog.npic.o eventlog.c
#25 51.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o md5.npic.o md5.c
#25 51.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o obj.npic.o obj.c
#25 51.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o lexing.npic.o lexing.c
#25 51.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o unix.npic.o unix.c
#25 51.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o printexc.npic.o printexc.c
#25 51.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o callback.npic.o callback.c
#25 51.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o weak.npic.o weak.c
#25 51.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o compact.npic.o compact.c
#25 51.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o finalise.npic.o finalise.c
#25 51.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o custom.npic.o custom.c
#25 51.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o globroots.npic.o globroots.c
#25 51.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o backtrace_nat.npic.o backtrace_nat.c
#25 51.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o backtrace.npic.o backtrace.c
#25 51.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o dynlink_nat.npic.o dynlink_nat.c
#25 51.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o debugger.npic.o debugger.c
#25 51.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o meta.npic.o meta.c
#25 52.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o dynlink.npic.o dynlink.c
#25 52.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o clambda_checks.npic.o clambda_checks.c
#25 52.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o afl.npic.o afl.c
#25 52.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o bigarray.npic.o bigarray.c
#25 52.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o memprof.npic.o memprof.c
#25 52.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o domain.npic.o domain.c
#25 52.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o skiplist.npic.o skiplist.c
#25 52.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -o codefrag.npic.o codefrag.c
#25 52.04 gcc -c -DSYS_elf -I../runtime -DMODEL_ppc64le -fPIC -o power_libasmrunpic.o power.S
#25 53.07 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 power_libasmrunpic.o
#25 53.07 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 power_libasmrunpic.o -lm
#25 53.13 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 power.o
#25 53.17 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 power.o
#25 53.25 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 power.o
#25 53.27 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 53.27 cp runtime/libasmrun.a stdlib/libasmrun.a
#25 53.27 make -j ocamlopt
#25 53.28 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 53.32 cd asmcomp; ln -sf power/arch.ml .
#25 53.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.32 cd asmcomp; ln -sf power/proc.ml .
#25 53.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.32 cd asmcomp; ln -sf power/selection.ml .
#25 53.32 cd asmcomp; ln -sf power/CSE.ml .
#25 53.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.33 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.33 cd asmcomp; ln -sf power/reload.ml .
#25 53.33 cd asmcomp; ln -sf power/scheduling.ml .
#25 53.33 make -j -C tools cvt_emit
#25 53.33 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.33 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 53.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 asmcomp/asmlibrarian.mli
#25 53.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 asmcomp/asmpackager.mli
#25 53.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 driver/opterrors.mli
#25 53.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 driver/optcompile.mli
#25 53.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 driver/optmaindriver.mli
#25 53.35 ../boot/ocamlrun ../boot/ocamllex -q cvt_emit.mll
#25 53.36 ../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
#25 53.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 asmcomp/arch.ml -I asmcomp
#25 53.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 driver/optmain.ml -I driver
#25 53.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 driver/opterrors.ml -I driver
#25 53.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 asmcomp/asmlibrarian.ml -I asmcomp
#25 53.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 asmcomp/x86_proc.mli
#25 53.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 asmcomp/x86_masm.mli
#25 53.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 asmcomp/x86_gas.mli
#25 53.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 asmcomp/x86_dsl.mli
#25 53.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 asmcomp/printcmm.mli
#25 53.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 asmcomp/reg.mli
#25 53.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 asmcomp/afl_instrument.mli
#25 53.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 asmcomp/strmatch.mli
#25 53.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 asmcomp/cmmgen_state.mli
#25 53.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 asmcomp/cmmgen.mli
#25 53.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 asmcomp/cmm_invariants.mli
#25 53.46 ../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
#25 53.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 asmcomp/afl_instrument.ml -I asmcomp
#25 53.47 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.47 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.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 asmcomp/cmmgen_state.ml -I asmcomp
#25 53.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 asmcomp/cmm_helpers.mli
#25 53.50 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 53.50 echo \# 1 \"power/emit.mlp\" > asmcomp/emit.ml
#25 53.50 ./boot/ocamlrun tools/cvt_emit < asmcomp/power/emit.mlp >> asmcomp/emit.ml \
#25 53.50 || { rm -f asmcomp/emit.ml; exit 2; }
#25 53.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 asmcomp/reg.ml -I asmcomp
#25 53.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 asmcomp/cmm.ml -I asmcomp
#25 53.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 asmcomp/mach.mli
#25 53.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 asmcomp/strmatch.ml -I asmcomp
#25 53.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.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 asmcomp/comballoc.mli
#25 53.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 asmcomp/CSEgen.mli
#25 53.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 asmcomp/liveness.mli
#25 53.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 asmcomp/spill.mli
#25 53.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 asmcomp/split.mli
#25 53.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 asmcomp/interf.mli
#25 53.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 asmcomp/reloadgen.mli
#25 53.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 asmcomp/reload.mli
#25 53.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 asmcomp/deadcode.mli
#25 53.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 asmcomp/linear.mli
#25 53.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.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 asmcomp/comballoc.ml -I asmcomp
#25 53.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 asmcomp/proc.ml -I asmcomp
#25 53.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 asmcomp/cmm_helpers.ml -I asmcomp
#25 53.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 asmcomp/interval.ml -I asmcomp
#25 53.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 asmcomp/polling.ml -I asmcomp
#25 53.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 asmcomp/spill.ml -I asmcomp
#25 53.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 asmcomp/split.ml -I asmcomp
#25 53.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 asmcomp/interf.ml -I asmcomp
#25 53.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 asmcomp/coloring.ml -I asmcomp
#25 53.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 asmcomp/linscan.ml -I asmcomp
#25 53.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 driver/optmaindriver.ml -I driver
#25 53.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 asmcomp/printmach.ml -I asmcomp
#25 53.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 asmcomp/CSEgen.ml -I asmcomp
#25 53.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 asmcomp/CSE.ml -I asmcomp
#25 53.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 asmcomp/liveness.ml -I asmcomp
#25 53.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 asmcomp/reloadgen.ml -I asmcomp
#25 53.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 asmcomp/reload.ml -I asmcomp
#25 53.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 asmcomp/deadcode.ml -I asmcomp
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.71 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.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 asmcomp/selectgen.ml -I asmcomp
#25 53.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 asmcomp/selection.ml -I asmcomp
#25 53.77 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.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 file_formats/linear_format.ml -I file_formats
#25 53.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 asmcomp/printlinear.ml -I asmcomp
#25 53.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 asmcomp/schedgen.ml -I asmcomp
#25 53.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 asmcomp/scheduling.ml -I asmcomp
#25 53.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 asmcomp/branch_relaxation.mli
#25 53.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 asmcomp/emitaux.mli
#25 53.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 53.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/emitaux.ml -I asmcomp
#25 53.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/emit.ml -I asmcomp
#25 53.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/asmgen.mli
#25 53.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 asmcomp/asmgen.ml -I asmcomp
#25 53.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 asmcomp/asmlink.ml -I asmcomp
#25 53.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 asmcomp/asmpackager.ml -I asmcomp
#25 53.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/optcompile.ml -I driver
#25 56.11 ./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
#25 56.16 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
#25 57.16 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 57.16 make -j libraryopt
#25 57.16 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 57.18 make -j -C stdlib allopt
#25 57.18 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 57.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 -nopervasives -c camlinternalFormatBasics.ml
#25 57.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 -nopervasives -c camlinternalAtomic.ml
#25 57.88 ../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 -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#25 58.25 ../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 \
#25 58.25 -o stdlib__Pervasives.cmx -c pervasives.ml
#25 58.26 ../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 \
#25 58.26 -o stdlib__Either.cmx -c either.ml
#25 58.26 ../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 \
#25 58.26 -o stdlib__Sys.cmx -c sys.ml
#25 58.26 ../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 \
#25 58.26 -o stdlib__Bool.cmx -c bool.ml
#25 58.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 \
#25 58.27 -o stdlib__Char.cmx -c char.ml
#25 58.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 \
#25 58.27 -o stdlib__Int.cmx -c int.ml
#25 58.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 \
#25 58.27 -o stdlib__Unit.cmx -c unit.ml
#25 58.28 ../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 \
#25 58.28 -o stdlib__Int64.cmx -c int64.ml
#25 58.28 ../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 \
#25 58.28 -o stdlib__Atomic.cmx -c atomic.ml
#25 58.28 ../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 \
#25 58.28 -o stdlib__Complex.cmx -c complex.ml
#25 58.28 ../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 -c std_exit.ml
#25 58.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 \
#25 58.36 -o stdlib__Nativeint.cmx -c nativeint.ml
#25 58.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 \
#25 58.36 -o stdlib__Int32.cmx -c int32.ml
#25 58.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 \
#25 58.39 -o stdlib__Uchar.cmx -c uchar.ml
#25 58.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 \
#25 58.47 -o stdlib__Obj.cmx -c obj.ml
#25 58.62 ../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 -afl-inst-ratio 0 -c camlinternalLazy.ml
#25 58.63 ../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 \
#25 58.63 -o stdlib__Callback.cmx -c callback.ml
#25 58.72 ../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 \
#25 58.72 -o stdlib__Lazy.cmx -c lazy.ml
#25 58.81 ../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 \
#25 58.81 -o stdlib__Seq.cmx -c seq.ml
#25 59.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 \
#25 59.39 -o stdlib__Option.cmx -c option.ml
#25 59.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 \
#25 59.39 -o stdlib__Result.cmx -c result.ml
#25 59.40 ../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 \
#25 59.40 -o stdlib__List.cmx -c list.ml
#25 59.40 ../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 \
#25 59.40 -o stdlib__Bytes.cmx -c bytes.ml
#25 59.40 ../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 \
#25 59.40 -o stdlib__Array.cmx -c array.ml
#25 59.41 ../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 \
#25 59.41 -o stdlib__Map.cmx -c map.ml
#25 59.41 ../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 \
#25 59.41 -o stdlib__Queue.cmx -c queue.ml
#25 59.96 ../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 -nolabels -no-alias-deps \
#25 59.96 -o stdlib__ArrayLabels.cmx -c arrayLabels.ml
#25 59.96 ../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 \
#25 59.96 -o stdlib__Bigarray.cmx -c bigarray.ml
#25 60.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 -nolabels -no-alias-deps \
#25 60.15 -o stdlib__Float.cmx -c float.ml
#25 60.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 \
#25 60.15 -o stdlib__Set.cmx -c set.ml
#25 60.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 \
#25 60.15 -o stdlib__Stack.cmx -c stack.ml
#25 60.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 -nolabels -no-alias-deps \
#25 60.15 -o stdlib__ListLabels.cmx -c listLabels.ml
#25 60.38 ../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 \
#25 60.38 -o stdlib__String.cmx -c string.ml
#25 60.38 ../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 \
#25 60.38 -o stdlib__Marshal.cmx -c marshal.ml
#25 60.38 ../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 -nolabels -no-alias-deps \
#25 60.38 -o stdlib__BytesLabels.cmx -c bytesLabels.ml
#25 60.75 ../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 \
#25 60.75 -o stdlib__Lexing.cmx -c lexing.ml
#25 60.75 ../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 \
#25 60.75 -o stdlib__Stream.cmx -c stream.ml
#25 60.75 ../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 -inline 3 \
#25 60.75 -o stdlib__Buffer.cmx -c buffer.ml
#25 60.75 ../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 \
#25 60.75 -o stdlib__Digest.cmx -c digest.ml
#25 60.76 ../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 -inline 0 -afl-inst-ratio 0 -c camlinternalOO.ml
#25 60.76 ../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 -nolabels -no-alias-deps \
#25 60.76 -o stdlib__StringLabels.cmx -c stringLabels.ml
#25 60.84 ../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 -nolabels -no-alias-deps \
#25 60.84 -o stdlib__StdLabels.cmx -c stdLabels.ml
#25 60.88 ../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 \
#25 60.88 -o stdlib__Random.cmx -c random.ml
#25 60.94 ../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 \
#25 60.94 -o stdlib__Parsing.cmx -c parsing.ml
#25 61.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 -c camlinternalFormat.ml
#25 61.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 \
#25 61.13 -o stdlib__Hashtbl.cmx -c hashtbl.ml
#25 61.46 ../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 \
#25 61.46 -o stdlib__Oo.cmx -c oo.ml
#25 61.46 ../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 -c camlinternalMod.ml
#25 61.84 ../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 \
#25 61.84 -o stdlib__Weak.cmx -c weak.ml
#25 61.84 ../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 \
#25 61.84 -o stdlib__Genlex.cmx -c genlex.ml
#25 61.84 ../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 \
#25 61.84 -o stdlib__Ephemeron.cmx -c ephemeron.ml
#25 61.85 ../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 -nolabels -no-alias-deps \
#25 61.85 -o stdlib__MoreLabels.cmx -c moreLabels.ml
#25 66.84 ../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 \
#25 66.84 -o stdlib__Printf.cmx -c printf.ml
#25 66.84 ../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 \
#25 66.84 -o stdlib__Format.cmx -c format.ml
#25 66.95 ../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 \
#25 66.95 -o stdlib__Arg.cmx -c arg.ml
#25 66.95 ../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 \
#25 66.95 -o stdlib__Printexc.cmx -c printexc.ml
#25 66.95 ../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 -inline 9 \
#25 66.95 -o stdlib__Scanf.cmx -c scanf.ml
#25 66.96 ../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 \
#25 66.96 -o stdlib__Filename.cmx -c filename.ml
#25 67.30 ../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 \
#25 67.30 -o stdlib__Fun.cmx -c fun.ml
#25 67.31 ../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 \
#25 67.31 -o stdlib__Gc.cmx -c gc.ml
#25 67.38 ../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 \
#25 67.38 -o stdlib__In_channel.cmx -c in_channel.ml
#25 67.38 ../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 \
#25 67.38 -o stdlib__Out_channel.cmx -c out_channel.ml
#25 68.84 ../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
#25 68.91 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 68.91 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 68.91 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 68.91 make -j ocamlc.opt
#25 68.92 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 68.96 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 68.96 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 68.96 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 68.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 -c utils/local_store.ml -I utils
#25 68.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 -c utils/terminfo.ml -I utils
#25 68.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 -c utils/int_replace_polymorphic_compare.ml -I utils
#25 68.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 -c utils/domainstate.ml -I utils
#25 68.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 -c utils/binutils.ml -I utils
#25 68.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 -c utils/lazy_backtrack.ml -I utils
#25 68.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 -c parsing/camlinternalMenhirLib.ml -I parsing
#25 68.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 -c lambda/switch.ml -I lambda
#25 68.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 -c lambda/runtimedef.ml -I lambda
#25 68.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 -c bytecomp/opcodes.ml -I bytecomp
#25 69.21 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 69.21 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 70.52 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 70.52 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 70.52 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 70.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 -c utils/warnings.ml -I utils
#25 70.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 -c utils/consistbl.ml -I utils
#25 70.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 -c utils/targetint.ml -I utils
#25 70.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 -c utils/diffing.ml -I utils
#25 70.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 -c parsing/longident.ml -I parsing
#25 70.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 -c bytecomp/dll.ml -I bytecomp
#25 71.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 -c utils/diffing_with_keys.ml -I utils
#25 71.37 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 71.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 -c utils/clflags.ml -I utils
#25 71.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 -c utils/strongly_connected_components.ml -I utils
#25 72.42 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 72.42 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 72.42 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 73.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 -c typing/path.ml -I typing
#25 73.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 -c typing/shape.ml -I typing
#25 73.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 -c parsing/docstrings.ml -I parsing
#25 73.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 -c parsing/syntaxerr.ml -I parsing
#25 73.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 -c parsing/ast_iterator.ml -I parsing
#25 73.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 -c parsing/attr_helper.ml -I parsing
#25 73.46 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 73.46 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 73.46 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 73.46 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 73.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 -c typing/primitive.ml -I typing
#25 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 -c parsing/ast_helper.ml -I parsing
#25 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 -c parsing/depend.ml -I parsing
#25 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 -c typing/type_immediacy.ml -I typing
#25 74.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 -c typing/types.ml -I typing
#25 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 -c driver/main_args.ml -I driver
#25 74.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 -c parsing/ast_invariants.ml -I parsing
#25 74.92 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 74.92 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 74.92 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 75.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 -c typing/persistent_env.ml -I typing
#25 75.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 -c parsing/pprintast.ml -I parsing
#25 75.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 -c parsing/parser.ml -I parsing
#25 75.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 -c parsing/ast_mapper.ml -I parsing
#25 75.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 -c typing/predef.ml -I typing
#25 75.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 -c typing/datarepr.ml -I typing
#25 75.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 -c typing/signature_group.ml -I typing
#25 77.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 -c typing/subst.ml -I typing
#25 78.32 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 81.54 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 81.54 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 82.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 -c typing/typedtree.ml -I typing
#25 82.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 -c typing/ctype.ml -I typing
#25 82.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 -c typing/typedecl_properties.ml -I typing
#25 82.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 -c lambda/lambda.ml -I lambda
#25 83.23 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.23 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.23 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.23 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.58 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.58 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.58 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.58 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.71 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 83.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 -c bytecomp/symtable.ml -I bytecomp
#25 84.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 -c typing/printtyped.ml -I typing
#25 84.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 -c lambda/simplif.ml -I lambda
#25 88.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 -c typing/printtyp.ml -I typing
#25 88.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 -c typing/mtype.ml -I typing
#25 88.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 -c typing/patterns.ml -I typing
#25 88.85 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 88.85 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 88.85 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 88.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 -c typing/typedecl_immediacy.ml -I typing
#25 88.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 -c typing/typeopt.ml -I typing
#25 89.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 -c typing/parmatch.ml -I typing
#25 89.32 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 92.40 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 92.40 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 92.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 -c typing/includecore.ml -I typing
#25 92.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 -c typing/stypes.ml -I typing
#25 92.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 -c typing/typetexp.ml -I typing
#25 92.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 -c lambda/printlambda.ml -I lambda
#25 93.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 -c typing/typedecl.ml -I typing
#25 94.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 -c lambda/matching.ml -I lambda
#25 94.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 -c bytecomp/printinstr.ml -I bytecomp
#25 94.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 -c parsing/lexer.ml -I parsing
#25 95.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 -c parsing/parse.ml -I parsing
#25 95.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 -c file_formats/cmt_format.ml -I file_formats
#25 96.15 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 96.21 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 96.21 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 96.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 -c driver/makedepend.ml -I driver
#25 96.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 -c typing/typecore.ml -I typing
#25 97.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 -c typing/includemod_errorprinter.ml -I typing
#25 98.52 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 98.52 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 104.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 104.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 106.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 107.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 108.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 110.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 111.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 111.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 112.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 112.4 ./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
#25 112.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 112.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 112.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 112.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 113.1 ./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
#25 113.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 113.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlc.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa driver/main.cmx -cclib -lpthread
#25 114.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 114.1 make -j otherlibraries ocamldebugger ocamldoc \
#25 114.1
#25 114.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 114.1 make -j -C yacc all
#25 114.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/yacc'
#25 114.1 make[3]: Nothing to be done for 'all'.
#25 114.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/yacc'
#25 114.1 make -j -C lex all
#25 114.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/lex'
#25 114.1 make[3]: Nothing to be done for 'all'.
#25 114.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/lex'
#25 114.1 make -j -C tools all
#25 114.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 114.2 make[3]: Nothing to be done for 'all'.
#25 114.2 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 114.2 make -j -C otherlibs all
#25 114.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs'
#25 114.2 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/dynlink'
#25 114.2 cp -f dynlink_compilerlibs/Makefile.copy-sources dynlink_compilerlibs/Makefile
#25 114.2 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 \
#25 114.2 echo "dynlink_compilerlibs/$(basename $ml): ../../$ml" \
#25 114.2 >> dynlink_compilerlibs/Makefile; \
#25 114.2 echo "dynlink_compilerlibs/$(basename $ml)i: ../../${ml}i" \
#25 114.2 >> dynlink_compilerlibs/Makefile; \
#25 114.2 done;
#25 114.3 for mli in parsing/asttypes.mli parsing/parsetree.mli typing/outcometree.mli file_formats/cmo_format.mli file_formats/cmxs_format.mli; do \
#25 114.3 echo "dynlink_compilerlibs/$(basename $mli): ../../$mli" \
#25 114.3 >> dynlink_compilerlibs/Makefile; \
#25 114.3 echo \
#25 114.3 "dynlink_compilerlibs/$(basename $mli .mli).ml: ../../$mli"\
#25 114.3 >> dynlink_compilerlibs/Makefile; \
#25 114.3 done
#25 114.3 cp ../../utils/binutils.ml dynlink_compilerlibs/binutils.ml
#25 114.3 cp ../../utils/config.ml dynlink_compilerlibs/config.ml
#25 114.3 cp ../../utils/build_path_prefix_map.ml dynlink_compilerlibs/build_path_prefix_map.ml
#25 114.3 cp ../../utils/misc.ml dynlink_compilerlibs/misc.ml
#25 114.3 cp ../../utils/identifiable.ml dynlink_compilerlibs/identifiable.ml
#25 114.3 cp ../../utils/numbers.ml dynlink_compilerlibs/numbers.ml
#25 114.3 cp ../../utils/arg_helper.ml dynlink_compilerlibs/arg_helper.ml
#25 114.3 cp ../../utils/clflags.ml dynlink_compilerlibs/clflags.ml
#25 114.3 cp ../../utils/profile.ml dynlink_compilerlibs/profile.ml
#25 114.3 cp ../../utils/consistbl.ml dynlink_compilerlibs/consistbl.ml
#25 114.3 cp ../../utils/terminfo.ml dynlink_compilerlibs/terminfo.ml
#25 114.3 cp ../../utils/warnings.ml dynlink_compilerlibs/warnings.ml
#25 114.3 cp ../../utils/local_store.ml dynlink_compilerlibs/local_store.ml
#25 114.3 cp ../../utils/load_path.ml dynlink_compilerlibs/load_path.ml
#25 114.3 cp ../../utils/int_replace_polymorphic_compare.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#25 114.3 cp ../../utils/lazy_backtrack.ml dynlink_compilerlibs/lazy_backtrack.ml
#25 114.3 cp ../../parsing/location.ml dynlink_compilerlibs/location.ml
#25 114.3 cp ../../parsing/longident.ml dynlink_compilerlibs/longident.ml
#25 114.3 cp ../../parsing/docstrings.ml dynlink_compilerlibs/docstrings.ml
#25 114.3 cp ../../parsing/syntaxerr.ml dynlink_compilerlibs/syntaxerr.ml
#25 114.3 cp ../../parsing/ast_helper.ml dynlink_compilerlibs/ast_helper.ml
#25 114.3 cp ../../parsing/ast_mapper.ml dynlink_compilerlibs/ast_mapper.ml
#25 114.3 cp ../../parsing/attr_helper.ml dynlink_compilerlibs/attr_helper.ml
#25 114.3 cp ../../parsing/builtin_attributes.ml dynlink_compilerlibs/builtin_attributes.ml
#25 114.3 cp ../../typing/ident.ml dynlink_compilerlibs/ident.ml
#25 114.3 cp ../../typing/path.ml dynlink_compilerlibs/path.ml
#25 114.3 cp ../../typing/primitive.ml dynlink_compilerlibs/primitive.ml
#25 114.3 cp ../../typing/type_immediacy.ml dynlink_compilerlibs/type_immediacy.ml
#25 114.3 cp ../../typing/shape.ml dynlink_compilerlibs/shape.ml
#25 114.3 cp ../../typing/types.ml dynlink_compilerlibs/types.ml
#25 114.3 cp ../../typing/btype.ml dynlink_compilerlibs/btype.ml
#25 114.3 cp ../../typing/subst.ml dynlink_compilerlibs/subst.ml
#25 114.3 cp ../../typing/predef.ml dynlink_compilerlibs/predef.ml
#25 114.3 cp ../../typing/datarepr.ml dynlink_compilerlibs/datarepr.ml
#25 114.3 cp ../../file_formats/cmi_format.ml dynlink_compilerlibs/cmi_format.ml
#25 114.3 cp ../../typing/persistent_env.ml dynlink_compilerlibs/persistent_env.ml
#25 114.3 cp ../../typing/env.ml dynlink_compilerlibs/env.ml
#25 114.3 cp ../../lambda/debuginfo.ml dynlink_compilerlibs/debuginfo.ml
#25 114.3 cp ../../lambda/lambda.ml dynlink_compilerlibs/lambda.ml
#25 114.3 cp ../../lambda/runtimedef.ml dynlink_compilerlibs/runtimedef.ml
#25 114.3 cp ../../bytecomp/instruct.ml dynlink_compilerlibs/instruct.ml
#25 114.3 cp ../../bytecomp/opcodes.ml dynlink_compilerlibs/opcodes.ml
#25 114.3 cp ../../bytecomp/bytesections.ml dynlink_compilerlibs/bytesections.ml
#25 114.3 cp ../../bytecomp/dll.ml dynlink_compilerlibs/dll.ml
#25 114.3 cp ../../bytecomp/meta.ml dynlink_compilerlibs/meta.ml
#25 114.3 cp ../../bytecomp/symtable.ml dynlink_compilerlibs/symtable.ml
#25 114.3 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.ml
#25 114.3 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.ml
#25 114.3 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.ml
#25 114.3 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.ml
#25 114.3 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.ml
#25 114.3 cp ../../utils/binutils.mli dynlink_compilerlibs/binutils.mli
#25 114.3 cp ../../utils/config.mli dynlink_compilerlibs/config.mli
#25 114.3 cp ../../utils/build_path_prefix_map.mli dynlink_compilerlibs/build_path_prefix_map.mli
#25 114.3 cp ../../utils/misc.mli dynlink_compilerlibs/misc.mli
#25 114.3 cp ../../utils/identifiable.mli dynlink_compilerlibs/identifiable.mli
#25 114.3 cp ../../utils/numbers.mli dynlink_compilerlibs/numbers.mli
#25 114.3 cp ../../utils/arg_helper.mli dynlink_compilerlibs/arg_helper.mli
#25 114.3 cp ../../utils/clflags.mli dynlink_compilerlibs/clflags.mli
#25 114.3 cp ../../utils/profile.mli dynlink_compilerlibs/profile.mli
#25 114.3 cp ../../utils/consistbl.mli dynlink_compilerlibs/consistbl.mli
#25 114.3 cp ../../utils/terminfo.mli dynlink_compilerlibs/terminfo.mli
#25 114.3 cp ../../utils/warnings.mli dynlink_compilerlibs/warnings.mli
#25 114.3 cp ../../utils/local_store.mli dynlink_compilerlibs/local_store.mli
#25 114.3 cp ../../utils/load_path.mli dynlink_compilerlibs/load_path.mli
#25 114.3 cp ../../utils/int_replace_polymorphic_compare.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#25 114.3 cp ../../utils/lazy_backtrack.mli dynlink_compilerlibs/lazy_backtrack.mli
#25 114.3 cp ../../parsing/location.mli dynlink_compilerlibs/location.mli
#25 114.3 cp ../../parsing/longident.mli dynlink_compilerlibs/longident.mli
#25 114.3 cp ../../parsing/docstrings.mli dynlink_compilerlibs/docstrings.mli
#25 114.3 cp ../../parsing/syntaxerr.mli dynlink_compilerlibs/syntaxerr.mli
#25 114.3 cp ../../parsing/ast_helper.mli dynlink_compilerlibs/ast_helper.mli
#25 114.3 cp ../../parsing/ast_mapper.mli dynlink_compilerlibs/ast_mapper.mli
#25 114.3 cp ../../parsing/attr_helper.mli dynlink_compilerlibs/attr_helper.mli
#25 114.3 cp ../../parsing/builtin_attributes.mli dynlink_compilerlibs/builtin_attributes.mli
#25 114.3 cp ../../typing/ident.mli dynlink_compilerlibs/ident.mli
#25 114.3 cp ../../typing/path.mli dynlink_compilerlibs/path.mli
#25 114.3 cp ../../typing/primitive.mli dynlink_compilerlibs/primitive.mli
#25 114.3 cp ../../typing/type_immediacy.mli dynlink_compilerlibs/type_immediacy.mli
#25 114.3 cp ../../typing/shape.mli dynlink_compilerlibs/shape.mli
#25 114.3 cp ../../typing/types.mli dynlink_compilerlibs/types.mli
#25 114.3 cp ../../typing/btype.mli dynlink_compilerlibs/btype.mli
#25 114.3 cp ../../typing/subst.mli dynlink_compilerlibs/subst.mli
#25 114.3 cp ../../typing/predef.mli dynlink_compilerlibs/predef.mli
#25 114.3 cp ../../typing/datarepr.mli dynlink_compilerlibs/datarepr.mli
#25 114.3 cp ../../file_formats/cmi_format.mli dynlink_compilerlibs/cmi_format.mli
#25 114.3 cp ../../typing/persistent_env.mli dynlink_compilerlibs/persistent_env.mli
#25 114.3 cp ../../typing/env.mli dynlink_compilerlibs/env.mli
#25 114.3 cp ../../lambda/debuginfo.mli dynlink_compilerlibs/debuginfo.mli
#25 114.3 cp ../../lambda/lambda.mli dynlink_compilerlibs/lambda.mli
#25 114.3 cp ../../lambda/runtimedef.mli dynlink_compilerlibs/runtimedef.mli
#25 114.3 cp ../../bytecomp/instruct.mli dynlink_compilerlibs/instruct.mli
#25 114.3 cp ../../bytecomp/opcodes.mli dynlink_compilerlibs/opcodes.mli
#25 114.3 cp ../../bytecomp/bytesections.mli dynlink_compilerlibs/bytesections.mli
#25 114.3 cp ../../bytecomp/dll.mli dynlink_compilerlibs/dll.mli
#25 114.3 cp ../../bytecomp/meta.mli dynlink_compilerlibs/meta.mli
#25 114.3 cp ../../bytecomp/symtable.mli dynlink_compilerlibs/symtable.mli
#25 114.3 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.mli
#25 114.3 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.mli
#25 114.3 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.mli
#25 114.3 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.mli
#25 114.3 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.mli
#25 114.4 ../../ocamlc.opt -depend -slash -I dynlink_compilerlibs \
#25 114.4 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 \
#25 114.4 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 \
#25 114.4 > dynlink_compilerlibs/.depend
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmi dynlink_compilerlibs/binutils.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmi dynlink_compilerlibs/config.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmi dynlink_compilerlibs/build_path_prefix_map.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmi dynlink_compilerlibs/identifiable.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmi dynlink_compilerlibs/arg_helper.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmi dynlink_compilerlibs/profile.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmi dynlink_compilerlibs/terminfo.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmi dynlink_compilerlibs/warnings.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmi dynlink_compilerlibs/local_store.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmi dynlink_compilerlibs/load_path.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmi dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmi dynlink_compilerlibs/lazy_backtrack.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmi dynlink_compilerlibs/longident.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmi dynlink_compilerlibs/runtimedef.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmi dynlink_compilerlibs/opcodes.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmi dynlink_compilerlibs/bytesections.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmi dynlink_compilerlibs/dll.mli
#25 114.6 ../../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
#25 114.6 cp dynlink_platform_intf.ml dynlink_platform_intf.mli
#25 114.6 ../../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
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/binutils.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmo dynlink_compilerlibs/config.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/build_path_prefix_map.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmi dynlink_compilerlibs/misc.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/arg_helper.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/terminfo.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/local_store.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/lazy_backtrack.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmi dynlink_compilerlibs/location.mli
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/runtimedef.ml
#25 114.6 ../../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
#25 114.6 ../../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
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/bytesections.ml
#25 114.6 ../../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 \
#25 114.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/opcodes.ml
#25 114.6 cp dynlink.cmi dynlink.mli byte/
#25 114.7 ../../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
#25 114.7 ../../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
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmi dynlink_compilerlibs/asttypes.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmi dynlink_compilerlibs/syntaxerr.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/syntaxerr.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmi dynlink_compilerlibs/parsetree.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/asttypes.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/misc.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmi dynlink_compilerlibs/clflags.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/profile.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmi dynlink_compilerlibs/consistbl.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/warnings.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/load_path.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/longident.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmi dynlink_compilerlibs/ident.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/dll.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmi dynlink_compilerlibs/cmxs_format.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/identifiable.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmi dynlink_compilerlibs/numbers.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmo dynlink_compilerlibs/cmxs_format.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmo dynlink_compilerlibs/location.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/consistbl.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/ident.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmi dynlink_compilerlibs/path.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmi dynlink_compilerlibs/debuginfo.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmi dynlink_compilerlibs/docstrings.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmi dynlink_compilerlibs/ast_mapper.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmi dynlink_compilerlibs/attr_helper.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmi dynlink_compilerlibs/builtin_attributes.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmi dynlink_compilerlibs/type_immediacy.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/parsetree.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/debuginfo.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmi dynlink_compilerlibs/outcometree.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmi dynlink_compilerlibs/shape.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmo dynlink_compilerlibs/path.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/numbers.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/clflags.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/builtin_attributes.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/type_immediacy.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/attr_helper.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/docstrings.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmi dynlink_compilerlibs/ast_helper.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmi dynlink_compilerlibs/primitive.mli
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/outcometree.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/primitive.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_helper.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/ast_mapper.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/shape.ml
#25 114.7 ../../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 \
#25 114.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmi dynlink_compilerlibs/types.mli
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmo dynlink_compilerlibs/types.ml
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmi dynlink_compilerlibs/btype.mli
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmi dynlink_compilerlibs/subst.mli
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmi dynlink_compilerlibs/predef.mli
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmi dynlink_compilerlibs/datarepr.mli
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmi dynlink_compilerlibs/cmi_format.mli
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/cmi_format.ml
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmi dynlink_compilerlibs/persistent_env.mli
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmi dynlink_compilerlibs/env.mli
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/btype.ml
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/subst.ml
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/predef.ml
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/datarepr.ml
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/persistent_env.ml
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmo dynlink_compilerlibs/env.ml
#25 114.8 ../../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 \
#25 114.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmi dynlink_compilerlibs/lambda.mli
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/lambda.ml
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmi dynlink_compilerlibs/instruct.mli
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmi dynlink_compilerlibs/cmo_format.mli
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmi dynlink_compilerlibs/symtable.mli
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmo_format.ml
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/instruct.ml
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmi dynlink_compilerlibs/meta.mli
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/meta.ml
#25 114.9 ../../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 \
#25 114.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/symtable.ml
#25 115.3 ../../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
#25 115.6 ../../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
#25 115.6 ../../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
#25 115.6 ../../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
#25 115.6 ../../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
#25 115.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -o extract_crc dynlink.cma byte/dynlink_compilerlibs.cmo extract_crc.cmo
#25 115.8 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/dynlink'
#25 115.8 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/unix'
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o accept.o accept.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o access.o access.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o addrofstr.o addrofstr.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o alarm.o alarm.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o bind.o bind.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o channels.o channels.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o chdir.o chdir.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o chmod.o chmod.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o chown.o chown.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o chroot.o chroot.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o close.o close.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o fsync.o fsync.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o closedir.o closedir.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o connect.o connect.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o cst2constr.o cst2constr.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o cstringv.o cstringv.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o dup.o dup.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o dup2.o dup2.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o envir.o envir.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o errmsg.o errmsg.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o execv.o execv.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o execve.o execve.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o execvp.o execvp.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o exit.o exit.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o fchmod.o fchmod.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o fchown.o fchown.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o fcntl.o fcntl.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o fork.o fork.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o ftruncate.o ftruncate.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getaddrinfo.o getaddrinfo.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getcwd.o getcwd.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getegid.o getegid.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o geteuid.o geteuid.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getgid.o getgid.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getgr.o getgr.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getgroups.o getgroups.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o gethost.o gethost.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o gethostname.o gethostname.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getlogin.o getlogin.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getnameinfo.o getnameinfo.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getpeername.o getpeername.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getpid.o getpid.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getppid.o getppid.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getproto.o getproto.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getpw.o getpw.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o gettimeofday.o gettimeofday.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getserv.o getserv.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getsockname.o getsockname.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o getuid.o getuid.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o gmtime.o gmtime.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o initgroups.o initgroups.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o isatty.o isatty.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o itimer.o itimer.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o kill.o kill.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o link.o link.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o listen.o listen.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o lockf.o lockf.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o lseek.o lseek.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o mkdir.o mkdir.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o mkfifo.o mkfifo.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o mmap.o mmap.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o mmap_ba.o mmap_ba.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o nice.o nice.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o open.o open.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o opendir.o opendir.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o pipe.o pipe.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o putenv.o putenv.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o read.o read.c
#25 115.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.8 -o realpath.o realpath.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o readdir.o readdir.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o readlink.o readlink.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o rename.o rename.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o rewinddir.o rewinddir.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o rmdir.o rmdir.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o select.o select.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o sendrecv.o sendrecv.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o setgid.o setgid.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o setgroups.o setgroups.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o setsid.o setsid.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o setuid.o setuid.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o shutdown.o shutdown.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o signals.o signals.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o sleep.o sleep.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o socket.o socket.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o socketaddr.o socketaddr.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o socketpair.o socketpair.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o sockopt.o sockopt.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o spawn.o spawn.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o stat.o stat.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o strofaddr.o strofaddr.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o symlink.o symlink.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o termios.o termios.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o time.o time.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o times.o times.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o truncate.o truncate.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o umask.o umask.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o unixsupport.o unixsupport.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o unlink.o unlink.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o utimes.o utimes.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o wait.o wait.c
#25 115.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 115.9 -o write.o write.c
#25 115.9 ../../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
#25 116.0 ../../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
#25 116.0 ../../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
#25 116.1 ../../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
#25 116.1 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#25 116.1 unix.cmo unixLabels.cmo
#25 116.1 ../../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
#25 116.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/unix'
#25 116.3 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/bigarray'
#25 116.3 ../../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
#25 116.3 ../../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
#25 116.3 ../../ocamlc.opt -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo
#25 116.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/bigarray'
#25 116.3 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/str'
#25 116.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 116.3 -o strstubs.o strstubs.c
#25 116.3 ../../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
#25 116.3 ../../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
#25 116.4 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#25 116.4 str.cmo
#25 116.6 ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
#25 116.6 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/str'
#25 116.6 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/systhreads'
#25 116.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#25 116.6 -o st_stubs.b.o st_stubs.c
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.mli
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.mli
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.mli
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.mli
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.mli
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.mli
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#25 116.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#25 116.7 ../../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
#25 117.0 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o -lpthread
#25 117.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/systhreads'
#25 117.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs'
#25 117.1 make -j -C debugger all
#25 117.1 make -j -C ocamldoc all
#25 117.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/debugger'
#25 117.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
#25 117.1 ../boot/ocamlrun ../lex/ocamllex -q odoc_text_lexer.mll
#25 117.1 ../boot/ocamlrun ../lex/ocamllex -q debugger_lexer.mll
#25 117.1 ../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
#25 117.1 ../yacc/ocamlyacc debugger_parser.mly
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../yacc/ocamlyacc --strict -v odoc_parser.mly
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../boot/ocamlrun ../lex/ocamllex -q odoc_lexer.mll
#25 117.1 ../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
#25 117.1 ../boot/ocamlrun ../lex/ocamllex -q odoc_see_lexer.mll
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../boot/ocamlrun ../lex/ocamllex -q odoc_ocamlhtml.mll
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.1 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.2 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.3 ../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
#25 117.4 ../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
#25 117.4 ../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
#25 117.4 ../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
#25 117.4 ../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
#25 117.4 ../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
#25 117.4 ../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
#25 117.4 ../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
#25 117.4 ../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
#25 117.4 ../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
#25 117.5 ../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
#25 117.5 ../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
#25 117.5 ../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
#25 117.8 ../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
#25 117.8 ../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
#25 117.8 ../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
#25 117.9 ../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
#25 117.9 ../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
#25 117.9 ../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
#25 117.9 ../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
#25 117.9 ../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
#25 118.1 ../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
#25 118.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/debugger'
#25 118.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 118.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 118.1 make -j ocamlopt.opt
#25 118.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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.ml -I asmcomp
#25 118.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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.ml -I asmcomp
#25 118.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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.ml -I asmcomp
#25 118.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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.ml -I asmcomp
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 118.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 119.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 120.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 120.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 120.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 120.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 121.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 121.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 121.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 121.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 121.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 122.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 122.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 122.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 122.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 122.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 122.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 122.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 123.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 123.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 124.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 126.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 126.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 126.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 126.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 126.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 126.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 127.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 128.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 128.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 128.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 129.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 130.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 131.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 133.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 134.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 134.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 134.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 134.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 135.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 135.6 ./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
#25 135.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 135.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlopt.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa driver/optmain.cmx
#25 137.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 137.1 make -j otherlibrariesopt
#25 137.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 137.1 make -j -C otherlibs allopt
#25 137.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs'
#25 137.1 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/dynlink'
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/binutils.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmx dynlink_compilerlibs/config.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/build_path_prefix_map.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/arg_helper.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/terminfo.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/local_store.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/lazy_backtrack.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/runtimedef.ml
#25 137.1 ../../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 \
#25 137.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/opcodes.ml
#25 137.1 ../../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 -I native dynlink_types.ml
#25 137.1 cp dynlink.cmi dynlink.mli native/
#25 137.2 ../../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 -I native dynlink_platform_intf.ml
#25 137.2 ../../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 \
#25 137.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/misc.ml
#25 137.2 ../../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 \
#25 137.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/bytesections.ml
#25 137.4 ../../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 \
#25 137.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/identifiable.ml
#25 137.4 ../../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 \
#25 137.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/profile.ml
#25 137.4 ../../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 \
#25 137.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/consistbl.ml
#25 137.4 ../../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 \
#25 137.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/warnings.ml
#25 137.4 ../../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 \
#25 137.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/load_path.ml
#25 137.4 ../../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 \
#25 137.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/longident.ml
#25 137.4 ../../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 \
#25 137.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/dll.ml
#25 137.4 ../../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 \
#25 137.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmx dynlink_compilerlibs/cmxs_format.ml
#25 137.6 ../../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 \
#25 137.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/numbers.ml
#25 137.6 ../../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 \
#25 137.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/clflags.ml
#25 137.8 ../../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 \
#25 137.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmx dynlink_compilerlibs/location.ml
#25 137.8 ../../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 \
#25 137.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/ident.ml
#25 137.9 ../../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 \
#25 137.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmx dynlink_compilerlibs/path.ml
#25 137.9 ../../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 \
#25 137.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/shape.ml
#25 138.0 ../../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 \
#25 138.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/asttypes.ml
#25 138.0 ../../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 \
#25 138.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/syntaxerr.ml
#25 138.0 ../../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 \
#25 138.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/parsetree.ml
#25 138.0 ../../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 \
#25 138.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/debuginfo.ml
#25 138.0 ../../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 \
#25 138.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/docstrings.ml
#25 138.0 ../../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 \
#25 138.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/attr_helper.ml
#25 138.0 ../../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 \
#25 138.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/builtin_attributes.ml
#25 138.1 ../../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 \
#25 138.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_helper.ml
#25 138.1 ../../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 \
#25 138.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/type_immediacy.ml
#25 138.1 ../../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 \
#25 138.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/outcometree.ml
#25 138.2 ../../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 \
#25 138.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/primitive.ml
#25 138.2 ../../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 \
#25 138.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmx dynlink_compilerlibs/types.ml
#25 138.3 ../../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 \
#25 138.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/ast_mapper.ml
#25 138.4 ../../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 \
#25 138.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/btype.ml
#25 138.4 ../../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 \
#25 138.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/cmi_format.ml
#25 138.4 ../../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 \
#25 138.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/persistent_env.ml
#25 138.6 ../../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 \
#25 138.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/predef.ml
#25 138.6 ../../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 \
#25 138.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/datarepr.ml
#25 138.7 ../../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 \
#25 138.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/subst.ml
#25 138.9 ../../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 \
#25 138.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmx dynlink_compilerlibs/env.ml
#25 139.6 ../../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 \
#25 139.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/lambda.ml
#25 139.8 ../../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 \
#25 139.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/instruct.ml
#25 139.8 ../../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 \
#25 139.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmo_format.ml
#25 139.8 ../../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 \
#25 139.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/meta.ml
#25 139.9 ../../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 \
#25 139.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/symtable.ml
#25 140.0 ../../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 -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
#25 140.2 ../../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 -I native dynlink_common.ml
#25 140.3 ../../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 -I native native/dynlink.ml
#25 140.4 ../../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 \
#25 140.4 -o dynlink.cmxa native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx
#25 140.4 cp native/dynlink.cmx dynlink.cmx
#25 140.4 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/dynlink'
#25 140.4 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/unix'
#25 140.4 ../../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 unix.ml
#25 140.6 ../../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 unixLabels.ml
#25 140.6 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#25 140.6 unix.cmx unixLabels.cmx
#25 140.6 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
#25 140.7 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/unix'
#25 140.7 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/bigarray'
#25 140.7 ../../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 bigarray.ml
#25 140.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx
#25 140.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
#25 140.8 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/bigarray'
#25 140.8 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/str'
#25 140.8 ../../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 str.ml
#25 141.0 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#25 141.0 str.cmx
#25 141.0 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
#25 141.0 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/str'
#25 141.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/systhreads'
#25 141.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf -DNATIVE_CODE -DTARGET_power -DMODEL_ppc64le -DSYS_elf \
#25 141.1 -o st_stubs.n.o st_stubs.c
#25 141.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#25 141.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#25 141.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#25 141.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#25 141.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#25 141.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#25 141.1 ../../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
#25 141.5 ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs.n.o
#25 141.5 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/systhreads'
#25 141.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs'
#25 141.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 141.5 make -j ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
#25 141.5 ocamlnat
#25 141.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 141.6 make -j -C lex allopt
#25 141.6 make -j -C tools opt
#25 141.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/lex'
#25 141.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 141.6 ./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
#25 141.6 make -j -C yacc all
#25 141.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/yacc'
#25 141.6 ../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
#25 141.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 141.6 ../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
#25 141.6 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
#25 141.6 cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
#25 141.6 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
#25 141.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 141.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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/trace.ml -I toplevel/native
#25 141.6 make[3]: Nothing to be done for 'all'.
#25 141.6 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/yacc'
#25 141.6 make -j -C lex all
#25 141.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/lex'
#25 141.6 ../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
#25 141.6 make[3]: Nothing to be done for 'all'.
#25 141.6 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/lex'
#25 141.6 make -j -C ocamldoc opt.opt
#25 141.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 141.6 ../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
#25 141.6 ../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
#25 141.6 ../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
#25 141.6 ../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
#25 141.6 ../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
#25 141.6 ../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
#25 141.6 ../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
#25 141.6 ../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
#25 141.7 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 141.7 ../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
#25 141.7 ../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
#25 141.7 ../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
#25 141.7 ../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
#25 141.7 ../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
#25 141.7 ../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
#25 141.8 ../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
#25 141.8 ../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
#25 141.8 ../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
#25 141.8 ../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
#25 141.9 ../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
#25 141.9 ../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
#25 141.9 ../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
#25 141.9 ../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
#25 141.9 ../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
#25 141.9 ../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
#25 142.0 ../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
#25 142.0 ../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
#25 142.0 ../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
#25 142.0 ../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
#25 142.0 ../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
#25 142.0 ../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
#25 142.1 ../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
#25 142.1 ../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
#25 142.1 ../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
#25 142.1 ../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
#25 142.1 ../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
#25 142.3 ../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
#25 142.3 ../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
#25 142.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#25 142.6 ../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
#25 142.7 ../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
#25 142.7 ../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
#25 142.7 ../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
#25 143.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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.ml -I toplevel/native
#25 143.0 ../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
#25 143.0 ../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
#25 143.1 ../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
#25 143.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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/topeval.ml -I toplevel/native
#25 143.2 ../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
#25 143.3 ../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
#25 143.3 ../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
#25 143.3 ../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
#25 143.3 ../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
#25 143.3 ../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
#25 143.5 ../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
#25 143.5 ../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
#25 143.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -I toplevel/native -c toplevel/toploop.ml
#25 143.6 ../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
#25 143.6 ../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
#25 143.8 ../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
#25 144.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -I toplevel/native -c toplevel/topdirs.ml
#25 144.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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/topmain.ml -I toplevel/native
#25 144.2 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/lex'
#25 144.2 make -j -C tools opt.opt
#25 144.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../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
#25 144.2 ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib \
#25 144.2 -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
#25 144.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -I toplevel/native -c toplevel/topstart.ml
#25 144.3 ../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
#25 144.3 ../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
#25 144.3 ../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
#25 144.3 ../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
#25 144.4 ../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
#25 144.4 ../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
#25 144.4 ../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
#25 144.4 ../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
#25 144.6 ../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
#25 144.7 ../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
#25 144.8 ../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
#25 144.8 ../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
#25 144.9 ./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
#25 144.9 ../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
#25 144.9 ./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
#25 145.0 ../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
#25 145.0 ../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
#25 145.0 ../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
#25 145.0 ../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
#25 145.0 ../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
#25 145.1 ../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
#25 145.8 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 145.9 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 146.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 146.5 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 146.5 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#25 146.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"
#25 146.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 146.5 mkdir -p "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#25 146.5 make -j -C runtime install
#25 146.5 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 146.6 /usr/bin/install -c -p ocamlrun ocamlrund ocamlruni "/tmp/opam/bootstrap/ocaml/bin"
#25 146.6 /usr/bin/install -c -p -m 644 ld.conf libcamlrun.a libcamlrund.a libcamlruni.a libcamlrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.6 /usr/bin/install -c -p libcamlrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.6 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#25 146.6 /usr/bin/install -c -p -m 644 caml/domain_state.tbl caml/*.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#25 146.6 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 146.6 /usr/bin/install -c -p ocaml "/tmp/opam/bootstrap/ocaml/bin"
#25 146.6 /usr/bin/install -c -p ocamlc "/tmp/opam/bootstrap/ocaml/bin/ocamlc.byte"
#25 146.6 make -j -C stdlib install
#25 146.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 146.6 stale=""; \
#25 146.6 if test -n "$stale" ; then \
#25 146.6 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#25 146.6 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cm* and re-run make install"; \
#25 146.6 exit 1; \
#25 146.6 fi
#25 146.6 /usr/bin/install -c -p -m 644 \
#25 146.6 stdlib.cma std_exit.cmo *.cmi camlheader_ur \
#25 146.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.7 /usr/bin/install -c -p -m 644 \
#25 146.7 *.cmt *.cmti *.mli *.ml \
#25 146.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.7 /usr/bin/install -c -p -m 644 target_camlheader "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheader"
#25 146.7 /usr/bin/install -c -p -m 644 target_camlheaderd "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderd"
#25 146.7 /usr/bin/install -c -p -m 644 target_camlheaderi "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderi"
#25 146.7 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 146.7 /usr/bin/install -c -p lex/ocamllex \
#25 146.7 "/tmp/opam/bootstrap/ocaml/bin/ocamllex.byte"
#25 146.7 /usr/bin/install -c -p yacc/ocamlyacc "/tmp/opam/bootstrap/ocaml/bin"
#25 146.7 /usr/bin/install -c -p -m 644 \
#25 146.7 utils/*.cmi \
#25 146.7 parsing/*.cmi \
#25 146.7 typing/*.cmi \
#25 146.7 bytecomp/*.cmi \
#25 146.7 file_formats/*.cmi \
#25 146.7 lambda/*.cmi \
#25 146.7 driver/*.cmi \
#25 146.7 toplevel/*.cmi \
#25 146.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 146.7 /usr/bin/install -c -p -m 644 \
#25 146.7 toplevel/byte/*.cmi \
#25 146.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 146.7 /usr/bin/install -c -p -m 644 \
#25 146.7 utils/*.cmt utils/*.cmti utils/*.mli \
#25 146.7 parsing/*.cmt parsing/*.cmti parsing/*.mli \
#25 146.7 typing/*.cmt typing/*.cmti typing/*.mli \
#25 146.7 file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
#25 146.7 lambda/*.cmt lambda/*.cmti lambda/*.mli \
#25 146.7 bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
#25 146.7 driver/*.cmt driver/*.cmti driver/*.mli \
#25 146.7 toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
#25 146.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 146.8 /usr/bin/install -c -p -m 644 \
#25 146.8 toplevel/byte/*.cmt \
#25 146.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 146.8 /usr/bin/install -c -p -m 644 \
#25 146.8 compilerlibs/*.cma \
#25 146.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 146.9 /usr/bin/install -c -p -m 644 \
#25 146.9 driver/main.cmo toplevel/topstart.cmo \
#25 146.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 146.9 /usr/bin/install -c -p expunge "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.9 /usr/bin/install -c -p -m 644 \
#25 146.9 toplevel/topdirs.cmi \
#25 146.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.9 /usr/bin/install -c -p -m 644 \
#25 146.9 toplevel/topdirs.cmt \
#25 146.9 toplevel/topdirs.cmti toplevel/topdirs.mli \
#25 146.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.9 make -j -C tools install
#25 146.9 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 146.9 /usr/bin/install -c -p -m 644 \
#25 146.9 profiling.cmi profiling.cmo \
#25 146.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.9 /usr/bin/install -c -p -m 644 \
#25 146.9 profiling.cmt profiling.cmti \
#25 146.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 146.9 for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
#25 146.9 do \
#25 146.9 /usr/bin/install -c -p "$i" "/tmp/opam/bootstrap/ocaml/bin/$i.byte"; \
#25 146.9 if test -f "$i".opt; then \
#25 146.9 /usr/bin/install -c -p "$i.opt" "/tmp/opam/bootstrap/ocaml/bin" && \
#25 146.9 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.opt" "$i"); \
#25 146.9 else \
#25 146.9 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.byte" "$i"); \
#25 146.9 fi; \
#25 146.9 done
#25 147.0 if test -f ocamlcmt.opt; then \
#25 147.0 /usr/bin/install -c -p\
#25 147.0 ocamlcmt.opt "/tmp/opam/bootstrap/ocaml/bin/ocamlcmt"; \
#25 147.0 else \
#25 147.0 /usr/bin/install -c -p ocamlcmt "/tmp/opam/bootstrap/ocaml/bin"; \
#25 147.0 fi
#25 147.0 /usr/bin/install -c -p -m 644 \
#25 147.0 eventlog_metadata \
#25 147.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.0 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 147.0 make -j -C man install
#25 147.0 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/man'
#25 147.0 mkdir -p '/tmp/opam/bootstrap/ocaml/man/man1'
#25 147.0 /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'
#25 147.0 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/man'
#25 147.0 for i in dynlink unix bigarray str systhreads; do \
#25 147.0 make -j -C otherlibs/$i install || exit $?; \
#25 147.0 done
#25 147.0 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/dynlink'
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 dynlink.cmi dynlink.cma \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 dynlink.cmti dynlink.mli \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/dynlink'
#25 147.1 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/unix'
#25 147.1 if test -f dllunix.so; then \
#25 147.1 /usr/bin/install -c -p \
#25 147.1 dllunix.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#25 147.1 fi
#25 147.1 /usr/bin/install -c -p -m 644 libunix.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 unix.cma unix.cmi unixLabels.cmi \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 unix.mli unixLabels.mli \
#25 147.1 unix.cmti unixLabels.cmti \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.1 if test -n "unixsupport.h socketaddr.h"; then \
#25 147.1 /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#25 147.1 fi
#25 147.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/unix'
#25 147.1 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/bigarray'
#25 147.1 if test -f dllbigarray.so; then \
#25 147.1 /usr/bin/install -c -p \
#25 147.1 dllbigarray.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#25 147.1 fi
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 bigarray.cma bigarray.cmi \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 bigarray.mli \
#25 147.1 bigarray.cmti \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.1 if test -n ""; then \
#25 147.1 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#25 147.1 fi
#25 147.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/bigarray'
#25 147.1 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/str'
#25 147.1 if test -f dllcamlstr.so; then \
#25 147.1 /usr/bin/install -c -p \
#25 147.1 dllcamlstr.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#25 147.1 fi
#25 147.1 /usr/bin/install -c -p -m 644 libcamlstr.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 str.cma str.cmi \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 str.mli \
#25 147.1 str.cmti \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.1 if test -n ""; then \
#25 147.1 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#25 147.1 fi
#25 147.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/str'
#25 147.1 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/systhreads'
#25 147.1 if test -f dllthreads.so; then \
#25 147.1 /usr/bin/install -c -p dllthreads.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#25 147.1 fi
#25 147.1 /usr/bin/install -c -p -m 644 libthreads.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.1 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi semaphore.cmi threads.cma \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#25 147.1 /usr/bin/install -c -p -m 644 \
#25 147.1 thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti semaphore.cmti \
#25 147.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#25 147.1 /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"
#25 147.1 /usr/bin/install -c -p -m 644 threads.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#25 147.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/systhreads'
#25 147.2 make -j -C ocamldoc install
#25 147.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 147.2 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#25 147.2 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#25 147.2 /usr/bin/install -c -p ../ocamldoc/ocamldoc "/tmp/opam/bootstrap/ocaml/bin"
#25 147.2 /usr/bin/install -c -p -m 644 \
#25 147.2 ocamldoc.hva *.cmi odoc_info.cma \
#25 147.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#25 147.2 /usr/bin/install -c -p -m 644 \
#25 147.2 odoc_info.cmi \
#25 147.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#25 147.2 /usr/bin/install -c -p -m 644 \
#25 147.2 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#25 147.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#25 147.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 147.2 if test -n "ocamldebugger"; then \
#25 147.2 make -j -C debugger install; \
#25 147.2 fi
#25 147.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/debugger'
#25 147.2 /usr/bin/install -c -p ocamldebug "/tmp/opam/bootstrap/ocaml/bin"
#25 147.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/debugger'
#25 147.2 /usr/bin/install -c -p -m 644 Makefile.config "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.2 /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#25 147.2 if test -f ocamlopt; then make -j installopt; else \
#25 147.2 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#25 147.2 ln -sf ocamlc.byte ocamlc; \
#25 147.2 ln -sf ocamllex.byte ocamllex; \
#25 147.2 (test -f flexlink.byte && \
#25 147.2 ln -sf flexlink.byte flexlink) || true; \
#25 147.2 fi
#25 147.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 147.2 make -j -C runtime installopt
#25 147.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 147.3 /usr/bin/install -c -p -m 644 libasmrun.a libasmrund.a libasmruni.a libasmrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.3 /usr/bin/install -c -p libasmrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.3 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/runtime'
#25 147.3 /usr/bin/install -c -p ocamlopt "/tmp/opam/bootstrap/ocaml/bin/ocamlopt.byte"
#25 147.3 make -j -C stdlib installopt
#25 147.3 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 147.4 stale=""; \
#25 147.4 if test -n "$stale" ; then \
#25 147.4 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#25 147.4 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cmx and re-run make install"; \
#25 147.4 exit 1; \
#25 147.4 fi
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 stdlib.cmxa stdlib.a std_exit.o *.cmx \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.4 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/stdlib'
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 middle_end/*.cmi \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 middle_end/closure/*.cmi \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 middle_end/flambda/*.cmi \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 middle_end/flambda/base_types/*.cmi \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 asmcomp/*.cmi \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 middle_end/*.cmt middle_end/*.cmti \
#25 147.4 middle_end/*.mli \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 middle_end/closure/*.cmt middle_end/closure/*.cmti \
#25 147.4 middle_end/closure/*.mli \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
#25 147.4 middle_end/flambda/*.mli \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.4 /usr/bin/install -c -p -m 644 \
#25 147.4 middle_end/flambda/base_types/*.cmt \
#25 147.4 middle_end/flambda/base_types/*.cmti \
#25 147.4 middle_end/flambda/base_types/*.mli \
#25 147.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.5 /usr/bin/install -c -p -m 644 \
#25 147.5 asmcomp/*.cmt asmcomp/*.cmti \
#25 147.5 asmcomp/*.mli \
#25 147.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.5 /usr/bin/install -c -p -m 644 \
#25 147.5 driver/optmain.cmo \
#25 147.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.5 make -j -C ocamldoc installopt
#25 147.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 147.5 if test -f ../ocamldoc/ocamldoc.opt; then make -j installopt_really ; fi
#25 147.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 147.5 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#25 147.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#25 147.5 /usr/bin/install -c -p ../ocamldoc/ocamldoc.opt "/tmp/opam/bootstrap/ocaml/bin"
#25 147.5 /usr/bin/install -c -p -m 644 \
#25 147.5 odoc_info.cmi \
#25 147.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#25 147.5 /usr/bin/install -c -p -m 644 \
#25 147.5 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#25 147.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#25 147.5 /usr/bin/install -c -p -m 644 \
#25 147.5 ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
#25 147.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#25 147.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 147.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/ocamldoc'
#25 147.5 for i in dynlink unix bigarray str systhreads; do \
#25 147.5 make -j -C otherlibs/$i installopt || exit $?; \
#25 147.5 done
#25 147.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/dynlink'
#25 147.6 /usr/bin/install -c -p -m 644 \
#25 147.6 native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx dynlink.cmxa dynlink.a \
#25 147.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/dynlink'
#25 147.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/unix'
#25 147.6 /usr/bin/install -c -p -m 644 \
#25 147.6 unix.cmx unixLabels.cmx unix.cmxa unix.a \
#25 147.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.6 if test -f unix.cmxs; then \
#25 147.6 /usr/bin/install -c -p unix.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#25 147.6 fi
#25 147.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/unix'
#25 147.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/bigarray'
#25 147.6 /usr/bin/install -c -p -m 644 \
#25 147.6 bigarray.cmx bigarray.cmxa bigarray.a \
#25 147.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.6 if test -f bigarray.cmxs; then \
#25 147.6 /usr/bin/install -c -p bigarray.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#25 147.6 fi
#25 147.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/bigarray'
#25 147.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/str'
#25 147.6 /usr/bin/install -c -p -m 644 \
#25 147.6 str.cmx str.cmxa str.a \
#25 147.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#25 147.6 if test -f str.cmxs; then \
#25 147.6 /usr/bin/install -c -p str.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#25 147.6 fi
#25 147.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/str'
#25 147.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/systhreads'
#25 147.6 /usr/bin/install -c -p -m 644 libthreadsnat.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.6 /usr/bin/install -c -p -m 644 \
#25 147.6 thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx threads.cmxa threads.a \
#25 147.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#25 147.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/otherlibs/systhreads'
#25 147.6 if test -f ocamlopt.opt; then make -j installoptopt; else \
#25 147.6 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#25 147.6 ln -sf ocamlc.byte ocamlc; \
#25 147.6 ln -sf ocamlopt.byte ocamlopt; \
#25 147.6 ln -sf ocamllex.byte ocamllex; \
#25 147.6 (test -f flexlink.byte && \
#25 147.6 ln -sf flexlink.byte flexlink) || true; \
#25 147.6 fi
#25 147.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 147.7 /usr/bin/install -c -p ocamlc.opt "/tmp/opam/bootstrap/ocaml/bin"
#25 147.7 /usr/bin/install -c -p ocamlopt.opt "/tmp/opam/bootstrap/ocaml/bin"
#25 147.7 /usr/bin/install -c -p lex/ocamllex.opt "/tmp/opam/bootstrap/ocaml/bin"
#25 147.7 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#25 147.7 ln -sf ocamlc.opt ocamlc; \
#25 147.7 ln -sf ocamlopt.opt ocamlopt; \
#25 147.7 ln -sf ocamllex.opt ocamllex
#25 147.7 /usr/bin/install -c -p -m 644 \
#25 147.7 utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
#25 147.7 toplevel/*.cmx toplevel/native/*.cmx \
#25 147.7 toplevel/native/tophooks.cmi \
#25 147.7 file_formats/*.cmx \
#25 147.7 lambda/*.cmx \
#25 147.7 driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
#25 147.7 middle_end/closure/*.cmx \
#25 147.7 middle_end/flambda/*.cmx \
#25 147.7 middle_end/flambda/base_types/*.cmx \
#25 147.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.7 /usr/bin/install -c -p -m 644 \
#25 147.7 compilerlibs/*.cmxa compilerlibs/*.a \
#25 147.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.8 /usr/bin/install -c -p -m 644 \
#25 147.8 driver/main.cmx driver/main.o \
#25 147.8 driver/optmain.cmx driver/optmain.o \
#25 147.8 toplevel/topstart.o \
#25 147.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#25 147.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 147.8 make -j -C tools installopt
#25 147.8 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 147.8 /usr/bin/install -c -p -m 644 \
#25 147.8 profiling.cmx profiling.o \
#25 147.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#25 147.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4/tools'
#25 147.8 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.4'
#25 147.8 make: Entering directory '/tmp/opam/src_ext'
#25 147.8 * Downloading cppo...
#25 148.3 cppo.tar.gz has the expected MD5.
#25 148.3 * Downloading base64...
#25 148.6 base64.tbz has the expected MD5.
#25 148.6 * Downloading extlib...
#25 148.9 extlib.tar.gz has the expected MD5.
#25 149.0 * Downloading re...
#25 149.5 re.tar.gz has the expected MD5.
#25 149.5 * Downloading ocamlgraph...
#25 149.8 ocamlgraph.tbz has the expected MD5.
#25 149.8 * Downloading cudf...
#25 149.9 cudf.tar.gz has the expected MD5.
#25 149.9 * Downloading dose3...
#25 150.1 dose3.tar.gz has the expected MD5.
#25 150.1 * Downloading opam-file-format...
#25 150.4 opam-file-format.tar.gz has the expected MD5.
#25 150.5 * Downloading stdlib-shims...
#25 150.8 stdlib-shims.tbz has the expected MD5.
#25 150.8 * Downloading spdx_licenses...
#25 151.1 spdx_licenses.tar.gz has the expected MD5.
#25 151.1 * Downloading opam-0install-cudf...
#25 151.5 opam-0install-cudf.tar.gz has the expected MD5.
#25 151.5 * Downloading 0install-solver...
#25 151.8 0install-solver.tbz has the expected MD5.
#25 151.8 * Downloading uutf...
#25 152.1 uutf.tbz has the expected MD5.
#25 152.1 * Downloading jsonm...
#25 152.2 jsonm.tbz has the expected MD5.
#25 152.3 * Downloading sha...
#25 152.6 sha.tbz has the expected MD5.
#25 152.6 * Downloading swhid_core...
#25 153.1 swhid_core.tar.gz has the expected MD5.
#25 153.1 * Downloading menhir...
#25 153.5 menhir.tar.gz has the expected MD5.
#25 153.5 * Downloading patch...
#25 153.8 patch.tbz has the expected MD5.
#25 153.8 * Downloading checkseum...
#25 154.2 checkseum.tbz has the expected MD5.
#25 154.2 * Downloading optint...
#25 154.5 optint.tbz has the expected MD5.
#25 154.5 * Downloading decompress...
#25 154.9 decompress.tbz has the expected MD5.
#25 154.9 * Downloading tar...
#25 155.2 tar.tbz has the expected MD5.
#25 155.2 * Downloading dune-local...
#25 155.5 dune-local.tbz has the expected MD5.
#25 155.5 * Downloading mccs...
#25 155.9 mccs.tar.gz has the expected MD5.
#25 155.9 * Downloading ocaml...
#25 156.8 ocaml.tar.gz has the expected MD5.
#25 156.8 * Downloading flexdll...
#25 157.3 flexdll.tar.gz has the expected MD5.
#25 157.3 make: Leaving directory '/tmp/opam/src_ext'
#25 DONE 157.6s
#26 [stage-0 9/15] 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
#26 1.134 Note: switching to '263921263e1f745613e2882745114b7b08f3608b'.
#26 1.134
#26 1.134 You are in 'detached HEAD' state. You can look around, make experimental
#26 1.134 changes and commit them, and you can discard any commits you make in this
#26 1.134 state without impacting any branches by switching back to a branch.
#26 1.134
#26 1.134 If you want to create a new branch to retain commits you create, you may
#26 1.134 do so (now or later) by using -c with the switch command. Example:
#26 1.134
#26 1.134 git switch -c <new-branch-name>
#26 1.134
#26 1.134 Or undo this operation with:
#26 1.134
#26 1.134 git switch -
#26 1.134
#26 1.134 Turn off this advice by setting config variable advice.detachedHead to false
#26 1.134
#26 1.134 HEAD is now at 263921263 Merge pull request #6177 from kit-ty-kate/fix-release-2.1
#26 1.270 checking for ocamlc... ocamlc
#26 1.276 OCaml version is 4.14.4
#26 1.280 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#26 1.280 checking for ocamlopt... ocamlopt
#26 1.287 checking for ocamlc.opt... ocamlc.opt
#26 1.292 checking for ocamlopt.opt... ocamlopt.opt
#26 1.300 checking for ocaml... ocaml
#26 1.300 checking for ocamldep... ocamldep
#26 1.301 checking for ocamldep.opt... ocamldep.opt
#26 1.307 checking for ocamlmktop... ocamlmktop
#26 1.308 checking for ocamlmklib... ocamlmklib
#26 1.309 checking for ocamldoc... ocamldoc
#26 1.310 checking for ocamldoc.opt... ocamldoc.opt
#26 1.319 checking for ocamlbuild... no
#26 1.319 checking OCaml Sys.os_type... Unix
#26 1.365 checking for gawk... no
#26 1.365 checking for mawk... mawk
#26 1.376 checking for compiler type... cc
#26 1.770 checking for compiler architecture... power
#26 2.168 checking for compiler system... elf
#26 2.577 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#26 2.625 checking whether the C compiler works... yes
#26 2.678 checking for C compiler default output file name... a.out
#26 2.679 checking for suffix of executables...
#26 2.729 checking whether we are cross compiling... no
#26 2.792 checking for suffix of object files... o
#26 2.821 checking whether the compiler supports GNU C... yes
#26 2.847 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#26 2.876 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#26 2.943 checking for stdio.h... yes
#26 2.975 checking for stdlib.h... yes
#26 3.017 checking for string.h... yes
#26 3.059 checking for inttypes.h... yes
#26 3.102 checking for stdint.h... yes
#26 3.144 checking for strings.h... yes
#26 3.188 checking for sys/stat.h... yes
#26 3.233 checking for sys/types.h... yes
#26 3.278 checking for unistd.h... yes
#26 3.331 checking for acl/libacl.h... no
#26 3.388 checking for library containing acl_get_perm... no
#26 3.498 checking for ocamlobjinfo... ocamlobjinfo
#26 3.499 checking for ocamlfind... no
#26 3.500 checking for curl... curl
#26 3.501 checking for dune... no
#26 3.503 checking for cppo... no
#26 3.503 checking for patch... patch
#26 3.503 checking for bunzip2... bunzip2
#26 3.516
#26 3.516 checking for OCaml findlib package unix... not found
#26 3.517 checking for OCaml findlib package bigarray... not found
#26 3.518 checking for OCaml findlib package extlib... not found
#26 3.518 checking for OCaml findlib package re... not found
#26 3.519 checking for OCaml findlib package re.glob... not found
#26 3.520 checking for OCaml findlib package cmdliner... not found
#26 3.521 checking for OCaml findlib package ocamlgraph... not found
#26 3.522 checking for OCaml findlib package cudf... not found
#26 3.523 checking for OCaml findlib package dose3.common... not found
#26 3.526 checking for OCaml findlib package dose3.algo... not found
#26 3.527 checking for OCaml findlib package opam-file-format... not found
#26 3.528 checking for OCaml findlib package mccs... not found
#26 3.529 checking for OCaml findlib package opam-0install-cudf... not found
#26 3.531 checking for g++... g++
#26 3.560 checking whether the compiler supports GNU C++... yes
#26 3.586 checking whether g++ accepts -g... yes
#26 3.612 checking for g++ option to enable C++11 features... none needed
#26 3.748
#26 3.748 ============================================================================
#26 3.748 Some dependencies are missing. If you are just interested in the stand-alone
#26 3.748 'opam' binary, run 'make lib-ext' to download and include them.
#26 3.748 ============================================================================
#26 3.748
#26 3.777 configure: creating ./config.status
#26 3.869 config.status: creating Makefile.config
#26 3.881 config.status: creating src/ocaml-flags-configure.sexp
#26 3.898 config.status: creating src/stubs/c-flags.sexp
#26 3.916 config.status: creating src/stubs/libacl/c-libraries.sexp
#26 3.938
#26 3.940 Opam will be built WITH a built-in solver
#26 3.940
#26 3.940 Executables will be installed in /usr/local/bin
#26 3.940 Manual pages will be installed in /usr/local/share/man
#26 3.971 make -j -C src_ext lib-ext
#26 3.972 make[1]: Entering directory '/tmp/opam-build-2.1/src_ext'
#26 4.002 [ -e dune-local.tbz ] || \
#26 4.002 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; }; }; }
#26 4.002 [ -e cppo.tar.gz ] || \
#26 4.002 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; }; }; }
#26 4.005 [ -e base64.tbz ] || \
#26 4.005 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; }; }; }
#26 4.009 [ -e extlib.tar.gz ] || \
#26 4.009 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; }; }; }
#26 4.015 [ -e re.tbz ] || \
#26 4.015 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; }; }; }
#26 4.016 [ -e cmdliner.tbz ] || \
#26 4.016 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; }; }; }
#26 4.017 [ -e ocamlgraph.tbz ] || \
#26 4.017 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; }; }; }
#26 4.022 [ -e cudf.tar.gz ] || \
#26 4.022 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; }; }; }
#26 4.022 [ -e dose3.tar.gz ] || \
#26 4.022 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; }; }; }
#26 4.025 [ -e opam-file-format.tar.gz ] || \
#26 4.025 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; }; }; }
#26 4.030 [ -e result.tbz ] || \
#26 4.030 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; }; }; }
#26 4.031 [ -e seq.tar.gz ] || \
#26 4.031 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; }; }; }
#26 4.034 [ -e stdlib-shims.tbz ] || \
#26 4.034 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; }; }; }
#26 4.036 [ -e mccs.tar.gz ] || \
#26 4.036 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; }; }; }
#26 4.039 [ -e opam-0install-cudf.tbz ] || \
#26 4.039 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; }; }; }
#26 4.042 [ -e 0install-solver.tbz ] || \
#26 4.042 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; }; }; }
#26 4.230 cudf.tar.gz has the expected MD5.
#26 4.230 mkdir -p tmp-cudf
#26 4.232 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#26 4.247 rm -rf cudf
#26 4.253 stdlib-shims.tbz has the expected MD5.
#26 4.253 patching file lib/dune
#26 4.253 mkdir -p tmp-stdlib-shims
#26 4.254 cd tmp-stdlib-shims && bunzip2 -c ../stdlib-shims.tbz | tar xf -
#26 4.261 rm -rf stdlib-shims
#26 4.297 dose3.tar.gz has the expected MD5.
#26 4.297 mkdir -p tmp-dose3
#26 4.297 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#26 4.321 cmdliner.tbz has the expected MD5.
#26 4.322 mkdir -p tmp-cmdliner
#26 4.323 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#26 4.340 rm -rf cmdliner
#26 4.346 patching file src/cmdliner_docgen.ml
#26 4.347 rm -rf dose3
#26 4.348 patching file src/cmdliner.ml
#26 4.349 patching file src/cmdliner.mli
#26 4.349 patching file src/cmdliner_arg.ml
#26 4.349 patching file src/cmdliner_arg.mli
#26 4.350 patching file src/cmdliner_base.ml
#26 4.350 patching file src/cmdliner_cline.ml
#26 4.351 patching file src/cmdliner_cline.mli
#26 4.352 patching file src/cmdliner_docgen.ml
#26 4.352 patching file src/cmdliner_manpage.ml
#26 4.353 patching file src/cmdliner_term.ml
#26 4.353 patching file src/common/dune
#26 4.353 patching file src/cmdliner_term.mli
#26 4.354 patching file src/common/util.ml
#26 4.354 patching file src/dune
#26 4.375 base64.tbz has the expected MD5.
#26 4.375 mkdir -p tmp-base64
#26 4.376 cd tmp-base64 && bunzip2 -c ../base64.tbz | tar xf -
#26 4.384 rm -rf base64
#26 4.390 patching file src/base64.ml
#26 4.390 patching file src/base64.mli
#26 4.391 patching file src/dune
#26 4.410 opam-0install-cudf.tbz has the expected MD5.
#26 4.411 re.tbz has the expected MD5.
#26 4.411 mkdir -p tmp-opam-0install-cudf
#26 4.411 mkdir -p tmp-re
#26 4.412 cd tmp-opam-0install-cudf && bunzip2 -c ../opam-0install-cudf.tbz | tar xf -
#26 4.412 ocamlgraph.tbz has the expected MD5.
#26 4.412 mkdir -p tmp-ocamlgraph
#26 4.413 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#26 4.413 cd tmp-ocamlgraph && bunzip2 -c ../ocamlgraph.tbz | tar xf -
#26 4.421 rm -rf opam-0install-cudf
#26 4.434 rm -rf re
#26 4.436 result.tbz has the expected MD5.
#26 4.436 0install-solver.tbz has the expected MD5.
#26 4.437 mkdir -p tmp-result
#26 4.437 mkdir -p tmp-0install-solver
#26 4.437 cd tmp-result && bunzip2 -c ../result.tbz | tar xf -
#26 4.438 cd tmp-0install-solver && bunzip2 -c ../0install-solver.tbz | tar xf -
#26 4.441 rm -rf result
#26 4.466 extlib.tar.gz has the expected MD5.
#26 4.466 mkdir -p tmp-extlib
#26 4.467 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#26 4.475 dune-local.tbz has the expected MD5.
#26 4.475 mkdir -p tmp-dune-local
#26 4.477 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#26 4.478 rm -rf extlib
#26 4.491 rm -rf ocamlgraph
#26 4.498 patching file src/dot_lexer.mll
#26 4.498 patching file src/dune
#26 4.534 cppo.tar.gz has the expected MD5.
#26 4.536 mkdir -p tmp-cppo
#26 4.537 cd tmp-cppo && gunzip -c ../cppo.tar.gz | tar xf -
#26 4.545 rm -rf cppo
#26 4.549 rm -rf 0install-solver
#26 4.562 opam-file-format.tar.gz has the expected MD5.
#26 4.562 mkdir -p tmp-opam-file-format
#26 4.562 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#26 4.570 rm -rf opam-file-format
#26 4.744 mccs.tar.gz has the expected MD5.
#26 4.745 mkdir -p tmp-mccs
#26 4.748 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#26 4.806 seq.tar.gz has the expected MD5.
#26 4.806 mkdir -p tmp-seq
#26 4.808 rm -rf mccs
#26 4.809 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#26 4.818 rm -rf seq
#26 4.830 rm -f seq/src/seq.ml seq/src/seq.mli
#26 5.339 rm -rf dune-local
#26 5.355 rm dune-local.download
#26 5.355 make[1]: Leaving directory '/tmp/opam-build-2.1/src_ext'
#26 5.355 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#26 5.500 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#26 6.192 ./.duneboot.exe
#26 11.18 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#26 11.18 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#26 11.18 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 11.18 Here is an example of a case that is not matched:
#26 11.18 Checksum_mismatch _
#26 11.18 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#26 11.18 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 11.18 Here is an example of a case that is not matched:
#26 11.18 Checksum_mismatch _
#26 11.18 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#26 11.18 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 11.18 Here is an example of a case that is not matched:
#26 11.18 Checksum_mismatch _
#26 11.26 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#26 11.26 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#26 11.26 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 11.26 Here is an example of a case that is not matched:
#26 11.26 Checksum_mismatch _
#26 13.15 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#26 13.15 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#26 13.15 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 13.15 Here is an example of a case that is not matched:
#26 13.15 Checksum_mismatch _
#26 13.38 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#26 13.38 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#26 13.38 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 13.38 Here is an example of a case that is not matched:
#26 13.38 Checksum_mismatch _
#26 13.38 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#26 13.38 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 13.38 Here is an example of a case that is not matched:
#26 13.38 Checksum_mismatch _
#26 13.38 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#26 13.38 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 13.38 Here is an example of a case that is not matched:
#26 13.38 (_, Checksum_mismatch _)
#26 27.38
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#26 27.60 (will skip building the GTK plugin)
#26 27.60 sh: 1: ocamlfind: not found
#26 32.08 File "src/core/opamStubsTypes.ml", line 1:
#26 32.08 Warning 70 [missing-mli]: Cannot find interface file.
#26 32.57 File "src/solver/opamCudfSolverSig.ml", line 1:
#26 32.57 Warning 70 [missing-mli]: Cannot find interface file.
#26 32.62 File "src/tools/opam_installer.ml", line 1:
#26 32.62 Warning 70 [missing-mli]: Cannot find interface file.
#26 43.85 sed -f process.sed opam.install > processed-opam.install
#26 43.85 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#26 44.05 (will skip building the GTK plugin)
#26 44.05 sh: 1: ocamlfind: not found
#26 44.48 sed -f process.sed opam-installer.install > processed-opam-installer.install
#26 DONE 45.4s
#27 [stage-0 10/15] 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
#27 1.167 Note: switching to '01e9a24a61e23e42d513b4b775d8c30c807439b2'.
#27 1.167
#27 1.167 You are in 'detached HEAD' state. You can look around, make experimental
#27 1.167 changes and commit them, and you can discard any commits you make in this
#27 1.167 state without impacting any branches by switching back to a branch.
#27 1.167
#27 1.167 If you want to create a new branch to retain commits you create, you may
#27 1.167 do so (now or later) by using -c with the switch command. Example:
#27 1.167
#27 1.167 git switch -c <new-branch-name>
#27 1.167
#27 1.167 Or undo this operation with:
#27 1.167
#27 1.167 git switch -
#27 1.167
#27 1.167 Turn off this advice by setting config variable advice.detachedHead to false
#27 1.167
#27 1.167 HEAD is now at 01e9a24a6 Merge pull request #6187 from ocaml/revert-6183-processing-patches-2.2
#27 1.313 checking for ocamlc... ocamlc
#27 1.320 OCaml version is 4.14.4
#27 1.325 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#27 1.325 checking for ocamlopt... ocamlopt
#27 1.333 checking for ocamlc.opt... ocamlc.opt
#27 1.339 checking for ocamlopt.opt... ocamlopt.opt
#27 1.346 checking for ocaml... ocaml
#27 1.347 checking for ocamldep... ocamldep
#27 1.348 checking for ocamldep.opt... ocamldep.opt
#27 1.354 checking for ocamlmktop... ocamlmktop
#27 1.354 checking for ocamlmklib... ocamlmklib
#27 1.355 checking for ocamldoc... ocamldoc
#27 1.355 checking for ocamldoc.opt... ocamldoc.opt
#27 1.364 checking for ocamlbuild... no
#27 1.365 checking OCaml Sys.os_type... Unix
#27 1.413 checking for gawk... no
#27 1.413 checking for mawk... mawk
#27 1.425 checking for compiler type... cc
#27 1.822 checking for compiler architecture... power
#27 2.220 checking for compiler system... elf
#27 2.617 checking for compiler target... powerpc64le-unknown-linux-gnu
#27 3.034 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#27 3.075 checking whether the C compiler works... yes
#27 3.133 checking for C compiler default output file name... a.out
#27 3.136 checking for suffix of executables...
#27 3.186 checking whether we are cross compiling... no
#27 3.251 checking for suffix of object files... o
#27 3.282 checking whether the compiler supports GNU C... yes
#27 3.309 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#27 3.337 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#27 3.402 checking for stdio.h... yes
#27 3.434 checking for stdlib.h... yes
#27 3.474 checking for string.h... yes
#27 3.520 checking for inttypes.h... yes
#27 3.565 checking for stdint.h... yes
#27 3.612 checking for strings.h... yes
#27 3.656 checking for sys/stat.h... yes
#27 3.701 checking for sys/types.h... yes
#27 3.747 checking for unistd.h... yes
#27 3.799 checking for acl/libacl.h... no
#27 3.856 checking for library containing acl_get_perm... no
#27 3.974 checking for ocamlobjinfo... ocamlobjinfo
#27 3.975 checking for ocamlfind... no
#27 3.976 checking for curl... curl
#27 3.977 checking for dune... no
#27 3.979 checking for patch... patch
#27 3.979 checking for bunzip2... bunzip2
#27 3.994 checking for linking method... shared
#27 3.994
#27 3.994 checking for OCaml findlib package unix... not found
#27 3.995 checking for OCaml findlib package re 1.9.0 or later... no
#27 3.999 checking for OCaml findlib package base64 3.1.0 or later... no
#27 4.000 checking for OCaml findlib package cmdliner... not found
#27 4.000 checking for OCaml findlib package ocamlgraph... not found
#27 4.003 checking for OCaml findlib package cudf 0.7 or later... no
#27 4.003 checking for OCaml findlib package dose3.common 6.1 or later... no
#27 4.005 checking for OCaml findlib package dose3.algo 6.1 or later... no
#27 4.005 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#27 4.007 checking for OCaml findlib package spdx_licenses... not found
#27 4.008 checking for OCaml findlib package opam-0install-cudf 0.4 or later... no
#27 4.009 checking for OCaml findlib package jsonm... not found
#27 4.009 checking for OCaml findlib package uutf... not found
#27 4.010 checking for OCaml findlib package sha... not found
#27 4.011 checking for OCaml findlib package swhid_core... not found
#27 4.012 checking for OCaml findlib package mccs 1.1+17 or later... no
#27 4.014 checking for g++... g++
#27 4.040 checking whether the compiler supports GNU C++... yes
#27 4.065 checking whether g++ accepts -g... yes
#27 4.090 checking for g++ option to enable C++11 features... none needed
#27 4.206 checking whether g++ really is a C++ compiler... yes
#27 4.228
#27 4.259 configure: creating ./config.status
#27 4.355 config.status: creating Makefile.config
#27 4.368 config.status: creating src/ocaml-flags-configure.sexp
#27 4.386 config.status: creating src/stubs/c-flags.sexp
#27 4.408 config.status: creating src/stubs/libacl/c-libraries.sexp
#27 4.430
#27 4.433 Opam will be built WITH its default built-in solver
#27 4.433
#27 4.433 Executables will be installed in /usr/local/bin
#27 4.433 Manual pages will be installed in /usr/local/share/man
#27 4.433
#27 4.433 Downloading vendored source dependencies...
#27 4.439 * Downloading dune-local...
#27 4.970 * Downloading cppo...
#27 5.526 * Downloading base64...
#27 5.923 * Downloading extlib...
#27 6.163 * Downloading re...
#27 6.540 * Downloading cmdliner...
#27 6.810 * Downloading ocamlgraph...
#27 7.477 * Downloading cudf...
#27 7.974 * Downloading dose3...
#27 8.438 * Downloading opam-file-format...
#27 8.992 * Downloading seq...
#27 9.502 * Downloading stdlib-shims...
#27 9.744 * Downloading spdx_licenses...
#27 10.14 * Downloading opam-0install-cudf...
#27 10.52 * Downloading 0install-solver...
#27 10.79 * Downloading uutf...
#27 11.03 * Downloading jsonm...
#27 11.27 * Downloading sha...
#27 11.51 * Downloading swhid_core...
#27 11.89 * Downloading mccs...
#27 12.30 done
#27 12.30 Extracting vendored source dependencies in src_ext/... done
#27 13.95 make -j -C src_ext lib-ext
#27 13.96 make[1]: Entering directory '/tmp/opam-build-2.2/src_ext'
#27 13.96 NOTE: make lib-ext is no longer required
#27 13.96 make[1]: Leaving directory '/tmp/opam-build-2.2/src_ext'
#27 13.96 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#27 14.09 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#27 14.79 ./.duneboot.exe
#27 19.73 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#27 19.73 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#27 19.73 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 19.73 Here is an example of a case that is not matched:
#27 19.73 Checksum_mismatch _
#27 19.73 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#27 19.73 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 19.73 Here is an example of a case that is not matched:
#27 19.73 Checksum_mismatch _
#27 19.73 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#27 19.73 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 19.73 Here is an example of a case that is not matched:
#27 19.73 Checksum_mismatch _
#27 19.81 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#27 19.81 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#27 19.81 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 19.81 Here is an example of a case that is not matched:
#27 19.81 Checksum_mismatch _
#27 21.73 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#27 21.73 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#27 21.73 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 21.73 Here is an example of a case that is not matched:
#27 21.73 Checksum_mismatch _
#27 21.96 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#27 21.96 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#27 21.96 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 21.96 Here is an example of a case that is not matched:
#27 21.96 Checksum_mismatch _
#27 21.96 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#27 21.96 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 21.96 Here is an example of a case that is not matched:
#27 21.96 Checksum_mismatch _
#27 21.96 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#27 21.96 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 21.96 Here is an example of a case that is not matched:
#27 21.96 (_, Checksum_mismatch _)
#27 35.99
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#27 52.65 sed -f process.sed opam.install > processed-opam.install
#27 52.66 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#27 53.33 sed -f process.sed opam-installer.install > processed-opam-installer.install
#27 DONE 54.3s
#28 [stage-0 11/15] 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
#28 1.165 Note: switching to '35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724'.
#28 1.165
#28 1.165 You are in 'detached HEAD' state. You can look around, make experimental
#28 1.165 changes and commit them, and you can discard any commits you make in this
#28 1.165 state without impacting any branches by switching back to a branch.
#28 1.165
#28 1.165 If you want to create a new branch to retain commits you create, you may
#28 1.165 do so (now or later) by using -c with the switch command. Example:
#28 1.165
#28 1.165 git switch -c <new-branch-name>
#28 1.165
#28 1.165 Or undo this operation with:
#28 1.165
#28 1.165 git switch -
#28 1.165
#28 1.165 Turn off this advice by setting config variable advice.detachedHead to false
#28 1.165
#28 1.165 HEAD is now at 35acd0c5a Merge pull request #6332 from kit-ty-kate/2.3-fix-admin-check-installability
#28 1.318 checking for ocamlc... ocamlc
#28 1.323 OCaml version is 4.14.4
#28 1.329 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#28 1.329 checking for ocamlopt... ocamlopt
#28 1.336 checking for ocamlc.opt... ocamlc.opt
#28 1.342 checking for ocamlopt.opt... ocamlopt.opt
#28 1.348 checking for ocaml... ocaml
#28 1.350 checking for ocamldep... ocamldep
#28 1.350 checking for ocamldep.opt... ocamldep.opt
#28 1.355 checking for ocamlmktop... ocamlmktop
#28 1.356 checking for ocamlmklib... ocamlmklib
#28 1.356 checking for ocamldoc... ocamldoc
#28 1.357 checking for ocamldoc.opt... ocamldoc.opt
#28 1.366 checking for ocamlbuild... no
#28 1.366 checking OCaml Sys.os_type... Unix
#28 1.414 checking for gawk... no
#28 1.414 checking for mawk... mawk
#28 1.427 checking for compiler type... cc
#28 1.823 checking for compiler architecture... power
#28 2.222 checking for compiler system... elf
#28 2.619 checking for compiler target... powerpc64le-unknown-linux-gnu
#28 3.033 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#28 3.078 checking whether the C compiler works... yes
#28 3.132 checking for C compiler default output file name... a.out
#28 3.132 checking for suffix of executables...
#28 3.181 checking whether we are cross compiling... no
#28 3.248 checking for suffix of object files... o
#28 3.276 checking whether the compiler supports GNU C... yes
#28 3.302 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#28 3.328 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#28 3.394 checking for ocamlobjinfo... ocamlobjinfo
#28 3.395 checking for ocamlfind... no
#28 3.396 checking for curl... curl
#28 3.397 checking for dune... no
#28 3.398 checking for patch... patch
#28 3.399 checking for bunzip2... bunzip2
#28 3.414 checking for linking method... shared
#28 3.415
#28 3.415 checking for OCaml findlib package unix... not found
#28 3.417 checking for OCaml findlib package re 1.9.0 or later... no
#28 3.422 checking for OCaml findlib package base64 3.1.0 or later... no
#28 3.424 checking for OCaml findlib package cmdliner... not found
#28 3.426 checking for OCaml findlib package ocamlgraph... not found
#28 3.427 checking for OCaml findlib package cudf 0.7 or later... no
#28 3.428 checking for OCaml findlib package dose3.common 6.1 or later... no
#28 3.430 checking for OCaml findlib package dose3.algo 6.1 or later... no
#28 3.431 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#28 3.432 checking for OCaml findlib package spdx_licenses... not found
#28 3.433 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#28 3.438 checking for OCaml findlib package jsonm... not found
#28 3.438 checking for OCaml findlib package uutf... not found
#28 3.438 checking for OCaml findlib package sha... not found
#28 3.439 checking for OCaml findlib package swhid_core... not found
#28 3.440 checking for OCaml findlib package mccs 1.1+17 or later... no
#28 3.443 checking for g++... g++
#28 3.473 checking whether the compiler supports GNU C++... yes
#28 3.500 checking whether g++ accepts -g... yes
#28 3.525 checking for g++ option to enable C++11 features... none needed
#28 3.636 checking whether g++ really is a C++ compiler... yes
#28 3.660
#28 3.690 configure: creating ./config.status
#28 3.787 config.status: creating Makefile.config
#28 3.800 config.status: creating src/ocaml-flags-configure.sexp
#28 3.818 config.status: creating src/core/c-flags.sexp
#28 3.836
#28 3.838 Opam will be built WITH its default built-in solver
#28 3.838
#28 3.838 Executables will be installed in /usr/local/bin
#28 3.838 Manual pages will be installed in /usr/local/share/man
#28 3.838
#28 3.838 Downloading vendored source dependencies...
#28 3.847 * Downloading dune-local...
#28 4.271 * Downloading cppo...
#28 4.794 * Downloading base64...
#28 5.034 * Downloading extlib...
#28 5.282 * Downloading re...
#28 5.538 * Downloading cmdliner...
#28 5.805 * Downloading ocamlgraph...
#28 6.061 * Downloading cudf...
#28 6.268 * Downloading dose3...
#28 6.565 * Downloading opam-file-format...
#28 6.908 * Downloading seq...
#28 7.277 * Downloading stdlib-shims...
#28 7.514 * Downloading spdx_licenses...
#28 7.759 * Downloading opam-0install-cudf...
#28 7.991 * Downloading 0install-solver...
#28 8.255 * Downloading uutf...
#28 8.495 * Downloading jsonm...
#28 8.732 * Downloading sha...
#28 8.969 * Downloading swhid_core...
#28 9.329 * Downloading mccs...
#28 9.752 done
#28 9.752 Extracting vendored source dependencies in src_ext/... done
#28 11.49 make -j -C src_ext lib-ext
#28 11.49 make[1]: Entering directory '/tmp/opam-build-2.3/src_ext'
#28 11.49 NOTE: make lib-ext is no longer required
#28 11.49 make[1]: Leaving directory '/tmp/opam-build-2.3/src_ext'
#28 11.49 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#28 11.63 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#28 12.31 ./.duneboot.exe
#28 33.65
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#28 50.25 sed -f process.sed opam.install > processed-opam.install
#28 50.26 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#28 50.89 sed -f process.sed opam-installer.install > processed-opam-installer.install
#28 DONE 52.0s
#29 [stage-0 12/15] 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
#29 1.133 Note: switching to '7c92631391984f698f31ee24f3ae4dc1cd3698ff'.
#29 1.133
#29 1.133 You are in 'detached HEAD' state. You can look around, make experimental
#29 1.133 changes and commit them, and you can discard any commits you make in this
#29 1.133 state without impacting any branches by switching back to a branch.
#29 1.133
#29 1.133 If you want to create a new branch to retain commits you create, you may
#29 1.133 do so (now or later) by using -c with the switch command. Example:
#29 1.133
#29 1.133 git switch -c <new-branch-name>
#29 1.133
#29 1.133 Or undo this operation with:
#29 1.133
#29 1.133 git switch -
#29 1.133
#29 1.133 Turn off this advice by setting config variable advice.detachedHead to false
#29 1.133
#29 1.133 HEAD is now at 7c9263139 Merge pull request #6616 from kit-ty-kate/rel-2.4.1
#29 1.274 checking for ocamlc... ocamlc
#29 1.280 OCaml version is 4.14.4
#29 1.285 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#29 1.285 checking for ocamlopt... ocamlopt
#29 1.292 checking for ocamlc.opt... ocamlc.opt
#29 1.298 checking for ocamlopt.opt... ocamlopt.opt
#29 1.305 checking for ocaml... ocaml
#29 1.305 checking for ocamldep... ocamldep
#29 1.305 checking for ocamldep.opt... ocamldep.opt
#29 1.313 checking for ocamlmktop... ocamlmktop
#29 1.313 checking for ocamlmklib... ocamlmklib
#29 1.313 checking for ocamldoc... ocamldoc
#29 1.314 checking for ocamldoc.opt... ocamldoc.opt
#29 1.323 checking for ocamlbuild... no
#29 1.323 checking OCaml Sys.os_type... Unix
#29 1.371 checking for gawk... no
#29 1.371 checking for mawk... mawk
#29 1.383 checking for compiler type... cc
#29 1.781 checking for compiler architecture... power
#29 2.177 checking for compiler system... elf
#29 2.573 checking for compiler target... powerpc64le-unknown-linux-gnu
#29 2.980 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#29 3.027 checking whether the C compiler works... yes
#29 3.081 checking for C compiler default output file name... a.out
#29 3.081 checking for suffix of executables...
#29 3.135 checking whether we are cross compiling... no
#29 3.204 checking for suffix of object files... o
#29 3.232 checking whether the compiler supports GNU C... yes
#29 3.256 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#29 3.285 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#29 3.354 checking for ocamlobjinfo... ocamlobjinfo
#29 3.355 checking for ocamlfind... no
#29 3.355 checking for curl... curl
#29 3.356 checking for dune... no
#29 3.357 checking for patch... patch
#29 3.357 checking for bunzip2... bunzip2
#29 3.373 checking for linking method... shared
#29 3.373
#29 3.373 checking for OCaml findlib package unix... not found
#29 3.373 checking for OCaml findlib package re 1.9.0 or later... no
#29 3.375 checking for OCaml findlib package base64 3.1.0 or later... no
#29 3.377 checking for OCaml findlib package cmdliner... not found
#29 3.377 checking for OCaml findlib package ocamlgraph... not found
#29 3.380 checking for OCaml findlib package cudf 0.7 or later... no
#29 3.380 checking for OCaml findlib package dose3.common 6.1 or later... no
#29 3.382 checking for OCaml findlib package dose3.algo 6.1 or later... no
#29 3.382 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#29 3.386 checking for OCaml findlib package spdx_licenses... not found
#29 3.388 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#29 3.388 checking for OCaml findlib package jsonm... not found
#29 3.389 checking for OCaml findlib package uutf... not found
#29 3.390 checking for OCaml findlib package sha... not found
#29 3.390 checking for OCaml findlib package swhid_core... not found
#29 3.392 checking for OCaml findlib package patch... not found
#29 3.392 checking for OCaml findlib package mccs 1.1+17 or later... no
#29 3.395 checking for g++... g++
#29 3.426 checking whether the compiler supports GNU C++... yes
#29 3.453 checking whether g++ accepts -g... yes
#29 3.477 checking for g++ option to enable C++11 features... none needed
#29 3.590 checking whether g++ really is a C++ compiler... yes
#29 3.612
#29 3.643 configure: creating ./config.status
#29 3.744 config.status: creating Makefile.config
#29 3.757 config.status: creating src/ocaml-flags-configure.sexp
#29 3.776 config.status: creating src/core/c-flags.sexp
#29 3.796
#29 3.798 Opam will be built WITH its default built-in solver
#29 3.798
#29 3.798 Executables will be installed in /usr/local/bin
#29 3.798 Manual pages will be installed in /usr/local/share/man
#29 3.798
#29 3.798 Downloading vendored source dependencies...
#29 3.807 * Downloading dune-local...
#29 4.273 * Downloading cppo...
#29 4.998 * Downloading base64...
#29 5.232 * Downloading extlib...
#29 5.639 * Downloading re...
#29 5.884 * Downloading cmdliner...
#29 6.147 * Downloading ocamlgraph...
#29 6.546 * Downloading cudf...
#29 6.767 * Downloading dose3...
#29 7.050 * Downloading opam-file-format...
#29 7.456 * Downloading seq...
#29 7.816 * Downloading stdlib-shims...
#29 8.187 * Downloading spdx_licenses...
#29 8.608 * Downloading opam-0install-cudf...
#29 9.022 * Downloading 0install-solver...
#29 9.414 * Downloading uutf...
#29 9.653 * Downloading jsonm...
#29 9.895 * Downloading sha...
#29 10.28 * Downloading swhid_core...
#29 10.82 * Downloading menhir...
#29 11.32 * Downloading patch...
#29 11.71 * Downloading mccs...
#29 12.13 done
#29 12.13 Extracting vendored source dependencies in src_ext/... done
#29 14.01 make -j -C src_ext lib-ext
#29 14.02 make[1]: Entering directory '/tmp/opam-build-2.4/src_ext'
#29 14.02 NOTE: make lib-ext is no longer required
#29 14.02 make[1]: Leaving directory '/tmp/opam-build-2.4/src_ext'
#29 14.02 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#29 14.15 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#29 14.87 ./.duneboot.exe
#29 37.65
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#29 41.72 Creating menhirLib.ml...
#29 41.72 Creating menhirLib.mli...
#29 49.05 Read 99 sample input sentences and 99 error messages.
#29 49.05 Read 99 sample input sentences and 47 error messages.
#29 49.44 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#29 49.44 Grammar has 37 terminal symbols.
#29 49.44 Grammar has 129 productions.
#29 49.44 Built an LR(0) automaton with 199 states.
#29 49.44 The grammar is not SLR(1) -- 7 states have a conflict.
#29 49.44 The construction mode is no-pager.
#29 49.44 Built an LR(1) automaton with 308 states.
#29 49.44 One shift/reduce conflict was silently solved.
#29 49.44 Extra reductions on error were added in 50 states.
#29 49.44 Priority played a role in 0 of these states.
#29 49.44 156 out of 308 states have a default reduction.
#29 49.44 108 out of 308 states are represented.
#29 49.44 44 out of 96 symbols keep track of their start position.
#29 49.44 39 out of 96 symbols keep track of their end position.
#29 49.44 The StackLang code contains 4113 instructions in 277 blocks.
#29 49.44 The StackLang code comprises 5 mutually recursive groups.
#29 49.74 Read 99 sample input sentences and 47 error messages.
#29 66.81 sed -f process.sed opam.install > processed-opam.install
#29 66.81 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#29 68.15 sed -f process.sed opam-installer.install > processed-opam-installer.install
#29 DONE 69.4s
#30 [stage-0 13/15] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout ad0564f20c6306bc83085fe663cab903fe887208 && 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
#30 1.111 Note: switching to 'ad0564f20c6306bc83085fe663cab903fe887208'.
#30 1.111
#30 1.111 You are in 'detached HEAD' state. You can look around, make experimental
#30 1.111 changes and commit them, and you can discard any commits you make in this
#30 1.111 state without impacting any branches by switching back to a branch.
#30 1.111
#30 1.111 If you want to create a new branch to retain commits you create, you may
#30 1.111 do so (now or later) by using -c with the switch command. Example:
#30 1.111
#30 1.111 git switch -c <new-branch-name>
#30 1.111
#30 1.111 Or undo this operation with:
#30 1.111
#30 1.111 git switch -
#30 1.111
#30 1.111 Turn off this advice by setting config variable advice.detachedHead to false
#30 1.111
#30 1.111 HEAD is now at ad0564f20 Merge pull request #7016 from kit-ty-kate/rel-2.5.2
#30 1.256 checking for ocamlc... ocamlc
#30 1.262 OCaml version is 4.14.4
#30 1.267 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#30 1.267 checking for ocamlopt... ocamlopt
#30 1.273 checking for ocamlc.opt... ocamlc.opt
#30 1.279 checking for ocamlopt.opt... ocamlopt.opt
#30 1.285 checking for ocaml... ocaml
#30 1.286 checking for ocamldep... ocamldep
#30 1.286 checking for ocamldep.opt... ocamldep.opt
#30 1.293 checking for ocamlmktop... ocamlmktop
#30 1.293 checking for ocamlmklib... ocamlmklib
#30 1.294 checking for ocamldoc... ocamldoc
#30 1.294 checking for ocamldoc.opt... ocamldoc.opt
#30 1.302 checking for ocamlbuild... no
#30 1.302 checking OCaml Sys.os_type... Unix
#30 1.349 checking for gawk... no
#30 1.349 checking for mawk... mawk
#30 1.362 checking for compiler type... cc
#30 1.755 checking for compiler architecture... power
#30 2.152 checking for compiler system... elf
#30 2.547 checking for compiler target... powerpc64le-unknown-linux-gnu
#30 2.960 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#30 3.006 checking whether the C compiler works... yes
#30 3.059 checking for C compiler default output file name... a.out
#30 3.064 checking for suffix of executables...
#30 3.120 checking whether we are cross compiling... no
#30 3.184 checking for suffix of object files... o
#30 3.214 checking whether the compiler supports GNU C... yes
#30 3.240 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#30 3.268 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#30 3.337 checking for ocamlobjinfo... ocamlobjinfo
#30 3.337 checking for ocamlfind... no
#30 3.338 checking for curl... curl
#30 3.339 checking for dune... no
#30 3.339 checking for patch... patch
#30 3.340 checking for bunzip2... bunzip2
#30 3.353 checking for linking method... shared
#30 3.353
#30 3.353 checking for OCaml findlib package unix... not found
#30 3.354 checking for OCaml findlib package re 1.9.0 or later... no
#30 3.356 checking for OCaml findlib package base64 3.1.0 or later... no
#30 3.358 checking for OCaml findlib package ocamlgraph... not found
#30 3.360 checking for OCaml findlib package cudf 0.7 or later... no
#30 3.361 checking for OCaml findlib package dose3.common 6.1 or later... no
#30 3.364 checking for OCaml findlib package dose3.algo 6.1 or later... no
#30 3.366 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#30 3.367 checking for OCaml findlib package spdx_licenses... not found
#30 3.369 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#30 3.370 checking for OCaml findlib package jsonm... not found
#30 3.370 checking for OCaml findlib package uutf... not found
#30 3.371 checking for OCaml findlib package sha... not found
#30 3.372 checking for OCaml findlib package swhid_core... not found
#30 3.372 checking for OCaml findlib package patch... not found
#30 3.374 checking for OCaml findlib package mccs 1.1+17 or later... no
#30 3.378 checking for g++... g++
#30 3.405 checking whether the compiler supports GNU C++... yes
#30 3.432 checking whether g++ accepts -g... yes
#30 3.460 checking for g++ option to enable C++11 features... none needed
#30 3.574 checking whether g++ really is a C++ compiler... yes
#30 3.594
#30 3.629 configure: creating ./config.status
#30 3.724 config.status: creating Makefile.config
#30 3.736 config.status: creating src/ocaml-flags-configure.sexp
#30 3.754 config.status: creating src/core/c-flags.sexp
#30 3.772
#30 3.774 Opam will be built WITH its default built-in solver
#30 3.774
#30 3.774 Executables will be installed in /usr/local/bin
#30 3.774 Manual pages will be installed in /usr/local/share/man
#30 3.774
#30 3.774 Downloading vendored source dependencies...
#30 3.785 * Downloading dune-local...
#30 4.244 * Downloading cppo...
#30 4.688 * Downloading base64...
#30 5.065 * Downloading extlib...
#30 5.309 * Downloading re...
#30 5.814 * Downloading ocamlgraph...
#30 6.065 * Downloading cudf...
#30 6.636 * Downloading dose3...
#30 7.197 * Downloading opam-file-format...
#30 7.431 * Downloading stdlib-shims...
#30 7.670 * Downloading spdx_licenses...
#30 7.912 * Downloading opam-0install-cudf...
#30 8.142 * Downloading 0install-solver...
#30 8.402 * Downloading uutf...
#30 8.640 * Downloading jsonm...
#30 8.882 * Downloading sha...
#30 9.125 * Downloading swhid_core...
#30 9.540 * Downloading menhir...
#30 10.09 * Downloading patch...
#30 10.32 * Downloading mccs...
#30 10.62 done
#30 10.62 Extracting vendored source dependencies in src_ext/... done
#30 12.48 make -j -C src_ext lib-ext
#30 12.48 make[1]: Entering directory '/tmp/opam-build-2.5/src_ext'
#30 12.49 NOTE: make lib-ext is no longer required
#30 12.49 make[1]: Leaving directory '/tmp/opam-build-2.5/src_ext'
#30 12.49 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#30 12.62 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#30 13.35 ./.duneboot.exe
#30 35.56
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#30 38.78 Creating menhirLib.ml...
#30 38.78 Creating menhirLib.mli...
#30 46.01 Read 99 sample input sentences and 99 error messages.
#30 46.01 Read 99 sample input sentences and 47 error messages.
#30 46.41 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#30 46.41 Grammar has 37 terminal symbols.
#30 46.41 Grammar has 129 productions.
#30 46.41 Built an LR(0) automaton with 199 states.
#30 46.41 The grammar is not SLR(1) -- 7 states have a conflict.
#30 46.41 The construction mode is no-pager.
#30 46.41 Built an LR(1) automaton with 308 states.
#30 46.41 One shift/reduce conflict was silently solved.
#30 46.41 Extra reductions on error were added in 50 states.
#30 46.41 Priority played a role in 0 of these states.
#30 46.41 156 out of 308 states have a default reduction.
#30 46.41 108 out of 308 states are represented.
#30 46.41 44 out of 96 symbols keep track of their start position.
#30 46.41 39 out of 96 symbols keep track of their end position.
#30 46.41 The StackLang code contains 4113 instructions in 277 blocks.
#30 46.41 The StackLang code comprises 5 mutually recursive groups.
#30 46.66 Read 99 sample input sentences and 47 error messages.
#30 63.51 sed -f process.sed opam.install > processed-opam.install
#30 63.52 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#30 64.66 sed -f process.sed opam-installer.install > processed-opam-installer.install
#30 DONE 65.9s
#31 [stage-0 14/15] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.6 && cd ../opam-build-2.6 && git fetch -q && git checkout 0f9c3b385769323c4af68798b2d2c7bf62a70daf && 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.6/opam /usr/local/bin/opam-2.6 && chmod a+x /usr/local/bin/opam-2.6 && rm -rf /tmp/opam-build-2.6
#31 1.176 Note: switching to '0f9c3b385769323c4af68798b2d2c7bf62a70daf'.
#31 1.176
#31 1.176 You are in 'detached HEAD' state. You can look around, make experimental
#31 1.176 changes and commit them, and you can discard any commits you make in this
#31 1.176 state without impacting any branches by switching back to a branch.
#31 1.176
#31 1.176 If you want to create a new branch to retain commits you create, you may
#31 1.176 do so (now or later) by using -c with the switch command. Example:
#31 1.176
#31 1.176 git switch -c <new-branch-name>
#31 1.176
#31 1.176 Or undo this operation with:
#31 1.176
#31 1.176 git switch -
#31 1.176
#31 1.176 Turn off this advice by setting config variable advice.detachedHead to false
#31 1.176
#31 1.176 HEAD is now at 0f9c3b385 Merge pull request #7146 from kit-ty-kate/rel-2.6.0
#31 1.321 checking for ocamlc... ocamlc
#31 1.326 OCaml version is 4.14.4
#31 1.331 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#31 1.331 checking for ocamlopt... ocamlopt
#31 1.338 checking for ocamlc.opt... ocamlc.opt
#31 1.344 checking for ocamlopt.opt... ocamlopt.opt
#31 1.351 checking for ocaml... ocaml
#31 1.351 checking for ocamldep... ocamldep
#31 1.352 checking for ocamldep.opt... ocamldep.opt
#31 1.357 checking for ocamlmktop... ocamlmktop
#31 1.358 checking for ocamlmklib... ocamlmklib
#31 1.358 checking for ocamldoc... ocamldoc
#31 1.359 checking for ocamldoc.opt... ocamldoc.opt
#31 1.368 checking for ocamlbuild... no
#31 1.368 checking OCaml Sys.os_type... Unix
#31 1.415 checking for gawk... no
#31 1.415 checking for mawk... mawk
#31 1.426 checking for compiler type... cc
#31 1.822 checking for compiler architecture... power
#31 2.219 checking for compiler system... elf
#31 2.623 checking for compiler target... powerpc64le-unknown-linux-gnu
#31 3.034 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#31 3.078 checking whether the C compiler works... yes
#31 3.137 checking for C compiler default output file name... a.out
#31 3.139 checking for suffix of executables...
#31 3.191 checking whether we are cross compiling... no
#31 3.254 checking for suffix of object files... o
#31 3.286 checking whether the compiler supports GNU C... yes
#31 3.308 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#31 3.337 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#31 3.400 checking for ocamlobjinfo... ocamlobjinfo
#31 3.401 checking for ocamlfind... no
#31 3.401 checking for curl... curl
#31 3.402 checking for dune... no
#31 3.403 checking for patch... patch
#31 3.403 checking for bunzip2... bunzip2
#31 3.421 checking for linking method... shared
#31 3.421
#31 3.421 checking for OCaml findlib package unix... not found
#31 3.422 checking for OCaml findlib package re 1.10.0 or later... no
#31 3.423 checking for OCaml findlib package base64 3.1.0 or later... no
#31 3.428 checking for OCaml findlib package ocamlgraph 1.8.8 or later... no
#31 3.429 checking for OCaml findlib package cudf 0.7 or later... no
#31 3.431 checking for OCaml findlib package dose3.common 6.1 or later... no
#31 3.432 checking for OCaml findlib package dose3.algo 6.1 or later... no
#31 3.433 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#31 3.435 checking for OCaml findlib package spdx_licenses 1.4.0 or later... no
#31 3.436 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#31 3.437 checking for OCaml findlib package jsonm 1.0.2 or later... no
#31 3.438 checking for OCaml findlib package uutf 1.0.3 or later... no
#31 3.440 checking for OCaml findlib package sha 1.13 or later... no
#31 3.442 checking for OCaml findlib package swhid_core 0.1 or later... no
#31 3.443 checking for OCaml findlib package patch 3.0.0 or later... no
#31 3.446 checking for OCaml findlib package tar 3.3.0 or later... no
#31 3.447 checking for OCaml findlib package checkseum 0.5.2 or later... no
#31 3.449 checking for OCaml findlib package decompress 1.5.1 or later... no
#31 3.451 checking for OCaml findlib package mccs 1.1+17 or later... no
#31 3.453 checking for g++... g++
#31 3.480 checking whether the compiler supports GNU C++... yes
#31 3.505 checking whether g++ accepts -g... yes
#31 3.528 checking for g++ option to enable C++11 features... none needed
#31 3.639 checking whether g++ really is a C++ compiler... yes
#31 3.661
#31 3.698 configure: creating ./config.status
#31 3.790 config.status: creating Makefile.config
#31 3.802 config.status: creating src/ocaml-flags-configure.sexp
#31 3.819 config.status: creating src/core/c-flags.sexp
#31 3.838
#31 3.840 Opam will be built WITH its default built-in solver
#31 3.840
#31 3.840 Executables will be installed in /usr/local/bin
#31 3.840 Manual pages will be installed in /usr/local/share/man
#31 3.840
#31 3.840 Downloading vendored source dependencies...
#31 3.850 * Downloading dune-local...
#31 4.172 * Downloading cppo...
#31 4.556 * Downloading base64...
#31 4.943 * Downloading extlib...
#31 5.185 * Downloading re...
#31 5.579 * Downloading ocamlgraph...
#31 5.832 * Downloading cudf...
#31 6.338 * Downloading dose3...
#31 6.832 * Downloading opam-file-format...
#31 7.069 * Downloading stdlib-shims...
#31 7.316 * Downloading spdx_licenses...
#31 7.714 * Downloading opam-0install-cudf...
#31 7.944 * Downloading 0install-solver...
#31 8.204 * Downloading uutf...
#31 8.441 * Downloading jsonm...
#31 8.679 * Downloading sha...
#31 8.917 * Downloading swhid_core...
#31 9.296 * Downloading menhir...
#31 9.865 * Downloading patch...
#31 10.26 * Downloading checkseum...
#31 10.63 * Downloading optint...
#31 11.04 * Downloading decompress...
#31 11.48 * Downloading tar...
#31 11.86 * Downloading mccs...
#31 12.12 done
#31 12.12 Extracting vendored source dependencies in src_ext/... done
#31 14.32 make -j -C src_ext lib-ext
#31 14.32 make[1]: Entering directory '/tmp/opam-build-2.6/src_ext'
#31 14.33 NOTE: make lib-ext is no longer required
#31 14.33 make[1]: Leaving directory '/tmp/opam-build-2.6/src_ext'
#31 14.33 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#31 14.46 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#31 15.20 ./.duneboot.exe
#31 37.74
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#31 43.60 Creating menhirLib.ml...
#31 43.60 Creating menhirLib.mli...
#31 48.54 Read 103 sample input sentences and 103 error messages.
#31 48.54 Read 103 sample input sentences and 50 error messages.
#31 48.56 Read 103 sample input sentences and 50 error messages.
#31 48.81 Grammar has 57 nonterminal symbols, among which 1 start symbols.
#31 48.81 Grammar has 38 terminal symbols.
#31 48.81 Grammar has 132 productions.
#31 48.81 Built an LR(0) automaton with 205 states.
#31 48.81 The grammar is not SLR(1) -- 7 states have a conflict.
#31 48.81 The construction mode is no-pager.
#31 48.81 Built an LR(1) automaton with 314 states.
#31 48.81 One shift/reduce conflict was silently solved.
#31 48.81 Extra reductions on error were added in 50 states.
#31 48.81 Priority played a role in 0 of these states.
#31 48.81 158 out of 314 states have a default reduction.
#31 48.81 110 out of 314 states are represented.
#31 48.81 45 out of 98 symbols keep track of their start position.
#31 48.81 40 out of 98 symbols keep track of their end position.
#31 48.81 The StackLang code contains 4186 instructions in 282 blocks.
#31 48.81 The StackLang code comprises 5 mutually recursive groups.
#31 61.51 sed -f process.sed opam.install > processed-opam.install
#31 61.52 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#31 62.91 sed -f process.sed opam-installer.install > processed-opam-installer.install
#31 DONE 64.2s
#32 [stage-0 15/15] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout a310b2ef12f9f62f7cdefdcda5a00c379654477e && 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
#32 1.132 Note: switching to 'a310b2ef12f9f62f7cdefdcda5a00c379654477e'.
#32 1.132
#32 1.132 You are in 'detached HEAD' state. You can look around, make experimental
#32 1.132 changes and commit them, and you can discard any commits you make in this
#32 1.132 state without impacting any branches by switching back to a branch.
#32 1.132
#32 1.132 If you want to create a new branch to retain commits you create, you may
#32 1.132 do so (now or later) by using -c with the switch command. Example:
#32 1.132
#32 1.132 git switch -c <new-branch-name>
#32 1.132
#32 1.132 Or undo this operation with:
#32 1.132
#32 1.132 git switch -
#32 1.132
#32 1.132 Turn off this advice by setting config variable advice.detachedHead to false
#32 1.132
#32 1.132 HEAD is now at 0f9c3b385 Merge pull request #7146 from kit-ty-kate/rel-2.6.0
#32 1.276 checking for ocamlc... ocamlc
#32 1.283 OCaml version is 4.14.4
#32 1.287 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#32 1.287 checking for ocamlopt... ocamlopt
#32 1.296 checking for ocamlc.opt... ocamlc.opt
#32 1.301 checking for ocamlopt.opt... ocamlopt.opt
#32 1.308 checking for ocaml... ocaml
#32 1.308 checking for ocamldep... ocamldep
#32 1.308 checking for ocamldep.opt... ocamldep.opt
#32 1.315 checking for ocamlmktop... ocamlmktop
#32 1.315 checking for ocamlmklib... ocamlmklib
#32 1.315 checking for ocamldoc... ocamldoc
#32 1.316 checking for ocamldoc.opt... ocamldoc.opt
#32 1.326 checking for ocamlbuild... no
#32 1.326 checking OCaml Sys.os_type... Unix
#32 1.373 checking for gawk... no
#32 1.374 checking for mawk... mawk
#32 1.385 checking for compiler type... cc
#32 1.783 checking for compiler architecture... power
#32 2.180 checking for compiler system... elf
#32 2.571 checking for compiler target... powerpc64le-unknown-linux-gnu
#32 2.981 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#32 3.026 checking whether the C compiler works... yes
#32 3.085 checking for C compiler default output file name... a.out
#32 3.087 checking for suffix of executables...
#32 3.138 checking whether we are cross compiling... no
#32 3.201 checking for suffix of object files... o
#32 3.234 checking whether the compiler supports GNU C... yes
#32 3.258 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#32 3.286 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#32 3.356 checking for ocamlobjinfo... ocamlobjinfo
#32 3.356 checking for ocamlfind... no
#32 3.357 checking for curl... curl
#32 3.358 checking for dune... no
#32 3.358 checking for patch... patch
#32 3.359 checking for bunzip2... bunzip2
#32 3.374 checking for linking method... shared
#32 3.375
#32 3.375 checking for OCaml findlib package unix... not found
#32 3.377 checking for OCaml findlib package re 1.10.0 or later... no
#32 3.380 checking for OCaml findlib package base64 3.1.0 or later... no
#32 3.383 checking for OCaml findlib package ocamlgraph 1.8.8 or later... no
#32 3.383 checking for OCaml findlib package cudf 0.7 or later... no
#32 3.384 checking for OCaml findlib package dose3.common 6.1 or later... no
#32 3.386 checking for OCaml findlib package dose3.algo 6.1 or later... no
#32 3.387 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#32 3.388 checking for OCaml findlib package spdx_licenses 1.4.0 or later... no
#32 3.390 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#32 3.391 checking for OCaml findlib package jsonm 1.0.2 or later... no
#32 3.392 checking for OCaml findlib package uutf 1.0.3 or later... no
#32 3.394 checking for OCaml findlib package sha 1.13 or later... no
#32 3.395 checking for OCaml findlib package swhid_core 0.1 or later... no
#32 3.397 checking for OCaml findlib package patch 3.0.0 or later... no
#32 3.397 checking for OCaml findlib package tar 3.3.0 or later... no
#32 3.399 checking for OCaml findlib package checkseum 0.5.2 or later... no
#32 3.400 checking for OCaml findlib package decompress 1.5.1 or later... no
#32 3.402 checking for OCaml findlib package mccs 1.1+17 or later... no
#32 3.404 checking for g++... g++
#32 3.432 checking whether the compiler supports GNU C++... yes
#32 3.456 checking whether g++ accepts -g... yes
#32 3.481 checking for g++ option to enable C++11 features... none needed
#32 3.593 checking whether g++ really is a C++ compiler... yes
#32 3.614
#32 3.646 configure: creating ./config.status
#32 3.742 config.status: creating Makefile.config
#32 3.755 config.status: creating src/ocaml-flags-configure.sexp
#32 3.773 config.status: creating src/core/c-flags.sexp
#32 3.791
#32 3.795 Opam will be built WITH its default built-in solver
#32 3.795
#32 3.795 Executables will be installed in /usr/local/bin
#32 3.795 Manual pages will be installed in /usr/local/share/man
#32 3.795
#32 3.795 Downloading vendored source dependencies...
#32 3.805 * Downloading dune-local...
#32 4.123 * Downloading cppo...
#32 4.514 * Downloading base64...
#32 4.756 * Downloading extlib...
#32 5.002 * Downloading re...
#32 5.394 * Downloading ocamlgraph...
#32 5.640 * Downloading cudf...
#32 6.099 * Downloading dose3...
#32 6.663 * Downloading opam-file-format...
#32 6.902 * Downloading stdlib-shims...
#32 7.132 * Downloading spdx_licenses...
#32 7.369 * Downloading opam-0install-cudf...
#32 7.605 * Downloading 0install-solver...
#32 7.864 * Downloading uutf...
#32 8.103 * Downloading jsonm...
#32 8.341 * Downloading sha...
#32 8.571 * Downloading swhid_core...
#32 8.949 * Downloading menhir...
#32 9.538 * Downloading patch...
#32 9.776 * Downloading checkseum...
#32 10.02 * Downloading optint...
#32 10.25 * Downloading decompress...
#32 10.54 * Downloading tar...
#32 10.78 * Downloading mccs...
#32 11.04 done
#32 11.04 Extracting vendored source dependencies in src_ext/... done
#32 13.26 make -j -C src_ext lib-ext
#32 13.27 make[1]: Entering directory '/tmp/opam-build-master/src_ext'
#32 13.27 NOTE: make lib-ext is no longer required
#32 13.27 make[1]: Leaving directory '/tmp/opam-build-master/src_ext'
#32 13.27 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#32 13.41 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#32 14.13 ./.duneboot.exe
#32 36.34
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#32 42.10 Creating menhirLib.ml...
#32 42.10 Creating menhirLib.mli...
#32 46.97 Read 103 sample input sentences and 103 error messages.
#32 46.97 Read 103 sample input sentences and 50 error messages.
#32 46.99 Read 103 sample input sentences and 50 error messages.
#32 47.24 Grammar has 57 nonterminal symbols, among which 1 start symbols.
#32 47.24 Grammar has 38 terminal symbols.
#32 47.24 Grammar has 132 productions.
#32 47.24 Built an LR(0) automaton with 205 states.
#32 47.24 The grammar is not SLR(1) -- 7 states have a conflict.
#32 47.24 The construction mode is no-pager.
#32 47.24 Built an LR(1) automaton with 314 states.
#32 47.24 One shift/reduce conflict was silently solved.
#32 47.24 Extra reductions on error were added in 50 states.
#32 47.24 Priority played a role in 0 of these states.
#32 47.24 158 out of 314 states have a default reduction.
#32 47.24 110 out of 314 states are represented.
#32 47.24 45 out of 98 symbols keep track of their start position.
#32 47.24 40 out of 98 symbols keep track of their end position.
#32 47.24 The StackLang code contains 4186 instructions in 282 blocks.
#32 47.24 The StackLang code comprises 5 mutually recursive groups.
#32 59.93 sed -f process.sed opam.install > processed-opam.install
#32 59.93 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#32 61.31 sed -f process.sed opam-installer.install > processed-opam-installer.install
#32 DONE 62.6s
#10 [internal] preparing inline document
#10 CACHED
#7 [internal] preparing inline document
#7 CACHED
#8 [internal] preparing inline document
#8 CACHED
#9 [internal] preparing inline document
#9 CACHED
#6 [internal] preparing inline document
#6 CACHED
#33 [stage-1 7/42] COPY --from=0 [ /usr/local/bin/opam-2.1, /usr/bin/opam-2.1 ]
#33 DONE 0.2s
#34 [stage-1 8/42] RUN ln /usr/bin/opam-2.1 /usr/bin/opam
#34 DONE 0.4s
#35 [stage-1 9/42] COPY --from=0 [ /usr/local/bin/opam-2.2, /usr/bin/opam-2.2 ]
#35 DONE 0.1s
#36 [stage-1 10/42] COPY --from=0 [ /usr/local/bin/opam-2.3, /usr/bin/opam-2.3 ]
#36 DONE 0.1s
#37 [stage-1 11/42] COPY --from=0 [ /usr/local/bin/opam-2.4, /usr/bin/opam-2.4 ]
#37 DONE 0.2s
#38 [stage-1 12/42] COPY --from=0 [ /usr/local/bin/opam-2.5, /usr/bin/opam-2.5 ]
#38 DONE 0.2s
#39 [stage-1 13/42] COPY --from=0 [ /usr/local/bin/opam-2.6, /usr/bin/opam-2.6 ]
#39 DONE 0.2s
#40 [stage-1 14/42] COPY --from=0 [ /usr/local/bin/opam-master, /usr/bin/opam-dev ]
#40 DONE 0.1s
#41 [stage-1 15/42] RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
#41 DONE 0.6s
#42 [stage-1 16/42] COPY <<-EOF /etc/sudoers.d/opam
#42 DONE 0.1s
#43 [stage-1 17/42] RUN chmod 440 /etc/sudoers.d/opam
#43 DONE 0.5s
#44 [stage-1 18/42] RUN chown root:root /etc/sudoers.d/opam
#44 DONE 0.7s
#45 [stage-1 19/42] RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
#45 0.632 ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/bash
#45 0.672 userdel: ubuntu mail spool (/var/mail/ubuntu) not found
#45 DONE 0.8s
#46 [stage-1 20/42] RUN useradd --uid 1000 --create-home --shell /bin/bash opam
#46 DONE 0.7s
#47 [stage-1 21/42] RUN passwd -l opam
#47 0.658 passwd: password changed.
#47 DONE 0.7s
#48 [stage-1 22/42] RUN chown -R opam:opam /home/opam
#48 DONE 0.7s
#49 [stage-1 23/42] WORKDIR /home/opam
#49 DONE 0.1s
#50 [stage-1 24/42] RUN mkdir .ssh
#50 DONE 0.8s
#51 [stage-1 25/42] RUN chmod 700 .ssh
#51 DONE 0.7s
#52 [stage-1 26/42] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#52 DONE 0.1s
#53 [stage-1 27/42] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#53 DONE 0.2s
#54 [stage-1 28/42] RUN chmod a+x /home/opam/opam-sandbox-disable
#54 DONE 0.6s
#55 [stage-1 29/42] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#55 DONE 0.7s
#56 [stage-1 30/42] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#56 DONE 0.1s
#57 [stage-1 31/42] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#57 DONE 0.1s
#58 [stage-1 32/42] RUN chmod a+x /home/opam/opam-sandbox-enable
#58 DONE 0.5s
#59 [stage-1 33/42] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#59 DONE 0.8s
#60 [stage-1 34/42] RUN git config --global user.email "docker@example.com"
#60 DONE 0.7s
#61 [stage-1 35/42] RUN git config --global user.name "Docker"
#61 DONE 0.7s
#62 [stage-1 36/42] RUN git config --global gc.autoDetach false
#62 DONE 0.8s
#63 [stage-1 37/42] COPY --link --chown=1000:1000 [ ., /home/opam/opam-repository ]
#63 DONE 25.4s
#64 [stage-1 38/42] RUN opam-sandbox-disable
#64 0.422 --- opam sandboxing disabled
#64 DONE 0.4s
#65 [stage-1 39/42] RUN opam init -k git -a /home/opam/opam-repository --bare
#65 0.662 Configuring from /home/opam/.opamrc and then from built-in defaults.
#65 0.662 Checking for available remotes: rsync and local, git.
#65 0.663 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#65 0.663 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#65 0.663
#65 0.666
#65 0.666 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#65 55.91 [default] Initialised
#65 55.91 default (at git+file:///home/opam/opam-repository):
#65 55.91 [WARNING] opam >= 2.5.2 includes important security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
#65 55.91
#65 91.33 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#65 91.33
#65 91.33
#65 91.33 User configuration:
#65 91.33 Updating ~/.profile.
#65 DONE 94.0s
#66 [stage-1 40/42] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#66 DONE 0.5s
#67 [stage-1 41/42] RUN rm -rf .opam/repo/default/.git
#67 DONE 0.7s
#68 [stage-1 42/42] COPY --link [ Dockerfile, /Dockerfile.opam ]
#68 DONE 0.1s
#69 exporting to image
#69 exporting layers
#69 exporting layers 18.9s done
#69 writing image sha256:9bbe11328714610bfd61c1b0bfeb87015a48f735cde627c231f7aa3850d34aeb 0.0s done
#69 DONE 19.0s
Pushing "sha256:9bbe11328714610bfd61c1b0bfeb87015a48f735cde627c231f7aa3850d34aeb" to "ocurrent/opam-staging:ubuntu-24.04-opam-ppc64le" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
af4b2cae4e26: Preparing
5f70bf18a086: Preparing
412021e15fe8: Preparing
a42ff85f97b6: Preparing
386f29c0f5d8: Preparing
acd6b05deeff: Preparing
328444490a35: Preparing
70618a679b09: Preparing
e472979b1b87: Preparing
aa0029c2d2a9: Preparing
34e08bd8cb57: Preparing
e189dfe6d121: Preparing
19551c4bc892: Preparing
db3aae7e505d: Preparing
55e37b6d98f9: Preparing
9b4c1cc4045c: Preparing
6621be93b6a5: Preparing
da30880b2b4b: Preparing
9cbf2fd3b402: Preparing
5f70bf18a086: Preparing
63d8653b4755: Preparing
743af879105d: Preparing
325167153cef: Preparing
72bdd4674999: Preparing
e07dc9f816b5: Preparing
e07dc9f816b5: Preparing
5581ac0fa9b8: Preparing
0f14c0165948: Preparing
31ceecf7d7f3: Preparing
d4f0acbe7a67: Preparing
4a80d55d0ecd: Preparing
450d3b67b62e: Preparing
cc26392aeef6: Preparing
cece17c31b50: Preparing
f0846e1e4330: Preparing
dea607087b69: Preparing
4cfe19ea1952: Preparing
3123c8b37e12: Preparing
d7bc6403f461: Preparing
d11a3cc73d2f: Preparing
0bfc13e3e801: Preparing
35b63b654ae2: Preparing
743af879105d: Waiting
325167153cef: Waiting
72bdd4674999: Waiting
e07dc9f816b5: Waiting
cc26392aeef6: Waiting
5581ac0fa9b8: Waiting
0f14c0165948: Waiting
cece17c31b50: Waiting
31ceecf7d7f3: Waiting
f0846e1e4330: Waiting
d4f0acbe7a67: Waiting
dea607087b69: Waiting
4cfe19ea1952: Waiting
4a80d55d0ecd: Waiting
3123c8b37e12: Waiting
450d3b67b62e: Waiting
d7bc6403f461: Waiting
d11a3cc73d2f: Waiting
0bfc13e3e801: Waiting
35b63b654ae2: Waiting
19551c4bc892: Waiting
acd6b05deeff: Waiting
6621be93b6a5: Waiting
328444490a35: Waiting
da30880b2b4b: Waiting
9cbf2fd3b402: Waiting
70618a679b09: Waiting
63d8653b4755: Waiting
e472979b1b87: Waiting
aa0029c2d2a9: Waiting
e189dfe6d121: Waiting
db3aae7e505d: Waiting
55e37b6d98f9: Waiting
9b4c1cc4045c: Waiting
34e08bd8cb57: Waiting
5f70bf18a086: Layer already exists
af4b2cae4e26: Pushed
386f29c0f5d8: Pushed
412021e15fe8: Pushed
328444490a35: Pushed
70618a679b09: Pushed
e472979b1b87: Pushed
aa0029c2d2a9: Pushed
34e08bd8cb57: Pushed
e189dfe6d121: Pushed
19551c4bc892: Pushed
db3aae7e505d: Pushed
55e37b6d98f9: Pushed
9b4c1cc4045c: Pushed
6621be93b6a5: Pushed
da30880b2b4b: Pushed
9cbf2fd3b402: Pushed
63d8653b4755: Pushed
743af879105d: Pushed
325167153cef: Pushed
72bdd4674999: Pushed
e07dc9f816b5: Pushed
5581ac0fa9b8: Pushed
0f14c0165948: Pushed
a42ff85f97b6: Pushed
31ceecf7d7f3: Pushed
d4f0acbe7a67: Pushed
4a80d55d0ecd: Pushed
cc26392aeef6: Pushed
cece17c31b50: Pushed
f0846e1e4330: Pushed
dea607087b69: Pushed
3123c8b37e12: Pushed
450d3b67b62e: Pushed
d11a3cc73d2f: Pushed
0bfc13e3e801: Pushed
35b63b654ae2: Mounted from library/ubuntu
d7bc6403f461: Pushed
acd6b05deeff: Pushed
4cfe19ea1952: Pushed
ubuntu-24.04-opam-ppc64le: digest: sha256:df4b3492e0a48716f1795aa5c4721b496f9c721b7a46db2afca8ee8891f186b7 size: 9081
The push refers to repository [docker.io/ocurrent/opam-staging]
af4b2cae4e26: Preparing
5f70bf18a086: Preparing
412021e15fe8: Preparing
a42ff85f97b6: Preparing
386f29c0f5d8: Preparing
acd6b05deeff: Preparing
328444490a35: Preparing
70618a679b09: Preparing
e472979b1b87: Preparing
aa0029c2d2a9: Preparing
34e08bd8cb57: Preparing
e189dfe6d121: Preparing
19551c4bc892: Preparing
db3aae7e505d: Preparing
55e37b6d98f9: Preparing
9b4c1cc4045c: Preparing
6621be93b6a5: Preparing
da30880b2b4b: Preparing
9cbf2fd3b402: Preparing
5f70bf18a086: Preparing
63d8653b4755: Preparing
743af879105d: Preparing
325167153cef: Preparing
72bdd4674999: Preparing
e07dc9f816b5: Preparing
e07dc9f816b5: Preparing
5581ac0fa9b8: Preparing
0f14c0165948: Preparing
31ceecf7d7f3: Preparing
d4f0acbe7a67: Preparing
4a80d55d0ecd: Preparing
450d3b67b62e: Preparing
cc26392aeef6: Preparing
cece17c31b50: Preparing
f0846e1e4330: Preparing
dea607087b69: Preparing
4cfe19ea1952: Preparing
3123c8b37e12: Preparing
d7bc6403f461: Preparing
d11a3cc73d2f: Preparing
0bfc13e3e801: Preparing
35b63b654ae2: Preparing
325167153cef: Waiting
72bdd4674999: Waiting
db3aae7e505d: Waiting
acd6b05deeff: Waiting
55e37b6d98f9: Waiting
9b4c1cc4045c: Waiting
328444490a35: Waiting
6621be93b6a5: Waiting
da30880b2b4b: Waiting
e07dc9f816b5: Waiting
9cbf2fd3b402: Waiting
5581ac0fa9b8: Waiting
70618a679b09: Waiting
63d8653b4755: Waiting
0f14c0165948: Waiting
31ceecf7d7f3: Waiting
743af879105d: Waiting
e472979b1b87: Waiting
d4f0acbe7a67: Waiting
4a80d55d0ecd: Waiting
aa0029c2d2a9: Waiting
450d3b67b62e: Waiting
34e08bd8cb57: Waiting
e189dfe6d121: Waiting
cc26392aeef6: Waiting
cece17c31b50: Waiting
19551c4bc892: Waiting
f0846e1e4330: Waiting
dea607087b69: Waiting
4cfe19ea1952: Waiting
3123c8b37e12: Waiting
0bfc13e3e801: Waiting
35b63b654ae2: Waiting
d7bc6403f461: Waiting
d11a3cc73d2f: Waiting
af4b2cae4e26: Layer already exists
5f70bf18a086: Layer already exists
412021e15fe8: Layer already exists
a42ff85f97b6: Layer already exists
386f29c0f5d8: Layer already exists
70618a679b09: Layer already exists
acd6b05deeff: Layer already exists
328444490a35: Layer already exists
e472979b1b87: Layer already exists
aa0029c2d2a9: Layer already exists
e189dfe6d121: Layer already exists
34e08bd8cb57: Layer already exists
db3aae7e505d: Layer already exists
55e37b6d98f9: Layer already exists
19551c4bc892: Layer already exists
9b4c1cc4045c: Layer already exists
6621be93b6a5: Layer already exists
da30880b2b4b: Layer already exists
9cbf2fd3b402: Layer already exists
63d8653b4755: Layer already exists
743af879105d: Layer already exists
325167153cef: Layer already exists
72bdd4674999: Layer already exists
e07dc9f816b5: Layer already exists
5581ac0fa9b8: Layer already exists
0f14c0165948: Layer already exists
31ceecf7d7f3: Layer already exists
d4f0acbe7a67: Layer already exists
4a80d55d0ecd: Layer already exists
450d3b67b62e: Layer already exists
cc26392aeef6: Layer already exists
cece17c31b50: Layer already exists
f0846e1e4330: Layer already exists
dea607087b69: Layer already exists
4cfe19ea1952: Layer already exists
d7bc6403f461: Layer already exists
3123c8b37e12: Layer already exists
d11a3cc73d2f: Layer already exists
0bfc13e3e801: Layer already exists
35b63b654ae2: Layer already exists
ubuntu-24.04-opam-ppc64le: digest: sha256:df4b3492e0a48716f1795aa5c4721b496f9c721b7a46db2afca8ee8891f186b7 size: 9081
Job succeeded
2026-09-20 13:34.43: Job succeeded