Build:
- 0
2026-05-04 18:17.18: New job: Build using linux-x86_64 in
[https://github.com/ocaml/opam-repository#master (76bd899e94da6c4b6bc6b7efa84d0737069db6f0)]
2026-05-04 18:17.18: Will push staging image to ocurrent/opam-staging:opensuse-tumbleweed-opam-amd64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM opensuse/tumbleweed:latest
LABEL distro_style="zypper"
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y -t pattern devel_C_C++
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.0/opam /usr/bin/opam-2.0 && chmod a+x /usr/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.1/opam /usr/bin/opam-2.1 && chmod a+x /usr/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/bin && cp /tmp/opam-build-2.2/opam /usr/bin/opam-2.2 && chmod a+x /usr/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/bin && cp /tmp/opam-build-2.3/opam /usr/bin/opam-2.3 && chmod a+x /usr/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/bin && cp /tmp/opam-build-2.4/opam /usr/bin/opam-2.4 && chmod a+x /usr/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 6218d0c4c022106034a93c8ecb5b80fa213d7356 && 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/bin && cp /tmp/opam-build-2.5/opam /usr/bin/opam-2.5 && chmod a+x /usr/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && 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/bin && cp /tmp/opam-build-master/opam /usr/bin/opam-master && chmod a+x /usr/bin/opam-master && rm -rf /tmp/opam-build-master
FROM opensuse/tumbleweed:latest
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y -t pattern devel_C_C++
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
COPY --from=0 [ "/usr/bin/opam-2.0", "/usr/bin/opam-2.0" ]
RUN ln /usr/bin/opam-2.0 /usr/bin/opam
COPY --from=0 [ "/usr/bin/opam-2.1", "/usr/bin/opam-2.1" ]
COPY --from=0 [ "/usr/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/bin/opam-master", "/usr/bin/opam-dev" ]
RUN useradd -u 1000 -d /home/opam -m --user-group opam
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
USER opam
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
wrap-build-commands: []
wrap-install-commands: []
wrap-remove-commands: []
required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#!/bin/sh
cp ~/.opamrc-nosandbox ~/.opamrc
echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#!/bin/sh
cp ~/.opamrc-sandbox ~/.opamrc
echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
RUN opam-sandbox-disable
RUN opam init -k git -a /home/opam/opam-repository --bare
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
RUN rm -rf .opam/repo/default/.git
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2026-05-04 18:17.18: Using cache hint "opam-opensuse-tumbleweed"
2026-05-04 18:17.18: Waiting for confirm-threshold > above-average
2026-05-04 18:18.49: Confirm-threshold now > above-average
2026-05-04 18:18.49: Waiting for resource in pool OCluster
2026-05-04 18:18.49: Waiting for worker…
2026-05-04 18:18.49: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 76bd899e94 Merge pull request #29831 from RyanGibb/opam-publish-wol.1.0
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.03kB done
#1 DONE 0.2s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.3s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
#3 CACHED
#4 [internal] load metadata for docker.io/opensuse/tumbleweed:latest
#4 DONE 1.1s
#5 [internal] load .dockerignore
#5 transferring context: 2B done
#5 DONE 0.1s
#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 [stage-0 1/17] FROM docker.io/opensuse/tumbleweed:latest@sha256:56a957fd0c4c478e7b21aa9a117d097f06609f77c22ac12ec8742be5cddd0537
#11 resolve docker.io/opensuse/tumbleweed:latest@sha256:56a957fd0c4c478e7b21aa9a117d097f06609f77c22ac12ec8742be5cddd0537 done
#11 sha256:68821c78e5eceb6bc82d4576ca17db5f98175d779767c8f7f6863ee7cd933fd9 2.17kB / 2.17kB done
#11 sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 0B / 40.47MB 0.1s
#11 sha256:56a957fd0c4c478e7b21aa9a117d097f06609f77c22ac12ec8742be5cddd0537 2.37kB / 2.37kB done
#11 sha256:49e27104c4a8b343a0a1ea53614a4ca997125b7d8d2c66540870b059e26faaa0 634B / 634B done
#11 sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 3.15MB / 40.47MB 0.2s
#11 sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 8.39MB / 40.47MB 0.3s
#11 sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 13.63MB / 40.47MB 0.4s
#11 sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 19.92MB / 40.47MB 0.5s
#11 sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 31.46MB / 40.47MB 0.7s
#11 sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 36.70MB / 40.47MB 0.8s
#11 sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 40.47MB / 40.47MB 0.9s done
#11 extracting sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b
#11 extracting sha256:4019cc975c11e0cfa7a73021b3ec47e147e0e21fca3f3ed636b694e1a1c4384b 5.0s done
#11 DONE 6.1s
#12 [stage-0 2/17] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#12 0.345 Alias : repo-openh264
#12 0.345 Name : Open H.264 Codec (openSUSE Tumbleweed)
#12 0.345 URI : http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed
#12 0.345 Enabled : Yes
#12 0.345 GPG Check : ( p) Yes
#12 0.345 Priority : 99 (default priority)
#12 0.345 Autorefresh : On
#12 0.345 Keep Packages : Off
#12 0.345 Type : N/A
#12 0.345 GPG Key URI :
#12 0.345 Path Prefix :
#12 0.345 Parent Service :
#12 0.345 Keywords : ---
#12 0.345 Repo Info Path : /etc/zypp/repos.d/repo-openh264.repo
#12 0.345 MD Cache Path : /var/cache/zypp/raw/repo-openh264
#12 0.383 Removing repository 'Open H.264 Codec (openSUSE Tumbleweed)' [...........done]
#12 0.386 Repository 'Open H.264 Codec (openSUSE Tumbleweed)' has been removed.
#12 DONE 0.9s
#13 [stage-0 3/17] RUN zypper update -y
#13 0.852 Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
#13 0.977 Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
#13 0.977 gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
#13 0.979 .......done]
#13 1.677 Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
#13 1.779 Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
#13 1.907 Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
#13 1.907 gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
#13 1.909 ...........
#13 ...
#14 [internal] load build context
#14 transferring context: 35.89MB 9.9s
#14 ...
#13 [stage-0 3/17] RUN zypper update -y
#13 1.909 ........................................................................................................
#13 ...
#14 [internal] load build context
#14 transferring context: 242.36MB 19.9s
#14 ...
#13 [stage-0 3/17] RUN zypper update -y
#13 1.909 ...........................................................................................................................................................................................................
#13 ...
#14 [internal] load build context
#14 transferring context: 272.08MB 29.6s done
#14 ...
#13 [stage-0 3/17] RUN zypper update -y
#13 1.909 ................................................................................................................................................................................................................
#13 ...
#14 [internal] load build context
#14 DONE 30.7s
#13 [stage-0 3/17] RUN zypper update -y
#13 1.909 ............................................................................................................................................................................................................................................................................................................................................................................................................................done]
#13 45.36 Building repository 'openSUSE-Tumbleweed-Oss' cache [....done]
#13 49.85 Retrieving repository 'openSUSE-Tumbleweed-Update' metadata [..
#13 49.96 Looking for gpg keys in repository openSUSE-Tumbleweed-Update.
#13 49.96 gpgkey=http://download.opensuse.org/update/tumbleweed/repodata/repomd.xml.key
#13 49.96 ......done]
#13 50.90 Building repository 'openSUSE-Tumbleweed-Update' cache [....done]
#13 50.91 Loading repository data...
#13 51.32 Reading installed packages...
#13 51.87
#13 51.87 The following 11 NEW packages are going to be installed:
#13 51.87 krb5 libbrotlicommon1 libbrotlidec1 libcom_err2 libcurl4 libkeyutils1 libldap2 libsasl2-3 libssh-config libssh4 libverto1
#13 51.87
#13 51.87 The following package is going to be REMOVED:
#13 51.87 libcurl-mini4
#13 51.87
#13 51.87 11 new packages to install, 1 to remove.
#13 51.87
#13 51.87 Package download size: 1.8 MiB
#13 51.87
#13 51.87 Package install size change:
#13 51.87 | 4.7 MiB required by packages that will be installed
#13 51.87 4.0 MiB | - 754.2 KiB released by packages that will be removed
#13 51.87
#13 51.87 Backend: classic_rpmtrans
#13 51.87 Continue? [y/n/v/...? shows all options] (y): y
#13 51.90 Preloading Packages [..
#13 51.94 Preloading: libkeyutils1-1.6.3-7.7.x86_64.rpm [done]
#13 51.94 .
#13 51.95 Preloading: libverto1-0.3.2-3.7.x86_64.rpm [done]
#13 51.95 .
#13 51.96 Preloading: libbrotlidec1-1.2.0-2.2.x86_64.rpm [done]
#13 51.96 .
#13 52.01 Preloading: libldap2-2.6.13-1.2.x86_64.rpm [done]
#13 52.01 .
#13 52.05 Preloading: libsasl2-3-2.1.28-12.3.x86_64.rpm [done]
#13 52.05 .
#13 52.05 Preloading: libbrotlicommon1-1.2.0-2.2.x86_64.rpm [done]
#13 52.05 .
#13 52.05 Preloading: libssh-config-0.11.4-2.2.noarch.rpm [done]
#13 52.05 .
#13 52.07 Preloading: libcom_err2-1.47.3-1.4.x86_64.rpm [done]
#13 52.07 .
#13 52.08 Preloading: krb5-1.22.2-2.3.x86_64.rpm [done]
#13 52.08 .
#13 52.11 Preloading: libssh4-0.11.4-2.2.x86_64.rpm [done]
#13 52.11 ..
#13 52.76 Preloading: libcurl4-8.19.0-2.2.x86_64.rpm [done]
#13 52.76 .done]
#13 52.77 Retrieving: libbrotlicommon1-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (1/11), 66.0 KiB
#13 52.77 Retrieving: libcom_err2-1.47.3-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (2/11), 26.7 KiB
#13 52.78 Retrieving: libkeyutils1-1.6.3-7.7.x86_64 (openSUSE-Tumbleweed-Oss) (3/11), 26.1 KiB
#13 52.79 Retrieving: libsasl2-3-2.1.28-12.3.x86_64 (openSUSE-Tumbleweed-Oss) (4/11), 59.3 KiB
#13 52.79 Retrieving: libssh-config-0.11.4-2.2.noarch (openSUSE-Tumbleweed-Oss) (5/11), 14.2 KiB
#13 52.80 Retrieving: libverto1-0.3.2-3.7.x86_64 (openSUSE-Tumbleweed-Oss) (6/11), 19.4 KiB
#13 52.81 Retrieving: libbrotlidec1-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (7/11), 30.7 KiB
#13 52.81 Retrieving: libldap2-2.6.13-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (8/11), 187.8 KiB
#13 52.82 Retrieving: krb5-1.22.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (9/11), 706.6 KiB
#13 52.83 Retrieving: libssh4-0.11.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (10/11), 222.1 KiB
#13 52.83 Retrieving: libcurl4-8.19.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (11/11), 503.3 KiB
#13 52.84
#13 52.84 Checking for file conflicts: [..done]
#13 52.89 ( 1/11) Installing: libbrotlicommon1-1.2.0-2.2.x86_64 [..done]
#13 52.97 ( 2/11) Installing: libcom_err2-1.47.3-1.4.x86_64 [..done]
#13 52.99 ( 3/11) Installing: libkeyutils1-1.6.3-7.7.x86_64 [..done]
#13 53.02 ( 4/11) Installing: libsasl2-3-2.1.28-12.3.x86_64 [..done]
#13 53.05 ( 5/11) Installing: libssh-config-0.11.4-2.2.noarch [..done]
#13 53.07 ( 6/11) Installing: libverto1-0.3.2-3.7.x86_64 [..done]
#13 53.09 ( 7/11) Installing: libbrotlidec1-1.2.0-2.2.x86_64 [..done]
#13 53.12 ( 8/11) Installing: libldap2-2.6.13-1.2.x86_64 [..done]
#13 53.15 ( 9/11) Installing: krb5-1.22.2-2.3.x86_64 [..done]
#13 53.21 (10/11) Installing: libssh4-0.11.4-2.2.x86_64 [..done]
#13 53.24 (11/11) Installing: libcurl4-8.19.0-2.2.x86_64 [..done]
#13 53.28 Running post-transaction scripts [...done]
#13 53.37
#13 DONE 53.5s
#15 [stage-0 4/17] RUN zypper install --force-resolution -y -t pattern devel_C_C++
#15 0.779 Loading repository data...
#15 1.193 Reading installed packages...
#15 1.699 Resolving package dependencies...
#15 1.755
#15 1.755 The following 95 NEW packages are going to be installed:
#15 1.755 alts autoconf automake binutils bison chrony chrony-pool-openSUSE coreutils-systemd cpp cpp15 dbus-1-common dbus-broker dbus-broker-block-restart diffutils envsubst findutils flex gawk gcc gcc-c++ gcc15 gcc15-c++ gdbm-devel gettext-runtime gettext-tools glibc-devel glibc-gconv-modules-extra info kbd libalternatives1 libasan8 libatomic1 libctf-nobfd0 libctf0 libedit0 libexpat1 libfl-devel libfl2 libgdbm6 libgdbm_compat4 libgnutls30 libgomp1 libhogweed6 libhwasan0 libisl23 libitm1 libkbdfile1 libkeymap1 libkfont0 libleancrypto1 liblsan0 libltdl7 libmpc3 libmpfr6 libncurses_c++6 libnettle8 libpkgconf7 libseccomp2 libsframe2 libstdc++-devel libstdc++6-devel-gcc15 libtextstyle0 libtool libtsan2 libubsan1 libwtmpdb0 libxcrypt-devel libz-ng-compat1 libzio1 linux-glibc-devel m4 make makeinfo ncurses-devel pam-config pam-extra patch patterns-base-base patterns-base-basesystem patterns-devel-C-C++-devel_C_C++ patterns-devel-base-devel_basis perl perl-base pkgconf pkgconf-m4 pkgconf-pkg-config purge-kernels-service systemd systemd-default-settings systemd-default-settings-branding-openSUSE systemd-presets-branding-openSUSE systemd-presets-common-SUSE tack wtmpdb zlib-ng-compat-devel
#15 1.755
#15 1.755 The following 4 NEW patterns are going to be installed:
#15 1.755 base basesystem devel_C_C++ devel_basis
#15 1.755
#15 1.755 95 new packages to install.
#15 1.755
#15 1.755 Package download size: 133.0 MiB
#15 1.755
#15 1.755 Package install size change:
#15 1.755 | 513.5 MiB required by packages that will be installed
#15 1.755 513.5 MiB | - 0 B released by packages that will be removed
#15 1.755
#15 1.755 Backend: classic_rpmtrans
#15 1.755 Continue? [y/n/v/...? shows all options] (y): y
#15 1.782 Preloading Packages [..
#15 1.804 Preloading: systemd-presets-branding-openSUSE-12.2-29.2.noarch.rpm [done]
#15 1.804 .
#15 1.809 Preloading: pkgconf-pkg-config-2.5.1-1.3.x86_64.rpm [done]
#15 1.809 .
#15 1.835 Preloading: info-7.3-1.2.x86_64.rpm [done]
#15 1.835 .
#15 1.837 Preloading: libctf0-2.45-3.2.x86_64.rpm [done]
#15 1.837 .
#15 2.080 Preloading: kbd-2.9.0-2.2.x86_64.rpm [done]
#15 2.080 .
#15 2.111 Preloading: gdbm-devel-1.26-1.3.x86_64.rpm [done]
#15 2.111 ..
#15 2.384 Preloading: wtmpdb-0.75.0+git20251130.0d8fe7a-1.3.x86_64.rpm [done]
#15 2.384 .
#15 2.641 Preloading: binutils-2.45-3.2.x86_64.rpm [done]
#15 2.641 ..
#15 2.896 Preloading: flex-2.6.4-7.5.x86_64.rpm [done]
#15 2.896 .
#15 2.963 Preloading: perl-5.42.0-1.3.x86_64.rpm [done]
#15 2.963 .
#15 2.983 Preloading: makeinfo-7.3-1.2.x86_64.rpm [done]
#15 2.983 .
#15 3.008 Preloading: libctf-nobfd0-2.45-3.2.x86_64.rpm [done]
#15 3.008 .
#15 3.015 Preloading: bison-3.8.2-3.12.x86_64.rpm [done]
#15 3.015 .
#15 3.018 Preloading: libzio1-1.12-1.2.x86_64.rpm [done]
#15 3.018 .
#15 3.028 Preloading: pkgconf-2.5.1-1.3.x86_64.rpm [done]
#15 3.028 .
#15 3.070 Preloading: libhogweed6-3.10.2-1.3.x86_64.rpm [done]
#15 3.070 .
#15 3.127 Preloading: pam-config-2.14+git.20260216-1.2.x86_64.rpm [done]
#15 3.127 .
#15 3.131 Preloading: gettext-runtime-1.0-2.2.x86_64.rpm [done]
#15 3.131 .
#15 3.145 Preloading: libkeymap1-2.9.0-2.2.x86_64.rpm [done]
#15 3.145 .
#15 3.156 Preloading: libkfont0-2.9.0-2.2.x86_64.rpm [done]
#15 3.156 .
#15 3.217 Preloading: libgnutls30-3.8.12-3.2.x86_64.rpm [done]
#15 3.217 .
#15 3.243 Preloading: glibc-devel-2.43-1.1.x86_64.rpm [done]
#15 3.243 .
#15 3.248 Preloading: libmpc3-1.4.1-1.2.x86_64.rpm [done]
#15 3.248 .
#15 3.255 Preloading: patterns-devel-base-devel_basis-20170319-13.3.x86_64.rpm [done]
#15 3.255 .
#15 3.257 Preloading: patterns-devel-C-C++-devel_C_C++-20170319-4.9.noarch.rpm [done]
#15 3.257 .
#15 3.266 Preloading: gcc-15-3.2.x86_64.rpm [done]
#15 3.266 .
#15 3.278 Preloading: libstdc++-devel-15-3.2.x86_64.rpm [done]
#15 3.278 ..
#15 3.306 Preloading: gcc-c++-15-3.2.x86_64.rpm [done]
#15 3.306 .
#15 3.317 Preloading: gawk-5.3.2-1.4.x86_64.rpm [done]
#15 3.317 .
#15 3.377 Preloading: libtool-2.5.4-1.4.x86_64.rpm [done]
#15 3.377 .
#15 3.389 Preloading: patterns-base-basesystem-20241218-28.1.x86_64.rpm [done]
#15 3.389 .
#15 3.497 Preloading: automake-1.18.1-1.3.noarch.rpm [done]
#15 3.497 .
#15 3.509 Preloading: libgdbm_compat4-1.26-1.3.x86_64.rpm [done]
#15 3.509 .
#15 3.521 Preloading: patterns-base-base-20241218-28.1.x86_64.rpm [done]
#15 3.521 .
#15 3.619 Preloading: autoconf-2.73-1.1.noarch.rpm [done]
#15 3.619 ..
#15 3.885 Preloading: gettext-tools-1.0-2.2.x86_64.rpm [done]
#15 3.885 .
#15 3.898 Preloading: libxcrypt-devel-4.5.2-2.2.x86_64.rpm [done]
#15 3.898 .
#15 3.995 Preloading: cpp15-15.2.1+git10776-3.3.x86_64.rpm [done]
#15 3.995 .
#15 4.007 Preloading: ncurses-devel-6.6.20260418-102.2.x86_64.rpm [done]
#15 4.007 .
#15 4.046 Preloading: dbus-broker-37-2.3.x86_64.rpm [done]
#15 4.046 .
#15 4.073 Preloading: zlib-ng-compat-devel-2.3.3-2.2.x86_64.rpm [done]
#15 4.073 .
#15 4.188 Preloading: chrony-4.8-1.3.x86_64.rpm [done]
#15 4.188 .
#15 4.234 Preloading: chrony-pool-openSUSE-4.8-1.3.noarch.rpm [done]
#15 4.234 .
#15 4.261 Preloading: cpp-15-3.2.x86_64.rpm [done]
#15 4.261 ..
#15 4.324 Preloading: libfl2-2.6.4-7.5.x86_64.rpm [done]
#15 4.324 .
#15 4.341 Preloading: systemd-260.1-1.3.x86_64.rpm [done]
#15 4.341 .
#15 4.376 Preloading: libncurses_c++6-6.6.20260418-102.2.x86_64.rpm [done]
#15 4.376 .
#15 4.377 Preloading: libmpfr6-4.2.2-1.3.x86_64.rpm [done]
#15 4.377 .
#15 4.401 Preloading: libltdl7-2.5.4-1.4.x86_64.rpm [done]
#15 4.401 .
#15 4.406 Preloading: liblsan0-16.0.1+git8812-1.2.x86_64.rpm [done]
#15 4.406 .
#15 4.417 Preloading: libkbdfile1-2.9.0-2.2.x86_64.rpm [done]
#15 4.417 .
#15 4.429 Preloading: libitm1-16.0.1+git8812-1.2.x86_64.rpm [done]
#15 4.429 .
#15 4.502 Preloading: libisl23-0.27-1.4.x86_64.rpm [done]
#15 4.502 .
#15 4.552 Preloading: libhwasan0-16.0.1+git8812-1.2.x86_64.rpm [done]
#15 4.552 .
#15 4.591 Preloading: libgomp1-16.0.1+git8812-1.2.x86_64.rpm [done]
#15 4.591 .
#15 4.604 Preloading: libgdbm6-1.26-1.3.x86_64.rpm [done]
#15 4.604 .
#15 4.640 Preloading: libnettle8-3.10.2-1.3.x86_64.rpm [done]
#15 4.640 .
#15 4.660 Preloading: libexpat1-2.7.5-1.2.x86_64.rpm [done]
#15 4.660 .
#15 4.680 Preloading: libedit0-20250104.3.1-1.3.x86_64.rpm [done]
#15 4.680 .
#15 4.692 Preloading: libatomic1-16.0.1+git8812-1.2.x86_64.rpm [done]
#15 4.692 .
#15 4.719 Preloading: libleancrypto1-1.7.2-2.2.x86_64.rpm [done]
#15 4.719 .
#15 4.773 Preloading: libasan8-16.0.1+git8812-1.2.x86_64.rpm [done]
#15 4.773 .
#15 4.796 Preloading: libalternatives1-1.2+31.da24cd4-1.3.x86_64.rpm [done]
#15 4.796 ..
#15 4.886 Preloading: findutils-4.10.0-2.5.x86_64.rpm [done]
#15 4.886 .
#15 4.929 Preloading: envsubst-1.0-2.2.x86_64.rpm [done]
#15 4.929 .
#15 4.978 Preloading: libstdc++6-devel-gcc15-15.2.1+git10776-3.3.x86_64.rpm [done]
#15 4.978 .
#15 4.997 Preloading: glibc-gconv-modules-extra-2.43-1.1.x86_64.rpm [done]
#15 4.997 .
#15 4.999 Preloading: diffutils-3.12-1.3.x86_64.rpm [done]
#15 4.999 .
#15 5.008 Preloading: dbus-1-common-1.14.10-5.4.noarch.rpm [done]
#15 5.008 .
#15 5.028 Preloading: libfl-devel-2.6.4-7.5.x86_64.rpm [done]
#15 5.028 .
#15 5.038 Preloading: alts-1.2+31.da24cd4-1.3.x86_64.rpm [done]
#15 5.038 .
#15 5.040 Preloading: dbus-broker-block-restart-37-2.3.noarch.rpm [done]
#15 5.040 .
#15 5.049 Preloading: systemd-presets-common-SUSE-15-48.1.noarch.rpm [done]
#15 5.049 .
#15 5.060 Preloading: systemd-default-settings-0.10-1.4.noarch.rpm [done]
#15 5.060 .
#15 5.068 Preloading: tack-1.11.20251210-102.2.x86_64.rpm [done]
#15 5.068 .
#15 5.080 Preloading: purge-kernels-service-0-9.10.noarch.rpm [done]
#15 5.080 .
#15 5.090 Preloading: pkgconf-m4-2.5.1-1.3.noarch.rpm [done]
#15 5.090 .
#15 5.127 Preloading: systemd-default-settings-branding-openSUSE-0.10-1.4.noarch.rpm [done]
#15 5.127 .
#15 5.133 Preloading: make-4.4.1-3.5.x86_64.rpm [done]
#15 5.133 .
#15 5.152 Preloading: patch-2.8-2.3.x86_64.rpm [done]
#15 5.152 .
#15 5.166 Preloading: pam-extra-1.7.2-2.3.x86_64.rpm [done]
#15 5.166 .
#15 5.185 Preloading: coreutils-systemd-9.11-1.2.x86_64.rpm [done]
#15 5.185 .
#15 5.285 Preloading: m4-1.4.21-1.2.x86_64.rpm [done]
#15 5.285 ..
#15 5.306 Preloading: perl-base-5.42.0-1.3.x86_64.rpm [done]
#15 5.306 .
#15 5.316 Preloading: libwtmpdb0-0.75.0+git20251130.0d8fe7a-1.3.x86_64.rpm [done]
#15 5.316 .
#15 5.331 Preloading: libz-ng-compat1-2.3.3-2.2.x86_64.rpm [done]
#15 5.331 .
#15 5.346 Preloading: libubsan1-16.0.1+git8812-1.2.x86_64.rpm [done]
#15 5.346 .
#15 5.384 Preloading: libtextstyle0-1.0-2.2.x86_64.rpm [done]
#15 5.384 .
#15 5.395 Preloading: libsframe2-2.45-3.2.x86_64.rpm [done]
#15 5.395 .
#15 5.400 Preloading: linux-glibc-devel-7.0-1.1.x86_64.rpm [done]
#15 5.400 .
#15 5.407 Preloading: libseccomp2-2.6.0-2.4.x86_64.rpm [done]
#15 5.407 .
#15 5.410 Preloading: libpkgconf7-2.5.1-1.3.x86_64.rpm [done]
#15 5.410 .
#15 5.447 Preloading: libtsan2-16.0.1+git8812-1.2.x86_64.rpm [done]
#15 5.447 ......................................................
#15 32.47 Preloading: gcc15-c++-15.2.1+git10776-3.3.x86_64.rpm [done]
#15 32.47 ..........................................
#15 52.98 Preloading: gcc15-15.2.1+git10776-3.3.x86_64.rpm [done]
#15 52.98 .done]
#15 52.99 Retrieving: coreutils-systemd-9.11-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (1/95), 218.4 KiB
#15 53.00 Retrieving: dbus-1-common-1.14.10-5.4.noarch (openSUSE-Tumbleweed-Oss) (2/95), 18.8 KiB
#15 53.01 Retrieving: dbus-broker-block-restart-37-2.3.noarch (openSUSE-Tumbleweed-Oss) (3/95), 14.3 KiB
#15 53.01 Retrieving: diffutils-3.12-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (4/95), 192.1 KiB
#15 53.02 Retrieving: envsubst-1.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (5/95), 55.3 KiB
#15 53.03 Retrieving: findutils-4.10.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (6/95), 288.6 KiB
#15 53.04 Retrieving: glibc-gconv-modules-extra-2.43-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (7/95), 1.3 MiB
#15 53.05 Retrieving: libalternatives1-1.2+31.da24cd4-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (8/95), 19.4 KiB
#15 53.06 Retrieving: libasan8-16.0.1+git8812-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (9/95), 523.8 KiB
#15 53.06 Retrieving: libatomic1-16.0.1+git8812-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (10/95), 21.3 KiB
#15 53.07 Retrieving: libedit0-20250104.3.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (11/95), 101.9 KiB
#15 53.07 Retrieving: libexpat1-2.7.5-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (12/95), 86.9 KiB
#15 53.07 Retrieving: libfl2-2.6.4-7.5.x86_64 (openSUSE-Tumbleweed-Oss) (13/95), 98.1 KiB
#15 53.08 Retrieving: libgdbm6-1.26-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (14/95), 53.9 KiB
#15 53.08 Retrieving: libgomp1-16.0.1+git8812-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (15/95), 218.5 KiB
#15 53.09 Retrieving: libhwasan0-16.0.1+git8812-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (16/95), 272.7 KiB
#15 53.09 Retrieving: libisl23-0.27-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (17/95), 702.6 KiB
#15 53.10 Retrieving: libitm1-16.0.1+git8812-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (18/95), 39.4 KiB
#15 53.10 Retrieving: libkbdfile1-2.9.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (19/95), 21.5 KiB
#15 53.11 Retrieving: libleancrypto1-1.7.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (20/95), 1.2 MiB
#15 53.12 Retrieving: liblsan0-16.0.1+git8812-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (21/95), 225.6 KiB
#15 53.12 Retrieving: libltdl7-2.5.4-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (22/95), 34.0 KiB
#15 53.13 Retrieving: libmpfr6-4.2.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (23/95), 339.2 KiB
#15 53.13 Retrieving: libncurses_c++6-6.6.20260418-102.2.x86_64 (openSUSE-Tumbleweed-Oss) (24/95), 97.6 KiB
#15 53.14 Retrieving: libnettle8-3.10.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (25/95), 177.6 KiB
#15 53.14 Retrieving: libpkgconf7-2.5.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (26/95), 46.4 KiB
#15 53.14 Retrieving: libseccomp2-2.6.0-2.4.x86_64 (openSUSE-Tumbleweed-Oss) (27/95), 64.9 KiB
#15 53.15 Retrieving: libsframe2-2.45-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (28/95), 40.5 KiB
#15 53.15 Retrieving: libtextstyle0-1.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (29/95), 283.1 KiB
#15 53.16 Retrieving: libtsan2-16.0.1+git8812-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (30/95), 441.6 KiB
#15 53.16 Retrieving: libubsan1-16.0.1+git8812-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (31/95), 205.9 KiB
#15 53.17 Retrieving: libwtmpdb0-0.75.0+git20251130.0d8fe7a-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (32/95), 27.5 KiB
#15 53.17 Retrieving: libz-ng-compat1-2.3.3-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (33/95), 99.5 KiB
#15 53.17 Retrieving: linux-glibc-devel-7.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (34/95), 1.6 MiB
#15 53.19 Retrieving: m4-1.4.21-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (35/95), 333.2 KiB
#15 53.19 Retrieving: make-4.4.1-3.5.x86_64 (openSUSE-Tumbleweed-Oss) (36/95), 323.3 KiB
#15 53.20 Retrieving: pam-extra-1.7.2-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (37/95), 42.0 KiB
#15 53.20 Retrieving: patch-2.8-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (38/95), 113.2 KiB
#15 53.21 Retrieving: perl-base-5.42.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (39/95), 1.7 MiB
#15 53.22 Retrieving: pkgconf-m4-2.5.1-1.3.noarch (openSUSE-Tumbleweed-Oss) (40/95), 20.8 KiB
#15 53.22 Retrieving: purge-kernels-service-0-9.10.noarch (openSUSE-Tumbleweed-Oss) (41/95), 9.0 KiB
#15 53.23 Retrieving: systemd-default-settings-branding-openSUSE-0.10-1.4.noarch (openSUSE-Tumbleweed-Oss) (42/95), 8.7 KiB
#15 53.23 Retrieving: systemd-default-settings-0.10-1.4.noarch (openSUSE-Tumbleweed-Oss) (43/95), 10.7 KiB
#15 53.23 Retrieving: systemd-presets-common-SUSE-15-48.1.noarch (openSUSE-Tumbleweed-Oss) (44/95), 15.5 KiB
#15 53.24 Retrieving: tack-1.11.20251210-102.2.x86_64 (openSUSE-Tumbleweed-Oss) (45/95), 152.8 KiB
#15 53.24 Retrieving: alts-1.2+31.da24cd4-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (46/95), 22.4 KiB
#15 53.24 Retrieving: libfl-devel-2.6.4-7.5.x86_64 (openSUSE-Tumbleweed-Oss) (47/95), 97.6 KiB
#15 53.25 Retrieving: libgdbm_compat4-1.26-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (48/95), 26.9 KiB
#15 53.25 Retrieving: libkfont0-2.9.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (49/95), 35.8 KiB
#15 53.26 Retrieving: libkeymap1-2.9.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (50/95), 66.9 KiB
#15 53.26 Retrieving: libmpc3-1.4.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (51/95), 67.9 KiB
#15 53.26 Retrieving: gawk-5.3.2-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (52/95), 1.6 MiB
#15 53.28 Retrieving: libhogweed6-3.10.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (53/95), 219.8 KiB
#15 53.28 Retrieving: pkgconf-2.5.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (54/95), 59.7 KiB
#15 53.28 Retrieving: gettext-runtime-1.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (55/95), 964.3 KiB
#15 53.29 Retrieving: libzio1-1.12-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (56/95), 29.4 KiB
#15 53.30 Retrieving: libctf-nobfd0-2.45-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (57/95), 124.5 KiB
#15 53.30 Retrieving: bison-3.8.2-3.12.x86_64 (openSUSE-Tumbleweed-Oss) (58/95), 652.7 KiB
#15 53.31 Retrieving: pam-config-2.14+git.20260216-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (59/95), 154.0 KiB
#15 53.31 Retrieving: systemd-presets-branding-openSUSE-12.2-29.2.noarch (openSUSE-Tumbleweed-Oss) (60/95), 10.1 KiB
#15 53.32 Retrieving: flex-2.6.4-7.5.x86_64 (openSUSE-Tumbleweed-Oss) (61/95), 381.6 KiB
#15 53.32 Retrieving: perl-5.42.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (62/95), 8.4 MiB
#15 53.38 Retrieving: gdbm-devel-1.26-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (63/95), 171.0 KiB
#15 53.38 Retrieving: kbd-2.9.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (64/95), 2.3 MiB
#15 53.40 Retrieving: cpp15-15.2.1+git10776-3.3.x86_64 (openSUSE-Tumbleweed-Oss) (65/95), 12.5 MiB
#15 53.48 Retrieving: libgnutls30-3.8.12-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (66/95), 765.5 KiB
#15 53.49 Retrieving: pkgconf-pkg-config-2.5.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (67/95), 16.0 KiB
#15 53.49 Retrieving: info-7.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (68/95), 153.1 KiB
#15 53.49 Retrieving: libctf0-2.45-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (69/95), 124.5 KiB
#15 53.50 Retrieving: binutils-2.45-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (70/95), 7.8 MiB
#15 53.53 Retrieving: wtmpdb-0.75.0+git20251130.0d8fe7a-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (71/95), 49.4 KiB
#15 53.53 Retrieving: makeinfo-7.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (72/95), 1.4 MiB
#15 53.54 Retrieving: cpp-15-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (73/95), 8.8 KiB
#15 53.54 Retrieving: chrony-pool-openSUSE-4.8-1.3.noarch (openSUSE-Tumbleweed-Oss) (74/95), 12.0 KiB
#15 53.55 Retrieving: chrony-4.8-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (75/95), 327.9 KiB
#15 53.55 Retrieving: zlib-ng-compat-devel-2.3.3-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (76/95), 46.1 KiB
#15 53.55 Retrieving: systemd-260.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (77/95), 4.8 MiB
#15 53.57 Retrieving: dbus-broker-37-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (78/95), 152.3 KiB
#15 53.58 Retrieving: ncurses-devel-6.6.20260418-102.2.x86_64 (openSUSE-Tumbleweed-Oss) (79/95), 1.3 MiB
#15 53.58 Retrieving: libxcrypt-devel-4.5.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (80/95), 33.6 KiB
#15 53.59 Retrieving: gettext-tools-1.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (81/95), 2.8 MiB
#15 53.60 Retrieving: autoconf-2.73-1.1.noarch (openSUSE-Tumbleweed-Oss) (82/95), 791.1 KiB
#15 53.61 Retrieving: patterns-base-base-20241218-28.1.x86_64 (openSUSE-Tumbleweed-Oss) (83/95), 18.7 KiB
#15 53.61 Retrieving: glibc-devel-2.43-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (84/95), 639.8 KiB
#15 53.61 Retrieving: automake-1.18.1-1.3.noarch (openSUSE-Tumbleweed-Oss) (85/95), 922.3 KiB
#15 53.62 Retrieving: patterns-base-basesystem-20241218-28.1.x86_64 (openSUSE-Tumbleweed-Oss) (86/95), 16.2 KiB
#15 53.62 Retrieving: libstdc++6-devel-gcc15-15.2.1+git10776-3.3.x86_64 (openSUSE-Tumbleweed-Oss) (87/95), 13.9 MiB
#15 53.68 Retrieving: gcc15-15.2.1+git10776-3.3.x86_64 (openSUSE-Tumbleweed-Oss) (88/95), 42.8 MiB
#15 53.86 Retrieving: libtool-2.5.4-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (89/95), 793.8 KiB
#15 53.86 Retrieving: libstdc++-devel-15-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (90/95), 8.0 KiB
#15 53.87 Retrieving: gcc15-c++-15.2.1+git10776-3.3.x86_64 (openSUSE-Tumbleweed-Oss) (91/95), 14.0 MiB
#15 53.92 Retrieving: gcc-15-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (92/95), 9.8 KiB
#15 53.93 Retrieving: gcc-c++-15-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (93/95), 8.6 KiB
#15 53.93 Retrieving: patterns-devel-base-devel_basis-20170319-13.3.x86_64 (openSUSE-Tumbleweed-Oss) (94/95), 9.1 KiB
#15 53.93 Retrieving: patterns-devel-C-C++-devel_C_C++-20170319-4.9.noarch (openSUSE-Tumbleweed-Oss) (95/95), 8.3 KiB
#15 53.93
#15 53.93 Checking for file conflicts: [......done]
#15 54.49 ( 1/95) Installing: coreutils-systemd-9.11-1.2.x86_64 [..done]
#15 54.53 ( 2/95) Installing: dbus-1-common-1.14.10-5.4.noarch [..
#15 54.56 /usr/sbin/useradd -r -c User for D-Bus -d /run/dbus -U messagebus -s /usr/sbin/nologin
#15 54.59 done]
#15 54.59 ( 3/95) Installing: dbus-broker-block-restart-37-2.3.noarch [..done]
#15 54.61 ( 4/95) Installing: diffutils-3.12-1.3.x86_64 [..done]
#15 54.63 ( 5/95) Installing: envsubst-1.0-2.2.x86_64 [..done]
#15 54.65 ( 6/95) Installing: findutils-4.10.0-2.5.x86_64 [..done]
#15 54.68 ( 7/95) Installing: glibc-gconv-modules-extra-2.43-1.1.x86_64 [..done]
#15 54.80 ( 8/95) Installing: libalternatives1-1.2+31.da24cd4-1.3.x86_64 [..done]
#15 54.83 ( 9/95) Installing: libasan8-16.0.1+git8812-1.2.x86_64 [..done]
#15 54.87 (10/95) Installing: libatomic1-16.0.1+git8812-1.2.x86_64 [..done]
#15 54.90 (11/95) Installing: libedit0-20250104.3.1-1.3.x86_64 [..done]
#15 54.93 (12/95) Installing: libexpat1-2.7.5-1.2.x86_64 [..done]
#15 54.96 (13/95) Installing: libfl2-2.6.4-7.5.x86_64 [..done]
#15 54.98 (14/95) Installing: libgdbm6-1.26-1.3.x86_64 [..done]
#15 55.01 (15/95) Installing: libgomp1-16.0.1+git8812-1.2.x86_64 [..done]
#15 55.04 (16/95) Installing: libhwasan0-16.0.1+git8812-1.2.x86_64 [..done]
#15 55.07 (17/95) Installing: libisl23-0.27-1.4.x86_64 [..done]
#15 55.11 (18/95) Installing: libitm1-16.0.1+git8812-1.2.x86_64 [..done]
#15 55.13 (19/95) Installing: libkbdfile1-2.9.0-2.2.x86_64 [..done]
#15 55.16 (20/95) Installing: libleancrypto1-1.7.2-2.2.x86_64 [..done]
#15 55.21 (21/95) Installing: liblsan0-16.0.1+git8812-1.2.x86_64 [..done]
#15 55.24 (22/95) Installing: libltdl7-2.5.4-1.4.x86_64 [..done]
#15 55.26 (23/95) Installing: libmpfr6-4.2.2-1.3.x86_64 [..done]
#15 55.30 (24/95) Installing: libncurses_c++6-6.6.20260418-102.2.x86_64 [..done]
#15 55.32 (25/95) Installing: libnettle8-3.10.2-1.3.x86_64 [..done]
#15 55.35 (26/95) Installing: libpkgconf7-2.5.1-1.3.x86_64 [..done]
#15 55.38 (27/95) Installing: libseccomp2-2.6.0-2.4.x86_64 [..done]
#15 55.41 (28/95) Installing: libsframe2-2.45-3.2.x86_64 [..done]
#15 55.44 (29/95) Installing: libtextstyle0-1.0-2.2.x86_64 [..done]
#15 55.47 (30/95) Installing: libtsan2-16.0.1+git8812-1.2.x86_64 [..done]
#15 55.51 (31/95) Installing: libubsan1-16.0.1+git8812-1.2.x86_64 [..done]
#15 55.54 (32/95) Installing: libwtmpdb0-0.75.0+git20251130.0d8fe7a-1.3.x86_64 [..done]
#15 55.56 (33/95) Installing: libz-ng-compat1-2.3.3-2.2.x86_64 [..done]
#15 55.59 (34/95) Installing: linux-glibc-devel-7.0-1.1.x86_64 [...done]
#15 55.80 (35/95) Installing: m4-1.4.21-1.2.x86_64 [..done]
#15 55.86 (36/95) Installing: make-4.4.1-3.5.x86_64 [..done]
#15 55.89 (37/95) Installing: pam-extra-1.7.2-2.3.x86_64 [..done]
#15 55.92 (38/95) Installing: patch-2.8-2.3.x86_64 [..done]
#15 55.95 (39/95) Installing: perl-base-5.42.0-1.3.x86_64 [..done]
#15 56.04 (40/95) Installing: pkgconf-m4-2.5.1-1.3.noarch [..done]
#15 56.07 (41/95) Installing: purge-kernels-service-0-9.10.noarch [..done]
#15 56.09 (42/95) Installing: systemd-default-settings-branding-openSUSE-0.10-1.4.noarch [..done]
#15 56.11 (43/95) Installing: systemd-default-settings-0.10-1.4.noarch [..done]
#15 56.13 (44/95) Installing: systemd-presets-common-SUSE-15-48.1.noarch [..done]
#15 56.16 (45/95) Installing: tack-1.11.20251210-102.2.x86_64 [..done]
#15 56.18 (46/95) Installing: alts-1.2+31.da24cd4-1.3.x86_64 [..done]
#15 56.21 (47/95) Installing: libfl-devel-2.6.4-7.5.x86_64 [..done]
#15 56.23 (48/95) Installing: libgdbm_compat4-1.26-1.3.x86_64 [..done]
#15 56.26 (49/95) Installing: libkfont0-2.9.0-2.2.x86_64 [..done]
#15 56.29 (50/95) Installing: libkeymap1-2.9.0-2.2.x86_64 [..done]
#15 56.31 (51/95) Installing: libmpc3-1.4.1-1.2.x86_64 [..done]
#15 56.35 (52/95) Installing: gawk-5.3.2-1.4.x86_64 [..done]
#15 56.43 (53/95) Installing: libhogweed6-3.10.2-1.3.x86_64 [..done]
#15 56.46 (54/95) Installing: pkgconf-2.5.1-1.3.x86_64 [..done]
#15 56.48 (55/95) Installing: gettext-runtime-1.0-2.2.x86_64 [..done]
#15 56.55 (56/95) Installing: libzio1-1.12-1.2.x86_64 [..done]
#15 56.58 (57/95) Installing: libctf-nobfd0-2.45-3.2.x86_64 [..done]
#15 56.61 (58/95) Installing: bison-3.8.2-3.12.x86_64 [..done]
#15 56.65 (59/95) Installing: pam-config-2.14+git.20260216-1.2.x86_64 [..
#15 56.69 ERROR: module /lib64/security/pam_pwquality.so is not installed.
#15 56.69 *** write_config (account, /etc/pam.d/common-account-pc, ...)
#15 56.69 **** write config for pam_access.so (account, disabled)
#15 56.69 **** write config for pam_systemd_home.so (account, disabled)
#15 56.69 **** write config for pam_himmelblau.so (account, disabled)
#15 56.69 **** write config for pam_unix2.so (account, disabled)
#15 56.69 **** write config for pam_unix.so (account, enabled)
#15 56.69 **** write config for pam_unix_ng.so (account, disabled)
#15 56.69 **** write config for pam_krb5.so (account, disabled)
#15 56.69 **** write config for pam_localuser.so (account, disabled)
#15 56.69 **** write config for pam_sss.so (account, disabled)
#15 56.69 **** write config for pam_ldap.so (account, disabled)
#15 56.69 **** write config for pam_nam.so (account, disabled)
#15 56.69 **** write config for pam_winbind.so (account, disabled)
#15 56.69 **** write config for pam_time.so (account, disabled)
#15 56.69 **** write config for pam_kanidm.so (account, disabled)
#15 56.69 *** write_config (auth, /etc/pam.d/common-auth-pc, ...)
#15 56.69 **** write config for pam_faildelay.so (auth, disabled)
#15 56.69 **** write config for pam_group.so (auth, disabled)
#15 56.69 **** write config for pam_pkcs11.so (auth, disabled)
#15 56.69 **** write config for pam_fp.so (auth, disabled)
#15 56.69 **** write config for pam_fprint.so (auth, disabled)
#15 56.69 **** write config for pam_fprintd.so (auth, disabled)
#15 56.69 **** write config for pam_thinkfinger.so (auth, disabled)
#15 56.69 **** write config for pam_himmelblau.so (auth, disabled)
#15 56.69 **** write config for pam_gnome_keyring.so (auth, disabled)
#15 56.69 **** write config for pam_kwallet5.so (auth, disabled)
#15 56.69 **** write config for pam_systemd_home.so (auth, disabled)
#15 56.69 **** write config for pam_ssh.so (auth, disabled)
#15 56.69 **** write config for pam_ecryptfs.so (auth, disabled)
#15 56.69 **** write config for pam_fscrypt.so (auth, disabled)
#15 56.69 **** write config for pam_unix2.so (auth, disabled)
#15 56.69 **** write config for pam_unix.so (auth, enabled)
#15 56.69 **** write config for pam_unix_ng.so (auth, disabled)
#15 56.69 **** write config for pam_krb5.so (auth, disabled)
#15 56.69 **** write config for pam_sss.so (auth, disabled)
#15 56.69 **** write config for pam_ldap.so (auth, disabled)
#15 56.69 **** write config for pam_nam.so (auth, disabled)
#15 56.69 **** write config for pam_winbind.so (auth, disabled)
#15 56.69 **** write config for pam_kanidm.so (auth, disabled)
#15 56.69 *** write_config (password, /etc/pam.d/common-password-pc, ...)
#15 56.69 **** write config for pam_himmelblau.so (password, disabled)
#15 56.69 **** write config for pam_winbind.so (password, disabled)
#15 56.69 **** write config for pam_pwcheck.so (password, disabled)
#15 56.69 **** write config for pam_passwdqc.so (password, disabled)
#15 56.69 **** write config for pam_pwquality.so (password, disabled)
#15 56.69 **** write config for pam_cracklib.so (password, disabled)
#15 56.69 **** write config for pam_pwhistory.so (password, disabled)
#15 56.69 **** write config for pam_gnome_keyring.so (password, disabled)
#15 56.69 **** write config for pam_kwallet5.so (password, disabled)
#15 56.69 **** write config for pam_ecryptfs.so (password, disabled)
#15 56.69 **** write config for pam_systemd_home.so (password, disabled)
#15 56.69 **** write config for pam_unix2.so (password, disabled)
#15 56.69 **** write config for pam_unix.so (password, enabled)
#15 56.69 **** write config for pam_unix_ng.so (password, disabled)
#15 56.69 **** write config for pam_fscrypt.so (password, disabled)
#15 56.69 **** write config for pam_make.so (password, disabled)
#15 56.69 **** write config for pam_exec.so (password, disabled)
#15 56.69 **** write config for pam_krb5.so (password, disabled)
#15 56.69 **** write config for pam_sss.so (password, disabled)
#15 56.69 **** write config for pam_ldap.so (password, disabled)
#15 56.69 **** write config for pam_nam.so (password, disabled)
#15 56.69 *** write_config (session, /etc/pam.d/common-session-pc, ...)
#15 56.69 **** write config for pam_selinux.so (session, disabled)
#15 56.69 **** write config for pam_selinux.so (session, disabled)
#15 56.69 **** write config for pam_limits.so (session, enabled)
#15 56.69 **** write config for pam_ecryptfs.so (session, disabled)
#15 56.69 **** write config for pam_fscrypt.so (session, disabled)
#15 56.69 **** write config for pam_mkhomedir.so (session, disabled)
#15 56.69 **** write config for pam_systemd_home.so (session, disabled)
#15 56.69 **** write config for pam_systemd.so (session, disabled)
#15 56.70 **** write config for pam_unix2.so (session, disabled)
#15 56.70 **** write config for pam_unix.so (session, enabled)
#15 56.70 **** write config for pam_unix_ng.so (session, disabled)
#15 56.70 **** write config for pam_apparmor.so (session, disabled)
#15 56.70 **** write config for pam_krb5.so (session, disabled)
#15 56.70 **** write config for pam_sss.so (session, disabled)
#15 56.70 **** write config for pam_ldap.so (session, disabled)
#15 56.70 **** write config for pam_winbind.so (session, disabled)
#15 56.70 **** write config for pam_nam.so (session, disabled)
#15 56.70 **** write config for pam_umask.so (session, enabled)
#15 56.70 **** write config for pam_ssh.so (session, disabled)
#15 56.70 **** write config for pam_gnome_keyring.so (session, disabled)
#15 56.70 **** write config for pam_kwallet5.so (session, disabled)
#15 56.70 **** write config for pam_exec.so (session, disabled)
#15 56.70 **** write config for pam_mktemp.so (session, disabled)
#15 56.70 **** write config for pam_himmelblau.so (session, disabled)
#15 56.70 **** write config for pam_kanidm.so (session, disabled)
#15 56.70 **** write config for pam_env.so (session, enabled)
#15 56.70 *** write_config (session, /etc/pam.d/common-session-nonlogin-pc, ...)
#15 56.70 **** write config for pam_ecryptfs.so (session, disabled)
#15 56.70 **** write config for pam_fscrypt.so (session, disabled)
#15 56.70 **** write config for pam_mkhomedir.so (session, disabled)
#15 56.70 **** write config for pam_systemd_home.so (session, disabled)
#15 56.70 **** write config for pam_limits.so (session, enabled)
#15 56.70 **** write config for pam_unix2.so (session, disabled)
#15 56.70 **** write config for pam_unix.so (session, enabled)
#15 56.70 **** write config for pam_unix_ng.so (session, disabled)
#15 56.70 **** write config for pam_apparmor.so (session, disabled)
#15 56.70 **** write config for pam_krb5.so (session, disabled)
#15 56.70 **** write config for pam_sss.so (session, disabled)
#15 56.70 **** write config for pam_ldap.so (session, disabled)
#15 56.70 **** write config for pam_winbind.so (session, disabled)
#15 56.70 **** write config for pam_nam.so (session, disabled)
#15 56.70 **** write config for pam_umask.so (session, enabled)
#15 56.70 **** write config for pam_ssh.so (session, disabled)
#15 56.70 **** write config for pam_gnome_keyring.so (session, disabled)
#15 56.70 **** write config for pam_kwallet5.so (session, disabled)
#15 56.70 **** write config for pam_exec.so (session, disabled)
#15 56.70 **** write config for pam_mktemp.so (session, disabled)
#15 56.70 **** write config for pam_env.so (session, enabled)
#15 56.70 *** write_config (account, /etc/pam.d/postlogin-account-pc, ...)
#15 56.70 *** write_config (auth, /etc/pam.d/postlogin-auth-pc, ...)
#15 56.70 *** write_config (password, /etc/pam.d/postlogin-password-pc, ...)
#15 56.70 *** write_config (session, /etc/pam.d/postlogin-session-pc, ...)
#15 56.70 **** write config for pam_wtmpdb.so (session, disabled)
#15 56.70 **** write config for pam_lastlog2.so (session, disabled)
#15 56.70 done]
#15 56.70 (60/95) Installing: systemd-presets-branding-openSUSE-12.2-29.2.noarch [..done]
#15 56.73 (61/95) Installing: flex-2.6.4-7.5.x86_64 [..done]
#15 56.83 (62/95) Installing: perl-5.42.0-1.3.x86_64 [........done]
#15 57.59 (63/95) Installing: gdbm-devel-1.26-1.3.x86_64 [..done]
#15 57.63 (64/95) Installing: kbd-2.9.0-2.2.x86_64 [...
#15 57.78 Updating /etc/sysconfig/console ...
#15 57.79 Updating /etc/sysconfig/keyboard ...
#15 57.82 done]
#15 57.88 (65/95) Installing: cpp15-15.2.1+git10776-3.3.x86_64 [.....done]
#15 58.26 (66/95) Installing: libgnutls30-3.8.12-3.2.x86_64 [..done]
#15 58.31 (67/95) Installing: pkgconf-pkg-config-2.5.1-1.3.x86_64 [..done]
#15 58.34 (68/95) Installing: info-7.3-1.2.x86_64 [..done]
#15 58.36 (69/95) Installing: libctf0-2.45-3.2.x86_64 [..done]
#15 58.43 (70/95) Installing: binutils-2.45-3.2.x86_64 [.......done]
#15 59.09 (71/95) Installing: wtmpdb-0.75.0+git20251130.0d8fe7a-1.3.x86_64 [..done]
#15 59.14 (72/95) Installing: makeinfo-7.3-1.2.x86_64 [...done]
#15 59.30 (73/95) Installing: cpp-15-3.2.x86_64 [..done]
#15 59.32 (74/95) Installing: chrony-pool-openSUSE-4.8-1.3.noarch [..done]
#15 59.33 (75/95) Installing: chrony-4.8-1.3.x86_64 [..
#15 59.36 /usr/sbin/useradd -r -c Chrony Daemon -d /var/lib/chrony -U chrony -s /usr/sbin/nologin
#15 59.39 Updating /etc/sysconfig/chronyd ...
#15 59.39 done]
#15 59.40 (76/95) Installing: zlib-ng-compat-devel-2.3.3-2.2.x86_64 [..done]
#15 59.44 (77/95) Installing: systemd-260.1-1.3.x86_64 [...done]
#15 59.71 (78/95) Installing: dbus-broker-37-2.3.x86_64 [..
#15 59.77 Created symlink '/etc/systemd/system/dbus.service' -> '/usr/lib/systemd/system/dbus-broker.service'.
#15 59.78 Created symlink '/etc/systemd/user/dbus.service' -> '/usr/lib/systemd/user/dbus-broker.service'.
#15 59.79 done]
#15 59.79 (79/95) Installing: ncurses-devel-6.6.20260418-102.2.x86_64 [..done]
#15 59.86 (80/95) Installing: libxcrypt-devel-4.5.2-2.2.x86_64 [..done]
#15 59.89 (81/95) Installing: gettext-tools-1.0-2.2.x86_64 [...done]
#15 60.07 (82/95) Installing: autoconf-2.73-1.1.noarch [..done]
#15 60.12 (83/95) Installing: patterns-base-base-20241218-28.1.x86_64 [..done]
#15 60.14 (84/95) Installing: glibc-devel-2.43-1.1.x86_64 [..done]
#15 60.25 (85/95) Installing: automake-1.18.1-1.3.noarch [..done]
#15 60.32 (86/95) Installing: patterns-base-basesystem-20241218-28.1.x86_64 [..done]
#15 60.40 (87/95) Installing: libstdc++6-devel-gcc15-15.2.1+git10776-3.3.x86_64 [......done]
#15 61.15 (88/95) Installing: gcc15-15.2.1+git10776-3.3.x86_64 [..........done]
#15 62.46 (89/95) Installing: libtool-2.5.4-1.4.x86_64 [..done]
#15 62.52 (90/95) Installing: libstdc++-devel-15-3.2.x86_64 [..done]
#15 62.61 (91/95) Installing: gcc15-c++-15.2.1+git10776-3.3.x86_64 [.....done]
#15 63.02 (92/95) Installing: gcc-15-3.2.x86_64 [..done]
#15 63.04 (93/95) Installing: gcc-c++-15-3.2.x86_64 [..done]
#15 63.06 (94/95) Installing: patterns-devel-base-devel_basis-20170319-13.3.x86_64 [..done]
#15 63.08 (95/95) Installing: patterns-devel-C-C++-devel_C_C++-20170319-4.9.noarch [..done]
#15 63.10 Running post-transaction scripts [..
#15 63.28 %posttrans(systemd-presets-common-SUSE-15-48.1.noarch) script output:
#15 63.28 Created symlink '/etc/systemd/system/default.target.wants/soft-reboot-cleanup.service' -> '/usr/lib/systemd/system/soft-reboot-cleanup.service'.
#15 63.28 Created symlink '/etc/systemd/system/default.target.wants/ca-certificates.path' -> '/usr/lib/systemd/system/ca-certificates.path'.
#15 63.28 Created symlink '/etc/systemd/system/multi-user.target.wants/kbdsettings.service' -> '/usr/lib/systemd/system/kbdsettings.service'.
#15 63.28 Created symlink '/etc/systemd/system/multi-user.target.wants/purge-kernels.service' -> '/usr/lib/systemd/system/purge-kernels.service'.
#15 63.28 Created symlink '/etc/systemd/system/default.target.wants/wtmpdb-update-boot.service' -> '/usr/lib/systemd/system/wtmpdb-update-boot.service'.
#15 63.28 Created symlink '/etc/systemd/system/sockets.target.wants/wtmpdbd.socket' -> '/usr/lib/systemd/system/wtmpdbd.socket'.
#15 63.28 Created symlink '/etc/systemd/system/autovt@.service' -> '/usr/lib/systemd/system/getty@.service'.
#15 63.28 Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' -> '/usr/lib/systemd/system/getty@.service'.
#15 63.28 Created symlink '/etc/systemd/system/multi-user.target.wants/chronyd.service' -> '/usr/lib/systemd/system/chronyd.service'.
#15 63.28 Created symlink '/etc/systemd/system/timers.target.wants/wtmpdb-rotate.timer' -> '/usr/lib/systemd/system/wtmpdb-rotate.timer'.
#15 63.28 Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' -> '/usr/lib/systemd/system/remote-fs.target'.
#15 63.30 Created symlink '/etc/systemd/user/timers.target.wants/systemd-tmpfiles-clean.timer' -> '/usr/lib/systemd/user/systemd-tmpfiles-clean.timer'.
#15 63.30 Created symlink '/etc/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service' -> '/usr/lib/systemd/user/systemd-tmpfiles-setup.service'.
#15 63.31 .
#15 63.31 %posttrans(pam-config-2.14+git.20260216-1.2.x86_64) script output:
#15 63.31 *** load_config (common-account-pc, account, ...)
#15 63.31 **** Trying /etc/pam.d/common-account-pc...
#15 63.31 *** Using config file /etc/pam.d/common-account-pc
#15 63.31 **** [account, required, pam_unix.so, ]
#15 63.31 **** def_parse_config [pam_unix.so] (account): ''
#15 63.31 *** load_config (common-auth-pc, auth, ...)
#15 63.31 **** Trying /etc/pam.d/common-auth-pc...
#15 63.31 *** Using config file /etc/pam.d/common-auth-pc
#15 63.31 **** [auth, required, pam_unix.so, try_first_pass ]
#15 63.31 **** def_parse_config [pam_unix.so] (auth): 'try_first_pass '
#15 63.31 *** load_config (common-password-pc, password, ...)
#15 63.31 **** Trying /etc/pam.d/common-password-pc...
#15 63.31 *** Using config file /etc/pam.d/common-password-pc
#15 63.31 **** [password, required, pam_unix.so, nullok shadow ]
#15 63.31 **** def_parse_config [pam_unix.so] (password): 'nullok shadow '
#15 63.31 *** load_config (common-session-pc, session, ...)
#15 63.31 **** Trying /etc/pam.d/common-session-pc...
#15 63.31 *** Using config file /etc/pam.d/common-session-pc
#15 63.31 **** [session, required, pam_limits.so, ]
#15 63.31 **** def_parse_config [pam_limits.so] (session): ''
#15 63.31 **** [session, optional, pam_systemd.so, ]
#15 63.31 **** parse_config_pam_systemd.so (session): ''
#15 63.31 **** [session, required, pam_unix.so, ]
#15 63.31 **** def_parse_config [pam_unix.so] (session): ''
#15 63.31 **** [session, optional, pam_umask.so, ]
#15 63.31 **** def_parse_config [pam_umask.so] (session): ''
#15 63.31 **** [session, optional, pam_env.so, ]
#15 63.31 **** def_parse_config [pam_env.so] (session): ''
#15 63.31 *** load_config (common-session-nonlogin-pc, session, ...)
#15 63.31 **** Trying /etc/pam.d/common-session-nonlogin-pc...
#15 63.31 *** Using config file /etc/pam.d/common-session-nonlogin-pc
#15 63.31 **** [session, required, pam_limits.so, ]
#15 63.31 **** def_parse_config [pam_limits.so] (session): ''
#15 63.31 **** [session, required, pam_unix.so, ]
#15 63.31 **** def_parse_config [pam_unix.so] (session): ''
#15 63.31 **** [session, optional, pam_umask.so, ]
#15 63.31 **** def_parse_config [pam_umask.so] (session): ''
#15 63.31 **** [session, optional, pam_env.so, ]
#15 63.31 **** def_parse_config [pam_env.so] (session): ''
#15 63.31 *** load_config (postlogin-account-pc, account, ...)
#15 63.31 **** Trying /etc/pam.d/postlogin-account-pc...
#15 63.31 *** Using config file /etc/pam.d/postlogin-account-pc
#15 63.31 *** load_config (postlogin-auth-pc, auth, ...)
#15 63.31 **** Trying /etc/pam.d/postlogin-auth-pc...
#15 63.31 *** Using config file /etc/pam.d/postlogin-auth-pc
#15 63.31 *** load_config (postlogin-password-pc, password, ...)
#15 63.31 **** Trying /etc/pam.d/postlogin-password-pc...
#15 63.31 *** Using config file /etc/pam.d/postlogin-password-pc
#15 63.31 *** load_config (postlogin-session-pc, session, ...)
#15 63.31 **** Trying /etc/pam.d/postlogin-session-pc...
#15 63.31 *** Using config file /etc/pam.d/postlogin-session-pc
#15 63.31 **** [session, optional, pam_wtmpdb.so, skip_if=sshd ]
#15 63.31 **** def_parse_config [pam_wtmpdb.so] (session): 'skip_if=sshd '
#15 63.31 *** write_config (account, /etc/pam.d/common-account-pc, ...)
#15 63.31 **** write config for pam_access.so (account, disabled)
#15 63.31 **** write config for pam_systemd_home.so (account, disabled)
#15 63.31 **** write config for pam_himmelblau.so (account, disabled)
#15 63.31 **** write config for pam_unix2.so (account, disabled)
#15 63.31 **** write config for pam_unix.so (account, enabled)
#15 63.31 **** write config for pam_unix_ng.so (account, disabled)
#15 63.31 **** write config for pam_krb5.so (account, disabled)
#15 63.31 **** write config for pam_localuser.so (account, disabled)
#15 63.31 **** write config for pam_sss.so (account, disabled)
#15 63.31 **** write config for pam_ldap.so (account, disabled)
#15 63.31 **** write config for pam_nam.so (account, disabled)
#15 63.31 **** write config for pam_winbind.so (account, disabled)
#15 63.31 **** write config for pam_time.so (account, disabled)
#15 63.31 **** write config for pam_kanidm.so (account, disabled)
#15 63.31 *** write_config (auth, /etc/pam.d/common-auth-pc, ...)
#15 63.31 **** write config for pam_faildelay.so (auth, disabled)
#15 63.31 **** write config for pam_group.so (auth, disabled)
#15 63.32 **** write config for pam_pkcs11.so (auth, disabled)
#15 63.32 **** write config for pam_fp.so (auth, disabled)
#15 63.32 **** write config for pam_fprint.so (auth, disabled)
#15 63.32 **** write config for pam_fprintd.so (auth, disabled)
#15 63.32 **** write config for pam_thinkfinger.so (auth, disabled)
#15 63.32 **** write config for pam_himmelblau.so (auth, disabled)
#15 63.32 **** write config for pam_gnome_keyring.so (auth, disabled)
#15 63.32 **** write config for pam_kwallet5.so (auth, disabled)
#15 63.32 **** write config for pam_systemd_home.so (auth, disabled)
#15 63.32 **** write config for pam_ssh.so (auth, disabled)
#15 63.32 **** write config for pam_ecryptfs.so (auth, disabled)
#15 63.32 **** write config for pam_fscrypt.so (auth, disabled)
#15 63.32 **** write config for pam_unix2.so (auth, disabled)
#15 63.32 **** write config for pam_unix.so (auth, enabled)
#15 63.32 **** write config for pam_unix_ng.so (auth, disabled)
#15 63.32 **** write config for pam_krb5.so (auth, disabled)
#15 63.32 **** write config for pam_sss.so (auth, disabled)
#15 63.32 **** write config for pam_ldap.so (auth, disabled)
#15 63.32 **** write config for pam_nam.so (auth, disabled)
#15 63.32 **** write config for pam_winbind.so (auth, disabled)
#15 63.32 **** write config for pam_kanidm.so (auth, disabled)
#15 63.32 *** write_config (password, /etc/pam.d/common-password-pc, ...)
#15 63.32 **** write config for pam_himmelblau.so (password, disabled)
#15 63.32 **** write config for pam_winbind.so (password, disabled)
#15 63.32 **** write config for pam_pwcheck.so (password, disabled)
#15 63.32 **** write config for pam_passwdqc.so (password, disabled)
#15 63.32 **** write config for pam_pwquality.so (password, disabled)
#15 63.32 **** write config for pam_cracklib.so (password, disabled)
#15 63.32 **** write config for pam_pwhistory.so (password, disabled)
#15 63.32 **** write config for pam_gnome_keyring.so (password, disabled)
#15 63.32 **** write config for pam_kwallet5.so (password, disabled)
#15 63.32 **** write config for pam_ecryptfs.so (password, disabled)
#15 63.32 **** write config for pam_systemd_home.so (password, disabled)
#15 63.32 **** write config for pam_unix2.so (password, disabled)
#15 63.32 **** write config for pam_unix.so (password, enabled)
#15 63.32 **** write config for pam_unix_ng.so (password, disabled)
#15 63.32 **** write config for pam_fscrypt.so (password, disabled)
#15 63.32 **** write config for pam_make.so (password, disabled)
#15 63.32 **** write config for pam_exec.so (password, disabled)
#15 63.32 **** write config for pam_krb5.so (password, disabled)
#15 63.32 **** write config for pam_sss.so (password, disabled)
#15 63.32 **** write config for pam_ldap.so (password, disabled)
#15 63.32 **** write config for pam_nam.so (password, disabled)
#15 63.32 *** write_config (session, /etc/pam.d/common-session-pc, ...)
#15 63.32 **** write config for pam_selinux.so (session, disabled)
#15 63.32 **** write config for pam_selinux.so (session, disabled)
#15 63.32 **** write config for pam_limits.so (session, enabled)
#15 63.32 **** write config for pam_ecryptfs.so (session, disabled)
#15 63.32 **** write config for pam_fscrypt.so (session, disabled)
#15 63.32 **** write config for pam_mkhomedir.so (session, disabled)
#15 63.32 **** write config for pam_systemd_home.so (session, disabled)
#15 63.32 **** write config for pam_systemd.so (session, enabled)
#15 63.32 **** write config for pam_unix2.so (session, disabled)
#15 63.32 **** write config for pam_unix.so (session, enabled)
#15 63.32 **** write config for pam_unix_ng.so (session, disabled)
#15 63.32 **** write config for pam_apparmor.so (session, disabled)
#15 63.32 **** write config for pam_krb5.so (session, disabled)
#15 63.32 **** write config for pam_sss.so (session, disabled)
#15 63.32 **** write config for pam_ldap.so (session, disabled)
#15 63.32 **** write config for pam_winbind.so (session, disabled)
#15 63.32 **** write config for pam_nam.so (session, disabled)
#15 63.32 **** write config for pam_umask.so (session, enabled)
#15 63.32 **** write config for pam_ssh.so (session, disabled)
#15 63.32 **** write config for pam_gnome_keyring.so (session, disabled)
#15 63.32 **** write config for pam_kwallet5.so (session, disabled)
#15 63.32 **** write config for pam_exec.so (session, disabled)
#15 63.32 **** write config for pam_mktemp.so (session, disabled)
#15 63.32 **** write config for pam_himmelblau.so (session, disabled)
#15 63.32 **** write config for pam_kanidm.so (session, disabled)
#15 63.32 **** write config for pam_env.so (session, enabled)
#15 63.32 *** write_config (session, /etc/pam.d/common-session-nonlogin-pc, ...)
#15 63.32 **** write config for pam_ecryptfs.so (session, disabled)
#15 63.32 **** write config for pam_fscrypt.so (session, disabled)
#15 63.32 **** write config for pam_mkhomedir.so (session, disabled)
#15 63.32 **** write config for pam_systemd_home.so (session, disabled)
#15 63.32 **** write config for pam_limits.so (session, enabled)
#15 63.32 **** write config for pam_unix2.so (session, disabled)
#15 63.32 **** write config for pam_unix.so (session, enabled)
#15 63.32 **** write config for pam_unix_ng.so (session, disabled)
#15 63.32 **** write config for pam_apparmor.so (session, disabled)
#15 63.32 **** write config for pam_krb5.so (session, disabled)
#15 63.32 **** write config for pam_sss.so (session, disabled)
#15 63.32 **** write config for pam_ldap.so (session, disabled)
#15 63.32 **** write config for pam_winbind.so (session, disabled)
#15 63.32 **** write config for pam_nam.so (session, disabled)
#15 63.32 **** write config for pam_umask.so (session, enabled)
#15 63.32 **** write config for pam_ssh.so (session, disabled)
#15 63.32 **** write config for pam_gnome_keyring.so (session, disabled)
#15 63.32 **** write config for pam_kwallet5.so (session, disabled)
#15 63.32 **** write config for pam_exec.so (session, disabled)
#15 63.32 **** write config for pam_mktemp.so (session, disabled)
#15 63.32 **** write config for pam_env.so (session, enabled)
#15 63.32 *** write_config (account, /etc/pam.d/postlogin-account-pc, ...)
#15 63.32 *** write_config (auth, /etc/pam.d/postlogin-auth-pc, ...)
#15 63.32 *** write_config (password, /etc/pam.d/postlogin-password-pc, ...)
#15 63.32 *** write_config (session, /etc/pam.d/postlogin-session-pc, ...)
#15 63.32 **** write config for pam_wtmpdb.so (session, enabled)
#15 63.32 **** write config for pam_lastlog2.so (session, disabled)
#15 63.36 .done]
#15 DONE 63.6s
#16 [stage-0 5/17] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#16 0.347 Repository 'repo-openh264' not found by its alias, number, or URI.
#16 0.347 Use 'zypper repos' to get the list of defined repositories.
#16 DONE 0.4s
#17 [stage-0 6/17] RUN zypper update -y
#17 0.522 Loading repository data...
#17 0.914 Reading installed packages...
#17 1.465 Nothing to do.
#17 DONE 1.6s
#18 [stage-0 7/17] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
#18 0.548 Loading repository data...
#18 0.888 Reading installed packages...
#18 1.401 'curl' is already installed.
#18 1.401 No update candidate for 'curl-8.19.0-2.2.x86_64'. The highest available version is already installed.
#18 1.401 'tar' is already installed.
#18 1.401 No update candidate for 'tar-1.35-6.2.x86_64'. The highest available version is already installed.
#18 1.401 'xz' is already installed.
#18 1.401 No update candidate for 'xz-5.8.3-1.2.x86_64'. The highest available version is already installed.
#18 1.401 'gcc-c++' is already installed.
#18 1.401 No update candidate for 'gcc-c++-15-3.2.x86_64'. The highest available version is already installed.
#18 1.401 'gzip' is already installed.
#18 1.401 No update candidate for 'gzip-1.14-1.4.x86_64'. The highest available version is already installed.
#18 1.401 'openssl' is already installed.
#18 1.401 No update candidate for 'openssl-3.5.3-1.2.noarch'. The highest available version is already installed.
#18 1.401 Resolving package dependencies...
#18 1.450
#18 1.450 The following 50 NEW packages are going to be installed:
#18 1.450 busybox busybox-less bzip2 git git-core libX11-6 libX11-data libX11-devel libX11-xcb1 libXau-devel libXau6 libcap-devel liblz4-1 libpsx2 libsha1detectcoll1 libxcb-composite0 libxcb-damage0 libxcb-dbe0 libxcb-devel libxcb-dpms0 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-record0 libxcb-render0 libxcb-res0 libxcb-screensaver0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xf86dri0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb-xtest0 libxcb-xv0 libxcb-xvmc0 libxcb1 libxxhash0 perl-Error perl-Git rsync sudo unzip update-alternatives which xorgproto-devel
#18 1.450
#18 1.450 50 new packages to install.
#18 1.450
#18 1.450 Package download size: 11.9 MiB
#18 1.450
#18 1.450 Package install size change:
#18 1.450 | 43.8 MiB required by packages that will be installed
#18 1.450 43.8 MiB | - 0 B released by packages that will be removed
#18 1.450
#18 1.450 Backend: classic_rpmtrans
#18 1.450 Continue? [y/n/v/...? shows all options] (y): y
#18 1.480 Preloading Packages [..
#18 1.501 Preloading: libxcb-present0-1.17.0-2.5.x86_64.rpm [done]
#18 1.501 .
#18 1.502 Preloading: libxcb-xinerama0-1.17.0-2.5.x86_64.rpm [done]
#18 1.502 .
#18 1.511 Preloading: libxcb-shm0-1.17.0-2.5.x86_64.rpm [done]
#18 1.511 .
#18 1.512 Preloading: libxcb-xfixes0-1.17.0-2.5.x86_64.rpm [done]
#18 1.512 .
#18 1.520 Preloading: libxcb-shape0-1.17.0-2.5.x86_64.rpm [done]
#18 1.520 .
#18 1.523 Preloading: libxcb-screensaver0-1.17.0-2.5.x86_64.rpm [done]
#18 1.523 .
#18 1.527 Preloading: libxcb-xf86dri0-1.17.0-2.5.x86_64.rpm [done]
#18 1.527 .
#18 1.529 Preloading: libxcb-res0-1.17.0-2.5.x86_64.rpm [done]
#18 1.529 .
#18 1.535 Preloading: libxcb-render0-1.17.0-2.5.x86_64.rpm [done]
#18 1.535 .
#18 1.538 Preloading: libxcb-randr0-1.17.0-2.5.x86_64.rpm [done]
#18 1.538 .
#18 1.547 Preloading: libxcb-xkb1-1.17.0-2.5.x86_64.rpm [done]
#18 1.547 .
#18 1.548 Preloading: libxcb-glx0-1.17.0-2.5.x86_64.rpm [done]
#18 1.548 .
#18 1.556 Preloading: libxcb-record0-1.17.0-2.5.x86_64.rpm [done]
#18 1.556 .
#18 1.558 Preloading: libxcb-dri3-0-1.17.0-2.5.x86_64.rpm [done]
#18 1.558 .
#18 1.569 Preloading: libxcb-dbe0-1.17.0-2.5.x86_64.rpm [done]
#18 1.569 .
#18 1.580 Preloading: libxcb-damage0-1.17.0-2.5.x86_64.rpm [done]
#18 1.580 .
#18 1.587 Preloading: libxcb-dri2-0-1.17.0-2.5.x86_64.rpm [done]
#18 1.587 .
#18 1.588 Preloading: libxcb-dpms0-1.17.0-2.5.x86_64.rpm [done]
#18 1.588 .
#18 1.590 Preloading: libxcb-composite0-1.17.0-2.5.x86_64.rpm [done]
#18 1.590 .
#18 1.609 Preloading: libxcb-sync1-1.17.0-2.5.x86_64.rpm [done]
#18 1.609 .
#18 1.618 Preloading: libX11-devel-1.8.13-1.3.x86_64.rpm [done]
#18 1.618 .
#18 1.619 Preloading: libxcb-devel-1.17.0-2.5.x86_64.rpm [done]
#18 1.619 .
#18 1.623 Preloading: busybox-less-1.37.0-41.4.noarch.rpm [done]
#18 1.623 .
#18 1.631 Preloading: bzip2-1.0.8-5.14.x86_64.rpm [done]
#18 1.631 .
#18 1.635 Preloading: libX11-6-1.8.13-1.3.x86_64.rpm [done]
#18 1.635 .
#18 1.641 Preloading: libXau6-1.0.12-2.3.x86_64.rpm [done]
#18 1.641 .
#18 1.651 Preloading: libpsx2-2.78-1.2.x86_64.rpm [done]
#18 1.651 .
#18 1.662 Preloading: libsha1detectcoll1-1.0.3-5.5.x86_64.rpm [done]
#18 1.662 .
#18 1.671 Preloading: libxxhash0-0.8.3-1.4.x86_64.rpm [done]
#18 1.671 .
#18 1.682 Preloading: liblz4-1-1.10.0-2.6.x86_64.rpm [done]
#18 1.682 .
#18 1.684 Preloading: perl-Error-0.170.300-1.3.noarch.rpm [done]
#18 1.684 .
#18 1.695 Preloading: update-alternatives-1.22.21-2.2.x86_64.rpm [done]
#18 1.695 .
#18 1.698 Preloading: git-2.54.0-1.2.x86_64.rpm [done]
#18 1.698 .
#18 1.705 Preloading: which-2.23-1.4.x86_64.rpm [done]
#18 1.705 .
#18 1.776 Preloading: xorgproto-devel-2025.1-1.2.noarch.rpm [done]
#18 1.776 .
#18 1.777 Preloading: busybox-1.37.0-10.3.x86_64.rpm [done]
#18 1.777 .
#18 1.883 Preloading: libX11-xcb1-1.8.13-1.3.x86_64.rpm [done]
#18 1.883 .
#18 1.884 Preloading: libxcb1-1.17.0-2.5.x86_64.rpm [done]
#18 1.884 .
#18 1.898 Preloading: sudo-1.9.17p2-2.2.x86_64.rpm [done]
#18 1.898 .
#18 1.924 Preloading: perl-Git-2.54.0-1.2.x86_64.rpm [done]
#18 1.924 .
#18 1.946 Preloading: rsync-3.4.1-4.4.x86_64.rpm [done]
#18 1.946 .
#18 1.956 Preloading: libXau-devel-1.0.12-2.3.x86_64.rpm [done]
#18 1.956 .
#18 1.957 Preloading: libcap-devel-2.78-1.2.x86_64.rpm [done]
#18 1.957 .
#18 1.970 Preloading: libxcb-xinput0-1.17.0-2.5.x86_64.rpm [done]
#18 1.970 .
#18 1.979 Preloading: libxcb-xvmc0-1.17.0-2.5.x86_64.rpm [done]
#18 1.979 .
#18 1.996 Preloading: libxcb-xtest0-1.17.0-2.5.x86_64.rpm [done]
#18 1.996 ..
#18 2.005 Preloading: unzip-6.00-45.2.x86_64.rpm [done]
#18 2.005 .
#18 2.025 Preloading: libxcb-xv0-1.17.0-2.5.x86_64.rpm [done]
#18 2.025 .
#18 2.036 Preloading: libX11-data-1.8.13-1.3.noarch.rpm [done]
#18 2.036 ..
#18 2.550 Preloading: git-core-2.54.0-1.2.x86_64.rpm [done]
#18 2.550 .done]
#18 2.555 Retrieving: busybox-1.37.0-10.3.x86_64 (openSUSE-Tumbleweed-Oss) (1/50), 704.0 KiB
#18 2.569 Retrieving: bzip2-1.0.8-5.14.x86_64 (openSUSE-Tumbleweed-Oss) (2/50), 43.6 KiB
#18 2.575 Retrieving: libX11-data-1.8.13-1.3.noarch (openSUSE-Tumbleweed-Oss) (3/50), 140.6 KiB
#18 2.583 Retrieving: libXau6-1.0.12-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (4/50), 15.6 KiB
#18 2.589 Retrieving: liblz4-1-1.10.0-2.6.x86_64 (openSUSE-Tumbleweed-Oss) (5/50), 83.0 KiB
#18 2.596 Retrieving: libpsx2-2.78-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (6/50), 26.5 KiB
#18 2.601 Retrieving: libsha1detectcoll1-1.0.3-5.5.x86_64 (openSUSE-Tumbleweed-Oss) (7/50), 24.7 KiB
#18 2.606 Retrieving: libxxhash0-0.8.3-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (8/50), 22.9 KiB
#18 2.611 Retrieving: perl-Error-0.170.300-1.3.noarch (openSUSE-Tumbleweed-Oss) (9/50), 41.1 KiB
#18 2.615 Retrieving: sudo-1.9.17p2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (10/50), 1.9 MiB
#18 2.631 Retrieving: update-alternatives-1.22.21-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (11/50), 60.4 KiB
#18 2.635 Retrieving: which-2.23-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (12/50), 39.6 KiB
#18 2.639 Retrieving: xorgproto-devel-2025.1-1.2.noarch (openSUSE-Tumbleweed-Oss) (13/50), 202.0 KiB
#18 2.643 Retrieving: busybox-less-1.37.0-41.4.noarch (openSUSE-Tumbleweed-Oss) (14/50), 8.6 KiB
#18 2.647 Retrieving: libX11-xcb1-1.8.13-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (15/50), 16.0 KiB
#18 2.650 Retrieving: libxcb1-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (16/50), 53.1 KiB
#18 2.654 Retrieving: libcap-devel-2.78-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (17/50), 83.9 KiB
#18 2.658 Retrieving: rsync-3.4.1-4.4.x86_64 (openSUSE-Tumbleweed-Oss) (18/50), 451.5 KiB
#18 2.664 Retrieving: perl-Git-2.54.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (19/50), 187.0 KiB
#18 2.669 Retrieving: unzip-6.00-45.2.x86_64 (openSUSE-Tumbleweed-Oss) (20/50), 109.8 KiB
#18 2.673 Retrieving: libXau-devel-1.0.12-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (21/50), 15.9 KiB
#18 2.676 Retrieving: git-core-2.54.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (22/50), 6.3 MiB
#18 2.718 Retrieving: libxcb-xvmc0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (23/50), 14.0 KiB
#18 2.721 Retrieving: libxcb-xv0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (24/50), 17.4 KiB
#18 2.724 Retrieving: libxcb-xtest0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (25/50), 12.5 KiB
#18 2.728 Retrieving: libxcb-xkb1-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (26/50), 39.4 KiB
#18 2.731 Retrieving: libxcb-xinput0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (27/50), 42.7 KiB
#18 2.735 Retrieving: libxcb-xinerama0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (28/50), 12.9 KiB
#18 2.738 Retrieving: libxcb-xfixes0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (29/50), 17.2 KiB
#18 2.742 Retrieving: libxcb-xf86dri0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (30/50), 14.0 KiB
#18 2.745 Retrieving: libxcb-sync1-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (31/50), 16.7 KiB
#18 2.748 Retrieving: libxcb-shm0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (32/50), 13.4 KiB
#18 2.752 Retrieving: libxcb-shape0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (33/50), 13.6 KiB
#18 2.755 Retrieving: libxcb-screensaver0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (34/50), 14.1 KiB
#18 2.759 Retrieving: libxcb-res0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (35/50), 14.0 KiB
#18 2.762 Retrieving: libxcb-render0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (36/50), 23.2 KiB
#18 2.766 Retrieving: libxcb-record0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (37/50), 14.8 KiB
#18 2.769 Retrieving: libxcb-randr0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (38/50), 24.8 KiB
#18 2.772 Retrieving: libxcb-present0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (39/50), 13.4 KiB
#18 2.776 Retrieving: libxcb-glx0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (40/50), 30.9 KiB
#18 2.779 Retrieving: libxcb-dri3-0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (41/50), 14.7 KiB
#18 2.783 Retrieving: libxcb-dri2-0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (42/50), 14.4 KiB
#18 2.786 Retrieving: libxcb-dpms0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (43/50), 12.7 KiB
#18 2.790 Retrieving: libxcb-dbe0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (44/50), 13.6 KiB
#18 2.793 Retrieving: libxcb-damage0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (45/50), 12.5 KiB
#18 2.796 Retrieving: libxcb-composite0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (46/50), 13.1 KiB
#18 2.800 Retrieving: libX11-6-1.8.13-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (47/50), 647.0 KiB
#18 2.807 Retrieving: git-2.54.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (48/50), 120.8 KiB
#18 2.811 Retrieving: libxcb-devel-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (49/50), 162.4 KiB
#18 2.815 Retrieving: libX11-devel-1.8.13-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (50/50), 58.4 KiB
#18 2.819
#18 2.819 Checking for file conflicts: [..done]
#18 2.909 ( 1/50) Installing: busybox-1.37.0-10.3.x86_64 [..done]
#18 2.972 ( 2/50) Installing: bzip2-1.0.8-5.14.x86_64 [..done]
#18 3.002 ( 3/50) Installing: libX11-data-1.8.13-1.3.noarch [..done]
#18 3.071 ( 4/50) Installing: libXau6-1.0.12-2.3.x86_64 [..done]
#18 3.114 ( 5/50) Installing: liblz4-1-1.10.0-2.6.x86_64 [..done]
#18 3.146 ( 6/50) Installing: libpsx2-2.78-1.2.x86_64 [..done]
#18 3.173 ( 7/50) Installing: libsha1detectcoll1-1.0.3-5.5.x86_64 [..done]
#18 3.199 ( 8/50) Installing: libxxhash0-0.8.3-1.4.x86_64 [..done]
#18 3.227 ( 9/50) Installing: perl-Error-0.170.300-1.3.noarch [..done]
#18 3.262 (10/50) Installing: sudo-1.9.17p2-2.2.x86_64 [...done]
#18 3.414 (11/50) Installing: update-alternatives-1.22.21-2.2.x86_64 [..done]
#18 3.446 (12/50) Installing: which-2.23-1.4.x86_64 [..done]
#18 3.472 (13/50) Installing: xorgproto-devel-2025.1-1.2.noarch [..done]
#18 3.530 (14/50) Installing: busybox-less-1.37.0-41.4.noarch [..done]
#18 3.548 (15/50) Installing: libX11-xcb1-1.8.13-1.3.x86_64 [..done]
#18 3.578 (16/50) Installing: libxcb1-1.17.0-2.5.x86_64 [..done]
#18 3.613 (17/50) Installing: libcap-devel-2.78-1.2.x86_64 [..done]
#18 3.651 (18/50) Installing: rsync-3.4.1-4.4.x86_64 [..done]
#18 3.729 (19/50) Installing: perl-Git-2.54.0-1.2.x86_64 [..done]
#18 3.774 (20/50) Installing: unzip-6.00-45.2.x86_64 [..done]
#18 3.817 (21/50) Installing: libXau-devel-1.0.12-2.3.x86_64 [..done]
#18 3.871 (22/50) Installing: git-core-2.54.0-1.2.x86_64 [....done]
#18 4.115 (23/50) Installing: libxcb-xvmc0-1.17.0-2.5.x86_64 [..done]
#18 4.148 (24/50) Installing: libxcb-xv0-1.17.0-2.5.x86_64 [..done]
#18 4.176 (25/50) Installing: libxcb-xtest0-1.17.0-2.5.x86_64 [..done]
#18 4.208 (26/50) Installing: libxcb-xkb1-1.17.0-2.5.x86_64 [..done]
#18 4.241 (27/50) Installing: libxcb-xinput0-1.17.0-2.5.x86_64 [..done]
#18 4.274 (28/50) Installing: libxcb-xinerama0-1.17.0-2.5.x86_64 [..done]
#18 4.304 (29/50) Installing: libxcb-xfixes0-1.17.0-2.5.x86_64 [..done]
#18 4.329 (30/50) Installing: libxcb-xf86dri0-1.17.0-2.5.x86_64 [..done]
#18 4.352 (31/50) Installing: libxcb-sync1-1.17.0-2.5.x86_64 [..done]
#18 4.378 (32/50) Installing: libxcb-shm0-1.17.0-2.5.x86_64 [..done]
#18 4.402 (33/50) Installing: libxcb-shape0-1.17.0-2.5.x86_64 [..done]
#18 4.427 (34/50) Installing: libxcb-screensaver0-1.17.0-2.5.x86_64 [..done]
#18 4.453 (35/50) Installing: libxcb-res0-1.17.0-2.5.x86_64 [..done]
#18 4.477 (36/50) Installing: libxcb-render0-1.17.0-2.5.x86_64 [..done]
#18 4.503 (37/50) Installing: libxcb-record0-1.17.0-2.5.x86_64 [..done]
#18 4.533 (38/50) Installing: libxcb-randr0-1.17.0-2.5.x86_64 [..done]
#18 4.558 (39/50) Installing: libxcb-present0-1.17.0-2.5.x86_64 [..done]
#18 4.584 (40/50) Installing: libxcb-glx0-1.17.0-2.5.x86_64 [..done]
#18 4.608 (41/50) Installing: libxcb-dri3-0-1.17.0-2.5.x86_64 [..done]
#18 4.632 (42/50) Installing: libxcb-dri2-0-1.17.0-2.5.x86_64 [..done]
#18 4.656 (43/50) Installing: libxcb-dpms0-1.17.0-2.5.x86_64 [..done]
#18 4.681 (44/50) Installing: libxcb-dbe0-1.17.0-2.5.x86_64 [..done]
#18 4.707 (45/50) Installing: libxcb-damage0-1.17.0-2.5.x86_64 [..done]
#18 4.731 (46/50) Installing: libxcb-composite0-1.17.0-2.5.x86_64 [..done]
#18 4.759 (47/50) Installing: libX11-6-1.8.13-1.3.x86_64 [..done]
#18 4.800 (48/50) Installing: git-2.54.0-1.2.x86_64 [..done]
#18 4.824 (49/50) Installing: libxcb-devel-1.17.0-2.5.x86_64 [..done]
#18 4.863 (50/50) Installing: libX11-devel-1.8.13-1.3.x86_64 [..done]
#18 4.889 Running post-transaction scripts [...done]
#18 DONE 5.1s
#19 [stage-1 7/38] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
#19 0.571 Loading repository data...
#19 0.961 Reading installed packages...
#19 1.470 'curl' is already installed.
#19 1.470 No update candidate for 'curl-8.19.0-2.2.x86_64'. The highest available version is already installed.
#19 1.470 'tar' is already installed.
#19 1.470 No update candidate for 'tar-1.35-6.2.x86_64'. The highest available version is already installed.
#19 1.470 'xz' is already installed.
#19 1.470 No update candidate for 'xz-5.8.3-1.2.x86_64'. The highest available version is already installed.
#19 1.470 'gcc-c++' is already installed.
#19 1.470 No update candidate for 'gcc-c++-15-3.2.x86_64'. The highest available version is already installed.
#19 1.470 'gzip' is already installed.
#19 1.470 No update candidate for 'gzip-1.14-1.4.x86_64'. The highest available version is already installed.
#19 1.470 'openssl' is already installed.
#19 1.470 No update candidate for 'openssl-3.5.3-1.2.noarch'. The highest available version is already installed.
#19 1.470 Resolving package dependencies...
#19 1.521
#19 1.521 The following 51 NEW packages are going to be installed:
#19 1.521 bubblewrap busybox busybox-less bzip2 git git-core libX11-6 libX11-data libX11-devel libX11-xcb1 libXau-devel libXau6 libcap-devel liblz4-1 libpsx2 libsha1detectcoll1 libxcb-composite0 libxcb-damage0 libxcb-dbe0 libxcb-devel libxcb-dpms0 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-record0 libxcb-render0 libxcb-res0 libxcb-screensaver0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xf86dri0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb-xtest0 libxcb-xv0 libxcb-xvmc0 libxcb1 libxxhash0 perl-Error perl-Git rsync sudo unzip update-alternatives which xorgproto-devel
#19 1.521
#19 1.521 51 new packages to install.
#19 1.521
#19 1.521 Package download size: 12.0 MiB
#19 1.521
#19 1.521 Package install size change:
#19 1.521 | 44.0 MiB required by packages that will be installed
#19 1.521 44.0 MiB | - 0 B released by packages that will be removed
#19 1.521
#19 1.521 Backend: classic_rpmtrans
#19 1.521 Continue? [y/n/v/...? shows all options] (y): y
#19 1.554 Preloading Packages [..
#19 1.566 Preloading: libxcb-randr0-1.17.0-2.5.x86_64.rpm [done]
#19 1.566 .
#19 1.581 Preloading: libxcb-xinerama0-1.17.0-2.5.x86_64.rpm [done]
#19 1.581 .
#19 1.593 Preloading: libxcb-sync1-1.17.0-2.5.x86_64.rpm [done]
#19 1.593 .
#19 1.597 Preloading: libxcb-xinput0-1.17.0-2.5.x86_64.rpm [done]
#19 1.597 .
#19 1.602 Preloading: libxcb-xfixes0-1.17.0-2.5.x86_64.rpm [done]
#19 1.602 .
#19 1.604 Preloading: libxcb-shm0-1.17.0-2.5.x86_64.rpm [done]
#19 1.604 .
#19 1.607 Preloading: libxcb-shape0-1.17.0-2.5.x86_64.rpm [done]
#19 1.607 .
#19 1.615 Preloading: libxcb-res0-1.17.0-2.5.x86_64.rpm [done]
#19 1.615 .
#19 1.618 Preloading: libxcb-render0-1.17.0-2.5.x86_64.rpm [done]
#19 1.618 .
#19 1.626 Preloading: libxcb-record0-1.17.0-2.5.x86_64.rpm [done]
#19 1.626 .
#19 1.628 Preloading: libxcb-xtest0-1.17.0-2.5.x86_64.rpm [done]
#19 1.628 .
#19 1.638 Preloading: libxcb-present0-1.17.0-2.5.x86_64.rpm [done]
#19 1.638 .
#19 1.639 Preloading: libxcb-glx0-1.17.0-2.5.x86_64.rpm [done]
#19 1.639 .
#19 1.647 Preloading: libxcb-screensaver0-1.17.0-2.5.x86_64.rpm [done]
#19 1.647 .
#19 1.650 Preloading: libxcb-dri2-0-1.17.0-2.5.x86_64.rpm [done]
#19 1.650 .
#19 1.651 Preloading: libxcb-xf86dri0-1.17.0-2.5.x86_64.rpm [done]
#19 1.651 .
#19 1.652 Preloading: libxcb-dri3-0-1.17.0-2.5.x86_64.rpm [done]
#19 1.652 .
#19 1.658 Preloading: libxcb-dpms0-1.17.0-2.5.x86_64.rpm [done]
#19 1.658 .
#19 1.664 Preloading: libxcb-composite0-1.17.0-2.5.x86_64.rpm [done]
#19 1.664 .
#19 1.678 Preloading: libxcb-dbe0-1.17.0-2.5.x86_64.rpm [done]
#19 1.678 .
#19 1.696 Preloading: git-2.54.0-1.2.x86_64.rpm [done]
#19 1.696 .
#19 1.708 Preloading: libxcb-devel-1.17.0-2.5.x86_64.rpm [done]
#19 1.708 .
#19 1.710 Preloading: libxcb-damage0-1.17.0-2.5.x86_64.rpm [done]
#19 1.710 .
#19 1.741 Preloading: xorgproto-devel-2025.1-1.2.noarch.rpm [done]
#19 1.741 .
#19 1.750 Preloading: libX11-devel-1.8.13-1.3.x86_64.rpm [done]
#19 1.750 .
#19 1.752 Preloading: bzip2-1.0.8-5.14.x86_64.rpm [done]
#19 1.752 .
#19 1.764 Preloading: libX11-6-1.8.13-1.3.x86_64.rpm [done]
#19 1.764 .
#19 1.780 Preloading: libX11-data-1.8.13-1.3.noarch.rpm [done]
#19 1.780 .
#19 1.868 Preloading: libXau6-1.0.12-2.3.x86_64.rpm [done]
#19 1.868 .
#19 1.869 Preloading: liblz4-1-1.10.0-2.6.x86_64.rpm [done]
#19 1.869 .
#19 1.870 Preloading: libpsx2-2.78-1.2.x86_64.rpm [done]
#19 1.870 .
#19 1.879 Preloading: libsha1detectcoll1-1.0.3-5.5.x86_64.rpm [done]
#19 1.879 .
#19 1.883 Preloading: perl-Error-0.170.300-1.3.noarch.rpm [done]
#19 1.883 .
#19 1.890 Preloading: libxxhash0-0.8.3-1.4.x86_64.rpm [done]
#19 1.890 .
#19 1.895 Preloading: update-alternatives-1.22.21-2.2.x86_64.rpm [done]
#19 1.895 .
#19 1.906 Preloading: bubblewrap-0.11.1-1.2.x86_64.rpm [done]
#19 1.906 .
#19 1.918 Preloading: busybox-less-1.37.0-41.4.noarch.rpm [done]
#19 1.918 .
#19 1.920 Preloading: which-2.23-1.4.x86_64.rpm [done]
#19 1.920 .
#19 1.929 Preloading: libX11-xcb1-1.8.13-1.3.x86_64.rpm [done]
#19 1.929 .
#19 1.943 Preloading: libxcb-xkb1-1.17.0-2.5.x86_64.rpm [done]
#19 1.943 .
#19 1.950 Preloading: libcap-devel-2.78-1.2.x86_64.rpm [done]
#19 1.950 .
#19 1.960 Preloading: libxcb1-1.17.0-2.5.x86_64.rpm [done]
#19 1.960 .
#19 1.980 Preloading: perl-Git-2.54.0-1.2.x86_64.rpm [done]
#19 1.980 .
#19 1.991 Preloading: libXau-devel-1.0.12-2.3.x86_64.rpm [done]
#19 1.991 .
#19 2.024 Preloading: unzip-6.00-45.2.x86_64.rpm [done]
#19 2.024 .
#19 2.036 Preloading: libxcb-xvmc0-1.17.0-2.5.x86_64.rpm [done]
#19 2.036 .
#19 2.054 Preloading: libxcb-xv0-1.17.0-2.5.x86_64.rpm [done]
#19 2.054 ..
#19 2.183 Preloading: sudo-1.9.17p2-2.2.x86_64.rpm [done]
#19 2.183 .
#19 2.455 Preloading: busybox-1.37.0-10.3.x86_64.rpm [done]
#19 2.455 ..
#19 2.622 Preloading: git-core-2.54.0-1.2.x86_64.rpm [done]
#19 2.622 .
#19 2.757 Preloading: rsync-3.4.1-4.4.x86_64.rpm [done]
#19 2.757 .done]
#19 2.761 Retrieving: bubblewrap-0.11.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (1/51), 62.9 KiB
#19 2.768 Retrieving: busybox-1.37.0-10.3.x86_64 (openSUSE-Tumbleweed-Oss) (2/51), 704.0 KiB
#19 2.781 Retrieving: bzip2-1.0.8-5.14.x86_64 (openSUSE-Tumbleweed-Oss) (3/51), 43.6 KiB
#19 2.787 Retrieving: libX11-data-1.8.13-1.3.noarch (openSUSE-Tumbleweed-Oss) (4/51), 140.6 KiB
#19 2.795 Retrieving: libXau6-1.0.12-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (5/51), 15.6 KiB
#19 2.801 Retrieving: liblz4-1-1.10.0-2.6.x86_64 (openSUSE-Tumbleweed-Oss) (6/51), 83.0 KiB
#19 2.807 Retrieving: libpsx2-2.78-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (7/51), 26.5 KiB
#19 2.813 Retrieving: libsha1detectcoll1-1.0.3-5.5.x86_64 (openSUSE-Tumbleweed-Oss) (8/51), 24.7 KiB
#19 2.818 Retrieving: libxxhash0-0.8.3-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (9/51), 22.9 KiB
#19 2.823 Retrieving: perl-Error-0.170.300-1.3.noarch (openSUSE-Tumbleweed-Oss) (10/51), 41.1 KiB
#19 2.828 Retrieving: sudo-1.9.17p2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (11/51), 1.9 MiB
#19 2.844 Retrieving: update-alternatives-1.22.21-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (12/51), 60.4 KiB
#19 2.848 Retrieving: which-2.23-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (13/51), 39.6 KiB
#19 2.851 Retrieving: xorgproto-devel-2025.1-1.2.noarch (openSUSE-Tumbleweed-Oss) (14/51), 202.0 KiB
#19 2.856 Retrieving: busybox-less-1.37.0-41.4.noarch (openSUSE-Tumbleweed-Oss) (15/51), 8.6 KiB
#19 2.859 Retrieving: libX11-xcb1-1.8.13-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (16/51), 16.0 KiB
#19 2.863 Retrieving: libxcb1-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (17/51), 53.1 KiB
#19 2.866 Retrieving: libcap-devel-2.78-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (18/51), 83.9 KiB
#19 2.870 Retrieving: rsync-3.4.1-4.4.x86_64 (openSUSE-Tumbleweed-Oss) (19/51), 451.5 KiB
#19 2.876 Retrieving: perl-Git-2.54.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (20/51), 187.0 KiB
#19 2.881 Retrieving: unzip-6.00-45.2.x86_64 (openSUSE-Tumbleweed-Oss) (21/51), 109.8 KiB
#19 2.885 Retrieving: libXau-devel-1.0.12-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (22/51), 15.9 KiB
#19 2.888 Retrieving: git-core-2.54.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (23/51), 6.3 MiB
#19 2.931 Retrieving: libxcb-xvmc0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (24/51), 14.0 KiB
#19 2.934 Retrieving: libxcb-xv0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (25/51), 17.4 KiB
#19 2.938 Retrieving: libxcb-xtest0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (26/51), 12.5 KiB
#19 2.941 Retrieving: libxcb-xkb1-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (27/51), 39.4 KiB
#19 2.945 Retrieving: libxcb-xinput0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (28/51), 42.7 KiB
#19 2.949 Retrieving: libxcb-xinerama0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (29/51), 12.9 KiB
#19 2.952 Retrieving: libxcb-xfixes0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (30/51), 17.2 KiB
#19 2.955 Retrieving: libxcb-xf86dri0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (31/51), 14.0 KiB
#19 2.959 Retrieving: libxcb-sync1-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (32/51), 16.7 KiB
#19 2.962 Retrieving: libxcb-shm0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (33/51), 13.4 KiB
#19 2.966 Retrieving: libxcb-shape0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (34/51), 13.6 KiB
#19 2.970 Retrieving: libxcb-screensaver0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (35/51), 14.1 KiB
#19 2.973 Retrieving: libxcb-res0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (36/51), 14.0 KiB
#19 2.976 Retrieving: libxcb-render0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (37/51), 23.2 KiB
#19 2.980 Retrieving: libxcb-record0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (38/51), 14.8 KiB
#19 2.983 Retrieving: libxcb-randr0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (39/51), 24.8 KiB
#19 2.987 Retrieving: libxcb-present0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (40/51), 13.4 KiB
#19 2.990 Retrieving: libxcb-glx0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (41/51), 30.9 KiB
#19 2.994 Retrieving: libxcb-dri3-0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (42/51), 14.7 KiB
#19 2.997 Retrieving: libxcb-dri2-0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (43/51), 14.4 KiB
#19 3.001 Retrieving: libxcb-dpms0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (44/51), 12.7 KiB
#19 3.004 Retrieving: libxcb-dbe0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (45/51), 13.6 KiB
#19 3.008 Retrieving: libxcb-damage0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (46/51), 12.5 KiB
#19 3.011 Retrieving: libxcb-composite0-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (47/51), 13.1 KiB
#19 3.014 Retrieving: libX11-6-1.8.13-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (48/51), 647.0 KiB
#19 3.022 Retrieving: git-2.54.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (49/51), 120.8 KiB
#19 3.026 Retrieving: libxcb-devel-1.17.0-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (50/51), 162.4 KiB
#19 3.030 Retrieving: libX11-devel-1.8.13-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (51/51), 58.4 KiB
#19 3.033
#19 3.033 Checking for file conflicts: [..done]
#19 3.121 ( 1/51) Installing: bubblewrap-0.11.1-1.2.x86_64 [..done]
#19 3.175 ( 2/51) Installing: busybox-1.37.0-10.3.x86_64 [..done]
#19 3.220 ( 3/51) Installing: bzip2-1.0.8-5.14.x86_64 [..done]
#19 3.246 ( 4/51) Installing: libX11-data-1.8.13-1.3.noarch [..done]
#19 3.301 ( 5/51) Installing: libXau6-1.0.12-2.3.x86_64 [..done]
#19 3.341 ( 6/51) Installing: liblz4-1-1.10.0-2.6.x86_64 [..done]
#19 3.370 ( 7/51) Installing: libpsx2-2.78-1.2.x86_64 [..done]
#19 3.402 ( 8/51) Installing: libsha1detectcoll1-1.0.3-5.5.x86_64 [..done]
#19 3.429 ( 9/51) Installing: libxxhash0-0.8.3-1.4.x86_64 [..done]
#19 3.461 (10/51) Installing: perl-Error-0.170.300-1.3.noarch [..done]
#19 3.495 (11/51) Installing: sudo-1.9.17p2-2.2.x86_64 [...done]
#19 3.652 (12/51) Installing: update-alternatives-1.22.21-2.2.x86_64 [..done]
#19 3.684 (13/51) Installing: which-2.23-1.4.x86_64 [..done]
#19 3.711 (14/51) Installing: xorgproto-devel-2025.1-1.2.noarch [..done]
#19 3.774 (15/51) Installing: busybox-less-1.37.0-41.4.noarch [..done]
#19 3.792 (16/51) Installing: libX11-xcb1-1.8.13-1.3.x86_64 [..done]
#19 3.817 (17/51) Installing: libxcb1-1.17.0-2.5.x86_64 [..done]
#19 3.848 (18/51) Installing: libcap-devel-2.78-1.2.x86_64 [..done]
#19 3.877 (19/51) Installing: rsync-3.4.1-4.4.x86_64 [..done]
#19 3.940 (20/51) Installing: perl-Git-2.54.0-1.2.x86_64 [..done]
#19 3.974 (21/51) Installing: unzip-6.00-45.2.x86_64 [..done]
#19 4.014 (22/51) Installing: libXau-devel-1.0.12-2.3.x86_64 [..done]
#19 4.070 (23/51) Installing: git-core-2.54.0-1.2.x86_64 [....done]
#19 4.326 (24/51) Installing: libxcb-xvmc0-1.17.0-2.5.x86_64 [..done]
#19 4.360 (25/51) Installing: libxcb-xv0-1.17.0-2.5.x86_64 [..done]
#19 4.388 (26/51) Installing: libxcb-xtest0-1.17.0-2.5.x86_64 [..done]
#19 4.413 (27/51) Installing: libxcb-xkb1-1.17.0-2.5.x86_64 [..done]
#19 4.444 (28/51) Installing: libxcb-xinput0-1.17.0-2.5.x86_64 [..done]
#19 4.470 (29/51) Installing: libxcb-xinerama0-1.17.0-2.5.x86_64 [..done]
#19 4.497 (30/51) Installing: libxcb-xfixes0-1.17.0-2.5.x86_64 [..done]
#19 4.522 (31/51) Installing: libxcb-xf86dri0-1.17.0-2.5.x86_64 [..done]
#19 4.547 (32/51) Installing: libxcb-sync1-1.17.0-2.5.x86_64 [..done]
#19 4.572 (33/51) Installing: libxcb-shm0-1.17.0-2.5.x86_64 [..done]
#19 4.597 (34/51) Installing: libxcb-shape0-1.17.0-2.5.x86_64 [..done]
#19 4.621 (35/51) Installing: libxcb-screensaver0-1.17.0-2.5.x86_64 [..done]
#19 4.647 (36/51) Installing: libxcb-res0-1.17.0-2.5.x86_64 [..done]
#19 4.673 (37/51) Installing: libxcb-render0-1.17.0-2.5.x86_64 [..done]
#19 4.700 (38/51) Installing: libxcb-record0-1.17.0-2.5.x86_64 [..done]
#19 4.726 (39/51) Installing: libxcb-randr0-1.17.0-2.5.x86_64 [..done]
#19 4.754 (40/51) Installing: libxcb-present0-1.17.0-2.5.x86_64 [..done]
#19 4.780 (41/51) Installing: libxcb-glx0-1.17.0-2.5.x86_64 [..done]
#19 4.807 (42/51) Installing: libxcb-dri3-0-1.17.0-2.5.x86_64 [..done]
#19 4.833 (43/51) Installing: libxcb-dri2-0-1.17.0-2.5.x86_64 [..done]
#19 4.862 (44/51) Installing: libxcb-dpms0-1.17.0-2.5.x86_64 [..done]
#19 4.891 (45/51) Installing: libxcb-dbe0-1.17.0-2.5.x86_64 [..done]
#19 4.915 (46/51) Installing: libxcb-damage0-1.17.0-2.5.x86_64 [..done]
#19 4.940 (47/51) Installing: libxcb-composite0-1.17.0-2.5.x86_64 [..done]
#19 4.971 (48/51) Installing: libX11-6-1.8.13-1.3.x86_64 [..done]
#19 5.012 (49/51) Installing: git-2.54.0-1.2.x86_64 [..done]
#19 5.036 (50/51) Installing: libxcb-devel-1.17.0-2.5.x86_64 [..done]
#19 5.079 (51/51) Installing: libX11-devel-1.8.13-1.3.x86_64 [..done]
#19 5.108 Running post-transaction scripts [...done]
#19 DONE 5.3s
#20 [stage-0 8/17] RUN git config --global user.email "docker@example.com"
#20 DONE 0.3s
#21 [stage-0 9/17] RUN git config --global user.name "Docker"
#21 DONE 0.3s
#22 [stage-0 10/17] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#22 0.241 Cloning into '/tmp/opam'...
#22 4.452 Note: switching to '1ea21b460db391ba6f8fb727ee296a86f65579e2'.
#22 4.452
#22 4.452 You are in 'detached HEAD' state. You can look around, make experimental
#22 4.452 changes and commit them, and you can discard any commits you make in this
#22 4.452 state without impacting any branches by switching back to a branch.
#22 4.452
#22 4.452 If you want to create a new branch to retain commits you create, you may
#22 4.452 do so (now or later) by using -c with the switch command. Example:
#22 4.452
#22 4.452 git switch -c <new-branch-name>
#22 4.452
#22 4.452 Or undo this operation with:
#22 4.452
#22 4.452 git switch -
#22 4.452
#22 4.452 Turn off this advice by setting config variable advice.detachedHead to false
#22 4.452
#22 4.452 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#22 6.214 configure: Configuring OCaml version 4.14.2
#22 6.222 checking build system type... x86_64-pc-linux-gnu
#22 6.298 checking host system type... x86_64-pc-linux-gnu
#22 6.299 checking target system type... x86_64-pc-linux-gnu
#22 6.301 checking for ld... ld
#22 6.303 checking how to print strings... printf
#22 6.308 checking for gcc... gcc
#22 6.352 checking whether the C compiler works... yes
#22 6.419 checking for C compiler default output file name... a.out
#22 6.421 checking for suffix of executables...
#22 6.483 checking whether we are cross compiling... no
#22 6.560 checking for suffix of object files... o
#22 6.591 checking whether we are using the GNU C compiler... yes
#22 6.618 checking whether gcc accepts -g... yes
#22 6.649 checking for gcc option to accept ISO C89... none needed
#22 6.701 checking for a sed that does not truncate output... /usr/bin/sed
#22 6.709 checking for grep that handles long lines and -e... /usr/bin/grep
#22 6.712 checking for egrep... /usr/bin/grep -E
#22 6.716 checking for fgrep... /usr/bin/grep -F
#22 6.719 checking for ld used by gcc... ld
#22 6.751 checking if the linker (ld) is GNU ld... yes
#22 6.759 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#22 6.764 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#22 6.800 checking whether ln -s works... yes
#22 6.800 checking the maximum length of command line arguments... 1572864
#22 6.813 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#22 6.813 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#22 6.813 checking for ld option to reload object files... -r
#22 6.814 checking for objdump... objdump
#22 6.814 checking how to recognize dependent libraries... pass_all
#22 6.816 checking for dlltool... no
#22 6.816 checking how to associate runtime and link libraries... printf %s\n
#22 6.817 checking for ar... ar
#22 6.817 checking for archiver @FILE support... @
#22 6.860 checking for strip... strip
#22 6.861 checking for ranlib... ranlib
#22 6.862 checking for gawk... gawk
#22 6.862 checking command to parse /usr/bin/nm -B output from gcc object... ok
#22 6.975 checking for sysroot... no
#22 6.975 checking for a working dd... /usr/bin/dd
#22 6.983 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#22 7.010 ./configure: line 6867: /usr/bin/file: No such file or directory
#22 7.013 checking for mt... no
#22 7.013 checking if : is a manifest tool... no
#22 7.021 checking how to run the C preprocessor... gcc -E
#22 7.106 checking for ANSI C header files... yes
#22 7.282 checking for sys/types.h... yes
#22 7.334 checking for sys/stat.h... yes
#22 7.383 checking for stdlib.h... yes
#22 7.434 checking for string.h... yes
#22 7.492 checking for memory.h... yes
#22 7.542 checking for strings.h... yes
#22 7.590 checking for inttypes.h... yes
#22 7.641 checking for stdint.h... yes
#22 7.692 checking for unistd.h... yes
#22 7.740 checking for dlfcn.h... yes
#22 7.783 checking for objdir... .libs
#22 7.887 checking if gcc supports -fno-rtti -fno-exceptions... no
#22 7.924 checking for gcc option to produce PIC... -fPIC -DPIC
#22 7.924 checking if gcc PIC flag -fPIC -DPIC works... yes
#22 7.958 checking if gcc static flag -static works... no
#22 7.992 checking if gcc supports -c -o file.o... yes
#22 8.036 checking if gcc supports -c -o file.o... (cached) yes
#22 8.036 checking whether the gcc linker (ld) supports shared libraries... yes
#22 8.055 checking whether -lc should be explicitly linked in... no
#22 8.104 checking dynamic linker characteristics... GNU/Linux ld.so
#22 8.203 checking how to hardcode library paths into programs... immediate
#22 8.203 checking whether stripping libraries is possible... yes
#22 8.206 checking if libtool supports shared libraries... yes
#22 8.206 checking whether to build shared libraries... yes
#22 8.206 checking whether to build static libraries... yes
#22 8.208 checking C compiler vendor... gcc-15-2
#22 8.229 checking whether host executables can be run in the build... yes
#22 8.291 checking whether #! works in shell scripts... yes
#22 8.299 checking for flexdll sources... checking for flexlink... no
#22 8.304 checking flexdll.h usability... no
#22 8.332 checking flexdll.h presence... no
#22 8.355 checking for flexdll.h... no
#22 8.359 checking for a BSD-compatible install... /usr/bin/install -c
#22 8.371 checking for cos in -lm... yes
#22 8.451 checking math.h usability... yes
#22 8.499 checking math.h presence... yes
#22 8.527 checking for math.h... yes
#22 8.528 checking for unistd.h... (cached) yes
#22 8.532 checking for stdint.h... (cached) yes
#22 8.532 checking for dirent.h... yes
#22 8.558 checking for sys/select.h... yes
#22 8.582 checking for off_t... yes
#22 8.667 checking size of int... 4
#22 8.749 checking size of long... 8
#22 8.833 checking size of long *... 8
#22 8.914 checking size of short... 2
#22 8.997 checking size of long long... 8
#22 9.097 configure: Target is a 64 bits architecture
#22 9.097 checking whether byte ordering is bigendian... no
#22 9.194 checking alignment of double... 8
#22 9.277 checking alignment of long... 8
#22 9.358 checking alignment of long long... 8
#22 9.443 checking whether the C compiler supports -fno-tree-vrp... yes
#22 9.470 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#22 9.489 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#22 9.523 checking for ld... ld
#22 9.524 checking for rlwrap... no
#22 9.524 configure: checking semantics of signal handlers
#22 9.525 checking for sigaction... yes
#22 9.597 checking for sigprocmask... yes
#22 9.660 configure: POSIX signal handling found.
#22 9.664 checking for expm1... yes
#22 9.747 checking for log1p... yes
#22 9.839 checking for hypot... yes
#22 9.930 checking for fma... yes
#22 10.02 checking for exp2... yes
#22 10.10 checking for log2... yes
#22 10.19 checking for cbrt... yes
#22 10.27 checking for acosh... yes
#22 10.36 checking for asinh... yes
#22 10.44 checking for atanh... yes
#22 10.52 checking for erf... yes
#22 10.61 checking for erfc... yes
#22 10.70 checking for trunc... yes
#22 10.79 checking for round... yes
#22 10.88 checking for copysign... yes
#22 10.96 checking whether round works... yes
#22 11.03 checking whether fma works... yes
#22 11.13 checking for getrusage... yes
#22 11.19 checking for times... yes
#22 11.25 checking for secure_getenv... yes
#22 11.32 checking for issetugid... no
#22 11.43 checking for library containing clock_gettime... none required
#22 11.50 checking for socket... yes
#22 11.58 checking for socketpair... yes
#22 11.66 checking for bind... yes
#22 11.73 checking for listen... yes
#22 11.82 checking for accept... yes
#22 11.90 checking for connect... yes
#22 11.99 checking for socklen_t... yes
#22 12.07 checking for inet_aton... yes
#22 12.13 checking for struct sockaddr_in6... yes
#22 12.20 checking for getaddrinfo... yes
#22 12.28 checking for getnameinfo... yes
#22 12.34 checking for inet_pton... yes
#22 12.41 checking for inet_ntop... yes
#22 12.47 checking for rewinddir... yes
#22 12.54 checking for lockf... yes
#22 12.61 checking for mkfifo... yes
#22 12.68 checking for getcwd... yes
#22 12.75 checking whether system is declared... yes
#22 12.79 checking for sys/types.h... (cached) yes
#22 12.79 checking utime.h usability... yes
#22 12.82 checking utime.h presence... yes
#22 12.84 checking for utime.h... yes
#22 12.84 checking for utime... yes
#22 12.91 checking for utimes... yes
#22 12.98 checking for fchmod... yes
#22 13.04 checking for fchown... yes
#22 13.11 checking for truncate... yes
#22 13.17 checking for ftruncate... yes
#22 13.24 checking for select... yes
#22 13.30 checking for fd_set... yes
#22 13.37 checking for nanosleep... yes
#22 13.43 checking for symlink... yes
#22 13.50 checking for readlink... yes
#22 13.57 checking for lstat... yes
#22 13.64 checking for realpath... yes
#22 13.70 checking for waitpid... yes
#22 13.77 checking for wait4... yes
#22 13.84 checking for getgroups... yes
#22 13.91 checking for setgroups... yes
#22 13.98 checking for initgroups... yes
#22 14.04 checking termios.h usability... yes
#22 14.08 checking termios.h presence... yes
#22 14.10 checking for termios.h... yes
#22 14.10 checking for tcgetattr... yes
#22 14.16 checking for tcsetattr... yes
#22 14.23 checking for tcsendbreak... yes
#22 14.29 checking for tcflush... yes
#22 14.36 checking for tcflow... yes
#22 14.42 checking for setitimer... yes
#22 14.49 checking for gethostname... yes
#22 14.55 checking sys/utsname.h usability... yes
#22 14.59 checking sys/utsname.h presence... yes
#22 14.60 checking for sys/utsname.h... yes
#22 14.61 checking for uname... yes
#22 14.68 checking for gettimeofday... yes
#22 14.74 checking for mktime... yes
#22 14.81 checking for setsid... yes
#22 14.88 checking for putenv... yes
#22 14.94 checking for setenv... yes
#22 15.00 checking for unsetenv... yes
#22 15.07 checking locale.h usability... yes
#22 15.11 checking locale.h presence... yes
#22 15.12 checking for locale.h... yes
#22 15.13 checking for newlocale... yes
#22 15.19 checking for freelocale... yes
#22 15.25 checking for uselocale... yes
#22 15.31 checking xlocale.h usability... no
#22 15.36 checking xlocale.h presence... no
#22 15.39 checking for xlocale.h... no
#22 15.39 checking for strtod_l... yes
#22 15.46 checking for dlopen... yes
#22 15.52 configure: Dynamic loading of shared libraries is supported.
#22 15.52 checking sys/mman.h usability... yes
#22 15.56 checking sys/mman.h presence... yes
#22 15.58 checking for sys/mman.h... yes
#22 15.58 checking for mmap... yes
#22 15.64 checking for munmap... yes
#22 15.72 checking for pwrite... yes
#22 15.79 checking whether the C compiler supports -fdebug-prefix-map... yes
#22 15.82 checking for struct stat.st_atim.tv_nsec... yes
#22 15.87 configure: stat supports nanosecond precision
#22 15.87 checking how many arguments gethostbyname_r() takes... six
#22 15.94 checking how many arguments gethostbyaddr_r() takes... eight
#22 16.01 checking for mkstemp... yes
#22 16.08 checking for nice... yes
#22 16.15 checking for dup3... yes
#22 16.22 checking for pipe2... yes
#22 16.28 checking for accept4... yes
#22 16.35 checking for getauxval... yes
#22 16.41 checking sys/shm.h usability... yes
#22 16.45 checking sys/shm.h presence... yes
#22 16.46 checking for sys/shm.h... yes
#22 16.46 checking for shmat... yes
#22 16.54 checking for execvpe... yes
#22 16.60 checking spawn.h usability... yes
#22 16.65 checking spawn.h presence... yes
#22 16.68 checking for spawn.h... yes
#22 16.68 checking for posix_spawn... yes
#22 16.76 checking for posix_spawnp... yes
#22 16.83 checking for ffs... yes
#22 16.91 checking whether _BitScanForward is declared... no
#22 16.96 configure: replay debugger supported
#22 16.96 checking whether stack overflows can be detected... yes
#22 16.96 checking whether gcc is Clang... no
#22 16.99 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#22 17.07 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#22 17.14 checking whether more special flags are required for pthreads... no
#22 17.14 checking for PTHREAD_PRIO_INHERIT... yes
#22 17.22 configure: the POSIX threads library is supported
#22 17.22 checking for sigwait... yes
#22 17.30 checking whether the assembler supports --debug-prefix-map... yes
#22 17.32 checking whether the assembler supports CFI directives... yes
#22 17.36 configure: not using frame pointers
#22 17.36 checking whether mmap supports huge pages... yes
#22 17.48 configure: creating ./config.status
#22 18.09 config.status: creating Makefile.build_config
#22 18.10 config.status: creating Makefile.config
#22 18.12 config.status: creating stdlib/sys.ml
#22 18.15 config.status: creating manual/src/version.tex
#22 18.17 config.status: creating manual/src/html_processing/src/common.ml
#22 18.20 config.status: creating tools/eventlog_metadata
#22 18.22 config.status: creating runtime/caml/m.h
#22 18.25 config.status: creating runtime/caml/s.h
#22 18.27 config.status: creating runtime/caml/version.h
#22 18.29 config.status: executing libtool commands
#22 18.36 make -j -C runtime sak
#22 18.36 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 18.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sak.o sak.c
#22 18.50 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -Wl,-E -o sak sak.o
#22 18.53 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 18.53 make -j coldstart
#22 18.54 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 18.55 make -j -C runtime all
#22 18.55 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 18.62 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs" > ld.conf
#22 18.62 tr -d '\r' < caml/instruct.h | \
#22 18.62 sed -e '/\/\*/d' \
#22 18.62 -e '/^#/d' \
#22 18.62 -e 's/enum /static char * names_of_/' \
#22 18.62 -e 's/{$/[] = {/' \
#22 18.62 -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
#22 18.62 tr -d '\r' < caml/instruct.h | \
#22 18.62 sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
#22 18.62 -e '/^}/q' > caml/jumptbl.h
#22 18.62 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml" >> ld.conf
#22 18.63 echo '/* This file is generated from ../Makefile.config */' > build_config.h
#22 18.65 echo '#define OCAML_STDLIB_DIR "/tmp/opam/bootstrap/ocaml/lib/ocaml"' >> build_config.h
#22 18.65 cp primitives.new primitives
#22 18.65 echo '#define HOST "x86_64-pc-linux-gnu"' >> build_config.h
#22 18.65 export LC_ALL=C; \
#22 18.65 (echo '#include "caml/config.h"'; \
#22 18.65 echo 'typedef intnat value;'; \
#22 18.65 echo 'typedef value (*c_primitive)(void);'; \
#22 18.65 echo; \
#22 18.65 sed -e 's/.*/extern value &(void);/' primitives; \
#22 18.65 echo; \
#22 18.65 echo 'c_primitive caml_builtin_cprim[] = {'; \
#22 18.65 sed -e 's/.*/ &,/' primitives; \
#22 18.65 echo ' 0 };'; \
#22 18.65 echo; \
#22 18.65 echo 'char * caml_names_of_builtin_cprim[] = {'; \
#22 18.65 sed -e 's/.*/ "&",/' primitives; \
#22 18.65 echo ' 0 };') > prims.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.b.o interp.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.b.o misc.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.b.o stacks.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.b.o fix_code.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.b.o startup_aux.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.b.o startup_byt.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.b.o freelist.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.b.o major_gc.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.b.o minor_gc.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.b.o memory.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.b.o alloc.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.b.o roots_byt.c
#22 18.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.b.o globroots.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.b.o fail_byt.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.b.o signals.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.b.o signals_byt.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.b.o printexc.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.b.o backtrace_byt.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.b.o backtrace.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.b.o compare.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.b.o ints.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.b.o eventlog.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.b.o floats.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.b.o str.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.b.o array.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.b.o io.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.b.o extern.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.b.o intern.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.b.o hash.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.b.o sys.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.b.o meta.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.b.o parsing.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.b.o gc_ctrl.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.b.o md5.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.b.o obj.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.b.o lexing.c
#22 18.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.b.o callback.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.b.o debugger.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.b.o weak.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.b.o compact.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.b.o finalise.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.b.o custom.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.b.o dynlink.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.b.o afl.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.b.o unix.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.b.o bigarray.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.b.o main.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.b.o memprof.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.b.o domain.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.b.o skiplist.c
#22 18.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.b.o codefrag.c
#22 18.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o interp.bd.o interp.c
#22 18.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o misc.bd.o misc.c
#22 18.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o stacks.bd.o stacks.c
#22 18.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fix_code.bd.o fix_code.c
#22 18.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_aux.bd.o startup_aux.c
#22 18.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_byt.bd.o startup_byt.c
#22 18.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o freelist.bd.o freelist.c
#22 18.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o major_gc.bd.o major_gc.c
#22 18.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o minor_gc.bd.o minor_gc.c
#22 18.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memory.bd.o memory.c
#22 18.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o alloc.bd.o alloc.c
#22 18.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o roots_byt.bd.o roots_byt.c
#22 18.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o globroots.bd.o globroots.c
#22 18.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fail_byt.bd.o fail_byt.c
#22 18.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals.bd.o signals.c
#22 18.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals_byt.bd.o signals_byt.c
#22 18.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o printexc.bd.o printexc.c
#22 18.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace_byt.bd.o backtrace_byt.c
#22 18.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace.bd.o backtrace.c
#22 18.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compare.bd.o compare.c
#22 18.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o ints.bd.o ints.c
#22 18.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o eventlog.bd.o eventlog.c
#22 18.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o floats.bd.o floats.c
#22 18.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o str.bd.o str.c
#22 18.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o array.bd.o array.c
#22 18.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o io.bd.o io.c
#22 18.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o extern.bd.o extern.c
#22 18.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o intern.bd.o intern.c
#22 18.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o hash.bd.o hash.c
#22 18.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o sys.bd.o sys.c
#22 18.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o meta.bd.o meta.c
#22 18.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o parsing.bd.o parsing.c
#22 18.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o gc_ctrl.bd.o gc_ctrl.c
#22 18.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o md5.bd.o md5.c
#22 18.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o obj.bd.o obj.c
#22 18.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o lexing.bd.o lexing.c
#22 18.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o callback.bd.o callback.c
#22 18.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o debugger.bd.o debugger.c
#22 18.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o weak.bd.o weak.c
#22 18.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compact.bd.o compact.c
#22 18.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o finalise.bd.o finalise.c
#22 18.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o custom.bd.o custom.c
#22 18.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o dynlink.bd.o dynlink.c
#22 18.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o afl.bd.o afl.c
#22 18.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o unix.bd.o unix.c
#22 18.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o bigarray.bd.o bigarray.c
#22 18.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o main.bd.o main.c
#22 18.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memprof.bd.o memprof.c
#22 18.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o domain.bd.o domain.c
#22 18.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o skiplist.bd.o skiplist.c
#22 18.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o codefrag.bd.o codefrag.c
#22 18.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o instrtrace.bd.o instrtrace.c
#22 18.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o interp.bi.o interp.c
#22 18.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o misc.bi.o misc.c
#22 18.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o stacks.bi.o stacks.c
#22 18.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fix_code.bi.o fix_code.c
#22 18.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_aux.bi.o startup_aux.c
#22 18.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_byt.bi.o startup_byt.c
#22 18.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o freelist.bi.o freelist.c
#22 18.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o major_gc.bi.o major_gc.c
#22 18.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o minor_gc.bi.o minor_gc.c
#22 18.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memory.bi.o memory.c
#22 18.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o alloc.bi.o alloc.c
#22 18.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o roots_byt.bi.o roots_byt.c
#22 18.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o globroots.bi.o globroots.c
#22 18.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fail_byt.bi.o fail_byt.c
#22 18.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals.bi.o signals.c
#22 18.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals_byt.bi.o signals_byt.c
#22 18.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o printexc.bi.o printexc.c
#22 18.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace_byt.bi.o backtrace_byt.c
#22 18.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace.bi.o backtrace.c
#22 18.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compare.bi.o compare.c
#22 18.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o ints.bi.o ints.c
#22 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o eventlog.bi.o eventlog.c
#22 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o floats.bi.o floats.c
#22 18.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o str.bi.o str.c
#22 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o array.bi.o array.c
#22 18.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o io.bi.o io.c
#22 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o extern.bi.o extern.c
#22 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o intern.bi.o intern.c
#22 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o hash.bi.o hash.c
#22 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o sys.bi.o sys.c
#22 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o meta.bi.o meta.c
#22 18.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o parsing.bi.o parsing.c
#22 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o gc_ctrl.bi.o gc_ctrl.c
#22 18.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o md5.bi.o md5.c
#22 18.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o obj.bi.o obj.c
#22 18.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o lexing.bi.o lexing.c
#22 18.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o callback.bi.o callback.c
#22 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o debugger.bi.o debugger.c
#22 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o weak.bi.o weak.c
#22 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compact.bi.o compact.c
#22 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o finalise.bi.o finalise.c
#22 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o custom.bi.o custom.c
#22 18.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o dynlink.bi.o dynlink.c
#22 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o afl.bi.o afl.c
#22 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o unix.bi.o unix.c
#22 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o bigarray.bi.o bigarray.c
#22 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o main.bi.o main.c
#22 18.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memprof.bi.o memprof.c
#22 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o domain.bi.o domain.c
#22 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o skiplist.bi.o skiplist.c
#22 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o codefrag.bi.o codefrag.c
#22 18.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.bpic.o interp.c
#22 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.bpic.o misc.c
#22 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.bpic.o stacks.c
#22 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.bpic.o fix_code.c
#22 19.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.bpic.o startup_aux.c
#22 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.bpic.o startup_byt.c
#22 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.bpic.o freelist.c
#22 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.bpic.o major_gc.c
#22 19.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.bpic.o minor_gc.c
#22 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.bpic.o memory.c
#22 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.bpic.o alloc.c
#22 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.bpic.o roots_byt.c
#22 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.bpic.o globroots.c
#22 19.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.bpic.o fail_byt.c
#22 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.bpic.o signals.c
#22 19.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.bpic.o signals_byt.c
#22 19.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.bpic.o printexc.c
#22 19.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.bpic.o backtrace_byt.c
#22 19.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.bpic.o backtrace.c
#22 19.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.bpic.o compare.c
#22 19.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.bpic.o ints.c
#22 19.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.bpic.o eventlog.c
#22 19.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.bpic.o floats.c
#22 19.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.bpic.o str.c
#22 19.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.bpic.o array.c
#22 19.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.bpic.o io.c
#22 19.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.bpic.o extern.c
#22 19.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.bpic.o intern.c
#22 19.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.bpic.o hash.c
#22 19.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.bpic.o sys.c
#22 19.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.bpic.o meta.c
#22 19.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.bpic.o parsing.c
#22 19.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.bpic.o gc_ctrl.c
#22 19.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.bpic.o md5.c
#22 19.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.bpic.o obj.c
#22 19.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.bpic.o lexing.c
#22 19.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.bpic.o callback.c
#22 19.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.bpic.o debugger.c
#22 19.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.bpic.o weak.c
#22 19.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.bpic.o compact.c
#22 19.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.bpic.o finalise.c
#22 19.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.bpic.o custom.c
#22 19.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.bpic.o dynlink.c
#22 19.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.bpic.o afl.c
#22 19.15 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.bpic.o unix.c
#22 19.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.bpic.o bigarray.c
#22 19.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.bpic.o main.c
#22 19.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.bpic.o memprof.c
#22 19.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.bpic.o domain.c
#22 19.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.bpic.o skiplist.c
#22 19.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.bpic.o codefrag.c
#22 19.19 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= \
#22 19.19 -o prims.o prims.c
#22 19.86 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
#22 19.89 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -Wl,-E -o ocamlrun prims.o libcamlrun.a -lm -lpthread
#22 19.90 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
#22 19.93 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -Wl,-E -g -o ocamlrund prims.o libcamlrund.a -lm -lpthread
#22 20.06 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
#22 20.08 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm -lpthread
#22 20.12 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
#22 20.12 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
#22 20.20 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 20.20 make -j -C stdlib \
#22 20.20 OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
#22 20.20 CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
#22 20.20 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 20.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 -nopervasives -c camlinternalFormatBasics.mli
#22 20.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 -nopervasives -c camlinternalAtomic.mli
#22 20.22 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > camlheader
#22 20.22 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > target_camlheader
#22 20.22 echo '#!' | tr -d '\012' > camlheader_ur
#22 20.22 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > camlheaderd
#22 20.22 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > target_camlheaderd
#22 20.22 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > camlheaderi
#22 20.22 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > target_camlheaderi
#22 20.23 ../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
#22 20.32 ../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
#22 20.33 ../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
#22 20.40 ../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
#22 20.40 ../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 \
#22 20.40 -o stdlib__Pervasives.cmo -c pervasives.ml
#22 20.40 ../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 \
#22 20.40 -o stdlib__Either.cmi -c either.mli
#22 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 \
#22 20.41 -o stdlib__Sys.cmi -c sys.mli
#22 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 \
#22 20.41 -o stdlib__Nativeint.cmi -c nativeint.mli
#22 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 \
#22 20.41 -o stdlib__Int32.cmi -c int32.mli
#22 20.42 ../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
#22 20.42 ../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 \
#22 20.42 -o stdlib__Bool.cmi -c bool.mli
#22 20.42 ../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 \
#22 20.42 -o stdlib__Char.cmi -c char.mli
#22 20.42 ../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 \
#22 20.42 -o stdlib__Uchar.cmi -c uchar.mli
#22 20.43 ../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 \
#22 20.43 -o stdlib__Int.cmi -c int.mli
#22 20.43 ../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 \
#22 20.43 -o stdlib__Unit.cmi -c unit.mli
#22 20.43 ../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 \
#22 20.43 -o stdlib__Marshal.cmi -c marshal.mli
#22 20.43 ../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 \
#22 20.43 -o stdlib__Int64.cmi -c int64.mli
#22 20.44 ../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 \
#22 20.44 -o stdlib__Lexing.cmi -c lexing.mli
#22 20.44 ../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 \
#22 20.44 -o stdlib__Stream.cmi -c stream.mli
#22 20.44 ../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 \
#22 20.44 -o stdlib__Arg.cmi -c arg.mli
#22 20.44 ../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 \
#22 20.44 -o stdlib__Atomic.cmi -c atomic.mli
#22 20.45 ../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 \
#22 20.45 -o stdlib__Printexc.cmi -c printexc.mli
#22 20.45 ../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 \
#22 20.45 -o stdlib__Fun.cmi -c fun.mli
#22 20.45 ../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 \
#22 20.45 -o stdlib__Digest.cmi -c digest.mli
#22 20.46 ../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 \
#22 20.46 -o stdlib__Scanf.cmi -c scanf.mli
#22 20.46 ../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 \
#22 20.46 -o stdlib__Callback.cmi -c callback.mli
#22 20.46 ../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 \
#22 20.46 -o stdlib__Filename.cmi -c filename.mli
#22 20.46 ../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 \
#22 20.46 -o stdlib__Complex.cmi -c complex.mli
#22 20.47 ../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 \
#22 20.47 -o stdlib__In_channel.cmi -c in_channel.mli
#22 20.47 ../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 \
#22 20.47 -o stdlib__Out_channel.cmi -c out_channel.mli
#22 20.47 ../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
#22 20.47 ../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 \
#22 20.47 -o stdlib__Either.cmo -c either.ml
#22 20.48 ../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 \
#22 20.48 -o stdlib__Sys.cmo -c sys.ml
#22 20.48 ../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 \
#22 20.48 -o stdlib__Obj.cmi -c obj.mli
#22 20.48 ../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 \
#22 20.48 -o stdlib__Lazy.cmi -c lazy.mli
#22 20.48 ../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 \
#22 20.48 -o stdlib__Seq.cmi -c seq.mli
#22 20.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 \
#22 20.49 -o stdlib__Bool.cmo -c bool.ml
#22 20.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 \
#22 20.49 -o stdlib__Char.cmo -c char.ml
#22 20.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 \
#22 20.49 -o stdlib__Uchar.cmo -c uchar.ml
#22 20.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 \
#22 20.49 -o stdlib__Int.cmo -c int.ml
#22 20.50 ../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 \
#22 20.50 -o stdlib__Unit.cmo -c unit.ml
#22 20.50 ../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 \
#22 20.50 -o stdlib__Int32.cmo -c int32.ml
#22 20.50 ../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 \
#22 20.50 -o stdlib__Int64.cmo -c int64.ml
#22 20.51 ../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 \
#22 20.51 -o stdlib__Nativeint.cmo -c nativeint.ml
#22 20.51 ../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 \
#22 20.51 -o stdlib__Atomic.cmo -c atomic.ml
#22 20.51 ../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 \
#22 20.51 -o stdlib__Fun.cmo -c fun.ml
#22 20.51 ../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 \
#22 20.51 -o stdlib__Gc.cmi -c gc.mli
#22 20.52 ../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 \
#22 20.52 -o stdlib__Random.cmi -c random.mli
#22 20.52 ../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 \
#22 20.52 -o stdlib__Callback.cmo -c callback.ml
#22 20.52 ../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
#22 20.52 ../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
#22 20.53 ../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 \
#22 20.53 -o stdlib__Genlex.cmi -c genlex.mli
#22 20.53 ../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 \
#22 20.53 -o stdlib__Complex.cmo -c complex.ml
#22 20.53 ../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 \
#22 20.53 -o stdlib__Bigarray.cmi -c bigarray.mli
#22 20.53 ../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 \
#22 20.53 -o stdlib__Out_channel.cmo -c out_channel.ml
#22 20.54 ../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 \
#22 20.54 -o stdlib__Obj.cmo -c obj.ml
#22 20.54 ../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
#22 20.54 ../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 \
#22 20.54 -o stdlib__Lazy.cmo -c lazy.ml
#22 20.54 ../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 \
#22 20.54 -o stdlib__Seq.cmo -c seq.ml
#22 20.55 ../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 \
#22 20.55 -o stdlib__Option.cmi -c option.mli
#22 20.55 ../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 \
#22 20.55 -o stdlib__Result.cmi -c result.mli
#22 20.55 ../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 \
#22 20.55 -o stdlib__List.cmi -c list.mli
#22 20.55 ../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 \
#22 20.55 -o stdlib__Bytes.cmi -c bytes.mli
#22 20.56 ../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 \
#22 20.56 -o stdlib__String.cmi -c string.mli
#22 20.56 ../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 \
#22 20.56 -o stdlib__Array.cmi -c array.mli
#22 20.56 ../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 \
#22 20.56 -o stdlib__Float.cmi -c float.mli
#22 20.57 ../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 \
#22 20.57 -o stdlib__Parsing.cmi -c parsing.mli
#22 20.57 ../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 \
#22 20.57 -o stdlib__Set.cmi -c set.mli
#22 20.57 ../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 \
#22 20.57 -o stdlib__Map.cmi -c map.mli
#22 20.57 ../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 \
#22 20.57 -o stdlib__Stack.cmi -c stack.mli
#22 20.58 ../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 \
#22 20.58 -o stdlib__Queue.cmi -c queue.mli
#22 20.58 ../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 \
#22 20.58 -o stdlib__Buffer.cmi -c buffer.mli
#22 20.58 ../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 \
#22 20.58 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#22 20.58 ../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 \
#22 20.58 -o stdlib__Oo.cmi -c oo.mli
#22 20.59 ../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" \
#22 20.59 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#22 20.59 ../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" \
#22 20.59 -o stdlib__ListLabels.cmi -c listLabels.mli
#22 20.59 ../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" \
#22 20.59 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#22 20.59 ../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" \
#22 20.59 -o stdlib__StringLabels.cmi -c stringLabels.mli
#22 20.60 ../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 \
#22 20.60 -o stdlib__Option.cmo -c option.ml
#22 20.60 ../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 \
#22 20.60 -o stdlib__Result.cmo -c result.ml
#22 20.60 ../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 \
#22 20.60 -o stdlib__List.cmo -c list.ml
#22 20.61 ../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 \
#22 20.61 -o stdlib__Bytes.cmo -c bytes.ml
#22 20.61 ../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 \
#22 20.61 -o stdlib__String.cmo -c string.ml
#22 20.61 ../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 \
#22 20.61 -o stdlib__Marshal.cmo -c marshal.ml
#22 20.61 ../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 \
#22 20.61 -o stdlib__Array.cmo -c array.ml
#22 20.62 ../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 \
#22 20.62 -o stdlib__Lexing.cmo -c lexing.ml
#22 20.62 ../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 \
#22 20.62 -o stdlib__Parsing.cmo -c parsing.ml
#22 20.62 ../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 \
#22 20.62 -o stdlib__Set.cmo -c set.ml
#22 20.62 ../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 \
#22 20.62 -o stdlib__Stack.cmo -c stack.ml
#22 20.62 ../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 \
#22 20.62 -o stdlib__Queue.cmo -c queue.ml
#22 20.63 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 20.63 -o stdlib__Stream.cmo -c stream.ml
#22 20.63 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A \
#22 20.63 -o stdlib__Buffer.cmo -c buffer.ml
#22 20.63 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match -c camlinternalFormat.mli
#22 20.64 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#22 20.64 -o stdlib__Printf.cmi -c printf.mli
#22 20.64 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 20.64 -o stdlib__Digest.cmo -c digest.ml
#22 20.64 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 20.64 -o stdlib__Random.cmo -c random.ml
#22 20.64 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#22 20.64 -o stdlib__Format.cmi -c format.mli
#22 20.65 ../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
#22 20.65 ../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 \
#22 20.65 -o stdlib__Oo.cmo -c oo.ml
#22 20.65 ../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
#22 20.65 ../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 \
#22 20.65 -o stdlib__Genlex.cmo -c genlex.ml
#22 20.66 ../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 \
#22 20.66 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#22 20.66 ../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 \
#22 20.66 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#22 20.66 ../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 \
#22 20.66 -o stdlib__ListLabels.cmo -c listLabels.ml
#22 20.66 ../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 \
#22 20.66 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#22 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 -nolabels -no-alias-deps \
#22 20.67 -o stdlib__StringLabels.cmo -c stringLabels.ml
#22 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 -pp "$AWK -f ./expand_module_aliases.awk" \
#22 20.67 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#22 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 -pp "$AWK -f ./expand_module_aliases.awk" \
#22 20.67 -o stdlib__StdLabels.cmi -c stdLabels.mli
#22 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 \
#22 20.67 -o stdlib__Bigarray.cmo -c bigarray.ml
#22 20.68 ../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 \
#22 20.68 -o stdlib__In_channel.cmo -c in_channel.ml
#22 20.68 ../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 \
#22 20.68 -o stdlib__Float.cmo -c float.ml
#22 20.68 ../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 \
#22 20.68 -o stdlib__Map.cmo -c map.ml
#22 20.69 ../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
#22 20.69 ../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 \
#22 20.69 -o stdlib__Printf.cmo -c printf.ml
#22 20.69 ../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 \
#22 20.69 -o stdlib__Arg.cmo -c arg.ml
#22 20.70 ../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 \
#22 20.70 -o stdlib__Printexc.cmo -c printexc.ml
#22 20.70 ../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 \
#22 20.70 -o stdlib__Gc.cmo -c gc.ml
#22 20.70 ../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 \
#22 20.70 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#22 20.70 ../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 \
#22 20.70 -o stdlib__Weak.cmi -c weak.mli
#22 20.71 ../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 \
#22 20.71 -o stdlib__Scanf.cmo -c scanf.ml
#22 20.71 ../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 \
#22 20.71 -o stdlib__Filename.cmo -c filename.ml
#22 20.71 ../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 \
#22 20.71 -o stdlib__StdLabels.cmo -c stdLabels.ml
#22 20.72 ../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 \
#22 20.72 -o stdlib__Format.cmo -c format.ml
#22 20.74 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 20.74 -o stdlib__Weak.cmo -c weak.ml
#22 20.78 ../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 \
#22 20.78 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#22 20.81 ../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 \
#22 20.81 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#22 22.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
#22 22.52 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 22.52 cp runtime/ocamlrun boot/ocamlrun
#22 22.52 cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
#22 22.53 cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
#22 22.54 cd boot; ln -sf ../runtime/libcamlrun.a .
#22 22.54 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 22.54 make -j opt.opt
#22 22.54 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 22.55 make -j checkstack
#22 22.55 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 22.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE \
#22 22.56 -o tools/checkstack.o tools/checkstack.c
#22 22.60 make -j -C tools checkstack
#22 22.60 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 22.61 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -Wl,-E -o checkstack checkstack.o
#22 22.64 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 22.64 tools/checkstack
#22 22.64 rm tools/checkstack tools/checkstack.o
#22 22.64 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 22.64 make -j coreall
#22 22.65 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 22.66 make -j -C runtime all
#22 22.66 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 22.76 make[3]: Nothing to be done for 'all'.
#22 22.76 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 22.76 cd stdlib; ln -sf ../runtime/libcamlrun.a .
#22 22.77 make -j ocamlc
#22 22.77 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 22.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 utils/warnings.mli
#22 22.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 parsing/longident.mli
#22 22.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 utils/build_path_prefix_map.mli
#22 22.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 utils/identifiable.mli
#22 22.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 utils/load_path.mli
#22 22.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 middle_end/flambda/allocated_const.mli
#22 22.79 make -j -C utils config.ml
#22 22.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 utils/config.mli
#22 22.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 utils/arg_helper.mli
#22 22.79 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#22 22.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 utils/profile.mli
#22 22.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 utils/local_store.mli
#22 22.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 utils/terminfo.mli
#22 22.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 utils/ccomp.mli
#22 22.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 utils/targetint.mli
#22 22.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 utils/int_replace_polymorphic_compare.mli
#22 22.79 gcc -E -I runtime/caml utils/domainstate.ml.c > utils/domainstate.ml
#22 22.79 gcc -E -I runtime/caml utils/domainstate.mli.c > utils/domainstate.mli
#22 22.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 utils/binutils.mli
#22 22.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 utils/lazy_backtrack.mli
#22 22.79 sed -e 's!%%AFL_INSTRUMENT%%!false!' \
#22 22.79 -e 's!%%ARCH%%!amd64!' \
#22 22.79 -e 's!%%ARCMD%%!ar!' \
#22 22.79 -e 's!%%ASM%%!as!' \
#22 22.79 -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
#22 22.79 -e 's!%%BYTECCLIBS%%!-lm -lpthread!' \
#22 22.79 -e 's!%%CC%%!gcc!' \
#22 22.79 -e 's!%%CCOMPTYPE%%!cc!' \
#22 22.79 -e 's!%%OUTPUTOBJ%%!-o !' \
#22 22.79 -e 's!%%EXT_ASM%%!.s!' \
#22 22.79 -e 's!%%EXT_DLL%%!.so!' \
#22 22.79 -e 's!%%EXE%%!!' \
#22 22.79 -e 's!%%EXT_LIB%%!.a!' \
#22 22.79 -e 's!%%EXT_OBJ%%!.o!' \
#22 22.79 -e 's!%%FLAMBDA%%!false!' \
#22 22.79 -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
#22 22.79 -e 's!%%WITH_CMM_INVARIANTS%%!false!' \
#22 22.79 -e 's!%%FLEXLINK_FLAGS%%!!' \
#22 22.79 -e 's!%%FLEXDLL_DIR%%!!' \
#22 22.79 -e 's!%%HOST%%!x86_64-pc-linux-gnu!' \
#22 22.79 -e 's!%%BINDIR%%!/tmp/opam/bootstrap/ocaml/bin!' \
#22 22.79 -e 's!%%LIBDIR%%!/tmp/opam/bootstrap/ocaml/lib/ocaml!' \
#22 22.79 -e 's!%%MKDLL%%!gcc -shared !' \
#22 22.79 -e 's!%%MKEXE%%!gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -Wl,-E !' \
#22 22.79 -e 's!%%FLEXLINK_LDFLAGS%%! -link \\"-Wl,-E\\"!' \
#22 22.79 -e 's!%%FLEXLINK_DLL_LDFLAGS%%!!' \
#22 22.79 -e 's!%%MKMAINDLL%%!gcc -shared !' \
#22 22.79 -e 's!%%MODEL%%!default!' \
#22 22.79 -e 's!%%NATIVECCLIBS%%!-lm !' \
#22 22.79 -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#22 22.79 -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#22 22.79 -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#22 22.79 -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#22 22.79 -e 's!%%PACKLD%%!ld -r -o !' \
#22 22.79 -e 's!%%PROFINFO_WIDTH%%!0!' \
#22 22.79 -e 's!%%RPATH%%!-Wl,-rpath,!' \
#22 22.79 -e 's!%%MKSHAREDLIBRPATH%%!-Wl,-rpath,!' \
#22 22.79 -e 's!%%FORCE_SAFE_STRING%%!true!' \
#22 22.79 -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
#22 22.79 -e 's!%%WINDOWS_UNICODE%%!0!' \
#22 22.79 -e 's!%%NAKED_POINTERS%%!true!' \
#22 22.79 -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
#22 22.79 -e 's!%%SYSTEM%%!linux!' \
#22 22.79 -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
#22 22.79 -e 's!%%TARGET%%!x86_64-pc-linux-gnu!' \
#22 22.79 -e 's!%%WITH_FRAME_POINTERS%%!false!' \
#22 22.79 -e 's!%%WITH_PROFINFO%%!false!' \
#22 22.79 -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
#22 22.79 -e 's!%%FUNCTION_SECTIONS%%!true!' \
#22 22.79 -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
#22 22.79 -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!true!' \
#22 22.79 config.mlp > config.ml
#22 22.79 cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
#22 22.79 echo '[@@@ocaml.warning "-67"]' > parsing/camlinternalMenhirLib.mli
#22 22.79 ./boot/ocamlrun ./boot/ocamllex -q parsing/lexer.mll
#22 22.80 cat boot/menhir/menhirLib.mli >> parsing/camlinternalMenhirLib.mli
#22 22.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 lambda/switch.mli
#22 22.80 lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml
#22 22.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 lambda/runtimedef.mli
#22 22.80 make -j -C tools make_opcodes
#22 22.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
#22 22.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
#22 22.80 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 22.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 driver/main_args.mli
#22 22.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 driver/makedepend.mli
#22 22.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
#22 22.81 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#22 22.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/errors.mli
#22 22.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/maindriver.mli
#22 22.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 parsing/camlinternalMenhirLib.mli
#22 22.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 utils/domainstate.mli
#22 22.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 utils/misc.mli
#22 22.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 utils/build_path_prefix_map.ml -I utils
#22 22.81 ../boot/ocamlrun ../boot/ocamllex -q make_opcodes.mll
#22 22.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 utils/local_store.ml -I utils
#22 22.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 utils/terminfo.ml -I utils
#22 22.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 utils/int_replace_polymorphic_compare.ml -I utils
#22 22.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 utils/config.ml -I utils
#22 22.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 utils/binutils.ml -I utils
#22 22.82 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
#22 22.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 utils/lazy_backtrack.ml -I utils
#22 22.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 parsing/location.mli
#22 22.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 lambda/runtimedef.ml -I lambda
#22 22.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 bytecomp/bytesections.ml -I bytecomp
#22 22.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/arg_helper.ml -I utils
#22 22.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 lambda/switch.ml -I lambda
#22 22.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 driver/main.ml -I driver
#22 22.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/domainstate.ml -I utils
#22 22.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 parsing/asttypes.mli
#22 22.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 typing/annot.mli
#22 22.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/syntaxerr.mli
#22 22.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 driver/errors.ml -I driver
#22 22.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 parsing/syntaxerr.ml -I parsing
#22 22.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 parsing/parsetree.mli
#22 22.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 file_formats/cmxs_format.mli
#22 22.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 utils/misc.ml -I utils
#22 22.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 utils/clflags.mli
#22 22.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 utils/profile.ml -I utils
#22 22.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 utils/load_path.ml -I utils
#22 22.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 utils/warnings.ml -I utils
#22 22.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 utils/consistbl.mli
#22 22.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 utils/targetint.ml -I utils
#22 22.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 utils/diffing.mli
#22 22.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 parsing/longident.ml -I parsing
#22 22.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 bytecomp/dll.ml -I bytecomp
#22 22.92 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 22.92 ./runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
#22 22.93 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli
#22 22.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.ml -I utils
#22 22.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.mli
#22 22.95 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml -I parsing
#22 22.96 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.ml -I utils
#22 22.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 utils/ccomp.ml -I utils
#22 22.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 parsing/location.ml -I parsing
#22 22.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 bytecomp/opcodes.mli
#22 22.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 driver/compenv.mli
#22 22.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/ident.mli
#22 22.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 middle_end/linkage_name.mli
#22 22.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 middle_end/flambda/base_types/tag.mli
#22 22.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 middle_end/flambda/base_types/static_exception.mli
#22 22.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 utils/numbers.mli
#22 22.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 utils/identifiable.ml -I utils
#22 22.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 utils/strongly_connected_components.mli
#22 22.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 utils/diffing_with_keys.ml -I utils
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml -I bytecomp
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.mli
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.ml -I driver
#22 23.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.ml -I driver
#22 23.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/attr_helper.ml -I parsing
#22 23.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/builtin_attributes.ml -I parsing
#22 23.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 parsing/printast.ml -I parsing
#22 23.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 parsing/docstrings.ml -I parsing
#22 23.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 parsing/ast_helper.mli
#22 23.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 parsing/depend.ml -I parsing
#22 23.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#22 23.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.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/outcometree.mli
#22 23.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/type_immediacy.ml -I typing
#22 23.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 lambda/debuginfo.ml -I lambda
#22 23.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 utils/numbers.ml -I utils
#22 23.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 utils/clflags.ml -I utils
#22 23.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 utils/strongly_connected_components.ml -I utils
#22 23.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/shape.mli
#22 23.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/backend_var.mli
#22 23.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/path.ml -I typing
#22 23.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 typing/primitive.mli
#22 23.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 typing/oprint.mli
#22 23.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.mli
#22 23.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.mli
#22 23.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 parsing/ast_helper.ml -I parsing
#22 23.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 parsing/pprintast.ml -I parsing
#22 23.14 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.ml > parsing/parser.ml
#22 23.14 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.mli > parsing/parser.mli
#22 23.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 parsing/ast_mapper.ml -I parsing
#22 23.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 parsing/parser.mli
#22 23.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/oprint.ml -I typing
#22 23.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/primitive.ml -I typing
#22 23.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/base_types/set_of_closures_origin.mli
#22 23.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 parsing/parser.ml -I parsing
#22 23.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 parsing/lexer.mli
#22 23.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 typing/types.mli
#22 23.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 typing/shape.ml -I typing
#22 23.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/lexer.ml -I parsing
#22 23.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.ml -I parsing
#22 23.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/makedepend.ml -I driver
#22 23.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/subst.mli
#22 23.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 file_formats/cmi_format.mli
#22 23.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/types.ml -I typing
#22 23.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/btype.mli
#22 23.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/predef.mli
#22 23.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/datarepr.mli
#22 23.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/errortrace.mli
#22 23.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/signature_group.mli
#22 23.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 file_formats/cmi_format.ml -I file_formats
#22 23.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.mli
#22 23.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 typing/env.mli
#22 23.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/errortrace.ml -I typing
#22 23.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 typing/btype.ml -I typing
#22 23.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 typing/subst.ml -I typing
#22 23.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 typing/predef.ml -I typing
#22 23.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 typing/datarepr.ml -I typing
#22 23.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 typing/signature_group.ml -I typing
#22 23.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/persistent_env.ml -I typing
#22 23.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.mli
#22 23.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/env.ml -I typing
#22 23.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/typedtree.mli
#22 23.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 typing/ctype.mli
#22 23.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 typing/printtyp.mli
#22 23.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 typing/mtype.mli
#22 23.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 typing/envaux.mli
#22 23.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 typing/typedecl_properties.mli
#22 23.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 typing/typedecl_unboxed.mli
#22 23.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 driver/compmisc.mli
#22 23.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/bytepackager.mli
#22 23.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/typedecl_properties.ml -I typing
#22 23.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/typedecl_immediacy.mli
#22 23.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/typedecl_separability.mli
#22 23.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 typing/envaux.ml -I typing
#22 23.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 typing/ctype.ml -I typing
#22 23.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 typing/printtyp.ml -I typing
#22 23.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 typing/includeclass.mli
#22 23.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 typing/mtype.ml -I typing
#22 23.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 typing/typedecl_unboxed.ml -I typing
#22 23.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 file_formats/cmo_format.mli
#22 23.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/internal_variable_names.mli
#22 23.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/clambda_primitives.mli
#22 23.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 lambda/lambda.ml -I lambda
#22 23.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 lambda/printlambda.mli
#22 23.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 lambda/translobj.mli
#22 23.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 lambda/tmc.mli
#22 23.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 lambda/simplif.mli
#22 23.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 bytecomp/instruct.mli
#22 23.55 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.ml -I typing
#22 23.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 typing/typedecl_immediacy.ml -I typing
#22 23.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 lambda/tmc.ml -I lambda
#22 23.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 lambda/simplif.ml -I lambda
#22 23.58 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
#22 23.58 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.mli
#22 23.58 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translobj.ml -I lambda
#22 23.58 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/printlambda.ml -I lambda
#22 23.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 typing/includeclass.ml -I typing
#22 23.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/clambda.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml -I bytecomp
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.ml -I typing
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.mli
#22 23.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 file_formats/cmt_format.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printpat.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.mli
#22 23.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
#22 23.63 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.63 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.63 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.63 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.63 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.63 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.63 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 23.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 bytecomp/meta.ml -I bytecomp
#22 23.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 bytecomp/symtable.ml -I bytecomp
#22 23.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
#22 23.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/bytelink.ml -I bytecomp
#22 23.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/bytelibrarian.ml -I bytecomp
#22 23.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 typing/printtyped.ml -I typing
#22 23.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.ml -I typing
#22 23.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 bytecomp/emitcode.ml -I bytecomp
#22 23.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.ml -I typing
#22 23.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/bytegen.ml -I bytecomp
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.ml -I typing
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.mli
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.mli
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.mli
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.mli
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.ml -I typing
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.ml -I typing
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translattribute.ml -I lambda
#22 23.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.ml -I lambda
#22 23.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.ml -I typing
#22 23.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 driver/compile.mli
#22 23.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.ml -I typing
#22 23.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.ml -I typing
#22 23.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.mli
#22 23.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.ml -I typing
#22 23.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
#22 23.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 lambda/matching.ml -I lambda
#22 23.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 lambda/translclass.ml -I lambda
#22 23.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 lambda/translmod.ml -I lambda
#22 23.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 typing/untypeast.ml -I typing
#22 23.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 typing/parmatch.ml -I typing
#22 23.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 typing/tast_mapper.ml -I typing
#22 23.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 file_formats/cmt_format.ml -I file_formats
#22 23.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 typing/cmt2annot.ml -I typing
#22 23.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 lambda/translcore.ml -I lambda
#22 23.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/compile.ml -I driver
#22 23.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/maindriver.ml -I driver
#22 23.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 middle_end/flambda/base_types/var_within_closure.mli
#22 23.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 middle_end/flambda/base_types/closure_id.mli
#22 23.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/typedecl.ml -I typing
#22 23.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/typecore.ml -I typing
#22 23.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/typeclass.ml -I typing
#22 23.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/includemod.ml -I typing
#22 23.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/includemod_errorprinter.mli
#22 23.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/typemod.mli
#22 23.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 middle_end/flambda/projection.mli
#22 23.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 middle_end/flambda/base_types/closure_origin.mli
#22 23.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 typing/includemod_errorprinter.ml -I typing
#22 23.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 driver/compmisc.ml -I driver
#22 23.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 driver/compile_common.ml -I driver
#22 23.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 bytecomp/bytepackager.ml -I bytecomp
#22 23.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 typing/typemod.ml -I typing
#22 23.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda.mli
#22 24.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 middle_end/flambda/freshening.mli
#22 24.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/simple_value_approx.mli
#22 24.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/export_info.mli
#22 24.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 file_formats/cmx_format.mli
#22 24.33 ./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
#22 30.34 ./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
#22 30.40 ./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
#22 30.96 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 30.96 make -j ocamllex ocamltools library
#22 30.96 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 30.97 make -j -C yacc all
#22 30.97 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#22 30.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.98 -o closure.o closure.c
#22 30.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.98 -o error.o error.c
#22 30.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.98 -o lalr.o lalr.c
#22 30.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.98 -o lr0.o lr0.c
#22 30.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 middle_end/backend_intf.mli
#22 30.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.98 -o main.o main.c
#22 30.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 middle_end/flambda/inlining_cost.mli
#22 30.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.98 -o mkpar.o mkpar.c
#22 30.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 middle_end/internal_variable_names.ml -I middle_end
#22 30.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 middle_end/linkage_name.ml -I middle_end
#22 30.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.98 -o output.o output.c
#22 30.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 middle_end/compilation_unit.ml -I middle_end
#22 30.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.98 -o reader.o reader.c
#22 30.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 middle_end/variable.ml -I middle_end
#22 30.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.99 -o skeleton.o skeleton.c
#22 30.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 middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#22 30.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 middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#22 30.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.99 -o symtab.o symtab.c
#22 30.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 middle_end/symbol.ml -I middle_end
#22 30.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.99 -o verbose.o verbose.c
#22 30.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 middle_end/backend_var.ml -I middle_end
#22 30.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#22 30.99 -o warshall.o warshall.c
#22 30.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 middle_end/clambda_primitives.ml -I middle_end
#22 30.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 middle_end/printclambda_primitives.mli
#22 30.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 middle_end/clambda.ml -I middle_end
#22 30.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 middle_end/printclambda.mli
#22 30.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 middle_end/semantics_of_primitives.mli
#22 30.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 middle_end/convert_primitives.mli
#22 30.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 middle_end/flambda/base_types/id_types.mli
#22 30.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 middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#22 30.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 middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#22 30.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 middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#22 30.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 middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#22 30.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 middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#22 30.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 middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.ml -I middle_end/flambda
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.ml -I middle_end/flambda
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/projection.ml -I middle_end/flambda
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.ml -I middle_end/flambda
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.mli
#22 31.00 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/share_constants.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_closure_vars.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/ref_to_variables.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_invariants.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/traverse_for_exported_symbols.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_offsets.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.mli
#22 31.01 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.mli
#22 31.02 make -j -C stdlib all
#22 31.02 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 31.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/semantics_of_primitives.ml -I middle_end
#22 31.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/closure/closure.mli
#22 31.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/closure/closure_middle_end.mli
#22 31.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/closure_conversion.mli
#22 31.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/lift_let_to_initialize_symbol.mli
#22 31.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/find_recursive_functions.mli
#22 31.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/invariant_params.mli
#22 31.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/inconstant_idents.mli
#22 31.03 ../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
#22 31.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/lift_constants.mli
#22 31.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/remove_unused_arguments.mli
#22 31.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/build_export_info.mli
#22 31.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_middle_end.mli
#22 31.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.ml -I middle_end
#22 31.04 ../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
#22 31.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/inlining_stats_types.mli
#22 31.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/simplify_boxed_integer_ops_intf.mli
#22 31.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/printclambda_primitives.ml -I middle_end
#22 31.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/printclambda.ml -I middle_end
#22 31.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/flambda.ml -I middle_end/flambda
#22 31.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.ml -I middle_end/flambda
#22 31.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/simplify_common.mli
#22 31.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/simplify_primitives.mli
#22 31.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/base_types/id_types.ml -I middle_end/flambda/base_types
#22 31.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/base_types/export_id.ml -I middle_end/flambda/base_types
#22 31.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/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#22 31.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/pass_wrapper.ml -I middle_end/flambda
#22 31.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/effect_analysis.ml -I middle_end/flambda
#22 31.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.ml -I middle_end/flambda
#22 31.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#22 31.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#22 31.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#22 31.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#22 31.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#22 31.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#22 31.06 ../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
#22 31.06 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#22 31.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 middle_end/flambda/un_anf.ml -I middle_end/flambda
#22 31.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 middle_end/compilenv.ml -I middle_end
#22 31.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 middle_end/flambda/import_approx.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
#22 31.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 middle_end/closure/closure.ml -I middle_end/closure
#22 31.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 middle_end/closure/closure_middle_end.ml -I middle_end/closure
#22 31.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 middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/inline_and_simplify_aux.mli
#22 31.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 middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/inlining_stats.mli
#22 31.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 middle_end/flambda/flambda_utils.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/freshening.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#22 31.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/find_recursive_functions.ml -I middle_end/flambda
#22 31.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/invariant_params.ml -I middle_end/flambda
#22 31.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/inconstant_idents.ml -I middle_end/flambda
#22 31.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/lift_constants.ml -I middle_end/flambda
#22 31.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/remove_unused_arguments.ml -I middle_end/flambda
#22 31.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/remove_unused_closure_vars.ml -I middle_end/flambda
#22 31.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/simplify_boxed_integer_ops.mli
#22 31.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/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#22 31.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/traverse_for_exported_symbols.ml -I middle_end/flambda
#22 31.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/closure_offsets.ml -I middle_end/flambda
#22 31.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_to_clambda.ml -I middle_end/flambda
#22 31.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/simplify_common.ml -I middle_end/flambda
#22 31.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.ml -I middle_end/flambda
#22 31.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/simplify_boxed_integer_ops.ml -I middle_end/flambda
#22 31.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/simplify_primitives.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/inlining_decision_intf.mli
#22 31.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 middle_end/flambda/inline_and_simplify_aux.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/extract_projections.mli
#22 31.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 middle_end/flambda/augment_specialised_args.mli
#22 31.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 middle_end/flambda/unbox_free_vars_of_closures.mli
#22 31.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 middle_end/flambda/unbox_specialised_args.mli
#22 31.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 middle_end/flambda/unbox_closures.mli
#22 31.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 middle_end/flambda/inline_and_simplify.mli
#22 31.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 middle_end/flambda/build_export_info.ml -I middle_end/flambda
#22 31.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/extract_projections.ml -I middle_end/flambda
#22 31.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/unbox_free_vars_of_closures.ml -I middle_end/flambda
#22 31.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/inlining_transforms.mli
#22 31.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/inlining_decision.mli
#22 31.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 middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/unbox_specialised_args.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/unbox_closures.ml -I middle_end/flambda
#22 31.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 middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#22 31.24 ../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
#22 31.25 ../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
#22 31.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/inline_and_simplify.ml -I middle_end/flambda
#22 31.29 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
#22 31.29 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
#22 31.33 ../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
#22 31.33 ../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 \
#22 31.33 -o stdlib__Pervasives.cmo -c pervasives.ml
#22 31.34 ../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 \
#22 31.34 -o stdlib__Either.cmi -c either.mli
#22 31.34 ../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 \
#22 31.34 -o stdlib__Sys.cmi -c sys.mli
#22 31.34 ../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 \
#22 31.34 -o stdlib__Nativeint.cmi -c nativeint.mli
#22 31.35 ../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 \
#22 31.35 -o stdlib__Int32.cmi -c int32.mli
#22 31.35 ../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
#22 31.35 ../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 \
#22 31.35 -o stdlib__Bool.cmi -c bool.mli
#22 31.35 ../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 \
#22 31.35 -o stdlib__Char.cmi -c char.mli
#22 31.36 ../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 \
#22 31.36 -o stdlib__Uchar.cmi -c uchar.mli
#22 31.36 ../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 \
#22 31.36 -o stdlib__Int.cmi -c int.mli
#22 31.36 ../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 \
#22 31.36 -o stdlib__Unit.cmi -c unit.mli
#22 31.36 ../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 \
#22 31.36 -o stdlib__Marshal.cmi -c marshal.mli
#22 31.37 ../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 \
#22 31.37 -o stdlib__Int64.cmi -c int64.mli
#22 31.37 ../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 \
#22 31.37 -o stdlib__Lexing.cmi -c lexing.mli
#22 31.37 ../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 \
#22 31.37 -o stdlib__Stream.cmi -c stream.mli
#22 31.38 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 31.38 -o stdlib__Arg.cmi -c arg.mli
#22 31.38 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 31.38 -o stdlib__Atomic.cmi -c atomic.mli
#22 31.38 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 31.38 -o stdlib__Printexc.cmi -c printexc.mli
#22 31.39 ../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 \
#22 31.39 -o stdlib__Fun.cmi -c fun.mli
#22 31.39 ../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 \
#22 31.39 -o stdlib__Digest.cmi -c digest.mli
#22 31.39 ../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 \
#22 31.39 -o stdlib__Scanf.cmi -c scanf.mli
#22 31.39 ../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 \
#22 31.39 -o stdlib__Callback.cmi -c callback.mli
#22 31.40 ../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 \
#22 31.40 -o stdlib__Filename.cmi -c filename.mli
#22 31.40 ../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 \
#22 31.40 -o stdlib__Complex.cmi -c complex.mli
#22 31.40 ../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 \
#22 31.40 -o stdlib__In_channel.cmi -c in_channel.mli
#22 31.41 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 31.41 -o stdlib__Out_channel.cmi -c out_channel.mli
#22 31.41 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c std_exit.ml
#22 31.41 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 31.41 -o stdlib__Either.cmo -c either.ml
#22 31.41 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 31.41 -o stdlib__Sys.cmo -c sys.ml
#22 31.42 ../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 \
#22 31.42 -o stdlib__Obj.cmi -c obj.mli
#22 31.42 ../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 \
#22 31.42 -o stdlib__Lazy.cmi -c lazy.mli
#22 31.42 ../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 \
#22 31.42 -o stdlib__Seq.cmi -c seq.mli
#22 31.42 ../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 \
#22 31.42 -o stdlib__Bool.cmo -c bool.ml
#22 31.43 ../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 \
#22 31.43 -o stdlib__Char.cmo -c char.ml
#22 31.43 ../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 \
#22 31.43 -o stdlib__Uchar.cmo -c uchar.ml
#22 31.43 ../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 \
#22 31.43 -o stdlib__Int.cmo -c int.ml
#22 31.43 ../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 \
#22 31.43 -o stdlib__Unit.cmo -c unit.ml
#22 31.43 ../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 \
#22 31.43 -o stdlib__Int32.cmo -c int32.ml
#22 31.44 ../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 \
#22 31.44 -o stdlib__Int64.cmo -c int64.ml
#22 31.44 ../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 \
#22 31.44 -o stdlib__Nativeint.cmo -c nativeint.ml
#22 31.44 ../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 \
#22 31.44 -o stdlib__Atomic.cmo -c atomic.ml
#22 31.44 ../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 \
#22 31.44 -o stdlib__Fun.cmo -c fun.ml
#22 31.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 \
#22 31.45 -o stdlib__Gc.cmi -c gc.mli
#22 31.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 \
#22 31.45 -o stdlib__Random.cmi -c random.mli
#22 31.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 \
#22 31.45 -o stdlib__Callback.cmo -c callback.ml
#22 31.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 -c camlinternalOO.mli
#22 31.46 ../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
#22 31.46 ../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 \
#22 31.46 -o stdlib__Genlex.cmi -c genlex.mli
#22 31.46 ../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 \
#22 31.46 -o stdlib__Complex.cmo -c complex.ml
#22 31.46 ../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 \
#22 31.46 -o stdlib__Bigarray.cmi -c bigarray.mli
#22 31.47 ../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 \
#22 31.47 -o stdlib__Out_channel.cmo -c out_channel.ml
#22 31.47 ../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 \
#22 31.47 -o stdlib__Obj.cmo -c obj.ml
#22 31.47 ../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
#22 31.47 ../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 \
#22 31.47 -o stdlib__Lazy.cmo -c lazy.ml
#22 31.48 ../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 \
#22 31.48 -o stdlib__Parsing.cmi -c parsing.mli
#22 31.48 ../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 \
#22 31.48 -o stdlib__Set.cmi -c set.mli
#22 31.48 ../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 \
#22 31.48 -o stdlib__Map.cmi -c map.mli
#22 31.49 ../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 \
#22 31.49 -o stdlib__Stack.cmi -c stack.mli
#22 31.49 ../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 \
#22 31.49 -o stdlib__Queue.cmi -c queue.mli
#22 31.49 ../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 \
#22 31.49 -o stdlib__Buffer.cmi -c buffer.mli
#22 31.49 ../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 \
#22 31.49 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#22 31.50 ../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 \
#22 31.50 -o stdlib__Oo.cmi -c oo.mli
#22 31.50 ../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" \
#22 31.50 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#22 31.50 ../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" \
#22 31.50 -o stdlib__ListLabels.cmi -c listLabels.mli
#22 31.50 ../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" \
#22 31.50 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#22 31.51 ../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" \
#22 31.51 -o stdlib__StringLabels.cmi -c stringLabels.mli
#22 31.51 ../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 \
#22 31.51 -o stdlib__Seq.cmo -c seq.ml
#22 31.51 ../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 \
#22 31.51 -o stdlib__Option.cmi -c option.mli
#22 31.51 ../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 \
#22 31.51 -o stdlib__Result.cmi -c result.mli
#22 31.52 ../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 \
#22 31.52 -o stdlib__List.cmi -c list.mli
#22 31.52 ../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 \
#22 31.52 -o stdlib__Bytes.cmi -c bytes.mli
#22 31.52 ../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 \
#22 31.52 -o stdlib__String.cmi -c string.mli
#22 31.52 ../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 \
#22 31.52 -o stdlib__Array.cmi -c array.mli
#22 31.53 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 31.53 -o stdlib__Float.cmi -c float.mli
#22 31.53 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#22 31.53 -o stdlib__Queue.cmo -c queue.ml
#22 31.53 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match -c camlinternalFormat.mli
#22 31.53 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#22 31.53 -o stdlib__Printf.cmi -c printf.mli
#22 31.54 ../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 \
#22 31.54 -o stdlib__Format.cmi -c format.mli
#22 31.54 ../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 \
#22 31.54 -o stdlib__Oo.cmo -c oo.ml
#22 31.54 ../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 \
#22 31.54 -o stdlib__Map.cmo -c map.ml
#22 31.54 ../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 \
#22 31.54 -o stdlib__Option.cmo -c option.ml
#22 31.55 ../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 \
#22 31.55 -o stdlib__Result.cmo -c result.ml
#22 31.56 ../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 \
#22 31.56 -o stdlib__Weak.cmi -c weak.mli
#22 31.56 ../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 \
#22 31.56 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#22 31.56 ../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" \
#22 31.56 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#22 31.57 ../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" \
#22 31.57 -o stdlib__StdLabels.cmi -c stdLabels.mli
#22 31.57 ../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 \
#22 31.57 -o stdlib__Bigarray.cmo -c bigarray.ml
#22 31.57 ../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 \
#22 31.57 -o stdlib__In_channel.cmo -c in_channel.ml
#22 31.57 ../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 \
#22 31.57 -o stdlib__List.cmo -c list.ml
#22 31.58 ../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 \
#22 31.58 -o stdlib__Bytes.cmo -c bytes.ml
#22 31.58 ../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 \
#22 31.58 -o stdlib__String.cmo -c string.ml
#22 31.58 ../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 \
#22 31.58 -o stdlib__Marshal.cmo -c marshal.ml
#22 31.59 ../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 \
#22 31.59 -o stdlib__Array.cmo -c array.ml
#22 31.59 ../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 \
#22 31.59 -o stdlib__Lexing.cmo -c lexing.ml
#22 31.59 ../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 \
#22 31.59 -o stdlib__Parsing.cmo -c parsing.ml
#22 31.59 ../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 \
#22 31.59 -o stdlib__Set.cmo -c set.ml
#22 31.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 \
#22 31.60 -o stdlib__Stack.cmo -c stack.ml
#22 31.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 \
#22 31.60 -o stdlib__Stream.cmo -c stream.ml
#22 31.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 -w +A \
#22 31.60 -o stdlib__Buffer.cmo -c buffer.ml
#22 31.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 -w +A -w -fragile-match -c camlinternalFormat.ml
#22 31.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 -w +A -w -fragile-match \
#22 31.61 -o stdlib__Printf.cmo -c printf.ml
#22 31.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 \
#22 31.61 -o stdlib__Arg.cmo -c arg.ml
#22 31.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 \
#22 31.61 -o stdlib__Printexc.cmo -c printexc.ml
#22 31.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 \
#22 31.61 -o stdlib__Gc.cmo -c gc.ml
#22 31.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 \
#22 31.61 -o stdlib__Digest.cmo -c digest.ml
#22 31.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 \
#22 31.62 -o stdlib__Random.cmo -c random.ml
#22 31.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 \
#22 31.62 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#22 31.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 \
#22 31.62 -o stdlib__Weak.cmo -c weak.ml
#22 31.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 -w +A -w -fragile-match \
#22 31.62 -o stdlib__Format.cmo -c format.ml
#22 31.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 \
#22 31.63 -o stdlib__Scanf.cmo -c scanf.ml
#22 31.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 -c camlinternalOO.ml
#22 31.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 -c camlinternalMod.ml
#22 31.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 \
#22 31.64 -o stdlib__Genlex.cmo -c genlex.ml
#22 31.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 \
#22 31.64 -o stdlib__Filename.cmo -c filename.ml
#22 31.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 -nolabels -no-alias-deps \
#22 31.64 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#22 31.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 -nolabels -no-alias-deps \
#22 31.64 -o stdlib__ListLabels.cmo -c listLabels.ml
#22 31.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 -nolabels -no-alias-deps \
#22 31.65 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#22 31.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 -nolabels -no-alias-deps \
#22 31.65 -o stdlib__StringLabels.cmo -c stringLabels.ml
#22 31.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 -nolabels -no-alias-deps \
#22 31.65 -o stdlib__StdLabels.cmo -c stdLabels.ml
#22 31.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 -nolabels -no-alias-deps \
#22 31.66 -o stdlib__Float.cmo -c float.ml
#22 31.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 \
#22 31.68 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#22 31.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 -nolabels -no-alias-deps \
#22 31.71 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#22 31.86 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -Wl,-E -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
#22 31.90 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#22 31.90 make -j -C lex all
#22 31.90 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#22 31.91 ../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
#22 31.91 ../yacc/ocamlyacc -v parser.mly
#22 31.91 ../boot/ocamlrun ../boot/ocamllex -q lexer.mll
#22 31.91 ../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
#22 31.93 ../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
#22 31.93 ../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
#22 31.93 ../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
#22 31.95 ../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
#22 31.95 ../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
#22 31.96 ../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
#22 31.98 ../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
#22 31.98 ../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
#22 31.98 ../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
#22 31.98 ../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
#22 31.98 ../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
#22 32.00 ../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
#22 32.01 ../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
#22 32.01 ../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
#22 32.01 ../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
#22 32.01 ../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
#22 32.03 ../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
#22 32.03 ../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
#22 32.03 ../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
#22 32.03 ./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
#22 32.28 ../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
#22 32.30 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#22 32.30 make -j -C tools all
#22 32.30 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 32.31 ../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
#22 32.31 ../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
#22 32.32 ../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
#22 32.32 ../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
#22 32.32 ../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
#22 32.32 ../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
#22 32.32 ../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
#22 32.32 ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
#22 32.32 ../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
#22 32.32 ../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
#22 32.32 ../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
#22 32.32 ../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
#22 32.32 ../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
#22 32.33 ../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
#22 32.34 ../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
#22 32.35 ../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
#22 32.35 ../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
#22 32.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 - dumpobj.ml
#22 32.37 ../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
#22 32.39 ../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
#22 32.40 ../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
#22 32.40 ../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
#22 32.40 ../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
#22 32.48 ../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
#22 32.52 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlmklib ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ocamlmklib.cmo
#22 32.59 ../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
#22 32.65 ../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
#22 32.66 ../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
#22 33.21 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 33.59 ../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
#22 33.62 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 33.62 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 33.62 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 33.62 make -j ocaml
#22 33.62 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 33.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 toplevel/expunge.ml -I toplevel
#22 33.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 toplevel/genprintval.mli
#22 33.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 toplevel/trace.mli
#22 33.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 toplevel/toploop.mli
#22 33.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 toplevel/topdirs.mli
#22 33.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 toplevel/topmain.mli
#22 33.67 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
#22 33.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml -I toplevel
#22 33.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.mli
#22 33.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/genprintval.ml -I toplevel
#22 33.69 cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
#22 33.70 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
#22 33.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 toplevel/topeval.mli
#22 33.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 toplevel/topcommon.ml -I toplevel
#22 33.79 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
#22 33.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 toplevel/toploop.ml -I toplevel
#22 33.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 toplevel/topdirs.ml -I toplevel
#22 33.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 toplevel/byte/topeval.ml -I toplevel/byte
#22 33.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 toplevel/byte/trace.ml -I toplevel/byte
#22 33.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 toplevel/byte/topmain.ml -I toplevel/byte
#22 34.06 ./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
#22 34.07 ./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
#22 34.67 ./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
#22 34.71 rm ocaml.tmp
#22 34.71 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 34.71 make -j opt-core
#22 34.71 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 34.72 make -j -C runtime allopt
#22 34.72 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 34.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o startup_aux.n.o startup_aux.c
#22 34.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o startup_nat.n.o startup_nat.c
#22 34.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o main.n.o main.c
#22 34.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o fail_nat.n.o fail_nat.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o roots_nat.n.o roots_nat.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o signals.n.o signals.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o signals_nat.n.o signals_nat.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o misc.n.o misc.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o freelist.n.o freelist.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o major_gc.n.o major_gc.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o minor_gc.n.o minor_gc.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o memory.n.o memory.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o alloc.n.o alloc.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o compare.n.o compare.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o ints.n.o ints.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o floats.n.o floats.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o str.n.o str.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o array.n.o array.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o io.n.o io.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o extern.n.o extern.c
#22 34.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o intern.n.o intern.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o hash.n.o hash.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o sys.n.o sys.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o parsing.n.o parsing.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o gc_ctrl.n.o gc_ctrl.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o eventlog.n.o eventlog.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o md5.n.o md5.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o obj.n.o obj.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o lexing.n.o lexing.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o unix.n.o unix.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o printexc.n.o printexc.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o callback.n.o callback.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o weak.n.o weak.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o compact.n.o compact.c
#22 34.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o finalise.n.o finalise.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o custom.n.o custom.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o globroots.n.o globroots.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o backtrace_nat.n.o backtrace_nat.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o backtrace.n.o backtrace.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o dynlink_nat.n.o dynlink_nat.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o debugger.n.o debugger.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o meta.n.o meta.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o dynlink.n.o dynlink.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o clambda_checks.n.o clambda_checks.c
#22 34.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o afl.n.o afl.c
#22 34.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o bigarray.n.o bigarray.c
#22 34.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o memprof.n.o memprof.c
#22 34.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o domain.n.o domain.c
#22 34.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o skiplist.n.o skiplist.c
#22 34.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o codefrag.n.o codefrag.c
#22 34.83 gcc -c -DSYS_linux -I../runtime -DMODEL_default -o amd64.o amd64.S || \
#22 34.83 { echo "If your assembler produced syntax errors, it is probably";\
#22 34.83 echo "unhappy with the preprocessor. Check your assembler, or";\
#22 34.83 echo "try producing amd64.o by hand.";\
#22 34.83 exit 2; }
#22 34.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o startup_aux.nd.o startup_aux.c
#22 34.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o startup_nat.nd.o startup_nat.c
#22 34.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o main.nd.o main.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o fail_nat.nd.o fail_nat.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o roots_nat.nd.o roots_nat.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o signals.nd.o signals.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o signals_nat.nd.o signals_nat.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o misc.nd.o misc.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o freelist.nd.o freelist.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o major_gc.nd.o major_gc.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o minor_gc.nd.o minor_gc.c
#22 34.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o memory.nd.o memory.c
#22 34.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o alloc.nd.o alloc.c
#22 34.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o compare.nd.o compare.c
#22 34.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o ints.nd.o ints.c
#22 34.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o floats.nd.o floats.c
#22 34.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o str.nd.o str.c
#22 34.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o array.nd.o array.c
#22 34.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o io.nd.o io.c
#22 34.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o extern.nd.o extern.c
#22 34.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o intern.nd.o intern.c
#22 34.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o hash.nd.o hash.c
#22 34.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o sys.nd.o sys.c
#22 34.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o parsing.nd.o parsing.c
#22 34.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o gc_ctrl.nd.o gc_ctrl.c
#22 34.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o eventlog.nd.o eventlog.c
#22 34.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o md5.nd.o md5.c
#22 34.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o obj.nd.o obj.c
#22 34.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o lexing.nd.o lexing.c
#22 34.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o unix.nd.o unix.c
#22 34.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o printexc.nd.o printexc.c
#22 34.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o callback.nd.o callback.c
#22 34.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o weak.nd.o weak.c
#22 34.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o compact.nd.o compact.c
#22 34.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o finalise.nd.o finalise.c
#22 34.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o custom.nd.o custom.c
#22 34.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o globroots.nd.o globroots.c
#22 34.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o backtrace_nat.nd.o backtrace_nat.c
#22 34.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o backtrace.nd.o backtrace.c
#22 34.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o dynlink_nat.nd.o dynlink_nat.c
#22 34.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o debugger.nd.o debugger.c
#22 34.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o meta.nd.o meta.c
#22 34.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o dynlink.nd.o dynlink.c
#22 34.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o clambda_checks.nd.o clambda_checks.c
#22 34.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o afl.nd.o afl.c
#22 34.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o bigarray.nd.o bigarray.c
#22 34.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o memprof.nd.o memprof.c
#22 34.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o domain.nd.o domain.c
#22 34.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o skiplist.nd.o skiplist.c
#22 34.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DDEBUG -o codefrag.nd.o codefrag.c
#22 34.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o startup_aux.ni.o startup_aux.c
#22 34.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o startup_nat.ni.o startup_nat.c
#22 34.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o main.ni.o main.c
#22 35.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o fail_nat.ni.o fail_nat.c
#22 35.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o roots_nat.ni.o roots_nat.c
#22 35.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o signals.ni.o signals.c
#22 35.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o signals_nat.ni.o signals_nat.c
#22 35.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o misc.ni.o misc.c
#22 35.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o freelist.ni.o freelist.c
#22 35.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o major_gc.ni.o major_gc.c
#22 35.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o minor_gc.ni.o minor_gc.c
#22 35.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o memory.ni.o memory.c
#22 35.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o alloc.ni.o alloc.c
#22 35.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o compare.ni.o compare.c
#22 35.03 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o ints.ni.o ints.c
#22 35.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o floats.ni.o floats.c
#22 35.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o str.ni.o str.c
#22 35.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o array.ni.o array.c
#22 35.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o io.ni.o io.c
#22 35.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o extern.ni.o extern.c
#22 35.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o intern.ni.o intern.c
#22 35.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o hash.ni.o hash.c
#22 35.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o sys.ni.o sys.c
#22 35.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o parsing.ni.o parsing.c
#22 35.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o gc_ctrl.ni.o gc_ctrl.c
#22 35.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o eventlog.ni.o eventlog.c
#22 35.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o md5.ni.o md5.c
#22 35.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o obj.ni.o obj.c
#22 35.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o lexing.ni.o lexing.c
#22 35.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o unix.ni.o unix.c
#22 35.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o printexc.ni.o printexc.c
#22 35.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o callback.ni.o callback.c
#22 35.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o weak.ni.o weak.c
#22 35.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o compact.ni.o compact.c
#22 35.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o finalise.ni.o finalise.c
#22 35.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o custom.ni.o custom.c
#22 35.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o globroots.ni.o globroots.c
#22 35.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o backtrace_nat.ni.o backtrace_nat.c
#22 35.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o backtrace.ni.o backtrace.c
#22 35.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o dynlink_nat.ni.o dynlink_nat.c
#22 35.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o debugger.ni.o debugger.c
#22 35.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o meta.ni.o meta.c
#22 35.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o dynlink.ni.o dynlink.c
#22 35.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o clambda_checks.ni.o clambda_checks.c
#22 35.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o afl.ni.o afl.c
#22 35.15 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o bigarray.ni.o bigarray.c
#22 35.15 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o memprof.ni.o memprof.c
#22 35.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o domain.ni.o domain.c
#22 35.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o skiplist.ni.o skiplist.c
#22 35.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DCAML_INSTR -o codefrag.ni.o codefrag.c
#22 35.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o startup_aux.npic.o startup_aux.c
#22 35.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o startup_nat.npic.o startup_nat.c
#22 35.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o main.npic.o main.c
#22 35.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o fail_nat.npic.o fail_nat.c
#22 35.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o roots_nat.npic.o roots_nat.c
#22 35.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o signals.npic.o signals.c
#22 35.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o signals_nat.npic.o signals_nat.c
#22 35.19 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o misc.npic.o misc.c
#22 35.19 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o freelist.npic.o freelist.c
#22 35.19 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o major_gc.npic.o major_gc.c
#22 35.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o minor_gc.npic.o minor_gc.c
#22 35.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o memory.npic.o memory.c
#22 35.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o alloc.npic.o alloc.c
#22 35.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o compare.npic.o compare.c
#22 35.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o ints.npic.o ints.c
#22 35.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o floats.npic.o floats.c
#22 35.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o str.npic.o str.c
#22 35.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o array.npic.o array.c
#22 35.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o io.npic.o io.c
#22 35.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o extern.npic.o extern.c
#22 35.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o intern.npic.o intern.c
#22 35.25 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o hash.npic.o hash.c
#22 35.25 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o sys.npic.o sys.c
#22 35.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o parsing.npic.o parsing.c
#22 35.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o gc_ctrl.npic.o gc_ctrl.c
#22 35.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o eventlog.npic.o eventlog.c
#22 35.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o md5.npic.o md5.c
#22 35.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o obj.npic.o obj.c
#22 35.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o lexing.npic.o lexing.c
#22 35.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o unix.npic.o unix.c
#22 35.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o printexc.npic.o printexc.c
#22 35.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o callback.npic.o callback.c
#22 35.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o weak.npic.o weak.c
#22 35.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o compact.npic.o compact.c
#22 35.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o finalise.npic.o finalise.c
#22 35.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o custom.npic.o custom.c
#22 35.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o globroots.npic.o globroots.c
#22 35.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o backtrace_nat.npic.o backtrace_nat.c
#22 35.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o backtrace.npic.o backtrace.c
#22 35.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o dynlink_nat.npic.o dynlink_nat.c
#22 35.32 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o debugger.npic.o debugger.c
#22 35.32 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o meta.npic.o meta.c
#22 35.32 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o dynlink.npic.o dynlink.c
#22 35.33 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o clambda_checks.npic.o clambda_checks.c
#22 35.33 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o afl.npic.o afl.c
#22 35.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o bigarray.npic.o bigarray.c
#22 35.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o memprof.npic.o memprof.c
#22 35.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o domain.npic.o domain.c
#22 35.36 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o skiplist.npic.o skiplist.c
#22 35.36 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -o codefrag.npic.o codefrag.c
#22 35.37 gcc -c -DSYS_linux -I../runtime -DMODEL_default -fPIC -o amd64_libasmrunpic.o amd64.S
#22 35.99 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 amd64.o
#22 36.01 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 amd64.o
#22 36.06 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 amd64.o
#22 36.11 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 amd64_libasmrunpic.o
#22 36.11 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 amd64_libasmrunpic.o -lm
#22 36.19 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 36.20 cp runtime/libasmrun.a stdlib/libasmrun.a
#22 36.20 make -j ocamlopt
#22 36.20 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 36.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 asmcomp/x86_ast.mli
#22 36.22 cd asmcomp; ln -sf amd64/arch.ml .
#22 36.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 asmcomp/cmm.mli
#22 36.23 cd asmcomp; ln -sf amd64/proc.ml .
#22 36.23 cd asmcomp; ln -sf amd64/selection.ml .
#22 36.23 cd asmcomp; ln -sf amd64/CSE.ml .
#22 36.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/coloring.mli
#22 36.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linscan.mli
#22 36.23 cd asmcomp; ln -sf amd64/reload.ml .
#22 36.23 cd asmcomp; ln -sf amd64/scheduling.ml .
#22 36.23 make -j -C tools cvt_emit
#22 36.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.mli
#22 36.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.mli
#22 36.23 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 36.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.mli
#22 36.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.mli
#22 36.23 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.mli
#22 36.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/optmaindriver.mli
#22 36.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 asmcomp/arch.ml -I asmcomp
#22 36.24 ../boot/ocamlrun ../boot/ocamllex -q cvt_emit.mll
#22 36.25 ../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
#22 36.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/opterrors.ml -I driver
#22 36.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 asmcomp/x86_proc.mli
#22 36.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.mli
#22 36.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.mli
#22 36.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.mli
#22 36.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmain.ml -I driver
#22 36.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml -I asmcomp
#22 36.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.mli
#22 36.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.mli
#22 36.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.mli
#22 36.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.mli
#22 36.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.mli
#22 36.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.mli
#22 36.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.mli
#22 36.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 asmcomp/x86_proc.ml -I asmcomp
#22 36.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 asmcomp/x86_gas.ml -I asmcomp
#22 36.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 asmcomp/x86_masm.ml -I asmcomp
#22 36.30 ../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
#22 36.31 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 36.31 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 36.31 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 36.31 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 36.31 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 36.31 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#22 36.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/reg.ml -I asmcomp
#22 36.34 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 36.34 echo \# 1 \"amd64/emit.mlp\" > asmcomp/emit.ml
#22 36.34 ./boot/ocamlrun tools/cvt_emit < asmcomp/amd64/emit.mlp >> asmcomp/emit.ml \
#22 36.34 || { rm -f asmcomp/emit.ml; exit 2; }
#22 36.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 asmcomp/cmm.ml -I asmcomp
#22 36.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 asmcomp/mach.mli
#22 36.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 asmcomp/strmatch.ml -I asmcomp
#22 36.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 asmcomp/cmmgen.ml -I asmcomp
#22 36.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/mach.ml -I asmcomp
#22 36.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/proc.mli
#22 36.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/interval.mli
#22 36.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/printmach.mli
#22 36.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/dataflow.mli
#22 36.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/polling.mli
#22 36.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/selectgen.mli
#22 36.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/selection.mli
#22 36.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/comballoc.mli
#22 36.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/CSEgen.mli
#22 36.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/liveness.mli
#22 36.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/spill.mli
#22 36.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/split.mli
#22 36.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/interf.mli
#22 36.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/reloadgen.mli
#22 36.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/reload.mli
#22 36.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/deadcode.mli
#22 36.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/linear.mli
#22 36.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 asmcomp/dataflow.ml -I asmcomp
#22 36.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 asmcomp/comballoc.ml -I asmcomp
#22 36.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 asmcomp/split.ml -I asmcomp
#22 36.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 asmcomp/polling.ml -I asmcomp
#22 36.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 asmcomp/CSE.ml -I asmcomp
#22 36.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 asmcomp/proc.ml -I asmcomp
#22 36.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 asmcomp/cmm_helpers.ml -I asmcomp
#22 36.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 asmcomp/interval.ml -I asmcomp
#22 36.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 asmcomp/printmach.ml -I asmcomp
#22 36.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 asmcomp/CSEgen.ml -I asmcomp
#22 36.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 asmcomp/liveness.ml -I asmcomp
#22 36.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 asmcomp/spill.ml -I asmcomp
#22 36.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 asmcomp/interf.ml -I asmcomp
#22 36.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 asmcomp/coloring.ml -I asmcomp
#22 36.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 asmcomp/linscan.ml -I asmcomp
#22 36.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 asmcomp/deadcode.ml -I asmcomp
#22 36.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 driver/optmaindriver.ml -I driver
#22 36.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 asmcomp/reloadgen.ml -I asmcomp
#22 36.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 asmcomp/reload.ml -I asmcomp
#22 36.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 asmcomp/linear.ml -I asmcomp
#22 36.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 asmcomp/printlinear.mli
#22 36.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 asmcomp/linearize.mli
#22 36.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 file_formats/linear_format.mli
#22 36.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 asmcomp/schedgen.mli
#22 36.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 asmcomp/scheduling.mli
#22 36.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 asmcomp/branch_relaxation_intf.ml -I asmcomp
#22 36.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 asmcomp/emitenv.mli
#22 36.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 asmcomp/emit.mli
#22 36.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/selectgen.ml -I asmcomp
#22 36.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/selection.ml -I asmcomp
#22 36.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/linearize.ml -I asmcomp
#22 36.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/printlinear.ml -I asmcomp
#22 36.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 file_formats/linear_format.ml -I file_formats
#22 36.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/schedgen.ml -I asmcomp
#22 36.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/scheduling.ml -I asmcomp
#22 36.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/branch_relaxation.mli
#22 36.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/emitaux.mli
#22 36.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/branch_relaxation.ml -I asmcomp
#22 36.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml -I asmcomp
#22 36.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml -I asmcomp
#22 36.53 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.mli
#22 36.57 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml -I asmcomp
#22 36.57 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml -I asmcomp
#22 36.57 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml -I asmcomp
#22 36.57 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.ml -I driver
#22 37.52 ./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/x86_proc.cmo asmcomp/x86_dsl.cmo asmcomp/x86_gas.cmo asmcomp/x86_masm.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
#22 37.58 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
#22 38.25 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 38.25 make -j libraryopt
#22 38.25 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 38.27 make -j -C stdlib allopt
#22 38.27 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 38.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 -function-sections -nopervasives -c camlinternalFormatBasics.ml
#22 38.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 -function-sections -nopervasives -c camlinternalAtomic.ml
#22 38.55 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#22 38.73 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 38.73 -o stdlib__Pervasives.cmx -c pervasives.ml
#22 38.73 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 38.73 -o stdlib__Either.cmx -c either.ml
#22 38.74 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 38.74 -o stdlib__Sys.cmx -c sys.ml
#22 38.74 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 38.74 -o stdlib__Bool.cmx -c bool.ml
#22 38.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 -function-sections \
#22 38.75 -o stdlib__Char.cmx -c char.ml
#22 38.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 -function-sections \
#22 38.75 -o stdlib__Int.cmx -c int.ml
#22 38.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 -function-sections \
#22 38.75 -o stdlib__Unit.cmx -c unit.ml
#22 38.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 -function-sections \
#22 38.76 -o stdlib__Int64.cmx -c int64.ml
#22 38.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 -function-sections \
#22 38.76 -o stdlib__Atomic.cmx -c atomic.ml
#22 38.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 -function-sections \
#22 38.76 -o stdlib__Complex.cmx -c complex.ml
#22 38.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 -function-sections -c std_exit.ml
#22 38.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 -function-sections \
#22 38.81 -o stdlib__Nativeint.cmx -c nativeint.ml
#22 38.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 -function-sections \
#22 38.81 -o stdlib__Int32.cmx -c int32.ml
#22 38.82 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 38.82 -o stdlib__Uchar.cmx -c uchar.ml
#22 38.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 -function-sections \
#22 38.88 -o stdlib__Obj.cmx -c obj.ml
#22 38.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 -function-sections -afl-inst-ratio 0 -c camlinternalLazy.ml
#22 38.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 -function-sections \
#22 38.96 -o stdlib__Callback.cmx -c callback.ml
#22 39.00 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.00 -o stdlib__Lazy.cmx -c lazy.ml
#22 39.05 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.05 -o stdlib__Seq.cmx -c seq.ml
#22 39.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 -function-sections \
#22 39.31 -o stdlib__Option.cmx -c option.ml
#22 39.32 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.32 -o stdlib__Result.cmx -c result.ml
#22 39.32 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.32 -o stdlib__List.cmx -c list.ml
#22 39.32 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.32 -o stdlib__Bytes.cmx -c bytes.ml
#22 39.33 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.33 -o stdlib__Array.cmx -c array.ml
#22 39.33 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.33 -o stdlib__Map.cmx -c map.ml
#22 39.33 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.33 -o stdlib__Queue.cmx -c queue.ml
#22 39.59 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#22 39.59 -o stdlib__ArrayLabels.cmx -c arrayLabels.ml
#22 39.59 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.59 -o stdlib__Bigarray.cmx -c bigarray.ml
#22 39.68 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#22 39.68 -o stdlib__Float.cmx -c float.ml
#22 39.68 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.68 -o stdlib__Set.cmx -c set.ml
#22 39.68 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.68 -o stdlib__Stack.cmx -c stack.ml
#22 39.68 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#22 39.68 -o stdlib__ListLabels.cmx -c listLabels.ml
#22 39.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 -function-sections \
#22 39.81 -o stdlib__String.cmx -c string.ml
#22 39.82 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.82 -o stdlib__Marshal.cmx -c marshal.ml
#22 39.82 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#22 39.82 -o stdlib__BytesLabels.cmx -c bytesLabels.ml
#22 39.99 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 39.99 -o stdlib__Lexing.cmx -c lexing.ml
#22 40.00 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.00 -o stdlib__Stream.cmx -c stream.ml
#22 40.00 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -inline 3 \
#22 40.00 -o stdlib__Buffer.cmx -c buffer.ml
#22 40.00 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.00 -o stdlib__Digest.cmx -c digest.ml
#22 40.00 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -inline 0 -afl-inst-ratio 0 -c camlinternalOO.ml
#22 40.01 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#22 40.01 -o stdlib__StringLabels.cmx -c stringLabels.ml
#22 40.06 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#22 40.06 -o stdlib__StdLabels.cmx -c stdLabels.ml
#22 40.07 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.07 -o stdlib__Random.cmx -c random.ml
#22 40.10 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.10 -o stdlib__Parsing.cmx -c parsing.ml
#22 40.19 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -c camlinternalFormat.ml
#22 40.20 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.20 -o stdlib__Hashtbl.cmx -c hashtbl.ml
#22 40.33 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.33 -o stdlib__Oo.cmx -c oo.ml
#22 40.33 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -c camlinternalMod.ml
#22 40.51 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.51 -o stdlib__Weak.cmx -c weak.ml
#22 40.52 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.52 -o stdlib__Genlex.cmx -c genlex.ml
#22 40.52 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 40.52 -o stdlib__Ephemeron.cmx -c ephemeron.ml
#22 40.52 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -nolabels -no-alias-deps \
#22 40.52 -o stdlib__MoreLabels.cmx -c moreLabels.ml
#22 42.48 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 42.48 -o stdlib__Printf.cmx -c printf.ml
#22 42.48 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 42.48 -o stdlib__Format.cmx -c format.ml
#22 42.54 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 42.54 -o stdlib__Arg.cmx -c arg.ml
#22 42.54 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 42.54 -o stdlib__Printexc.cmx -c printexc.ml
#22 42.54 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections -inline 9 \
#22 42.54 -o stdlib__Scanf.cmx -c scanf.ml
#22 42.55 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 42.55 -o stdlib__Filename.cmx -c filename.ml
#22 42.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 -function-sections \
#22 42.72 -o stdlib__Fun.cmx -c fun.ml
#22 42.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 -function-sections \
#22 42.72 -o stdlib__Gc.cmx -c gc.ml
#22 42.77 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 42.77 -o stdlib__In_channel.cmx -c in_channel.ml
#22 42.78 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections \
#22 42.78 -o stdlib__Out_channel.cmx -c out_channel.ml
#22 43.36 ../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
#22 43.43 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 43.43 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 43.43 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 43.43 make -j ocamlc.opt
#22 43.44 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 43.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 -function-sections -c utils/config.ml -I utils
#22 43.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 -function-sections -c utils/build_path_prefix_map.ml -I utils
#22 43.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 -function-sections -c utils/arg_helper.ml -I utils
#22 43.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 -function-sections -c utils/local_store.ml -I utils
#22 43.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 -function-sections -c utils/terminfo.ml -I utils
#22 43.47 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/int_replace_polymorphic_compare.ml -I utils
#22 43.47 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/domainstate.ml -I utils
#22 43.47 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/binutils.ml -I utils
#22 43.47 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/lazy_backtrack.ml -I utils
#22 43.47 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/camlinternalMenhirLib.ml -I parsing
#22 43.47 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/switch.ml -I lambda
#22 43.47 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/runtimedef.ml -I lambda
#22 43.47 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/opcodes.ml -I bytecomp
#22 43.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/misc.ml -I utils
#22 43.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytesections.ml -I bytecomp
#22 44.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 -function-sections -c utils/identifiable.ml -I utils
#22 44.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 -function-sections -c utils/profile.ml -I utils
#22 44.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 -function-sections -c utils/load_path.ml -I utils
#22 44.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 -function-sections -c utils/warnings.ml -I utils
#22 44.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 -function-sections -c utils/consistbl.ml -I utils
#22 44.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 -function-sections -c utils/targetint.ml -I utils
#22 44.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 -function-sections -c utils/diffing.ml -I utils
#22 44.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 -function-sections -c parsing/longident.ml -I parsing
#22 44.22 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/dll.ml -I bytecomp
#22 44.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 -function-sections -c utils/diffing_with_keys.ml -I utils
#22 44.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 -function-sections -c utils/numbers.ml -I utils
#22 44.77 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/clflags.ml -I utils
#22 44.77 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/strongly_connected_components.ml -I utils
#22 45.36 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/ccomp.ml -I utils
#22 45.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 -function-sections -c parsing/location.ml -I parsing
#22 45.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 -function-sections -c typing/ident.ml -I typing
#22 45.64 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/path.ml -I typing
#22 45.75 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/shape.ml -I typing
#22 45.84 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/docstrings.ml -I parsing
#22 45.84 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/syntaxerr.ml -I parsing
#22 45.84 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/ast_iterator.ml -I parsing
#22 45.84 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/attr_helper.ml -I parsing
#22 45.84 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/builtin_attributes.ml -I parsing
#22 45.84 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/debuginfo.ml -I lambda
#22 45.84 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compenv.ml -I driver
#22 45.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 -function-sections -c driver/errors.ml -I driver
#22 45.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/primitive.ml -I typing
#22 46.04 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/ast_helper.ml -I parsing
#22 46.06 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/depend.ml -I parsing
#22 46.06 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/type_immediacy.ml -I typing
#22 46.17 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/types.ml -I typing
#22 46.27 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/main_args.ml -I driver
#22 46.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 -function-sections -c parsing/ast_invariants.ml -I parsing
#22 46.56 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/btype.ml -I typing
#22 46.56 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c file_formats/cmi_format.ml -I file_formats
#22 46.56 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/errortrace.ml -I typing
#22 46.66 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/persistent_env.ml -I typing
#22 46.77 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/pprintast.ml -I parsing
#22 46.77 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/parser.ml -I parsing
#22 46.77 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/ast_mapper.ml -I parsing
#22 47.19 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/predef.ml -I typing
#22 47.19 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/datarepr.ml -I typing
#22 47.19 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/signature_group.ml -I typing
#22 47.77 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/subst.ml -I typing
#22 48.22 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/env.ml -I typing
#22 49.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 -function-sections -c parsing/printast.ml -I parsing
#22 49.55 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/oprint.ml -I typing
#22 50.16 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedtree.ml -I typing
#22 50.16 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/ctype.ml -I typing
#22 50.17 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_properties.ml -I typing
#22 50.17 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/lambda.ml -I lambda
#22 50.49 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/tast_iterator.ml -I typing
#22 50.49 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/tast_mapper.ml -I typing
#22 50.49 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/untypeast.ml -I typing
#22 50.49 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/printpat.ml -I typing
#22 50.65 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translobj.ml -I lambda
#22 50.65 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translattribute.ml -I lambda
#22 50.65 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/tmc.ml -I lambda
#22 50.65 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/instruct.ml -I bytecomp
#22 50.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 -function-sections -c bytecomp/meta.ml -I bytecomp
#22 50.76 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/symtable.ml -I bytecomp
#22 50.78 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/printtyped.ml -I typing
#22 51.07 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/simplif.ml -I lambda
#22 52.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 -function-sections -c typing/printtyp.ml -I typing
#22 52.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 -function-sections -c typing/mtype.ml -I typing
#22 52.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 -function-sections -c typing/patterns.ml -I typing
#22 52.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 -function-sections -c typing/typedecl_variance.ml -I typing
#22 52.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 -function-sections -c typing/typedecl_unboxed.ml -I typing
#22 52.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 -function-sections -c typing/typedecl_separability.ml -I typing
#22 53.04 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_immediacy.ml -I typing
#22 53.04 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typeopt.ml -I typing
#22 53.18 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/parmatch.ml -I typing
#22 53.22 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/rec_check.ml -I typing
#22 54.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 -function-sections -c typing/includeclass.ml -I typing
#22 54.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 -function-sections -c typing/envaux.ml -I typing
#22 54.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 -function-sections -c typing/includecore.ml -I typing
#22 54.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 -function-sections -c typing/stypes.ml -I typing
#22 54.59 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typetexp.ml -I typing
#22 54.59 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/printlambda.ml -I lambda
#22 55.28 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl.ml -I typing
#22 55.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 -function-sections -c lambda/matching.ml -I lambda
#22 55.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 -function-sections -c bytecomp/printinstr.ml -I bytecomp
#22 55.51 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/lexer.ml -I parsing
#22 55.97 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/parse.ml -I parsing
#22 55.97 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c file_formats/cmt_format.ml -I file_formats
#22 56.09 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/pparse.ml -I driver
#22 56.12 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/cmt2annot.ml -I typing
#22 56.12 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/includemod.ml -I typing
#22 56.26 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/makedepend.ml -I driver
#22 56.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 -function-sections -c typing/typecore.ml -I typing
#22 56.80 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/includemod_errorprinter.ml -I typing
#22 57.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 -function-sections -c lambda/translprim.ml -I lambda
#22 57.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 -function-sections -c bytecomp/bytegen.ml -I bytecomp
#22 60.01 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typeclass.ml -I typing
#22 60.01 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translcore.ml -I lambda
#22 60.79 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/translclass.ml -I lambda
#22 61.17 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typemod.ml -I typing
#22 61.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 -function-sections -c lambda/translmod.ml -I lambda
#22 62.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 -function-sections -c bytecomp/emitcode.ml -I bytecomp
#22 62.75 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytelink.ml -I bytecomp
#22 62.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compmisc.ml -I driver
#22 63.02 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compile_common.ml -I driver
#22 63.14 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytelibrarian.ml -I bytecomp
#22 63.14 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytepackager.ml -I bytecomp
#22 63.15 ./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
#22 63.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 -function-sections -c driver/compile.ml -I driver
#22 63.36 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/maindriver.ml -I driver
#22 63.46 ./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
#22 63.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 -function-sections -c driver/main.ml -I driver
#22 63.50 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlc.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa driver/main.cmx -cclib -lpthread
#22 64.19 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 64.19 make -j otherlibraries ocamldebugger ocamldoc \
#22 64.19
#22 64.20 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 64.22 make -j -C yacc all
#22 64.22 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#22 64.22 make[3]: Nothing to be done for 'all'.
#22 64.22 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#22 64.22 make -j -C lex all
#22 64.23 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#22 64.23 make[3]: Nothing to be done for 'all'.
#22 64.23 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#22 64.23 make -j -C tools all
#22 64.23 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 64.25 make[3]: Nothing to be done for 'all'.
#22 64.25 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 64.25 make -j -C otherlibs all
#22 64.25 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#22 64.26 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#22 64.27 cp -f dynlink_compilerlibs/Makefile.copy-sources dynlink_compilerlibs/Makefile
#22 64.27 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 \
#22 64.27 echo "dynlink_compilerlibs/$(basename $ml): ../../$ml" \
#22 64.27 >> dynlink_compilerlibs/Makefile; \
#22 64.27 echo "dynlink_compilerlibs/$(basename $ml)i: ../../${ml}i" \
#22 64.27 >> dynlink_compilerlibs/Makefile; \
#22 64.27 done;
#22 64.43 for mli in parsing/asttypes.mli parsing/parsetree.mli typing/outcometree.mli file_formats/cmo_format.mli file_formats/cmxs_format.mli; do \
#22 64.43 echo "dynlink_compilerlibs/$(basename $mli): ../../$mli" \
#22 64.43 >> dynlink_compilerlibs/Makefile; \
#22 64.43 echo \
#22 64.43 "dynlink_compilerlibs/$(basename $mli .mli).ml: ../../$mli"\
#22 64.43 >> dynlink_compilerlibs/Makefile; \
#22 64.43 done
#22 64.46 cp ../../utils/binutils.ml dynlink_compilerlibs/binutils.ml
#22 64.46 cp ../../utils/config.ml dynlink_compilerlibs/config.ml
#22 64.46 cp ../../utils/build_path_prefix_map.ml dynlink_compilerlibs/build_path_prefix_map.ml
#22 64.46 cp ../../utils/misc.ml dynlink_compilerlibs/misc.ml
#22 64.46 cp ../../utils/identifiable.ml dynlink_compilerlibs/identifiable.ml
#22 64.46 cp ../../utils/numbers.ml dynlink_compilerlibs/numbers.ml
#22 64.46 cp ../../utils/arg_helper.ml dynlink_compilerlibs/arg_helper.ml
#22 64.46 cp ../../utils/clflags.ml dynlink_compilerlibs/clflags.ml
#22 64.46 cp ../../utils/profile.ml dynlink_compilerlibs/profile.ml
#22 64.46 cp ../../utils/consistbl.ml dynlink_compilerlibs/consistbl.ml
#22 64.46 cp ../../utils/terminfo.ml dynlink_compilerlibs/terminfo.ml
#22 64.46 cp ../../utils/warnings.ml dynlink_compilerlibs/warnings.ml
#22 64.46 cp ../../utils/local_store.ml dynlink_compilerlibs/local_store.ml
#22 64.46 cp ../../utils/load_path.ml dynlink_compilerlibs/load_path.ml
#22 64.46 cp ../../utils/int_replace_polymorphic_compare.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#22 64.46 cp ../../utils/lazy_backtrack.ml dynlink_compilerlibs/lazy_backtrack.ml
#22 64.47 cp ../../parsing/location.ml dynlink_compilerlibs/location.ml
#22 64.47 cp ../../parsing/longident.ml dynlink_compilerlibs/longident.ml
#22 64.47 cp ../../parsing/docstrings.ml dynlink_compilerlibs/docstrings.ml
#22 64.47 cp ../../parsing/syntaxerr.ml dynlink_compilerlibs/syntaxerr.ml
#22 64.47 cp ../../parsing/ast_helper.ml dynlink_compilerlibs/ast_helper.ml
#22 64.47 cp ../../parsing/ast_mapper.ml dynlink_compilerlibs/ast_mapper.ml
#22 64.47 cp ../../parsing/attr_helper.ml dynlink_compilerlibs/attr_helper.ml
#22 64.47 cp ../../parsing/builtin_attributes.ml dynlink_compilerlibs/builtin_attributes.ml
#22 64.47 cp ../../typing/ident.ml dynlink_compilerlibs/ident.ml
#22 64.47 cp ../../typing/path.ml dynlink_compilerlibs/path.ml
#22 64.47 cp ../../typing/primitive.ml dynlink_compilerlibs/primitive.ml
#22 64.47 cp ../../typing/type_immediacy.ml dynlink_compilerlibs/type_immediacy.ml
#22 64.47 cp ../../typing/shape.ml dynlink_compilerlibs/shape.ml
#22 64.48 cp ../../typing/types.ml dynlink_compilerlibs/types.ml
#22 64.48 cp ../../typing/btype.ml dynlink_compilerlibs/btype.ml
#22 64.48 cp ../../typing/subst.ml dynlink_compilerlibs/subst.ml
#22 64.48 cp ../../typing/predef.ml dynlink_compilerlibs/predef.ml
#22 64.48 cp ../../typing/datarepr.ml dynlink_compilerlibs/datarepr.ml
#22 64.48 cp ../../file_formats/cmi_format.ml dynlink_compilerlibs/cmi_format.ml
#22 64.48 cp ../../typing/persistent_env.ml dynlink_compilerlibs/persistent_env.ml
#22 64.48 cp ../../typing/env.ml dynlink_compilerlibs/env.ml
#22 64.48 cp ../../lambda/debuginfo.ml dynlink_compilerlibs/debuginfo.ml
#22 64.48 cp ../../lambda/lambda.ml dynlink_compilerlibs/lambda.ml
#22 64.48 cp ../../lambda/runtimedef.ml dynlink_compilerlibs/runtimedef.ml
#22 64.48 cp ../../bytecomp/instruct.ml dynlink_compilerlibs/instruct.ml
#22 64.48 cp ../../bytecomp/opcodes.ml dynlink_compilerlibs/opcodes.ml
#22 64.48 cp ../../bytecomp/bytesections.ml dynlink_compilerlibs/bytesections.ml
#22 64.48 cp ../../bytecomp/dll.ml dynlink_compilerlibs/dll.ml
#22 64.49 cp ../../bytecomp/meta.ml dynlink_compilerlibs/meta.ml
#22 64.49 cp ../../bytecomp/symtable.ml dynlink_compilerlibs/symtable.ml
#22 64.49 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.ml
#22 64.49 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.ml
#22 64.49 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.ml
#22 64.49 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.ml
#22 64.49 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.ml
#22 64.49 cp ../../utils/binutils.mli dynlink_compilerlibs/binutils.mli
#22 64.49 cp ../../utils/config.mli dynlink_compilerlibs/config.mli
#22 64.49 cp ../../utils/build_path_prefix_map.mli dynlink_compilerlibs/build_path_prefix_map.mli
#22 64.49 cp ../../utils/misc.mli dynlink_compilerlibs/misc.mli
#22 64.49 cp ../../utils/identifiable.mli dynlink_compilerlibs/identifiable.mli
#22 64.49 cp ../../utils/numbers.mli dynlink_compilerlibs/numbers.mli
#22 64.49 cp ../../utils/arg_helper.mli dynlink_compilerlibs/arg_helper.mli
#22 64.49 cp ../../utils/clflags.mli dynlink_compilerlibs/clflags.mli
#22 64.49 cp ../../utils/profile.mli dynlink_compilerlibs/profile.mli
#22 64.49 cp ../../utils/consistbl.mli dynlink_compilerlibs/consistbl.mli
#22 64.50 cp ../../utils/terminfo.mli dynlink_compilerlibs/terminfo.mli
#22 64.50 cp ../../utils/warnings.mli dynlink_compilerlibs/warnings.mli
#22 64.50 cp ../../utils/local_store.mli dynlink_compilerlibs/local_store.mli
#22 64.50 cp ../../utils/load_path.mli dynlink_compilerlibs/load_path.mli
#22 64.50 cp ../../utils/int_replace_polymorphic_compare.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#22 64.50 cp ../../utils/lazy_backtrack.mli dynlink_compilerlibs/lazy_backtrack.mli
#22 64.50 cp ../../parsing/location.mli dynlink_compilerlibs/location.mli
#22 64.50 cp ../../parsing/longident.mli dynlink_compilerlibs/longident.mli
#22 64.50 cp ../../parsing/docstrings.mli dynlink_compilerlibs/docstrings.mli
#22 64.50 cp ../../parsing/syntaxerr.mli dynlink_compilerlibs/syntaxerr.mli
#22 64.50 cp ../../parsing/ast_helper.mli dynlink_compilerlibs/ast_helper.mli
#22 64.50 cp ../../parsing/ast_mapper.mli dynlink_compilerlibs/ast_mapper.mli
#22 64.50 cp ../../parsing/attr_helper.mli dynlink_compilerlibs/attr_helper.mli
#22 64.50 cp ../../parsing/builtin_attributes.mli dynlink_compilerlibs/builtin_attributes.mli
#22 64.50 cp ../../typing/ident.mli dynlink_compilerlibs/ident.mli
#22 64.50 cp ../../typing/path.mli dynlink_compilerlibs/path.mli
#22 64.50 cp ../../typing/primitive.mli dynlink_compilerlibs/primitive.mli
#22 64.51 cp ../../typing/type_immediacy.mli dynlink_compilerlibs/type_immediacy.mli
#22 64.51 cp ../../typing/shape.mli dynlink_compilerlibs/shape.mli
#22 64.51 cp ../../typing/types.mli dynlink_compilerlibs/types.mli
#22 64.51 cp ../../typing/btype.mli dynlink_compilerlibs/btype.mli
#22 64.51 cp ../../typing/subst.mli dynlink_compilerlibs/subst.mli
#22 64.51 cp ../../typing/predef.mli dynlink_compilerlibs/predef.mli
#22 64.51 cp ../../typing/datarepr.mli dynlink_compilerlibs/datarepr.mli
#22 64.51 cp ../../file_formats/cmi_format.mli dynlink_compilerlibs/cmi_format.mli
#22 64.51 cp ../../typing/persistent_env.mli dynlink_compilerlibs/persistent_env.mli
#22 64.51 cp ../../typing/env.mli dynlink_compilerlibs/env.mli
#22 64.51 cp ../../lambda/debuginfo.mli dynlink_compilerlibs/debuginfo.mli
#22 64.51 cp ../../lambda/lambda.mli dynlink_compilerlibs/lambda.mli
#22 64.51 cp ../../lambda/runtimedef.mli dynlink_compilerlibs/runtimedef.mli
#22 64.51 cp ../../bytecomp/instruct.mli dynlink_compilerlibs/instruct.mli
#22 64.52 cp ../../bytecomp/opcodes.mli dynlink_compilerlibs/opcodes.mli
#22 64.52 cp ../../bytecomp/bytesections.mli dynlink_compilerlibs/bytesections.mli
#22 64.52 cp ../../bytecomp/dll.mli dynlink_compilerlibs/dll.mli
#22 64.52 cp ../../bytecomp/meta.mli dynlink_compilerlibs/meta.mli
#22 64.52 cp ../../bytecomp/symtable.mli dynlink_compilerlibs/symtable.mli
#22 64.52 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.mli
#22 64.52 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.mli
#22 64.52 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.mli
#22 64.52 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.mli
#22 64.52 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.mli
#22 64.52 ../../ocamlc.opt -depend -slash -I dynlink_compilerlibs \
#22 64.52 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 \
#22 64.52 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 \
#22 64.52 > dynlink_compilerlibs/.depend
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmi dynlink_compilerlibs/binutils.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmi dynlink_compilerlibs/config.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmi dynlink_compilerlibs/build_path_prefix_map.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmi dynlink_compilerlibs/identifiable.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmi dynlink_compilerlibs/arg_helper.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmi dynlink_compilerlibs/profile.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmi dynlink_compilerlibs/terminfo.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmi dynlink_compilerlibs/warnings.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmi dynlink_compilerlibs/local_store.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmi dynlink_compilerlibs/load_path.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmi dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmi dynlink_compilerlibs/lazy_backtrack.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmi dynlink_compilerlibs/longident.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmi dynlink_compilerlibs/runtimedef.mli
#22 64.68 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.68 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmi dynlink_compilerlibs/opcodes.mli
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmi dynlink_compilerlibs/bytesections.mli
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmi dynlink_compilerlibs/dll.mli
#22 64.69 ../../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
#22 64.69 cp dynlink_platform_intf.ml dynlink_platform_intf.mli
#22 64.69 ../../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
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/binutils.ml
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmo dynlink_compilerlibs/config.ml
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/build_path_prefix_map.ml
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmi dynlink_compilerlibs/misc.mli
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/terminfo.ml
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/lazy_backtrack.ml
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/arg_helper.ml
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/local_store.ml
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmi dynlink_compilerlibs/location.mli
#22 64.69 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.69 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/runtimedef.ml
#22 64.70 ../../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 \
#22 64.70 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/bytesections.ml
#22 64.70 ../../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
#22 64.70 ../../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
#22 64.70 ../../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 \
#22 64.70 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/opcodes.ml
#22 64.70 cp dynlink.cmi dynlink.mli byte/
#22 64.71 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.71 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmi dynlink_compilerlibs/asttypes.mli
#22 64.71 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.71 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmi dynlink_compilerlibs/syntaxerr.mli
#22 64.71 ../../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
#22 64.71 ../../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
#22 64.72 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.72 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/syntaxerr.ml
#22 64.72 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.72 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmi dynlink_compilerlibs/parsetree.mli
#22 64.72 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.72 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/asttypes.ml
#22 64.72 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.72 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/misc.ml
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmi dynlink_compilerlibs/clflags.mli
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/profile.ml
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmi dynlink_compilerlibs/consistbl.mli
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/warnings.ml
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/load_path.ml
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/longident.ml
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/dll.ml
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmi dynlink_compilerlibs/cmxs_format.mli
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/identifiable.ml
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmi dynlink_compilerlibs/numbers.mli
#22 64.73 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.73 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmi dynlink_compilerlibs/ident.mli
#22 64.74 ../../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 \
#22 64.74 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmo dynlink_compilerlibs/cmxs_format.ml
#22 64.74 ../../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 \
#22 64.74 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/consistbl.ml
#22 64.75 ../../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 \
#22 64.75 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmo dynlink_compilerlibs/location.ml
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/ident.ml
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmi dynlink_compilerlibs/path.mli
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmi dynlink_compilerlibs/type_immediacy.mli
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmi dynlink_compilerlibs/debuginfo.mli
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/parsetree.ml
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmi dynlink_compilerlibs/docstrings.mli
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmi dynlink_compilerlibs/ast_mapper.mli
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmi dynlink_compilerlibs/attr_helper.mli
#22 64.76 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.76 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmi dynlink_compilerlibs/builtin_attributes.mli
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmi dynlink_compilerlibs/outcometree.mli
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/numbers.ml
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/clflags.ml
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmo dynlink_compilerlibs/path.ml
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmi dynlink_compilerlibs/shape.mli
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/debuginfo.ml
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/attr_helper.ml
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/docstrings.ml
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmi dynlink_compilerlibs/ast_helper.mli
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/builtin_attributes.ml
#22 64.77 ../../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 \
#22 64.77 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/type_immediacy.ml
#22 64.78 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.78 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmi dynlink_compilerlibs/primitive.mli
#22 64.78 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.78 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/outcometree.ml
#22 64.80 ../../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 \
#22 64.80 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/primitive.ml
#22 64.80 ../../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 \
#22 64.80 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_helper.ml
#22 64.80 ../../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 \
#22 64.80 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/ast_mapper.ml
#22 64.80 ../../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 \
#22 64.80 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/shape.ml
#22 64.80 ../../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 \
#22 64.80 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmi dynlink_compilerlibs/types.mli
#22 64.84 ../../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 \
#22 64.84 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmo dynlink_compilerlibs/types.ml
#22 64.84 ../../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 \
#22 64.84 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmi dynlink_compilerlibs/btype.mli
#22 64.84 ../../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 \
#22 64.84 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmi dynlink_compilerlibs/subst.mli
#22 64.84 ../../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 \
#22 64.84 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmi dynlink_compilerlibs/predef.mli
#22 64.84 ../../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 \
#22 64.84 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmi dynlink_compilerlibs/datarepr.mli
#22 64.84 ../../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 \
#22 64.84 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmi dynlink_compilerlibs/cmi_format.mli
#22 64.86 ../../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 \
#22 64.86 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/cmi_format.ml
#22 64.86 ../../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 \
#22 64.86 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmi dynlink_compilerlibs/persistent_env.mli
#22 64.86 ../../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 \
#22 64.86 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmi dynlink_compilerlibs/env.mli
#22 64.87 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.87 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/btype.ml
#22 64.87 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.87 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/subst.ml
#22 64.87 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.87 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/predef.ml
#22 64.87 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.87 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/datarepr.ml
#22 64.88 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 64.88 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/persistent_env.ml
#22 64.89 ../../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 \
#22 64.89 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmo dynlink_compilerlibs/env.ml
#22 64.89 ../../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 \
#22 64.89 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmi dynlink_compilerlibs/lambda.mli
#22 64.92 ../../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 \
#22 64.92 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/lambda.ml
#22 64.92 ../../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 \
#22 64.92 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmi dynlink_compilerlibs/instruct.mli
#22 64.92 ../../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 \
#22 64.92 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmi dynlink_compilerlibs/cmo_format.mli
#22 64.93 ../../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 \
#22 64.93 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmi dynlink_compilerlibs/symtable.mli
#22 64.93 ../../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 \
#22 64.93 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmo_format.ml
#22 64.94 ../../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 \
#22 64.94 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/instruct.ml
#22 64.94 ../../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 \
#22 64.94 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmi dynlink_compilerlibs/meta.mli
#22 64.95 ../../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 \
#22 64.95 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/meta.ml
#22 64.95 ../../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 \
#22 64.95 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/symtable.ml
#22 65.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -pack -o byte/dynlink_compilerlibs.cmo dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/config.cmo dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/location.cmo dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/path.cmo dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/types.cmo dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/env.cmo dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmxs_format.cmo
#22 65.41 ../../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
#22 65.42 ../../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
#22 65.42 ../../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
#22 65.46 ../../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
#22 65.48 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -o extract_crc dynlink.cma byte/dynlink_compilerlibs.cmo extract_crc.cmo
#22 65.62 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#22 65.62 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o accept.o accept.c
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o access.o access.c
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o addrofstr.o addrofstr.c
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o alarm.o alarm.c
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o bind.o bind.c
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o channels.o channels.c
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o chdir.o chdir.c
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o chmod.o chmod.c
#22 65.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.63 -o chown.o chown.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o chroot.o chroot.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o close.o close.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o fsync.o fsync.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o closedir.o closedir.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o connect.o connect.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o cst2constr.o cst2constr.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o cstringv.o cstringv.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o dup.o dup.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o dup2.o dup2.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o envir.o envir.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o errmsg.o errmsg.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o execv.o execv.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o execve.o execve.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o execvp.o execvp.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o exit.o exit.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o fchmod.o fchmod.c
#22 65.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.64 -o fchown.o fchown.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o fcntl.o fcntl.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o fork.o fork.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o ftruncate.o ftruncate.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o getaddrinfo.o getaddrinfo.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o getcwd.o getcwd.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o getegid.o getegid.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o geteuid.o geteuid.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o getgid.o getgid.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o getgr.o getgr.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o getgroups.o getgroups.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o gethost.o gethost.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o gethostname.o gethostname.c
#22 65.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.65 -o getlogin.o getlogin.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o getnameinfo.o getnameinfo.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o getpeername.o getpeername.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o getpid.o getpid.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o getppid.o getppid.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o getproto.o getproto.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o getpw.o getpw.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o gettimeofday.o gettimeofday.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o getserv.o getserv.c
#22 65.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.66 -o getsockname.o getsockname.c
#22 65.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.67 -o getuid.o getuid.c
#22 65.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.67 -o gmtime.o gmtime.c
#22 65.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.67 -o initgroups.o initgroups.c
#22 65.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.67 -o isatty.o isatty.c
#22 65.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.67 -o itimer.o itimer.c
#22 65.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.67 -o kill.o kill.c
#22 65.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.67 -o link.o link.c
#22 65.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.67 -o listen.o listen.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o lockf.o lockf.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o lseek.o lseek.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o mkdir.o mkdir.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o mkfifo.o mkfifo.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o mmap.o mmap.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o mmap_ba.o mmap_ba.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o nice.o nice.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o open.o open.c
#22 65.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.68 -o opendir.o opendir.c
#22 65.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.69 -o pipe.o pipe.c
#22 65.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.69 -o putenv.o putenv.c
#22 65.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.69 -o read.o read.c
#22 65.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.69 -o realpath.o realpath.c
#22 65.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.69 -o readdir.o readdir.c
#22 65.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.70 -o readlink.o readlink.c
#22 65.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.70 -o rename.o rename.c
#22 65.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.70 -o rewinddir.o rewinddir.c
#22 65.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.71 -o rmdir.o rmdir.c
#22 65.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.71 -o select.o select.c
#22 65.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.72 -o sendrecv.o sendrecv.c
#22 65.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.73 -o setgid.o setgid.c
#22 65.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.73 -o setgroups.o setgroups.c
#22 65.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.73 -o setsid.o setsid.c
#22 65.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.73 -o setuid.o setuid.c
#22 65.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.74 -o shutdown.o shutdown.c
#22 65.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.74 -o signals.o signals.c
#22 65.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.75 -o sleep.o sleep.c
#22 65.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.75 -o socket.o socket.c
#22 65.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.75 -o socketaddr.o socketaddr.c
#22 65.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.76 -o socketpair.o socketpair.c
#22 65.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.76 -o sockopt.o sockopt.c
#22 65.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.77 -o spawn.o spawn.c
#22 65.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.77 -o stat.o stat.c
#22 65.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.77 -o strofaddr.o strofaddr.c
#22 65.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.78 -o symlink.o symlink.c
#22 65.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.78 -o termios.o termios.c
#22 65.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.78 -o time.o time.c
#22 65.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.79 -o times.o times.c
#22 65.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.79 -o truncate.o truncate.c
#22 65.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.79 -o umask.o umask.c
#22 65.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.79 -o unixsupport.o unixsupport.c
#22 65.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.80 -o unlink.o unlink.c
#22 65.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.80 -o utimes.o utimes.c
#22 65.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.81 -o wait.o wait.c
#22 65.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 65.81 -o write.o write.c
#22 65.81 ../../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
#22 65.85 ../../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
#22 65.85 ../../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 "gawk -f ../../stdlib/expand_module_aliases.awk" unixLabels.mli
#22 65.89 ../../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
#22 65.92 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#22 65.92 unix.cmo unixLabels.cmo
#22 65.95 ../../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
#22 66.05 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#22 66.06 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#22 66.07 ../../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
#22 66.08 ../../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
#22 66.09 ../../ocamlc.opt -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo
#22 66.09 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#22 66.09 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#22 66.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 66.10 -o strstubs.o strstubs.c
#22 66.10 ../../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
#22 66.12 ../../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
#22 66.17 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#22 66.17 str.cmo
#22 66.30 ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
#22 66.34 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#22 66.34 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#22 66.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#22 66.35 -o st_stubs.b.o st_stubs.c
#22 66.35 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.mli
#22 66.35 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.mli
#22 66.36 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.mli
#22 66.36 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.mli
#22 66.36 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.mli
#22 66.37 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#22 66.37 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.mli
#22 66.37 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#22 66.37 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#22 66.38 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#22 66.38 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#22 66.38 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#22 66.40 ../../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
#22 66.65 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o
#22 66.69 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#22 66.69 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#22 66.69 make -j -C debugger all
#22 66.69 make -j -C ocamldoc all
#22 66.70 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#22 66.70 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 66.71 ../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
#22 66.71 ../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
#22 66.71 ../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
#22 66.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.mli
#22 66.71 ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
#22 66.71 ../boot/ocamlrun ../lex/ocamllex -q odoc_text_lexer.mll
#22 66.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug primitives.mli
#22 66.71 ../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
#22 66.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug unix_tools.mli
#22 66.71 ../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
#22 66.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_config.mli
#22 66.71 ../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
#22 66.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug parameters.mli
#22 66.71 ../yacc/ocamlyacc --strict -v odoc_parser.mly
#22 66.71 ../boot/ocamlrun ../lex/ocamllex -q debugger_lexer.mll
#22 66.71 ../boot/ocamlrun ../lex/ocamllex -q odoc_lexer.mll
#22 66.71 ../yacc/ocamlyacc debugger_parser.mly
#22 66.71 ../boot/ocamlrun ../lex/ocamllex -q odoc_see_lexer.mll
#22 66.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug question.mli
#22 66.71 ../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
#22 66.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug exec.mli
#22 66.71 ../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
#22 66.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug source.mli
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug events.mli
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug trap_barrier.mli
#22 66.72 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex_style.ml
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug history.mli
#22 66.72 ../boot/ocamlrun ../lex/ocamllex -q odoc_ocamlhtml.mll
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_source.mli
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_management.mli
#22 66.72 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.ml
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug loadprinter.mli
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug command_line.mli
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug unix_tools.ml
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.ml
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug primitives.ml
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugcom.mli
#22 66.72 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug input_handling.mli
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.73 ../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
#22 66.74 ../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
#22 66.74 ../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
#22 66.74 ../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
#22 66.74 ../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
#22 66.74 ../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
#22 66.74 ../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
#22 66.74 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.75 ../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
#22 66.76 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_lexer.ml
#22 66.76 ../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
#22 66.76 ../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
#22 66.76 ../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
#22 66.76 ../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
#22 66.76 ../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
#22 66.76 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#22 66.76 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#22 66.76 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_global.ml
#22 66.76 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_types.ml
#22 66.77 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_misc.ml
#22 66.77 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_lexer.ml
#22 66.77 ../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
#22 66.77 ../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
#22 66.77 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_class.ml
#22 66.77 ../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
#22 66.77 ../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
#22 66.77 ../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
#22 66.77 ../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
#22 66.78 ../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
#22 66.78 ../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
#22 66.78 ../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
#22 66.79 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_module.ml
#22 66.80 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.mli
#22 66.81 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text.ml
#22 66.81 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.ml
#22 66.84 ../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
#22 66.84 ../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
#22 66.84 ../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
#22 66.84 ../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
#22 66.84 ../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
#22 66.84 ../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
#22 66.84 ../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
#22 66.84 ../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
#22 66.85 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_merge.ml
#22 66.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#22 66.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_search.ml
#22 66.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.mli
#22 66.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_sig.ml
#22 66.86 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ast.mli
#22 66.87 ../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
#22 66.88 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ast.ml
#22 66.88 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.ml
#22 66.89 ../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
#22 66.90 ../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
#22 66.90 ../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
#22 66.90 ../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
#22 66.90 ../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
#22 66.90 ../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
#22 66.92 ../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
#22 66.92 ../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
#22 66.94 ../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
#22 66.96 ../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
#22 66.98 ../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
#22 66.98 ../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
#22 67.06 ../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
#22 67.24 ../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
#22 67.26 ../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
#22 67.26 ../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
#22 67.27 ../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
#22 67.27 ../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
#22 67.27 ../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
#22 67.27 ../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
#22 67.27 ../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
#22 67.41 ../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
#22 67.46 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 67.57 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#22 67.57 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 67.57 make -j ocamlopt.opt
#22 67.57 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/internal_variable_names.ml -I middle_end
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/linkage_name.ml -I middle_end
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/backend_var.ml -I middle_end
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/clambda_primitives.ml -I middle_end
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/pass_wrapper.ml -I middle_end/flambda
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/allocated_const.ml -I middle_end/flambda
#22 67.60 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/x86_proc.ml -I asmcomp
#22 67.61 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/arch.ml -I asmcomp
#22 67.61 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/opterrors.ml -I driver
#22 67.67 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/printclambda_primitives.ml -I middle_end
#22 67.67 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/semantics_of_primitives.ml -I middle_end
#22 67.67 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/convert_primitives.ml -I middle_end
#22 67.72 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/clambda.ml -I middle_end
#22 67.73 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/compilation_unit.ml -I middle_end
#22 67.77 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmm.ml -I asmcomp
#22 67.78 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/x86_dsl.ml -I asmcomp
#22 67.78 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/x86_gas.ml -I asmcomp
#22 67.78 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/x86_masm.ml -I asmcomp
#22 67.88 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/variable.ml -I middle_end
#22 67.88 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#22 67.88 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#22 67.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/printcmm.ml -I asmcomp
#22 67.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/reg.ml -I asmcomp
#22 67.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/afl_instrument.ml -I asmcomp
#22 67.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/strmatch.ml -I asmcomp
#22 67.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmm_invariants.ml -I asmcomp
#22 67.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/emitaux.ml -I asmcomp
#22 67.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 -function-sections -c middle_end/printclambda.ml -I middle_end
#22 67.97 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#22 68.08 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/mach.ml -I asmcomp
#22 68.09 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#22 68.09 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/symbol.ml -I middle_end
#22 68.09 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#22 68.09 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/parameter.ml -I middle_end/flambda
#22 68.18 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/proc.ml -I asmcomp
#22 68.18 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/dataflow.ml -I asmcomp
#22 68.18 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/comballoc.ml -I asmcomp
#22 68.18 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/split.ml -I asmcomp
#22 68.18 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/reloadgen.ml -I asmcomp
#22 68.18 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/linear.ml -I asmcomp
#22 68.20 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#22 68.20 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#22 68.25 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
#22 68.26 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c file_formats/linear_format.ml -I file_formats
#22 68.26 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/branch_relaxation_intf.ml -I asmcomp
#22 68.29 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/polling.ml -I asmcomp
#22 68.29 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#22 68.29 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/projection.ml -I middle_end/flambda
#22 68.31 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/branch_relaxation.ml -I asmcomp
#22 68.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/interval.ml -I asmcomp
#22 68.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/CSEgen.ml -I asmcomp
#22 68.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/spill.ml -I asmcomp
#22 68.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/interf.ml -I asmcomp
#22 68.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/coloring.ml -I asmcomp
#22 68.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/deadcode.ml -I asmcomp
#22 68.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/linearize.ml -I asmcomp
#22 68.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/schedgen.ml -I asmcomp
#22 68.39 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/reload.ml -I asmcomp
#22 68.49 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/selectgen.ml -I asmcomp
#22 68.51 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/un_anf.ml -I middle_end/flambda
#22 68.51 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda.ml -I middle_end/flambda
#22 68.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 -function-sections -c asmcomp/printmach.ml -I asmcomp
#22 68.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 -function-sections -c asmcomp/linscan.ml -I asmcomp
#22 68.62 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/scheduling.ml -I asmcomp
#22 68.65 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/CSE.ml -I asmcomp
#22 68.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/liveness.ml -I asmcomp
#22 68.93 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/printlinear.ml -I asmcomp
#22 69.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/selection.ml -I asmcomp
#22 69.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 -function-sections -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#22 69.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 -function-sections -c middle_end/flambda/effect_analysis.ml -I middle_end/flambda
#22 69.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 -function-sections -c middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#22 69.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 -function-sections -c middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#22 69.53 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#22 69.81 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_utils.ml -I middle_end/flambda
#22 69.81 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_cost.ml -I middle_end/flambda
#22 69.81 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/lift_code.ml -I middle_end/flambda
#22 69.81 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/share_constants.ml -I middle_end/flambda
#22 69.81 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/ref_to_variables.ml -I middle_end/flambda
#22 69.81 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_invariants.ml -I middle_end/flambda
#22 70.19 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
#22 70.31 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_stats.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/freshening.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/invariant_params.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_unused_closure_vars.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#22 70.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/closure_offsets.ml -I middle_end/flambda
#22 70.70 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
#22 70.82 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#22 71.30 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/export_info.ml -I middle_end/flambda
#22 71.31 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/lift_constants.ml -I middle_end/flambda
#22 71.31 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simplify_common.ml -I middle_end/flambda
#22 71.31 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inline_and_simplify_aux.ml -I middle_end/flambda
#22 71.39 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simplify_boxed_integer_ops.ml -I middle_end/flambda
#22 71.53 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simplify_primitives.ml -I middle_end/flambda
#22 71.78 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/export_info_for_pack.ml -I middle_end/flambda
#22 71.78 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/compilenv.ml -I middle_end
#22 71.78 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/traverse_for_exported_symbols.ml -I middle_end/flambda
#22 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 -function-sections -c middle_end/flambda/extract_projections.ml -I middle_end/flambda
#22 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 -function-sections -c middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
#22 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 -function-sections -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
#22 71.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 -function-sections -c middle_end/flambda/unbox_free_vars_of_closures.ml -I middle_end/flambda
#22 72.05 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/closure/closure.ml -I middle_end/closure
#22 72.05 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/import_approx.ml -I middle_end/flambda
#22 72.05 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/build_export_info.ml -I middle_end/flambda
#22 72.05 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
#22 72.05 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmmgen_state.ml -I asmcomp
#22 72.05 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/emit.ml -I asmcomp
#22 72.13 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmm_helpers.ml -I asmcomp
#22 72.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 -function-sections -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
#22 72.22 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/unbox_specialised_args.ml -I middle_end/flambda
#22 72.22 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/unbox_closures.ml -I middle_end/flambda
#22 72.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 -function-sections -c middle_end/flambda/inline_and_simplify.ml -I middle_end/flambda
#22 73.04 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/closure/closure_middle_end.ml -I middle_end/closure
#22 73.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 -function-sections -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#22 73.66 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmmgen.ml -I asmcomp
#22 74.45 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/asmgen.ml -I asmcomp
#22 74.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 -function-sections -c asmcomp/asmlink.ml -I asmcomp
#22 74.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 -function-sections -c driver/optcompile.ml -I driver
#22 75.02 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/asmlibrarian.ml -I asmcomp
#22 75.02 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/asmpackager.ml -I asmcomp
#22 75.24 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/optmaindriver.ml -I driver
#22 75.36 ./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/x86_proc.cmx asmcomp/x86_dsl.cmx asmcomp/x86_gas.cmx asmcomp/x86_masm.cmx asmcomp/arch.cmx asmcomp/cmm.cmx asmcomp/printcmm.cmx asmcomp/reg.cmx asmcomp/mach.cmx asmcomp/proc.cmx asmcomp/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
#22 75.36 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/optmain.ml -I driver
#22 75.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlopt.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa driver/optmain.cmx
#22 76.55 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 76.55 make -j otherlibrariesopt
#22 76.55 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 76.56 make -j -C otherlibs allopt
#22 76.56 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#22 76.57 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#22 76.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 76.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/binutils.ml
#22 76.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 76.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmx dynlink_compilerlibs/config.ml
#22 76.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 76.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/build_path_prefix_map.ml
#22 76.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 76.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/arg_helper.ml
#22 76.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 76.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/terminfo.ml
#22 76.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 76.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/local_store.ml
#22 76.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 76.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#22 76.59 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 76.59 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/lazy_backtrack.ml
#22 76.60 ../../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 \
#22 76.60 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/runtimedef.ml
#22 76.60 ../../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 \
#22 76.60 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/opcodes.ml
#22 76.60 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native dynlink_types.ml
#22 76.60 cp dynlink.cmi dynlink.mli native/
#22 76.64 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native dynlink_platform_intf.ml
#22 76.64 ../../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 \
#22 76.64 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/bytesections.ml
#22 76.64 ../../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 \
#22 76.64 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/misc.ml
#22 76.84 ../../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 \
#22 76.84 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/identifiable.ml
#22 76.85 ../../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 \
#22 76.85 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/profile.ml
#22 76.85 ../../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 \
#22 76.85 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/consistbl.ml
#22 76.85 ../../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 \
#22 76.85 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/warnings.ml
#22 76.85 ../../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 \
#22 76.85 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/load_path.ml
#22 76.85 ../../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 \
#22 76.85 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/longident.ml
#22 76.85 ../../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 \
#22 76.85 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/dll.ml
#22 76.85 ../../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 \
#22 76.85 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmx dynlink_compilerlibs/cmxs_format.ml
#22 76.96 ../../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 \
#22 76.96 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/numbers.ml
#22 77.02 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 77.02 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/clflags.ml
#22 77.18 ../../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 \
#22 77.18 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmx dynlink_compilerlibs/location.ml
#22 77.18 ../../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 \
#22 77.18 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/ident.ml
#22 77.25 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 77.25 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmx dynlink_compilerlibs/path.ml
#22 77.29 ../../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 \
#22 77.29 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/shape.ml
#22 77.31 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 77.31 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/asttypes.ml
#22 77.31 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 77.31 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/syntaxerr.ml
#22 77.33 ../../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 \
#22 77.33 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/parsetree.ml
#22 77.33 ../../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 \
#22 77.33 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/debuginfo.ml
#22 77.37 ../../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 \
#22 77.37 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/docstrings.ml
#22 77.37 ../../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 \
#22 77.37 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/attr_helper.ml
#22 77.37 ../../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 \
#22 77.37 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/builtin_attributes.ml
#22 77.43 ../../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 \
#22 77.43 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_helper.ml
#22 77.44 ../../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 \
#22 77.44 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/type_immediacy.ml
#22 77.45 ../../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 \
#22 77.45 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/outcometree.ml
#22 77.47 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 77.47 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/primitive.ml
#22 77.51 ../../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 \
#22 77.51 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmx dynlink_compilerlibs/types.ml
#22 77.62 ../../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 \
#22 77.62 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/btype.ml
#22 77.62 ../../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 \
#22 77.62 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/cmi_format.ml
#22 77.63 ../../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 \
#22 77.63 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/ast_mapper.ml
#22 77.65 ../../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 \
#22 77.65 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/persistent_env.ml
#22 77.78 ../../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 \
#22 77.78 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/predef.ml
#22 77.79 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 77.79 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/datarepr.ml
#22 77.89 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 77.89 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/subst.ml
#22 78.03 ../../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 \
#22 78.03 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmx dynlink_compilerlibs/env.ml
#22 78.53 ../../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 \
#22 78.53 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/lambda.ml
#22 78.66 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 78.66 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/instruct.ml
#22 78.66 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#22 78.66 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmo_format.ml
#22 78.68 ../../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 \
#22 78.68 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/meta.ml
#22 78.69 ../../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 \
#22 78.69 -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/symtable.ml
#22 78.77 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native -pack -o native/dynlink_compilerlibs.cmx dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/config.cmx dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/location.cmx dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/path.cmx dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/types.cmx dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/env.cmx dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmxs_format.cmx
#22 78.98 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native dynlink_common.ml
#22 79.07 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -function-sections -I native native/dynlink.ml
#22 79.10 ../../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 \
#22 79.10 -o dynlink.cmxa native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx
#22 79.15 cp native/dynlink.cmx dynlink.cmx
#22 79.15 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#22 79.15 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#22 79.17 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels -function-sections unix.ml
#22 79.29 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels -function-sections unixLabels.ml
#22 79.33 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#22 79.33 unix.cmx unixLabels.cmx
#22 79.34 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
#22 79.43 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#22 79.44 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#22 79.45 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -function-sections bigarray.ml
#22 79.47 ../../ocamlopt.opt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx
#22 79.48 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
#22 79.52 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#22 79.53 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#22 79.54 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -function-sections str.ml
#22 79.65 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#22 79.65 str.cmx
#22 79.66 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
#22 79.71 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#22 79.72 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#22 79.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux \
#22 79.73 -o st_stubs.n.o st_stubs.c
#22 79.73 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections thread.ml
#22 79.73 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections mutex.ml
#22 79.75 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections condition.ml
#22 79.76 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections event.ml
#22 79.76 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections semaphore.ml
#22 79.77 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections threadUnix.ml
#22 79.81 ../../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
#22 80.04 ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs.n.o
#22 80.08 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#22 80.08 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#22 80.08 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 80.08 make -j ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
#22 80.08 ocamlnat
#22 80.08 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 80.11 make -j -C lex allopt
#22 80.11 make -j -C tools opt
#22 80.11 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 80.11 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#22 80.11 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamlmiddleend.cmxa middle_end/internal_variable_names.cmx middle_end/linkage_name.cmx middle_end/compilation_unit.cmx middle_end/variable.cmx middle_end/flambda/base_types/closure_element.cmx middle_end/flambda/base_types/closure_id.cmx middle_end/symbol.cmx middle_end/backend_var.cmx middle_end/clambda_primitives.cmx middle_end/printclambda_primitives.cmx middle_end/clambda.cmx middle_end/printclambda.cmx middle_end/semantics_of_primitives.cmx middle_end/convert_primitives.cmx middle_end/flambda/base_types/id_types.cmx middle_end/flambda/base_types/export_id.cmx middle_end/flambda/base_types/tag.cmx middle_end/flambda/base_types/mutable_variable.cmx middle_end/flambda/base_types/set_of_closures_id.cmx middle_end/flambda/base_types/set_of_closures_origin.cmx middle_end/flambda/base_types/closure_origin.cmx middle_end/flambda/base_types/var_within_closure.cmx middle_end/flambda/base_types/static_exception.cmx middle_end/flambda/pass_wrapper.cmx middle_end/flambda/allocated_const.cmx middle_end/flambda/parameter.cmx middle_end/flambda/projection.cmx middle_end/flambda/flambda.cmx middle_end/flambda/flambda_iterators.cmx middle_end/flambda/flambda_utils.cmx middle_end/flambda/freshening.cmx middle_end/flambda/effect_analysis.cmx middle_end/flambda/inlining_cost.cmx middle_end/flambda/simple_value_approx.cmx middle_end/flambda/export_info.cmx middle_end/flambda/export_info_for_pack.cmx middle_end/compilenv.cmx middle_end/closure/closure.cmx middle_end/closure/closure_middle_end.cmx middle_end/flambda/import_approx.cmx middle_end/flambda/lift_code.cmx middle_end/flambda/closure_conversion_aux.cmx middle_end/flambda/closure_conversion.cmx middle_end/flambda/initialize_symbol_to_let_symbol.cmx middle_end/flambda/lift_let_to_initialize_symbol.cmx middle_end/flambda/find_recursive_functions.cmx middle_end/flambda/invariant_params.cmx middle_end/flambda/inconstant_idents.cmx middle_end/flambda/alias_analysis.cmx middle_end/flambda/lift_constants.cmx middle_end/flambda/share_constants.cmx middle_end/flambda/simplify_common.cmx middle_end/flambda/remove_unused_arguments.cmx middle_end/flambda/remove_unused_closure_vars.cmx middle_end/flambda/remove_unused_program_constructs.cmx middle_end/flambda/simplify_boxed_integer_ops.cmx middle_end/flambda/simplify_primitives.cmx middle_end/flambda/inlining_stats_types.cmx middle_end/flambda/inlining_stats.cmx middle_end/flambda/inline_and_simplify_aux.cmx middle_end/flambda/remove_free_vars_equal_to_args.cmx middle_end/flambda/extract_projections.cmx middle_end/flambda/augment_specialised_args.cmx middle_end/flambda/unbox_free_vars_of_closures.cmx middle_end/flambda/unbox_specialised_args.cmx middle_end/flambda/unbox_closures.cmx middle_end/flambda/inlining_transforms.cmx middle_end/flambda/inlining_decision.cmx middle_end/flambda/inline_and_simplify.cmx middle_end/flambda/ref_to_variables.cmx middle_end/flambda/flambda_invariants.cmx middle_end/flambda/traverse_for_exported_symbols.cmx middle_end/flambda/build_export_info.cmx middle_end/flambda/closure_offsets.cmx middle_end/flambda/un_anf.cmx middle_end/flambda/flambda_to_clambda.cmx middle_end/flambda/flambda_middle_end.cmx
#22 80.11 make -j -C yacc all
#22 80.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 toplevel/native/tophooks.mli
#22 80.12 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
#22 80.12 cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
#22 80.12 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#22 80.12 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
#22 80.12 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/genprintval.ml -I toplevel
#22 80.12 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/trace.ml -I toplevel/native
#22 80.12 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
#22 80.12 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
#22 80.12 ../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
#22 80.12 make[3]: Nothing to be done for 'all'.
#22 80.12 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#22 80.12 make -j -C lex all
#22 80.13 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#22 80.13 make[3]: Nothing to be done for 'all'.
#22 80.13 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#22 80.13 make -j -C ocamldoc opt.opt
#22 80.13 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 80.15 ../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
#22 80.15 ../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
#22 80.15 ../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
#22 80.15 ../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
#22 80.15 ../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
#22 80.15 ../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
#22 80.15 ../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
#22 80.16 ../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
#22 80.20 ../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
#22 80.20 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 80.23 ../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
#22 80.23 ../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
#22 80.25 ../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
#22 80.27 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_global.ml
#22 80.27 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_misc.ml
#22 80.27 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parameter.ml
#22 80.27 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.ml
#22 80.32 ../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
#22 80.32 ../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
#22 80.37 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
#22 80.39 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.ml
#22 80.39 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.ml
#22 80.44 ../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
#22 80.44 ../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
#22 80.44 ../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
#22 80.44 ../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
#22 80.46 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#22 80.46 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#22 80.47 ../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
#22 80.51 ../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
#22 80.51 ../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
#22 80.53 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text.ml
#22 80.56 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/topcommon.ml -I toplevel
#22 80.59 ../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
#22 80.59 ../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
#22 80.59 ../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
#22 80.59 ../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
#22 80.70 ../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
#22 80.72 ../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
#22 80.72 ../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
#22 80.73 ../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
#22 80.82 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/tophooks.ml -I toplevel/native
#22 80.84 ../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
#22 80.84 ../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
#22 80.90 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/topeval.ml -I toplevel/native
#22 80.91 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#22 80.99 ../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
#22 81.12 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
#22 81.13 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -I toplevel/native -c toplevel/toploop.ml
#22 81.21 ../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
#22 81.26 ../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
#22 81.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 -function-sections -I toplevel/native -c toplevel/topdirs.ml
#22 81.33 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/topmain.ml -I toplevel/native
#22 81.34 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.ml
#22 81.42 ../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
#22 81.42 ../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
#22 81.42 ../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
#22 81.42 ../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
#22 81.43 ../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
#22 81.45 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -I toplevel/native -c toplevel/topstart.ml
#22 81.50 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#22 81.50 make -j -C tools opt.opt
#22 81.50 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 81.51 ../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
#22 81.52 ../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
#22 81.52 ../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
#22 81.52 ../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
#22 81.52 ../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
#22 81.52 ../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
#22 81.52 ../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
#22 81.52 ../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
#22 81.52 ../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
#22 81.53 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - primreq.ml
#22 81.53 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - stripdebug.ml
#22 81.53 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - cmpbyt.ml
#22 81.53 ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib \
#22 81.53 -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
#22 81.56 ../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
#22 81.57 ../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
#22 81.57 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o 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
#22 81.59 ../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
#22 81.59 ../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
#22 81.59 ../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
#22 81.62 ../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
#22 81.63 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o cmpbyt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa cmpbyt.cmx
#22 81.64 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o 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
#22 81.64 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o 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
#22 81.73 ../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
#22 81.73 ../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
#22 81.78 ./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
#22 81.81 ./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
#22 81.84 ../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
#22 81.93 ../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
#22 81.97 ../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
#22 81.97 ../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
#22 82.56 ../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
#22 82.60 ../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
#22 82.78 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc.ml
#22 82.78 ../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
#22 82.78 ../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
#22 82.81 ../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
#22 82.87 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 83.61 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 83.61 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 83.61 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 83.63 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#22 83.63 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 83.63 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"
#22 83.64 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 83.64 mkdir -p "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#22 83.64 make -j -C runtime install
#22 83.64 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 83.71 /usr/bin/install -c -p ocamlrun ocamlrund ocamlruni "/tmp/opam/bootstrap/ocaml/bin"
#22 83.72 /usr/bin/install -c -p -m 644 ld.conf libcamlrun.a libcamlrund.a libcamlruni.a libcamlrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 83.73 /usr/bin/install -c -p libcamlrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 83.73 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#22 83.73 /usr/bin/install -c -p -m 644 caml/domain_state.tbl caml/*.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#22 83.74 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 83.74 /usr/bin/install -c -p ocaml "/tmp/opam/bootstrap/ocaml/bin"
#22 83.77 /usr/bin/install -c -p ocamlc "/tmp/opam/bootstrap/ocaml/bin/ocamlc.byte"
#22 83.79 make -j -C stdlib install
#22 83.79 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 83.80 stale=""; \
#22 83.80 if test -n "$stale" ; then \
#22 83.80 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#22 83.80 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cm* and re-run make install"; \
#22 83.80 exit 1; \
#22 83.80 fi
#22 83.80 /usr/bin/install -c -p -m 644 \
#22 83.80 stdlib.cma std_exit.cmo *.cmi camlheader_ur \
#22 83.80 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 83.81 /usr/bin/install -c -p -m 644 \
#22 83.81 *.cmt *.cmti *.mli *.ml \
#22 83.81 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 83.85 /usr/bin/install -c -p -m 644 target_camlheader "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheader"
#22 83.85 /usr/bin/install -c -p -m 644 target_camlheaderd "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderd"
#22 83.86 /usr/bin/install -c -p -m 644 target_camlheaderi "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderi"
#22 83.86 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 83.86 /usr/bin/install -c -p lex/ocamllex \
#22 83.86 "/tmp/opam/bootstrap/ocaml/bin/ocamllex.byte"
#22 83.87 /usr/bin/install -c -p yacc/ocamlyacc "/tmp/opam/bootstrap/ocaml/bin"
#22 83.87 /usr/bin/install -c -p -m 644 \
#22 83.87 utils/*.cmi \
#22 83.87 parsing/*.cmi \
#22 83.87 typing/*.cmi \
#22 83.87 bytecomp/*.cmi \
#22 83.87 file_formats/*.cmi \
#22 83.87 lambda/*.cmi \
#22 83.87 driver/*.cmi \
#22 83.87 toplevel/*.cmi \
#22 83.87 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 83.88 /usr/bin/install -c -p -m 644 \
#22 83.88 toplevel/byte/*.cmi \
#22 83.88 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 83.89 /usr/bin/install -c -p -m 644 \
#22 83.89 utils/*.cmt utils/*.cmti utils/*.mli \
#22 83.89 parsing/*.cmt parsing/*.cmti parsing/*.mli \
#22 83.89 typing/*.cmt typing/*.cmti typing/*.mli \
#22 83.89 file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
#22 83.89 lambda/*.cmt lambda/*.cmti lambda/*.mli \
#22 83.89 bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
#22 83.89 driver/*.cmt driver/*.cmti driver/*.mli \
#22 83.89 toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
#22 83.89 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 83.98 /usr/bin/install -c -p -m 644 \
#22 83.98 toplevel/byte/*.cmt \
#22 83.98 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 83.99 /usr/bin/install -c -p -m 644 \
#22 83.99 compilerlibs/*.cma \
#22 83.99 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.01 /usr/bin/install -c -p -m 644 \
#22 84.01 driver/main.cmo toplevel/topstart.cmo \
#22 84.01 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.02 /usr/bin/install -c -p expunge "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.04 /usr/bin/install -c -p -m 644 \
#22 84.04 toplevel/topdirs.cmi \
#22 84.04 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.04 /usr/bin/install -c -p -m 644 \
#22 84.04 toplevel/topdirs.cmt \
#22 84.04 toplevel/topdirs.cmti toplevel/topdirs.mli \
#22 84.04 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.04 make -j -C tools install
#22 84.04 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 84.05 /usr/bin/install -c -p -m 644 \
#22 84.05 profiling.cmi profiling.cmo \
#22 84.05 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.05 /usr/bin/install -c -p -m 644 \
#22 84.05 profiling.cmt profiling.cmti \
#22 84.05 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.06 for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
#22 84.06 do \
#22 84.06 /usr/bin/install -c -p "$i" "/tmp/opam/bootstrap/ocaml/bin/$i.byte"; \
#22 84.06 if test -f "$i".opt; then \
#22 84.06 /usr/bin/install -c -p "$i.opt" "/tmp/opam/bootstrap/ocaml/bin" && \
#22 84.06 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.opt" "$i"); \
#22 84.06 else \
#22 84.06 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.byte" "$i"); \
#22 84.06 fi; \
#22 84.06 done
#22 84.19 if test -f ocamlcmt.opt; then \
#22 84.19 /usr/bin/install -c -p\
#22 84.19 ocamlcmt.opt "/tmp/opam/bootstrap/ocaml/bin/ocamlcmt"; \
#22 84.19 else \
#22 84.19 /usr/bin/install -c -p ocamlcmt "/tmp/opam/bootstrap/ocaml/bin"; \
#22 84.19 fi
#22 84.20 /usr/bin/install -c -p -m 644 \
#22 84.20 eventlog_metadata \
#22 84.20 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.21 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 84.21 make -j -C man install
#22 84.21 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#22 84.21 mkdir -p '/tmp/opam/bootstrap/ocaml/man/man1'
#22 84.21 /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'
#22 84.22 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#22 84.22 for i in dynlink unix bigarray str systhreads; do \
#22 84.22 make -j -C otherlibs/$i install || exit $?; \
#22 84.22 done
#22 84.22 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#22 84.24 /usr/bin/install -c -p -m 644 \
#22 84.24 dynlink.cmi dynlink.cma \
#22 84.24 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.25 /usr/bin/install -c -p -m 644 \
#22 84.25 dynlink.cmti dynlink.mli \
#22 84.25 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.25 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#22 84.26 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#22 84.27 if test -f dllunix.so; then \
#22 84.27 /usr/bin/install -c -p \
#22 84.27 dllunix.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#22 84.27 fi
#22 84.27 /usr/bin/install -c -p -m 644 libunix.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.28 /usr/bin/install -c -p -m 644 \
#22 84.28 unix.cma unix.cmi unixLabels.cmi \
#22 84.28 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.28 /usr/bin/install -c -p -m 644 \
#22 84.28 unix.mli unixLabels.mli \
#22 84.28 unix.cmti unixLabels.cmti \
#22 84.28 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.29 if test -n "unixsupport.h socketaddr.h"; then \
#22 84.29 /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#22 84.29 fi
#22 84.29 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#22 84.29 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#22 84.31 if test -f dllbigarray.so; then \
#22 84.31 /usr/bin/install -c -p \
#22 84.31 dllbigarray.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#22 84.31 fi
#22 84.31 /usr/bin/install -c -p -m 644 \
#22 84.31 bigarray.cma bigarray.cmi \
#22 84.31 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.31 /usr/bin/install -c -p -m 644 \
#22 84.31 bigarray.mli \
#22 84.31 bigarray.cmti \
#22 84.31 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.32 if test -n ""; then \
#22 84.32 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#22 84.32 fi
#22 84.32 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#22 84.32 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#22 84.33 if test -f dllcamlstr.so; then \
#22 84.33 /usr/bin/install -c -p \
#22 84.33 dllcamlstr.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#22 84.33 fi
#22 84.34 /usr/bin/install -c -p -m 644 libcamlstr.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.34 /usr/bin/install -c -p -m 644 \
#22 84.34 str.cma str.cmi \
#22 84.34 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.34 /usr/bin/install -c -p -m 644 \
#22 84.34 str.mli \
#22 84.34 str.cmti \
#22 84.34 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.35 if test -n ""; then \
#22 84.35 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#22 84.35 fi
#22 84.35 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#22 84.35 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#22 84.36 if test -f dllthreads.so; then \
#22 84.36 /usr/bin/install -c -p dllthreads.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#22 84.36 fi
#22 84.37 /usr/bin/install -c -p -m 644 libthreads.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.37 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#22 84.38 /usr/bin/install -c -p -m 644 \
#22 84.38 thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi semaphore.cmi threads.cma \
#22 84.38 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#22 84.38 /usr/bin/install -c -p -m 644 \
#22 84.38 thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti semaphore.cmti \
#22 84.38 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#22 84.39 /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"
#22 84.39 /usr/bin/install -c -p -m 644 threads.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#22 84.39 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#22 84.39 make -j -C ocamldoc install
#22 84.40 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 84.41 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#22 84.41 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#22 84.42 /usr/bin/install -c -p ../ocamldoc/ocamldoc "/tmp/opam/bootstrap/ocaml/bin"
#22 84.42 /usr/bin/install -c -p -m 644 \
#22 84.42 ocamldoc.hva *.cmi odoc_info.cma \
#22 84.42 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#22 84.43 /usr/bin/install -c -p -m 644 \
#22 84.43 odoc_info.cmi \
#22 84.43 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#22 84.43 /usr/bin/install -c -p -m 644 \
#22 84.43 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#22 84.43 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#22 84.44 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 84.44 if test -n "ocamldebugger"; then \
#22 84.44 make -j -C debugger install; \
#22 84.44 fi
#22 84.44 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#22 84.46 /usr/bin/install -c -p ocamldebug "/tmp/opam/bootstrap/ocaml/bin"
#22 84.48 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#22 84.48 /usr/bin/install -c -p -m 644 Makefile.config "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.48 /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#22 84.49 if test -f ocamlopt; then make -j installopt; else \
#22 84.49 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#22 84.49 ln -sf ocamlc.byte ocamlc; \
#22 84.49 ln -sf ocamllex.byte ocamllex; \
#22 84.49 (test -f flexlink.byte && \
#22 84.49 ln -sf flexlink.byte flexlink) || true; \
#22 84.49 fi
#22 84.49 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 84.50 make -j -C runtime installopt
#22 84.50 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 84.57 /usr/bin/install -c -p -m 644 libasmrun.a libasmrund.a libasmruni.a libasmrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.59 /usr/bin/install -c -p libasmrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.59 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#22 84.59 /usr/bin/install -c -p ocamlopt "/tmp/opam/bootstrap/ocaml/bin/ocamlopt.byte"
#22 84.62 make -j -C stdlib installopt
#22 84.62 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 84.63 stale=""; \
#22 84.63 if test -n "$stale" ; then \
#22 84.63 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#22 84.63 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cmx and re-run make install"; \
#22 84.63 exit 1; \
#22 84.63 fi
#22 84.63 /usr/bin/install -c -p -m 644 \
#22 84.63 stdlib.cmxa stdlib.a std_exit.o *.cmx \
#22 84.63 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.64 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#22 84.64 /usr/bin/install -c -p -m 644 \
#22 84.64 middle_end/*.cmi \
#22 84.64 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.65 /usr/bin/install -c -p -m 644 \
#22 84.65 middle_end/closure/*.cmi \
#22 84.65 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.65 /usr/bin/install -c -p -m 644 \
#22 84.65 middle_end/flambda/*.cmi \
#22 84.65 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.66 /usr/bin/install -c -p -m 644 \
#22 84.66 middle_end/flambda/base_types/*.cmi \
#22 84.66 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.67 /usr/bin/install -c -p -m 644 \
#22 84.67 asmcomp/*.cmi \
#22 84.67 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.68 /usr/bin/install -c -p -m 644 \
#22 84.68 middle_end/*.cmt middle_end/*.cmti \
#22 84.68 middle_end/*.mli \
#22 84.68 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.69 /usr/bin/install -c -p -m 644 \
#22 84.69 middle_end/closure/*.cmt middle_end/closure/*.cmti \
#22 84.69 middle_end/closure/*.mli \
#22 84.69 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.69 /usr/bin/install -c -p -m 644 \
#22 84.69 middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
#22 84.69 middle_end/flambda/*.mli \
#22 84.69 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.72 /usr/bin/install -c -p -m 644 \
#22 84.72 middle_end/flambda/base_types/*.cmt \
#22 84.72 middle_end/flambda/base_types/*.cmti \
#22 84.72 middle_end/flambda/base_types/*.mli \
#22 84.72 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.72 /usr/bin/install -c -p -m 644 \
#22 84.72 asmcomp/*.cmt asmcomp/*.cmti \
#22 84.72 asmcomp/*.mli \
#22 84.72 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.74 /usr/bin/install -c -p -m 644 \
#22 84.74 driver/optmain.cmo \
#22 84.74 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 84.74 make -j -C ocamldoc installopt
#22 84.74 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 84.76 if test -f ../ocamldoc/ocamldoc.opt; then make -j installopt_really ; fi
#22 84.76 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 84.78 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#22 84.78 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#22 84.78 /usr/bin/install -c -p ../ocamldoc/ocamldoc.opt "/tmp/opam/bootstrap/ocaml/bin"
#22 84.80 /usr/bin/install -c -p -m 644 \
#22 84.80 odoc_info.cmi \
#22 84.80 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#22 84.80 /usr/bin/install -c -p -m 644 \
#22 84.80 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#22 84.80 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#22 84.80 /usr/bin/install -c -p -m 644 \
#22 84.80 ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
#22 84.80 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#22 84.81 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 84.81 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#22 84.81 for i in dynlink unix bigarray str systhreads; do \
#22 84.81 make -j -C otherlibs/$i installopt || exit $?; \
#22 84.81 done
#22 84.82 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#22 84.83 /usr/bin/install -c -p -m 644 \
#22 84.83 native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx dynlink.cmxa dynlink.a \
#22 84.83 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.84 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#22 84.84 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#22 84.86 /usr/bin/install -c -p -m 644 \
#22 84.86 unix.cmx unixLabels.cmx unix.cmxa unix.a \
#22 84.86 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.86 if test -f unix.cmxs; then \
#22 84.86 /usr/bin/install -c -p unix.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#22 84.86 fi
#22 84.87 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#22 84.87 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#22 84.88 /usr/bin/install -c -p -m 644 \
#22 84.88 bigarray.cmx bigarray.cmxa bigarray.a \
#22 84.88 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.89 if test -f bigarray.cmxs; then \
#22 84.89 /usr/bin/install -c -p bigarray.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#22 84.89 fi
#22 84.89 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#22 84.89 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#22 84.91 /usr/bin/install -c -p -m 644 \
#22 84.91 str.cmx str.cmxa str.a \
#22 84.91 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#22 84.91 if test -f str.cmxs; then \
#22 84.91 /usr/bin/install -c -p str.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#22 84.91 fi
#22 84.91 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#22 84.92 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#22 84.93 /usr/bin/install -c -p -m 644 libthreadsnat.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 84.93 /usr/bin/install -c -p -m 644 \
#22 84.93 thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx threads.cmxa threads.a \
#22 84.93 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#22 84.93 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#22 84.93 if test -f ocamlopt.opt; then make -j installoptopt; else \
#22 84.93 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#22 84.93 ln -sf ocamlc.byte ocamlc; \
#22 84.93 ln -sf ocamlopt.byte ocamlopt; \
#22 84.93 ln -sf ocamllex.byte ocamllex; \
#22 84.93 (test -f flexlink.byte && \
#22 84.93 ln -sf flexlink.byte flexlink) || true; \
#22 84.93 fi
#22 84.94 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 84.95 /usr/bin/install -c -p ocamlc.opt "/tmp/opam/bootstrap/ocaml/bin"
#22 84.96 /usr/bin/install -c -p ocamlopt.opt "/tmp/opam/bootstrap/ocaml/bin"
#22 84.98 /usr/bin/install -c -p lex/ocamllex.opt "/tmp/opam/bootstrap/ocaml/bin"
#22 84.99 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#22 84.99 ln -sf ocamlc.opt ocamlc; \
#22 84.99 ln -sf ocamlopt.opt ocamlopt; \
#22 84.99 ln -sf ocamllex.opt ocamllex
#22 84.99 /usr/bin/install -c -p -m 644 \
#22 84.99 utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
#22 84.99 toplevel/*.cmx toplevel/native/*.cmx \
#22 84.99 toplevel/native/tophooks.cmi \
#22 84.99 file_formats/*.cmx \
#22 84.99 lambda/*.cmx \
#22 84.99 driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
#22 84.99 middle_end/closure/*.cmx \
#22 84.99 middle_end/flambda/*.cmx \
#22 84.99 middle_end/flambda/base_types/*.cmx \
#22 84.99 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 85.02 /usr/bin/install -c -p -m 644 \
#22 85.02 compilerlibs/*.cmxa compilerlibs/*.a \
#22 85.02 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 85.05 /usr/bin/install -c -p -m 644 \
#22 85.05 driver/main.cmx driver/main.o \
#22 85.05 driver/optmain.cmx driver/optmain.o \
#22 85.05 toplevel/topstart.o \
#22 85.05 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#22 85.05 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 85.05 make -j -C tools installopt
#22 85.05 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 85.06 /usr/bin/install -c -p -m 644 \
#22 85.06 profiling.cmx profiling.o \
#22 85.06 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#22 85.07 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#22 85.07 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#22 85.07 make: Entering directory '/tmp/opam/src_ext'
#22 85.09 * Downloading cppo...
#22 85.53 cppo.tar.gz has the expected MD5.
#22 85.54 * Downloading base64...
#22 85.82 base64.tbz has the expected MD5.
#22 85.83 * Downloading extlib...
#22 86.11 extlib.tar.gz has the expected MD5.
#22 86.12 * Downloading re...
#22 86.52 re.tar.gz has the expected MD5.
#22 86.53 * Downloading ocamlgraph...
#22 86.81 ocamlgraph.tbz has the expected MD5.
#22 86.82 * Downloading cudf...
#22 86.93 cudf.tar.gz has the expected MD5.
#22 86.94 * Downloading dose3...
#22 87.09 dose3.tar.gz has the expected MD5.
#22 87.11 * Downloading opam-file-format...
#22 87.35 opam-file-format.tar.gz has the expected MD5.
#22 87.36 * Downloading stdlib-shims...
#22 87.65 stdlib-shims.tbz has the expected MD5.
#22 87.66 * Downloading spdx_licenses...
#22 87.92 spdx_licenses.tar.gz has the expected MD5.
#22 87.93 * Downloading opam-0install-cudf...
#22 88.19 opam-0install-cudf.tar.gz has the expected MD5.
#22 88.21 * Downloading 0install-solver...
#22 88.48 0install-solver.tbz has the expected MD5.
#22 88.49 * Downloading uutf...
#22 88.68 uutf.tbz has the expected MD5.
#22 88.69 * Downloading jsonm...
#22 88.87 jsonm.tbz has the expected MD5.
#22 88.88 * Downloading sha...
#22 89.14 sha.tbz has the expected MD5.
#22 89.15 * Downloading swhid_core...
#22 89.54 swhid_core.tar.gz has the expected MD5.
#22 89.55 * Downloading menhir...
#22 92.55 menhir.tar.gz has the expected MD5.
#22 92.57 * Downloading patch...
#22 92.84 patch.tar.gz has the expected MD5.
#22 92.85 * Downloading mccs...
#22 93.13 mccs.tar.gz has the expected MD5.
#22 93.14 * Downloading dune-local...
#22 93.43 dune-local.tbz has the expected MD5.
#22 93.44 * Downloading ocaml...
#22 93.78 ocaml.tar.gz has the expected MD5.
#22 93.79 * Downloading flexdll...
#22 94.32 flexdll.tar.gz has the expected MD5.
#22 94.33 make: Leaving directory '/tmp/opam/src_ext'
#22 DONE 94.8s
#23 [stage-0 11/17] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.0/opam /usr/bin/opam-2.0 && chmod a+x /usr/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
#23 0.868 Note: switching to 'adc1e1829a2bef5b240746df80341b508290fe3b'.
#23 0.868
#23 0.868 You are in 'detached HEAD' state. You can look around, make experimental
#23 0.868 changes and commit them, and you can discard any commits you make in this
#23 0.868 state without impacting any branches by switching back to a branch.
#23 0.868
#23 0.868 If you want to create a new branch to retain commits you create, you may
#23 0.868 do so (now or later) by using -c with the switch command. Example:
#23 0.868
#23 0.868 git switch -c <new-branch-name>
#23 0.868
#23 0.868 Or undo this operation with:
#23 0.868
#23 0.868 git switch -
#23 0.868
#23 0.868 Turn off this advice by setting config variable advice.detachedHead to false
#23 0.868
#23 0.868 HEAD is now at adc1e1829 Merge pull request #6178 from kit-ty-kate/fix-release-2.0
#23 0.980 checking for ocamlc... ocamlc
#23 0.987 OCaml version is 4.14.2
#23 0.996 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#23 0.996 checking for ocamlopt... ocamlopt
#23 1.006 checking for ocamlc.opt... ocamlc.opt
#23 1.015 checking for ocamlopt.opt... ocamlopt.opt
#23 1.024 checking for ocaml... ocaml
#23 1.025 checking for ocamldep... ocamldep
#23 1.025 checking for ocamldep.opt... ocamldep.opt
#23 1.034 checking for ocamlmktop... ocamlmktop
#23 1.034 checking for ocamlmklib... ocamlmklib
#23 1.034 checking for ocamldoc... ocamldoc
#23 1.035 checking for ocamldoc.opt... ocamldoc.opt
#23 1.046 checking for ocamlbuild... no
#23 1.047 checking OCaml Sys.os_type... Unix
#23 1.080 checking for gawk... gawk
#23 1.093 checking for compiler type... fgrep: warning: fgrep is obsolescent; using grep -F
#23 1.355 cc
#23 1.355 checking for compiler architecture... fgrep: warning: fgrep is obsolescent; using grep -F
#23 1.618 amd64
#23 1.618 checking for compiler system... fgrep: warning: fgrep is obsolescent; using grep -F
#23 1.884 linux
#23 1.896 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#23 1.931 checking whether the C compiler works... yes
#23 1.997 checking for C compiler default output file name... a.out
#23 1.999 checking for suffix of executables...
#23 2.063 checking whether we are cross compiling... no
#23 2.127 checking for suffix of object files... o
#23 2.156 checking whether we are using the GNU C compiler... yes
#23 2.185 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#23 2.212 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
#23 2.265 checking for ocamlobjinfo... ocamlobjinfo
#23 2.266 checking for ocamlfind... no
#23 2.267 checking for curl... curl
#23 2.267 checking for dune... no
#23 2.268 checking for cppo... no
#23 2.269 checking for patch... patch
#23 2.270 checking for bunzip2... bunzip2
#23 2.271
#23 2.271 checking for OCaml findlib package unix... not found
#23 2.273 checking for OCaml findlib package bigarray... not found
#23 2.274 checking for OCaml findlib package extlib... not found
#23 2.275 checking for OCaml findlib package re... not found
#23 2.277 checking for OCaml findlib package re.glob... not found
#23 2.279 checking for OCaml findlib package cmdliner... not found
#23 2.280 checking for OCaml findlib package ocamlgraph... not found
#23 2.281 checking for OCaml findlib package cudf... not found
#23 2.283 checking for OCaml findlib package dose3.common... not found
#23 2.285 checking for OCaml findlib package dose3.algo... not found
#23 2.288 checking for OCaml findlib package opam-file-format... not found
#23 2.289 checking for OCaml findlib package mccs... not found
#23 2.291 checking for g++... g++
#23 2.323 checking whether we are using the GNU C++ compiler... yes
#23 2.350 checking whether g++ accepts -g... yes
#23 2.378
#23 2.378 ============================================================================
#23 2.378 Some dependencies are missing. If you are just interested in the stand-alone
#23 2.378 'opam' binary, run 'make lib-ext' to download and include them.
#23 2.378 ============================================================================
#23 2.378
#23 2.404 configure: creating ./config.status
#23 2.519 config.status: creating Makefile.config
#23 2.534 config.status: creating src/client/opamManifest.inc
#23 2.556
#23 2.561 Opam will be built WITH a built-in solver
#23 2.561
#23 2.561 Executables will be installed in /usr/local/bin
#23 2.561 Manual pages will be installed in /usr/local/share/man
#23 2.592 make -j -C src_ext lib-ext
#23 2.593 make[1]: Entering directory '/tmp/opam-build-2.0/src_ext'
#23 2.613 fgrep: warning: fgrep is obsolescent; using grep -F
#23 2.633 [ -e dune-local.tbz ] || \
#23 2.633 cp archives/dune-1.6.3.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/12/1212a36547d25269675d767c38fecf5f && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; }
#23 2.642 [ -e cppo.tbz ] || \
#23 2.642 cp archives/cppo-v1.6.6.tbz cppo.tbz 2>/dev/null || { { { curl -LSs -o cppo.tbz https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz'; false; }; } || { { curl -LSs -o cppo.tbz https://opam.ocaml.org/cache/md5/b1/b13afeea6631d7c9b61f95bfd984a542 && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542 && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; }
#23 2.642 [ -e extlib.tar.gz ] || \
#23 2.642 cp archives/extlib-1.7.7.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94; } || { echo 'Failed to download https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/2c/2c620993aecd4b31b3a362b21b55dd94 && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94 && echo 'Warning: downloaded https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; }
#23 2.651 [ -e re.tbz ] || \
#23 2.651 cp archives/re-1.9.0.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/bd/bddaed4f386a22cace7850c9c7dac296 && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296 && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; }
#23 2.656 [ -e cmdliner.tbz ] || \
#23 2.656 cp archives/cmdliner-1.0.2.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/ab/ab2f0130e88e8dcd723ac6154c98a881 && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; }
#23 2.661 [ -e ocamlgraph.tar.gz ] || \
#23 2.661 cp archives/ocamlgraph-1.8.8.tar.gz ocamlgraph.tar.gz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tar.gz https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a; } || { echo 'Failed to download https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz'; false; }; } || { { curl -LSs -o ocamlgraph.tar.gz https://opam.ocaml.org/cache/md5/9d/9d71ca69271055bd22d0dfe4e939831a && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a && echo 'Warning: downloaded https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; }
#23 2.665 [ -e cudf.tar.gz ] || \
#23 2.665 cp archives/cudf-0.9.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119; } || { echo 'Failed to download https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/a4/a4c0e652e56e74c7b388a43f9258d119 && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119 && echo 'Warning: downloaded https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; }
#23 2.670 [ -e dose3.tar.gz ] || \
#23 2.670 cp archives/dose3-5.0.1.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz a81080f36f477fdebf63c4a979e251cd; } || { echo 'Failed to download https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/a8/a81080f36f477fdebf63c4a979e251cd && ocaml ../shell/md5check.ml dose3.tar.gz a81080f36f477fdebf63c4a979e251cd && echo 'Warning: downloaded https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; }
#23 2.676 [ -e opam-file-format.tar.gz ] || \
#23 2.676 cp archives/2.1.3.tar.gz opam-file-format.tar.gz 2>/dev/null || { { { curl -LSs -o opam-file-format.tar.gz https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz b805562dd2d86fc3c8e6d47884fd1da6; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/b8/b805562dd2d86fc3c8e6d47884fd1da6 && ocaml ../shell/md5check.ml opam-file-format.tar.gz b805562dd2d86fc3c8e6d47884fd1da6 && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; }
#23 2.676 [ -e result.tar.gz ] || \
#23 2.676 cp archives/1.4.tar.gz result.tar.gz 2>/dev/null || { { { curl -LSs -o result.tar.gz https://github.com/janestreet/result/archive/1.4.tar.gz && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da; } || { echo 'Failed to download https://github.com/janestreet/result/archive/1.4.tar.gz'; false; }; } || { { curl -LSs -o result.tar.gz https://opam.ocaml.org/cache/md5/d3/d3162dbc501a2af65c8c71e0866541da && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da && echo 'Warning: downloaded https://github.com/janestreet/result/archive/1.4.tar.gz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; }
#23 2.684 [ -e seq.tar.gz ] || \
#23 2.684 cp archives/0.1.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.1.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.1.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/0e/0e87f9709541ed46ecb6f414bc31458c && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.1.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; }
#23 2.689 [ -e mccs.tar.gz ] || \
#23 2.689 cp archives/1.1+13.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a; } || { echo 'Failed to download https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/13/13504d3b5dcbf0bdc6d95a62de20af4a && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a && echo 'Warning: downloaded https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; }
#23 2.870 extlib.tar.gz has the expected MD5.
#23 2.871 mkdir -p tmp-extlib
#23 2.874 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#23 2.886 rm -rf extlib
#23 2.897 patching file src/extList.ml
#23 2.899 patching file src/extHashtbl.ml
#23 2.903 patching file src/configure.ml
#23 2.955 dune-local.tbz has the expected MD5.
#23 2.957 mkdir -p tmp-dune-local
#23 2.958 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#23 3.006 cmdliner.tbz has the expected MD5.
#23 3.008 mkdir -p tmp-cmdliner
#23 3.010 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#23 3.011 ocamlgraph.tar.gz has the expected MD5.
#23 3.013 mkdir -p tmp-ocamlgraph
#23 3.013 re.tbz has the expected MD5.
#23 3.014 mkdir -p tmp-re
#23 3.015 cd tmp-ocamlgraph && gunzip -c ../ocamlgraph.tar.gz | tar xf -
#23 3.016 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#23 3.027 rm -rf cmdliner
#23 3.034 rm -rf re
#23 3.037 rm -rf ocamlgraph
#23 3.049 patching file src/imperative.ml
#23 3.049 patching file src/persistent.ml
#23 3.088 cudf.tar.gz has the expected MD5.
#23 3.089 mkdir -p tmp-cudf
#23 3.091 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#23 3.107 rm -rf cudf
#23 3.129 cppo.tbz has the expected MD5.
#23 3.131 mkdir -p tmp-cppo
#23 3.133 cd tmp-cppo && bunzip2 -c ../cppo.tbz | tar xf -
#23 3.143 rm -rf cppo
#23 3.147 opam-file-format.tar.gz has the expected MD5.
#23 3.147 rm -rf dune-local
#23 3.148 mkdir -p tmp-opam-file-format
#23 3.149 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#23 3.151 patching file src/compat.ml
#23 3.151 patching file src/dune
#23 3.153 patching file Changes
#23 3.153 patching file src/cppo_main.ml
#23 3.158 rm -rf opam-file-format
#23 3.159 result.tar.gz has the expected MD5.
#23 3.159 seq.tar.gz has the expected MD5.
#23 3.160 mkdir -p tmp-result
#23 3.161 mkdir -p tmp-seq
#23 3.162 cd tmp-result && gunzip -c ../result.tar.gz | tar xf -
#23 3.163 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#23 3.171 rm -rf result
#23 3.171 rm -rf seq
#23 3.184 patching file .gitignore
#23 3.184 patching file Makefile
#23 3.184 patching file select_version.ml
#23 3.184 patching file seq.opam
#23 3.184 patching file src/seq.ml
#23 3.184 patching file src/seq.mli
#23 3.185 patching file src/seq_alias.ml
#23 3.185 patching file src/seq_alias.mli
#23 3.185 patching file src/seq_redef.ml
#23 3.185 patching file src/seq_redef.mli
#23 3.200 rm -f seq/src/seq.ml seq/src/seq.mli
#23 3.305 dose3.tar.gz has the expected MD5.
#23 3.307 mkdir -p tmp-dose3
#23 3.308 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#23 3.334 rm -rf dose3
#23 3.345 patching file common/criteria_lexer.mll
#23 3.345 patching file common/input.ml
#23 3.376 mccs.tar.gz has the expected MD5.
#23 3.378 mkdir -p tmp-mccs
#23 3.379 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#23 3.407 rm -rf mccs
#23 3.427 rm dune-local.download
#23 3.427 make[1]: Leaving directory '/tmp/opam-build-2.0/src_ext'
#23 3.428 cd src_ext/dune-local && ocaml bootstrap.ml && ./boot.exe --release
#23 3.533 File "./bootstrap.ml", line 186, characters 29-41:
#23 3.533 186 | let base, ext = String.break base i in
#23 3.533 ^^^^^^^^^^^^
#23 3.533 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#23 3.534 File "./bootstrap.ml", line 191, characters 28-40:
#23 3.534 191 | let a, b = String.break ext i in
#23 3.534 ^^^^^^^^^^^^
#23 3.534 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#23 3.548 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/meta_lexer.mll
#23 3.553 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/dune_lexer.mll
#23 3.559 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/dune_lang/dune_lexer.mll
#23 3.587 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/action.ml src/action_ast.ml src/action_dune_lang.ml src/action_exec.ml src/action_intf.ml src/action_to_sh.boot.ml src/action_unexpanded.ml src/arg_spec.ml src/artifacts.ml src/binary_kind.ml src/bindings.ml src/blang.ml src/build.ml src/build_interpret.ml src/build_system.ml src/check_rules.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/compilation_context.ml src/config.ml src/context.ml src/dep_graph.ml src/dep_path.ml src/deps.ml src/dir_contents.ml src/dir_status.ml src/dir_with_dune.ml src/dune_env.ml src/dune_file.ml src/dune_fmt.ml src/dune_lexer.ml src/dune_load.ml src/dune_project.ml vendor/boot/dune_re.ml src/dynlink_supported.ml src/env_node.ml src/errors.ml src/exe.ml src/exe_rules.ml src/expander.ml src/file_bindings.ml src/file_tree.ml src/findlib.ml src/format_rules.ml src/gen_meta.ml src/gen_rules.ml src/glob.ml src/glob_lexer.boot.ml src/hooks.ml src/import.ml src/inline_tests.boot.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/js_of_ocaml_rules.boot.ml src/lib.ml src/lib_archives.ml src/lib_deps_info.ml src/lib_file_deps.ml src/lib_info.ml src/lib_modules.ml src/lib_name.ml src/lib_rules.ml src/link_time_code_gen.ml src/local_package.ml src/log.ml src/main.ml src/menhir.boot.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_field_evaluator.ml src/ocaml_flags.ml src/ocaml_version.ml src/ocamldep.ml src/odoc.boot.ml vendor/boot/opamBaseParser.ml vendor/boot/opamLexer.ml vendor/boot/opamParserTypes.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path_dune_lang.ml src/per_item.ml src/pform.ml src/predicate_lang.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/promotion.ml src/report_error.ml src/response_file.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/simple_rules.ml src/spawn.ml src/stanza.ml src/static_deps.ml src/stats.ml src/string_with_vars.ml src/sub_dirs.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/test_rules.ml src/top_closure.ml src/utils.ml src/utop.ml src/value.ml src/variant.ml src/versioned_file.ml src/vfile_kind.ml src/vimpl.ml src/virtual_rules.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
#23 3.695 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/stdune/caml/dune_caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
#23 3.703 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/dune_lang/dune_lang.ml src/dune_lang/atom.ml src/dune_lang/dune_lexer.ml src/dune_lang/escape.ml src/dune_lang/jbuild_lexer.boot.ml src/dune_lang/lexer.ml src/dune_lang/lexer_shared.ml src/dune_lang/syntax.ml src/dune_lang/template.ml src/dune_lang/types.ml > boot-depends.txt
#23 3.720 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
#23 3.734 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
#23 3.744 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/bin.ml src/stdune/bool.ml src/stdune/bytes.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/env.ml src/stdune/escape.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/float.ml src/stdune/fmt.ml src/stdune/hashable.ml src/stdune/hashtbl.ml src/stdune/hashtbl_intf.ml src/stdune/import.ml src/stdune/int.ml src/stdune/interned.ml src/stdune/io.ml src/stdune/list.ml src/stdune/loc.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/nothing.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/path.ml src/stdune/pp.ml src/stdune/proc.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/sexp.ml src/stdune/sexp_intf.ml src/stdune/staged.ml src/stdune/string.ml src/stdune/type_eq.ml src/stdune/univ_map.ml > boot-depends.txt
#23 3.767 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/which_program/which_program.boot.ml > boot-depends.txt
#23 3.774 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
#23 3.789 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/let-syntax/lexer.mll
#23 4.032 '/tmp/opam/bootstrap/ocaml/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma threads.cma -I +threads boot.ml
#23 4.233 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#23 4.233 Alert deprecated: module Stdlib.Pervasives
#23 4.233 Use Stdlib instead.
#23 4.233
#23 4.233 If you need to stay compatible with OCaml < 4.07, you can use the
#23 4.233 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 4.234 File "src/stdune/caml/result.mli", line 6, characters 7-17:
#23 4.234 Alert deprecated: module Stdlib.Pervasives
#23 4.234 Use Stdlib instead.
#23 4.234
#23 4.234 If you need to stay compatible with OCaml < 4.07, you can use the
#23 4.234 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 4.240 File "src/stdune/list.ml", line 129, characters 23-38:
#23 4.240 Alert deprecated: module Stdlib.Pervasives
#23 4.240 Use Stdlib instead.
#23 4.240
#23 4.240 If you need to stay compatible with OCaml < 4.07, you can use the
#23 4.240 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 4.319 File "src/stdune/pp.ml", line 114, characters 8-19:
#23 4.319 Alert deprecated: Stdlib.Format.pp_open_tag
#23 4.319 Use Format.pp_open_stag.
#23 4.319 File "src/stdune/pp.ml", line 116, characters 8-20:
#23 4.319 Alert deprecated: Stdlib.Format.pp_close_tag
#23 4.319 Use Format.pp_close_stag.
#23 4.319 File "src/stdune/pp.ml", line 119, characters 18-48:
#23 4.319 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#23 4.319 Use Format.pp_get_formatter_stag_functions.
#23 4.319 File "src/stdune/pp.ml", line 121, characters 6-36:
#23 4.319 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#23 4.319 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#23 4.368 File "src/stdune/io.ml", line 1, characters 11-21:
#23 4.368 Alert deprecated: module Stdlib.Pervasives
#23 4.368 Use Stdlib instead.
#23 4.368
#23 4.368 If you need to stay compatible with OCaml < 4.07, you can use the
#23 4.368 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 4.424 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#23 4.424 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#23 4.424 Use Format.pp_get_formatter_stag_functions.
#23 4.424 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#23 4.424 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#23 4.424 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#23 4.577 File "src/colors.ml", line 105, characters 18-48:
#23 4.577 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#23 4.577 Use Format.pp_get_formatter_stag_functions.
#23 4.577 File "src/colors.ml", line 107, characters 6-36:
#23 4.577 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#23 4.577 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#23 5.076 File "src/super_context.ml", line 251, characters 7-11:
#23 5.076 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 7.209 ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmi,cmti}
#23 7.209 File "src/stdune/caml/result.mli", line 6, characters 7-17:
#23 7.209 6 | open Pervasives
#23 7.209 ^^^^^^^^^^
#23 7.209 Alert deprecated: module Stdlib.Pervasives
#23 7.209 Use Stdlib instead.
#23 7.209
#23 7.209 If you need to stay compatible with OCaml < 4.07, you can use the
#23 7.209 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 7.244 ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmo,cmt}
#23 7.244 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#23 7.244 4 | open Pervasives
#23 7.244 ^^^^^^^^^^
#23 7.244 Alert deprecated: module Stdlib.Pervasives
#23 7.244 Use Stdlib instead.
#23 7.244
#23 7.244 If you need to stay compatible with OCaml < 4.07, you can use the
#23 7.244 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 7.268 ocamlopt src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmx,o}
#23 7.268 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#23 7.268 4 | open Pervasives
#23 7.268 ^^^^^^^^^^
#23 7.268 Alert deprecated: module Stdlib.Pervasives
#23 7.268 Use Stdlib instead.
#23 7.268
#23 7.268 If you need to stay compatible with OCaml < 4.07, you can use the
#23 7.268 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 7.455 ocamlc src/stdune/.stdune.objs/stdune__List.{cmo,cmt}
#23 7.455 File "src/stdune/list.ml", line 129, characters 23-38:
#23 7.455 129 | let physically_equal = Pervasives.(==)
#23 7.455 ^^^^^^^^^^^^^^^
#23 7.455 Alert deprecated: module Stdlib.Pervasives
#23 7.455 Use Stdlib instead.
#23 7.455
#23 7.455 If you need to stay compatible with OCaml < 4.07, you can use the
#23 7.455 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 7.481 ocamlopt src/stdune/.stdune.objs/stdune__List.{cmx,o}
#23 7.481 File "src/stdune/list.ml", line 129, characters 23-38:
#23 7.481 129 | let physically_equal = Pervasives.(==)
#23 7.481 ^^^^^^^^^^^^^^^
#23 7.481 Alert deprecated: module Stdlib.Pervasives
#23 7.481 Use Stdlib instead.
#23 7.481
#23 7.481 If you need to stay compatible with OCaml < 4.07, you can use the
#23 7.481 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 7.527 ocamlc src/stdune/.stdune.objs/stdune__Pp.{cmo,cmt}
#23 7.527 File "src/stdune/pp.ml", line 114, characters 8-19:
#23 7.527 114 | pp_open_tag ppf (embed_tag ~opening ~closing);
#23 7.527 ^^^^^^^^^^^
#23 7.527 Alert deprecated: Stdlib.Format.pp_open_tag
#23 7.527 Use Format.pp_open_stag.
#23 7.527 File "src/stdune/pp.ml", line 116, characters 8-20:
#23 7.527 116 | pp_close_tag ppf ()
#23 7.527 ^^^^^^^^^^^^
#23 7.527 Alert deprecated: Stdlib.Format.pp_close_tag
#23 7.527 Use Format.pp_close_stag.
#23 7.527 File "src/stdune/pp.ml", line 119, characters 18-48:
#23 7.527 119 | let funcs = pp_get_formatter_tag_functions ppf () in
#23 7.527 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 7.527 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#23 7.527 Use Format.pp_get_formatter_stag_functions.
#23 7.527 File "src/stdune/pp.ml", line 121, characters 6-36:
#23 7.527 121 | pp_set_formatter_tag_functions ppf
#23 7.527 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 7.527 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#23 7.527 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#23 7.733 ocamlc src/stdune/.stdune.objs/stdune__Io.{cmo,cmt}
#23 7.733 File "src/stdune/io.ml", line 1, characters 11-21:
#23 7.733 1 | module P = Pervasives
#23 7.733 ^^^^^^^^^^
#23 7.733 Alert deprecated: module Stdlib.Pervasives
#23 7.733 Use Stdlib instead.
#23 7.733
#23 7.733 If you need to stay compatible with OCaml < 4.07, you can use the
#23 7.733 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 8.626 ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o}
#23 8.626 File "src/stdune/pp.ml", line 114, characters 8-19:
#23 8.626 114 | pp_open_tag ppf (embed_tag ~opening ~closing);
#23 8.626 ^^^^^^^^^^^
#23 8.626 Alert deprecated: Stdlib.Format.pp_open_tag
#23 8.626 Use Format.pp_open_stag.
#23 8.626 File "src/stdune/pp.ml", line 116, characters 8-20:
#23 8.626 116 | pp_close_tag ppf ()
#23 8.626 ^^^^^^^^^^^^
#23 8.626 Alert deprecated: Stdlib.Format.pp_close_tag
#23 8.626 Use Format.pp_close_stag.
#23 8.626 File "src/stdune/pp.ml", line 119, characters 18-48:
#23 8.626 119 | let funcs = pp_get_formatter_tag_functions ppf () in
#23 8.626 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 8.626 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#23 8.626 Use Format.pp_get_formatter_stag_functions.
#23 8.626 File "src/stdune/pp.ml", line 121, characters 6-36:
#23 8.626 121 | pp_set_formatter_tag_functions ppf
#23 8.626 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 8.626 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#23 8.626 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#23 8.888 ocamlc src/dune_lang/.dune_lang.objs/dune_lang.{cmo,cmt}
#23 8.888 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#23 8.888 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
#23 8.888 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 8.888 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#23 8.888 Use Format.pp_get_formatter_stag_functions.
#23 8.888 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#23 8.888 108 | Format.pp_set_formatter_tag_functions ppf
#23 8.888 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 8.888 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#23 8.888 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#23 8.973 ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o}
#23 8.973 File "src/stdune/io.ml", line 1, characters 11-21:
#23 8.973 1 | module P = Pervasives
#23 8.973 ^^^^^^^^^^
#23 8.973 Alert deprecated: module Stdlib.Pervasives
#23 8.973 Use Stdlib instead.
#23 8.973
#23 8.973 If you need to stay compatible with OCaml < 4.07, you can use the
#23 8.973 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 9.451 ocamlopt src/dune_lang/.dune_lang.objs/dune_lang.{cmx,o}
#23 9.451 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#23 9.451 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
#23 9.451 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 9.451 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#23 9.451 Use Format.pp_get_formatter_stag_functions.
#23 9.451 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#23 9.451 108 | Format.pp_set_formatter_tag_functions ppf
#23 9.451 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 9.451 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#23 9.451 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#23 9.613 ocamlopt src/.dune.objs/dune__Colors.{cmx,o}
#23 9.613 File "src/colors.ml", line 105, characters 18-48:
#23 9.613 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#23 9.613 Use Format.pp_get_formatter_stag_functions.
#23 9.613 File "src/colors.ml", line 107, characters 6-36:
#23 9.613 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#23 9.613 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#23 11.31 ocamlopt src/.dune.objs/dune__Super_context.{cmx,o}
#23 11.31 File "src/super_context.ml", line 251, characters 7-11:
#23 11.31 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 13.56 src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install opam.install
#23 14.55 ocaml src_ext/extlib/src/compat-level
#23 14.55 sh: line 1: ocamlfind: command not found
#23 15.35 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Graphviz.{cmx,o}
#23 15.35 File "src_ext/ocamlgraph/src/graphviz.ml", line 27, characters 5-15:
#23 15.35 27 | open Pervasives (* for compatibility with ocaml 3.12.0+dev17
#23 15.35 ^^^^^^^^^^
#23 15.35 Alert deprecated: module Stdlib.Pervasives
#23 15.35 Use Stdlib instead.
#23 15.35
#23 15.35 If you need to stay compatible with OCaml < 4.07, you can use the
#23 15.35 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 15.42 ocamlc src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmi,cmo,cmt}
#23 15.42 File "src/dot_lexer.mll", line 38, characters 21-37:
#23 15.42 Alert deprecated: Stdlib.String.lowercase
#23 15.42 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#23 15.48 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmx,o}
#23 15.48 File "src/dot_lexer.mll", line 38, characters 21-37:
#23 15.48 Alert deprecated: Stdlib.String.lowercase
#23 15.48 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#23 15.56 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot.{cmx,o}
#23 15.56 File "src_ext/ocamlgraph/src/dot.ml", line 61, characters 40-58:
#23 15.56 61 | let compare : t -> t -> int = Pervasives.compare
#23 15.56 ^^^^^^^^^^^^^^^^^^
#23 15.56 Alert deprecated: module Stdlib.Pervasives
#23 15.56 Use Stdlib instead.
#23 15.56
#23 15.56 If you need to stay compatible with OCaml < 4.07, you can use the
#23 15.56 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 15.56 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_base.{cmx,o}
#23 15.56 File "src_ext/cmdliner/src/cmdliner_base.ml", line 14, characters 16-32:
#23 15.56 14 | let lowercase = String.lowercase
#23 15.56 ^^^^^^^^^^^^^^^^
#23 15.56 Alert deprecated: Stdlib.String.lowercase
#23 15.56 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#23 15.56 File "src_ext/cmdliner/src/cmdliner_base.ml", line 15, characters 16-32:
#23 15.56 15 | let uppercase = String.lowercase
#23 15.56 ^^^^^^^^^^^^^^^^
#23 15.56 Alert deprecated: Stdlib.String.lowercase
#23 15.56 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#23 15.56 File "src_ext/cmdliner/src/cmdliner_base.ml", line 16, characters 17-34:
#23 15.56 16 | let capitalize = String.capitalize
#23 15.56 ^^^^^^^^^^^^^^^^^
#23 15.56 Alert deprecated: Stdlib.String.capitalize
#23 15.56 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#23 15.56 File "src_ext/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27:
#23 15.56 158 | `Error (err_ambiguous "enum value" s ambs)
#23 15.56 ^^^^^^^^^^^^^
#23 15.56 Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
#23 15.76 ocamlc src/core/.opam_core.objs/opamStubsTypes.{cmi,cmo,cmt}
#23 15.76 File "src/core/opamStubsTypes.ml", line 1:
#23 15.76 Warning 70 [missing-mli]: Cannot find interface file.
#23 15.85 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_docgen.{cmx,o}
#23 15.85 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39:
#23 15.85 278 | if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
#23 15.85 ^^^^^^^^^^^^^^^^
#23 15.85 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#23 15.85 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56:
#23 15.85 293 | let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
#23 15.85 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 15.85 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#23 15.85 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51:
#23 15.85 294 | let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
#23 15.85 ^^^^^^^^^^^^^^^^
#23 15.85 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#23 15.85 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52:
#23 15.85 295 | let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
#23 15.85 ^^^^^^^^^^^^^^^^
#23 15.85 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#23 15.95 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_cline.{cmx,o}
#23 15.95 File "src_ext/cmdliner/src/cmdliner_cline.ml", line 118, characters 20-47:
#23 15.95 118 | let err = Cmdliner_base.err_ambiguous "option" name ambs in
#23 15.95 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 15.95 Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
#23 16.07 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_arg.{cmx,o}
#23 16.07 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 166, characters 24-50:
#23 16.07 166 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
#23 16.07 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 16.07 Warning 6 [labels-omitted]: label err was omitted in the application of this function.
#23 16.07 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 216, characters 24-50:
#23 16.07 216 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
#23 16.07 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 16.07 Warning 6 [labels-omitted]: label err was omitted in the application of this function.
#23 16.07 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 233, characters 10-36:
#23 16.07 233 | let a = Cmdliner_info.arg_make_pos pos a in
#23 16.07 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 16.07 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#23 16.15 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner.{cmx,o}
#23 16.15 File "src_ext/cmdliner/src/cmdliner.ml", line 184, characters 25-47:
#23 16.15 184 | | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
#23 16.15 ^^^^^^^^^^^^^^^^^^^^^^
#23 16.15 Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
#23 16.15 File "src_ext/cmdliner/src/cmdliner.ml", line 274, characters 25-40:
#23 16.15 274 | let exit ?term_err r = Pervasives.exit (exit_status_of_result ?term_err r)
#23 16.15 ^^^^^^^^^^^^^^^
#23 16.15 Alert deprecated: module Stdlib.Pervasives
#23 16.15 Use Stdlib instead.
#23 16.15
#23 16.15 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.15 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.15 File "src_ext/cmdliner/src/cmdliner.ml", line 276, characters 4-19:
#23 16.15 276 | Pervasives.exit (exit_status_of_status_result ?term_err r)
#23 16.15 ^^^^^^^^^^^^^^^
#23 16.15 Alert deprecated: module Stdlib.Pervasives
#23 16.15 Use Stdlib instead.
#23 16.15
#23 16.15 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.15 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.46 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Persistent.{cmx,o}
#23 16.46 File "src_ext/ocamlgraph/src/persistent.ml", line 51, characters 20-38:
#23 16.46 51 | let compare x y = Pervasives.compare x.tag y.tag
#23 16.46 ^^^^^^^^^^^^^^^^^^
#23 16.46 Alert deprecated: module Stdlib.Pervasives
#23 16.46 Use Stdlib instead.
#23 16.46
#23 16.46 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.46 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.46 File "src_ext/ocamlgraph/src/persistent.ml", line 144, characters 17-32:
#23 16.46 144 | size = Pervasives.succ g.size }
#23 16.46 ^^^^^^^^^^^^^^^
#23 16.46 Alert deprecated: module Stdlib.Pervasives
#23 16.46 Use Stdlib instead.
#23 16.46
#23 16.46 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.46 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.46 File "src_ext/ocamlgraph/src/persistent.ml", line 157, characters 28-43:
#23 16.46 157 | { edges = e; size = Pervasives.pred g.size }
#23 16.46 ^^^^^^^^^^^^^^^
#23 16.46 Alert deprecated: module Stdlib.Pervasives
#23 16.46 Use Stdlib instead.
#23 16.46
#23 16.46 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.46 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.46 File "src_ext/ocamlgraph/src/persistent.ml", line 177, characters 17-32:
#23 16.46 177 | size = Pervasives.succ g.size }
#23 16.46 ^^^^^^^^^^^^^^^
#23 16.46 Alert deprecated: module Stdlib.Pervasives
#23 16.46 Use Stdlib instead.
#23 16.46
#23 16.46 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.46 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.46 File "src_ext/ocamlgraph/src/persistent.ml", line 196, characters 17-32:
#23 16.46 196 | size = Pervasives.pred g.size }
#23 16.46 ^^^^^^^^^^^^^^^
#23 16.46 Alert deprecated: module Stdlib.Pervasives
#23 16.46 Use Stdlib instead.
#23 16.46
#23 16.46 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.46 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.52 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Imperative.{cmx,o}
#23 16.52 File "src_ext/ocamlgraph/src/imperative.ml", line 68, characters 20-38:
#23 16.52 68 | let compare x y = Pervasives.compare x.tag y.tag
#23 16.52 ^^^^^^^^^^^^^^^^^^
#23 16.52 Alert deprecated: module Stdlib.Pervasives
#23 16.52 Use Stdlib instead.
#23 16.52
#23 16.52 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.52 File "src_ext/ocamlgraph/src/imperative.ml", line 156, characters 18-33:
#23 16.52 156 | g.size <- Pervasives.succ g.size;
#23 16.52 ^^^^^^^^^^^^^^^
#23 16.52 Alert deprecated: module Stdlib.Pervasives
#23 16.52 Use Stdlib instead.
#23 16.52
#23 16.52 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.52 File "src_ext/ocamlgraph/src/imperative.ml", line 172, characters 18-33:
#23 16.52 172 | g.size <- Pervasives.pred g.size
#23 16.52 ^^^^^^^^^^^^^^^
#23 16.52 Alert deprecated: module Stdlib.Pervasives
#23 16.52 Use Stdlib instead.
#23 16.52
#23 16.52 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.52 File "src_ext/ocamlgraph/src/imperative.ml", line 193, characters 18-33:
#23 16.52 193 | g.size <- Pervasives.succ g.size;
#23 16.52 ^^^^^^^^^^^^^^^
#23 16.52 Alert deprecated: module Stdlib.Pervasives
#23 16.52 Use Stdlib instead.
#23 16.52
#23 16.52 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.52 File "src_ext/ocamlgraph/src/imperative.ml", line 214, characters 18-33:
#23 16.52 214 | g.size <- Pervasives.pred g.size
#23 16.52 ^^^^^^^^^^^^^^^
#23 16.52 Alert deprecated: module Stdlib.Pervasives
#23 16.52 Use Stdlib instead.
#23 16.52
#23 16.52 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.52 File "src_ext/ocamlgraph/src/imperative.ml", line 362, characters 36-54:
#23 16.52 362 | let compare : t -> t -> int = Pervasives.compare
#23 16.52 ^^^^^^^^^^^^^^^^^^
#23 16.52 Alert deprecated: module Stdlib.Pervasives
#23 16.52 Use Stdlib instead.
#23 16.52
#23 16.52 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.52 File "src_ext/ocamlgraph/src/imperative.ml", line 372, characters 36-54:
#23 16.52 372 | let compare : t -> t -> int = Pervasives.compare
#23 16.52 ^^^^^^^^^^^^^^^^^^
#23 16.52 Alert deprecated: module Stdlib.Pervasives
#23 16.52 Use Stdlib instead.
#23 16.52
#23 16.52 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.60 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Cliquetree.{cmx,o}
#23 16.60 File "src_ext/ocamlgraph/src/cliquetree.ml", line 106, characters 38-56:
#23 16.60 106 | let compare : t -> t -> int = Pervasives.compare
#23 16.60 ^^^^^^^^^^^^^^^^^^
#23 16.60 Alert deprecated: module Stdlib.Pervasives
#23 16.60 Use Stdlib instead.
#23 16.60
#23 16.60 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.60 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.60 File "src_ext/ocamlgraph/src/cliquetree.ml", line 114, characters 40-58:
#23 16.60 114 | let compare (x, _ : t) (y, _ : t) = Pervasives.compare x y
#23 16.60 ^^^^^^^^^^^^^^^^^^
#23 16.60 Alert deprecated: module Stdlib.Pervasives
#23 16.60 Use Stdlib instead.
#23 16.60
#23 16.60 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.60 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.66 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Pack.{cmx,o}
#23 16.66 File "src_ext/ocamlgraph/src/pack.ml", line 52, characters 34-52:
#23 16.66 52 | let compare : t -> t -> int = Pervasives.compare
#23 16.66 ^^^^^^^^^^^^^^^^^^
#23 16.66 Alert deprecated: module Stdlib.Pervasives
#23 16.66 Use Stdlib instead.
#23 16.66
#23 16.66 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.66 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.66 File "src_ext/ocamlgraph/src/pack.ml", line 69, characters 34-52:
#23 16.66 69 | let compare : t -> t -> int = Pervasives.compare
#23 16.66 ^^^^^^^^^^^^^^^^^^
#23 16.66 Alert deprecated: module Stdlib.Pervasives
#23 16.66 Use Stdlib instead.
#23 16.66
#23 16.66 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.66 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.66 File "src_ext/ocamlgraph/src/pack.ml", line 97, characters 34-52:
#23 16.66 97 | let compare : t -> t -> int = Pervasives.compare
#23 16.66 ^^^^^^^^^^^^^^^^^^
#23 16.66 Alert deprecated: module Stdlib.Pervasives
#23 16.66 Use Stdlib instead.
#23 16.66
#23 16.66 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.66 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.66 File "src_ext/ocamlgraph/src/pack.ml", line 200, characters 32-50:
#23 16.66 200 | let compare : t -> t -> int = Pervasives.compare
#23 16.66 ^^^^^^^^^^^^^^^^^^
#23 16.66 Alert deprecated: module Stdlib.Pervasives
#23 16.66 Use Stdlib instead.
#23 16.66
#23 16.66 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.66 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.70 ocamlopt src_ext/extlib/src/.extlib.objs/extString.{cmx,o}
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: set
#23 16.70 Use Bytes.set/BytesLabels.set instead.
#23 16.70 File "string.mli", lines 412-413, characters 0-63:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 179, characters 2-42:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: create
#23 16.70 Use Bytes.create/BytesLabels.create instead.
#23 16.70 File "string.mli", lines 403-404, characters 0-69:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 180, characters 2-29:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: copy
#23 16.70 Strings now immutable: no need to copy
#23 16.70 File "string.mli", lines 432-433, characters 0-63:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 182, characters 2-29:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: fill
#23 16.70 Use Bytes.fill/BytesLabels.fill instead.
#23 16.70 File "string.mli", lines 439-440, characters 0-65:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 184, characters 2-50:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: uppercase
#23 16.70 Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
#23 16.70 File "string.mli", lines 449-451, characters 0-71:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 200, characters 2-34:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: lowercase
#23 16.70 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#23 16.70 File "string.mli", lines 458-460, characters 0-71:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 201, characters 2-34:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: capitalize
#23 16.70 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#23 16.70 File "string.mli", lines 467-469, characters 0-73:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 202, characters 2-35:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: uncapitalize
#23 16.70 Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
#23 16.70 File "string.mli", lines 475-477, characters 0-77:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 203, characters 2-37:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: unsafe_set
#23 16.70 File "string.mli", lines 608-609, characters 0-22:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 219, characters 2-49:
#23 16.70 Expected signature
#23 16.70 File "src_ext/extlib/src/extString.pp.ml", line 1:
#23 16.70 Alert deprecated: unsafe_fill
#23 16.70 File "string.mli", lines 613-615, characters 0-22:
#23 16.70 Definition
#23 16.70 File "src_ext/extlib/src/extString.mli", line 221, characters 2-57:
#23 16.70 Expected signature
#23 16.73 ocamlopt src_ext/extlib/src/.extlib.objs/extList.{cmx,o}
#23 16.73 File "src_ext/extlib/src/extList.ml", line 383, characters 15-33:
#23 16.73 Alert deprecated: module Stdlib.Pervasives
#23 16.73 Use Stdlib instead.
#23 16.73
#23 16.73 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.73 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.73 ocamlopt src_ext/extlib/src/.extlib.objs/extArray.{cmx,o}
#23 16.73 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#23 16.73 Alert deprecated: make_float
#23 16.73 Use Array.create_float/ArrayLabels.create_float instead.
#23 16.73 File "array.mli", lines 75-77, characters 0-63:
#23 16.73 Definition
#23 16.73 File "src_ext/extlib/src/extArray.mli", line 121, characters 2-37:
#23 16.73 Expected signature
#23 16.73 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#23 16.73 Alert deprecated: create
#23 16.73 Use Array.make/ArrayLabels.make instead.
#23 16.73 File "array.mli", lines 66-67, characters 0-65:
#23 16.73 Definition
#23 16.73 File "src_ext/extlib/src/extArray.mli", line 145, characters 2-60:
#23 16.73 Expected signature
#23 16.73 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#23 16.73 Alert deprecated: create_matrix
#23 16.73 Use Array.make_matrix/ArrayLabels.make_matrix instead.
#23 16.73 File "array.mli", lines 103-105, characters 0-61:
#23 16.73 Definition
#23 16.73 File "src_ext/extlib/src/extArray.mli", line 148, characters 2-56:
#23 16.73 Expected signature
#23 16.85 ocamlopt src_ext/extlib/src/.extlib.objs/IO.{cmx,o}
#23 16.85 File "src_ext/extlib/src/IO.ml", line 313, characters 14-30:
#23 16.85 Alert deprecated: module Stdlib.Pervasives
#23 16.85 Use Stdlib instead.
#23 16.85
#23 16.85 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.85 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.85 File "src_ext/extlib/src/IO.ml", line 317, characters 26-45:
#23 16.85 Alert deprecated: module Stdlib.Pervasives
#23 16.85 Use Stdlib instead.
#23 16.85
#23 16.85 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.85 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.85 File "src_ext/extlib/src/IO.ml", line 323, characters 31-48:
#23 16.85 Alert deprecated: module Stdlib.Pervasives
#23 16.85 Use Stdlib instead.
#23 16.85
#23 16.85 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.85 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.85 File "src_ext/extlib/src/IO.ml", line 324, characters 27-47:
#23 16.85 Alert deprecated: module Stdlib.Pervasives
#23 16.85 Use Stdlib instead.
#23 16.85
#23 16.85 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.85 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.85 File "src_ext/extlib/src/IO.ml", line 325, characters 27-43:
#23 16.85 Alert deprecated: module Stdlib.Pervasives
#23 16.85 Use Stdlib instead.
#23 16.85
#23 16.85 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.85 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.85 File "src_ext/extlib/src/IO.ml", line 792, characters 22-32:
#23 16.85 Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
#23 16.97 ocamlc src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmi,cmo,cmt}
#23 16.97 File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
#23 16.97 Alert deprecated: module Stdlib.Pervasives
#23 16.97 Use Stdlib instead.
#23 16.97
#23 16.97 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.97 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.97 File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
#23 16.97 Alert deprecated: module Stdlib.Pervasives
#23 16.97 Use Stdlib instead.
#23 16.97
#23 16.97 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.97 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.97 File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
#23 16.97 Alert deprecated: module Stdlib.Pervasives
#23 16.97 Use Stdlib instead.
#23 16.97
#23 16.97 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.97 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 16.97 File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
#23 16.97 Alert deprecated: module Stdlib.Pervasives
#23 16.97 Use Stdlib instead.
#23 16.97
#23 16.97 If you need to stay compatible with OCaml < 4.07, you can use the
#23 16.97 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.04 ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmi,cmo,cmt}
#23 17.04 File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
#23 17.04 Alert deprecated: module Stdlib.Pervasives
#23 17.04 Use Stdlib instead.
#23 17.04
#23 17.04 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.04 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.04 File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
#23 17.04 Alert deprecated: module Stdlib.Pervasives
#23 17.04 Use Stdlib instead.
#23 17.04
#23 17.04 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.04 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.05 ocamlopt src/core/.opam_core.objs/opamStd.{cmx,o}
#23 17.05 File "src/core/opamStd.ml", line 431, characters 32-46:
#23 17.05 431 | let subs = Array.to_list (Re.get_all_ofs subs) in
#23 17.05 ^^^^^^^^^^^^^^
#23 17.05 Alert deprecated: Re.get_all_ofs
#23 17.05 Use Group.all_offset
#23 17.07 ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmi,cmo,cmt}
#23 17.07 File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
#23 17.07 Alert deprecated: module Stdlib.Pervasives
#23 17.07 Use Stdlib instead.
#23 17.07
#23 17.07 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.07 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.09 ocamlc src/tools/.opam_installer.eobjs/opam_installer.{cmi,cmo,cmt}
#23 17.09 File "src/tools/opam_installer.ml", line 1:
#23 17.09 Warning 70 [missing-mli]: Cannot find interface file.
#23 17.09 ocamlc src/solver/.opam_solver.objs/opamCudfSolverSig.{cmi,cmo,cmt}
#23 17.09 File "src/solver/opamCudfSolverSig.ml", line 1:
#23 17.09 Warning 70 [missing-mli]: Cannot find interface file.
#23 17.14 ocamlopt src_ext/cudf/.cudf.objs/cudf_types_pp.{cmx,o}
#23 17.14 File "src_ext/cudf/cudf_types_pp.ml", line 92, characters 27-37:
#23 17.14 92 | | `Enum l -> `Enum (l, parse_enum l s)
#23 17.14 ^^^^^^^^^^
#23 17.14 Warning 6 [labels-omitted]: label enums was omitted in the application of this function.
#23 17.14 File "src_ext/cudf/cudf_types_pp.ml", line 104, characters 20-44:
#23 17.14 104 | let string_of_int = Pervasives.string_of_int
#23 17.14 ^^^^^^^^^^^^^^^^^^^^^^^^
#23 17.14 Alert deprecated: module Stdlib.Pervasives
#23 17.14 Use Stdlib instead.
#23 17.14
#23 17.14 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.14 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.14 File "src_ext/cudf/cudf_types_pp.ml", line 107, characters 21-46:
#23 17.14 107 | let string_of_bool = Pervasives.string_of_bool
#23 17.14 ^^^^^^^^^^^^^^^^^^^^^^^^^
#23 17.14 Alert deprecated: module Stdlib.Pervasives
#23 17.14 Use Stdlib instead.
#23 17.14
#23 17.14 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.14 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.22 ocamlopt src_ext/cudf/.cudf.objs/cudf.{cmx,o}
#23 17.22 File "src_ext/cudf/cudf.ml", line 76, characters 2-20:
#23 17.22 76 | Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version)
#23 17.22 ^^^^^^^^^^^^^^^^^^
#23 17.22 Alert deprecated: module Stdlib.Pervasives
#23 17.22 Use Stdlib instead.
#23 17.22
#23 17.22 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.22 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.22 File "src_ext/cudf/cudf.ml", line 79, characters 2-20:
#23 17.22 79 | Pervasives.compare (pkg2.package, pkg2.version) (pkg1.package, pkg1.version)
#23 17.22 ^^^^^^^^^^^^^^^^^^
#23 17.22 Alert deprecated: module Stdlib.Pervasives
#23 17.22 Use Stdlib instead.
#23 17.22
#23 17.22 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.22 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.32 ocamlopt src/core/.opam_core.objs/opamProcess.{cmx,o}
#23 17.32 File "src/core/opamProcess.ml", line 382, characters 9-24:
#23 17.32 382 | (let open OpamCompat in
#23 17.32 ^^^^^^^^^^^^^^^
#23 17.32 Warning 33 [unused-open]: unused open OpamCompat.
#23 17.41 ocamlopt src_ext/dose3/common/.common.objs/common__Util.{cmx,o}
#23 17.41 File "src_ext/dose3/common/util.ml", line 90, characters 6-23:
#23 17.41 Alert deprecated: Stdlib.String.capitalize
#23 17.41 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#23 17.41 File "src_ext/dose3/common/util.ml", line 96, characters 6-21:
#23 17.41 Alert deprecated: module Stdlib.Pervasives
#23 17.41 Use Stdlib instead.
#23 17.41
#23 17.41 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.41 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.41 File "src_ext/dose3/common/util.ml", line 103, characters 6-21:
#23 17.41 Alert deprecated: module Stdlib.Pervasives
#23 17.41 Use Stdlib instead.
#23 17.41
#23 17.41 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.41 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.41 File "src_ext/dose3/common/util.ml", line 163, characters 6-21:
#23 17.41 Alert deprecated: module Stdlib.Pervasives
#23 17.41 Use Stdlib instead.
#23 17.41
#23 17.41 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.41 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.69 ocamlopt src/core/.opam_core.objs/opamFilename.{cmx,o}
#23 17.69 File "src/core/opamFilename.ml", line 349, characters 11-25:
#23 17.69 349 | let link ?(relative=false) ~target ~link =
#23 17.69 ^^^^^^^^^^^^^^
#23 17.69 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 17.74 ocamlopt src/core/.opam_core.objs/opamUrl.{cmx,o}
#23 17.74 File "src/core/opamUrl.ml", line 56, characters 10-20:
#23 17.74 56 | match Re.get_all (Re.exec re u) with
#23 17.74 ^^^^^^^^^^
#23 17.74 Alert deprecated: Re.get_all
#23 17.74 Use Group.all
#23 17.74 File "src/core/opamUrl.ml", line 109, characters 12-18:
#23 17.74 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
#23 17.74 ^^^^^^
#23 17.74 Alert deprecated: Re.get
#23 17.74 Use Group.get
#23 17.74 File "src/core/opamUrl.ml", line 109, characters 37-43:
#23 17.74 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
#23 17.74 ^^^^^^
#23 17.74 Alert deprecated: Re.get
#23 17.74 Use Group.get
#23 17.74 File "src/core/opamUrl.ml", line 219, characters 6-12:
#23 17.74 219 | Re.get (Re.exec re t.path) 1
#23 17.74 ^^^^^^
#23 17.74 Alert deprecated: Re.get
#23 17.74 Use Group.get
#23 17.86 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmx,o}
#23 17.86 File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
#23 17.86 Alert deprecated: module Stdlib.Pervasives
#23 17.86 Use Stdlib instead.
#23 17.86
#23 17.86 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.86 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.86 File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
#23 17.86 Alert deprecated: module Stdlib.Pervasives
#23 17.86 Use Stdlib instead.
#23 17.86
#23 17.86 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.86 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.86 File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
#23 17.86 Alert deprecated: module Stdlib.Pervasives
#23 17.86 Use Stdlib instead.
#23 17.86
#23 17.86 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.86 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.86 File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
#23 17.86 Alert deprecated: module Stdlib.Pervasives
#23 17.86 Use Stdlib instead.
#23 17.86
#23 17.86 If you need to stay compatible with OCaml < 4.07, you can use the
#23 17.86 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 17.97 ocamlopt src/format/.opam_format.objs/opamFormula.{cmx,o}
#23 17.97 File "src/format/opamFormula.ml", line 31, characters 7-24:
#23 17.97 31 | (OpamPrinter.relop r)
#23 17.97 ^^^^^^^^^^^^^^^^^
#23 17.97 Alert deprecated: OpamPrinter.relop
#23 17.97 Use OpamPrinter.FullPos.relop instead.
#23 17.97 File "src/format/opamFormula.ml", line 43, characters 7-24:
#23 17.97 43 | (OpamPrinter.relop r)
#23 17.97 ^^^^^^^^^^^^^^^^^
#23 17.97 Alert deprecated: OpamPrinter.relop
#23 17.97 Use OpamPrinter.FullPos.relop instead.
#23 17.97 File "src/format/opamFormula.ml", line 234, characters 28-45:
#23 17.97 234 | Printf.sprintf "%s %s" (OpamPrinter.relop relop)
#23 17.97 ^^^^^^^^^^^^^^^^^
#23 17.97 Alert deprecated: OpamPrinter.relop
#23 17.97 Use OpamPrinter.FullPos.relop instead.
#23 18.05 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Diagnostic.{cmx,o}
#23 18.05 File "src_ext/dose3/algo/diagnostic.ml", line 308, characters 12-30:
#23 18.05 Alert deprecated: module Stdlib.Pervasives
#23 18.05 Use Stdlib instead.
#23 18.05
#23 18.05 If you need to stay compatible with OCaml < 4.07, you can use the
#23 18.05 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 18.05 File "src_ext/dose3/algo/diagnostic.ml", line 509, characters 20-38:
#23 18.05 Alert deprecated: module Stdlib.Pervasives
#23 18.05 Use Stdlib instead.
#23 18.05
#23 18.05 If you need to stay compatible with OCaml < 4.07, you can use the
#23 18.05 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 18.15 ocamlopt src/format/.opam_format.objs/opamFilter.{cmx,o}
#23 18.15 File "src/format/opamFilter.ml", line 44, characters 36-53:
#23 18.15 44 | (aux ~context:`Relop e) (OpamPrinter.relop s) (aux ~context:`Relop f))
#23 18.15 ^^^^^^^^^^^^^^^^^
#23 18.15 Alert deprecated: OpamPrinter.relop
#23 18.15 Use OpamPrinter.FullPos.relop instead.
#23 18.15 File "src/format/opamFilter.ml", line 109, characters 11-18:
#23 18.15 109 | if Re.test ss 2 then
#23 18.15 ^^^^^^^
#23 18.15 Alert deprecated: Re.test
#23 18.15 Use Group.test
#23 18.15 File "src/format/opamFilter.ml", line 110, characters 15-21:
#23 18.15 110 | aux (Re.get ss 1 :: acc)
#23 18.15 ^^^^^^
#23 18.15 Alert deprecated: Re.get
#23 18.15 Use Group.get
#23 18.15 File "src/format/opamFilter.ml", line 111, characters 18-28:
#23 18.15 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
#23 18.15 ^^^^^^^^^^
#23 18.15 Alert deprecated: Re.get_ofs
#23 18.15 Use Group.offset
#23 18.15 File "src/format/opamFilter.ml", line 111, characters 52-58:
#23 18.15 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
#23 18.15 ^^^^^^
#23 18.15 Alert deprecated: Re.get
#23 18.15 Use Group.get
#23 18.15 File "src/format/opamFilter.ml", line 524, characters 38-55:
#23 18.15 524 | Printf.sprintf "%s \"%s\"" (OpamPrinter.relop op) s
#23 18.15 ^^^^^^^^^^^^^^^^^
#23 18.15 Alert deprecated: OpamPrinter.relop
#23 18.15 Use OpamPrinter.FullPos.relop instead.
#23 18.15 File "src/format/opamFilter.ml", line 526, characters 34-51:
#23 18.15 526 | Printf.sprintf "%s %s" (OpamPrinter.relop op) (to_string v)
#23 18.15 ^^^^^^^^^^^^^^^^^
#23 18.15 Alert deprecated: OpamPrinter.relop
#23 18.15 Use OpamPrinter.FullPos.relop instead.
#23 18.15 File "src/format/opamFilter.ml", line 528, characters 36-53:
#23 18.15 528 | Printf.sprintf "%s (%s)" (OpamPrinter.relop op) (to_string v)
#23 18.15 ^^^^^^^^^^^^^^^^^
#23 18.15 Alert deprecated: OpamPrinter.relop
#23 18.15 Use OpamPrinter.FullPos.relop instead.
#23 18.21 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmx,o}
#23 18.21 File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
#23 18.21 Alert deprecated: module Stdlib.Pervasives
#23 18.21 Use Stdlib instead.
#23 18.21
#23 18.21 If you need to stay compatible with OCaml < 4.07, you can use the
#23 18.21 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 18.21 File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
#23 18.21 Alert deprecated: module Stdlib.Pervasives
#23 18.21 Use Stdlib instead.
#23 18.21
#23 18.21 If you need to stay compatible with OCaml < 4.07, you can use the
#23 18.21 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 18.31 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmx,o}
#23 18.31 File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
#23 18.31 Alert deprecated: module Stdlib.Pervasives
#23 18.31 Use Stdlib instead.
#23 18.31
#23 18.31 If you need to stay compatible with OCaml < 4.07, you can use the
#23 18.31 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#23 18.32 ocamlopt src/format/.opam_format.objs/opamFormat.{cmx,o}
#23 18.32 File "src/format/opamFormat.ml", line 822, characters 21-48:
#23 18.32 822 | let str = OpamPrinter.Normalise.items items in
#23 18.32 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 18.32 Alert deprecated: module OpamPrinter.Normalise
#23 18.32 Use OpamPrinter.FullPos.Normalise instead.
#23 18.32 File "src/format/opamFormat.ml", line 829, characters 28-55:
#23 18.32 829 | assert (check sgs (OpamPrinter.Normalise.items items));
#23 18.32 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 18.32 Alert deprecated: module OpamPrinter.Normalise
#23 18.32 Use OpamPrinter.FullPos.Normalise instead.
#23 19.03 ocamlopt src/format/.opam_format.objs/opamFile.{cmx,o}
#23 19.03 File "src/format/opamFile.ml", line 545, characters 10-33:
#23 19.03 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
#23 19.03 ^^^^^^^^^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamLexer.env_update_op
#23 19.03 Use OpamLexer.FullPos.env_update_op instead.
#23 19.03 File "src/format/opamFile.ml", line 545, characters 35-60:
#23 19.03 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
#23 19.03 ^^^^^^^^^^^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamPrinter.env_update_op
#23 19.03 Use OpamPrinter.FullPos.env_update_op instead.
#23 19.03 File "src/format/opamFile.ml", line 723, characters 8-23:
#23 19.03 723 | try OpamParser.main OpamLexer.token lexbuf filename with
#23 19.03 ^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamParser.main
#23 19.03 Use OpamParser.FullPos.main instead.
#23 19.03 File "src/format/opamFile.ml", line 735, characters 9-36:
#23 19.03 735 | OpamPrinter.format_opamfile fmt file)
#23 19.03 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamPrinter.format_opamfile
#23 19.03 Use OpamPrinter.FullPos.format_opamfile instead.
#23 19.03 File "src/format/opamFile.ml", line 748, characters 4-24:
#23 19.03 748 | OpamPrinter.opamfile t
#23 19.03 ^^^^^^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamPrinter.opamfile
#23 19.03 Use OpamPrinter.FullPos.opamfile instead.
#23 19.03 File "src/format/opamFile.ml", line 823, characters 19-36:
#23 19.03 823 | OpamPrinter.items [f] :: strs
#23 19.03 ^^^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamPrinter.items
#23 19.03 Use OpamPrinter.FullPos.items instead.
#23 19.03 File "src/format/opamFile.ml", line 854, characters 17-34:
#23 19.03 854 | OpamPrinter.items f :: strs
#23 19.03 ^^^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamPrinter.items
#23 19.03 Use OpamPrinter.FullPos.items instead.
#23 19.03 File "src/format/opamFile.ml", line 862, characters 38-55:
#23 19.03 862 | (if rem = [] then [""] else [OpamPrinter.items rem;""]))
#23 19.03 ^^^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamPrinter.items
#23 19.03 Use OpamPrinter.FullPos.items instead.
#23 19.03 File "src/format/opamFile.ml", line 1277, characters 21-36:
#23 19.03 1277 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
#23 19.03 ^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamParser.file
#23 19.03 Use OpamParser.FullPos.file instead.
#23 19.03 File "src/format/opamFile.ml", line 1648, characters 21-36:
#23 19.03 1648 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
#23 19.03 ^^^^^^^^^^^^^^^
#23 19.03 Alert deprecated: OpamParser.file
#23 19.03 Use OpamParser.FullPos.file instead.
#23 19.22 ocamlopt src/repository/.opam_repository.objs/opamDownload.{cmx,o}
#23 19.22 File "src/repository/opamDownload.ml", line 44, characters 36-44:
#23 19.22 44 | let download_args ~url ~out ~retry ?checksum ~compress =
#23 19.22 ^^^^^^^^
#23 19.22 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 19.22 File "src/repository/opamDownload.ml", line 102, characters 32-40:
#23 19.22 102 | let download_command ~compress ?checksum ~url ~dst =
#23 19.22 ^^^^^^^^
#23 19.22 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 19.22 File "src/repository/opamDownload.ml", line 120, characters 60-73:
#23 19.22 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#23 19.22 ^^^^^^^^^^^^^
#23 19.22 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 19.22 File "src/repository/opamDownload.ml", line 120, characters 49-57:
#23 19.22 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#23 19.22 ^^^^^^^^
#23 19.22 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 19.22 File "src/repository/opamDownload.ml", line 120, characters 32-46:
#23 19.22 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#23 19.22 ^^^^^^^^^^^^^^
#23 19.22 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 19.22 File "src/repository/opamDownload.ml", line 120, characters 6-17:
#23 19.22 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#23 19.22 ^^^^^^^^^^^
#23 19.22 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 19.54 ocamlopt src/solver/.opam_solver.objs/opamCudf.{cmx,o}
#23 19.54 File "src/solver/opamCudf.ml", line 219, characters 47-64:
#23 19.54 219 | | Some (r,v) -> Printf.sprintf " (%s %d)" (OpamPrinter.relop r) v in
#23 19.54 ^^^^^^^^^^^^^^^^^
#23 19.54 Alert deprecated: OpamPrinter.relop
#23 19.54 Use OpamPrinter.FullPos.relop instead.
#23 19.65 ocamlopt src/state/.opam_state.objs/opamPinned.{cmx,o}
#23 19.65 File "src/state/opamPinned.ml", line 126, characters 34-51:
#23 19.65 126 | (OpamPrinter.relop op) (OpamPackage.Version.to_string vc))
#23 19.65 ^^^^^^^^^^^^^^^^^
#23 19.65 Alert deprecated: OpamPrinter.relop
#23 19.65 Use OpamPrinter.FullPos.relop instead.
#23 20.31 ocamlopt src/state/.opam_state.objs/opamSwitchState.{cmx,o}
#23 20.31 File "src/state/opamSwitchState.ml", line 668, characters 41-58:
#23 20.31 668 | (match relop with `Eq -> "" | r -> OpamPrinter.relop r)
#23 20.31 ^^^^^^^^^^^^^^^^^
#23 20.31 Alert deprecated: OpamPrinter.relop
#23 20.31 Use OpamPrinter.FullPos.relop instead.
#23 20.64 ocamlopt src/client/.opam_client.objs/opamConfigCommand.{cmx,o}
#23 20.64 File "src/client/opamConfigCommand.ml", line 216, characters 42-62:
#23 20.64 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false)
#23 20.64 ^^^^^^^^^^^^^^^^^^^^
#23 20.64 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 20.64 File "src/client/opamConfigCommand.ml", line 216, characters 20-38:
#23 20.64 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false)
#23 20.64 ^^^^^^^^^^^^^^^^^^
#23 20.64 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#23 21.16 ocamlopt src/client/.opam_client.objs/opamListCommand.{cmx,o}
#23 21.16 File "src/client/opamListCommand.ml", line 471, characters 20-47:
#23 21.16 471 | if normalise then OpamPrinter.Normalise.value else
#23 21.16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 21.16 Alert deprecated: module OpamPrinter.Normalise
#23 21.16 Use OpamPrinter.FullPos.Normalise instead.
#23 21.16 File "src/client/opamListCommand.ml", line 477, characters 19-41:
#23 21.16 477 | | List (_, l) -> OpamPrinter.value_list l
#23 21.16 ^^^^^^^^^^^^^^^^^^^^^^
#23 21.16 Alert deprecated: OpamPrinter.value_list
#23 21.16 Use OpamPrinter.FullPos.value_list instead.
#23 21.16 File "src/client/opamListCommand.ml", line 478, characters 9-36:
#23 21.16 478 | | f -> OpamPrinter.Normalise.value f
#23 21.16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#23 21.16 Alert deprecated: module OpamPrinter.Normalise
#23 21.16 Use OpamPrinter.FullPos.Normalise instead.
#23 21.38 ocamlopt src/client/.opam_client.objs/opamArg.{cmx,o}
#23 21.38 File "src/client/opamArg.ml", line 488, characters 45-51:
#23 21.38 488 | let name = OpamPackage.Name.of_string (Re.get sub 1) in
#23 21.38 ^^^^^^
#23 21.38 Alert deprecated: Re.get
#23 21.38 Use Group.get
#23 21.38 File "src/client/opamArg.ml", line 490, characters 49-55:
#23 21.38 490 | try Some (OpamPackage.Version.of_string (Re.get sub 2))
#23 21.38 ^^^^^^
#23 21.38 Alert deprecated: Re.get
#23 21.38 Use Group.get
#23 21.38 File "src/client/opamArg.ml", line 526, characters 18-24:
#23 21.38 526 | let sname = Re.get sub 1 in
#23 21.38 ^^^^^^
#23 21.38 Alert deprecated: Re.get
#23 21.38 Use Group.get
#23 21.38 File "src/client/opamArg.ml", line 527, characters 16-22:
#23 21.38 527 | let sop = Re.get sub 2 in
#23 21.38 ^^^^^^
#23 21.38 Alert deprecated: Re.get
#23 21.38 Use Group.get
#23 21.38 File "src/client/opamArg.ml", line 528, characters 21-27:
#23 21.38 528 | let sversion = Re.get sub 3 in
#23 21.38 ^^^^^^
#23 21.38 Alert deprecated: Re.get
#23 21.38 Use Group.get
#23 21.38 File "src/client/opamArg.ml", line 531, characters 15-30:
#23 21.38 531 | let op = OpamLexer.relop sop in
#23 21.38 ^^^^^^^^^^^^^^^
#23 21.38 Alert deprecated: OpamLexer.relop
#23 21.38 Use OpamLexer.FullPos.relop instead.
#23 22.96 sed -f process.sed opam.install > processed-opam.install
#23 22.96 ln -s -f _build/default/src/client/opamMain.exe opam
#23 22.96 src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install
#23 23.08 sed -f process.sed opam-installer.install > processed-opam-installer.install
#23 23.09 ln -s -f _build/default/src/tools/opam_installer.exe opam-installer
#23 DONE 23.5s
#24 [stage-0 12/17] 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/bin && cp /tmp/opam-build-2.1/opam /usr/bin/opam-2.1 && chmod a+x /usr/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
#24 0.888 Note: switching to '263921263e1f745613e2882745114b7b08f3608b'.
#24 0.888
#24 0.888 You are in 'detached HEAD' state. You can look around, make experimental
#24 0.888 changes and commit them, and you can discard any commits you make in this
#24 0.888 state without impacting any branches by switching back to a branch.
#24 0.888
#24 0.888 If you want to create a new branch to retain commits you create, you may
#24 0.888 do so (now or later) by using -c with the switch command. Example:
#24 0.888
#24 0.888 git switch -c <new-branch-name>
#24 0.888
#24 0.888 Or undo this operation with:
#24 0.888
#24 0.888 git switch -
#24 0.888
#24 0.888 Turn off this advice by setting config variable advice.detachedHead to false
#24 0.888
#24 0.888 HEAD is now at 263921263 Merge pull request #6177 from kit-ty-kate/fix-release-2.1
#24 1.007 checking for ocamlc... ocamlc
#24 1.015 OCaml version is 4.14.2
#24 1.021 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#24 1.021 checking for ocamlopt... ocamlopt
#24 1.030 checking for ocamlc.opt... ocamlc.opt
#24 1.037 checking for ocamlopt.opt... ocamlopt.opt
#24 1.048 checking for ocaml... ocaml
#24 1.049 checking for ocamldep... ocamldep
#24 1.049 checking for ocamldep.opt... ocamldep.opt
#24 1.057 checking for ocamlmktop... ocamlmktop
#24 1.057 checking for ocamlmklib... ocamlmklib
#24 1.058 checking for ocamldoc... ocamldoc
#24 1.058 checking for ocamldoc.opt... ocamldoc.opt
#24 1.068 checking for ocamlbuild... no
#24 1.068 checking OCaml Sys.os_type... Unix
#24 1.093 checking for gawk... gawk
#24 1.108 checking for compiler type... fgrep: warning: fgrep is obsolescent; using grep -F
#24 1.389 cc
#24 1.389 checking for compiler architecture... fgrep: warning: fgrep is obsolescent; using grep -F
#24 1.650 amd64
#24 1.650 checking for compiler system... fgrep: warning: fgrep is obsolescent; using grep -F
#24 1.925 linux
#24 1.936 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#24 1.986 checking whether the C compiler works... yes
#24 2.056 checking for C compiler default output file name... a.out
#24 2.058 checking for suffix of executables...
#24 2.121 checking whether we are cross compiling... no
#24 2.198 checking for suffix of object files... o
#24 2.231 checking whether the compiler supports GNU C... yes
#24 2.259 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#24 2.288 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#24 2.368 checking for stdio.h... yes
#24 2.401 checking for stdlib.h... yes
#24 2.434 checking for string.h... yes
#24 2.472 checking for inttypes.h... yes
#24 2.507 checking for stdint.h... yes
#24 2.553 checking for strings.h... yes
#24 2.590 checking for sys/stat.h... yes
#24 2.627 checking for sys/types.h... yes
#24 2.667 checking for unistd.h... yes
#24 2.707 checking for acl/libacl.h... no
#24 2.749 checking for library containing acl_get_perm... no
#24 2.871 checking for ocamlobjinfo... ocamlobjinfo
#24 2.872 checking for ocamlfind... no
#24 2.872 checking for curl... curl
#24 2.873 checking for dune... no
#24 2.874 checking for cppo... no
#24 2.875 checking for patch... patch
#24 2.876 checking for bunzip2... bunzip2
#24 2.891
#24 2.891 checking for OCaml findlib package unix... not found
#24 2.892 checking for OCaml findlib package bigarray... not found
#24 2.894 checking for OCaml findlib package extlib... not found
#24 2.895 checking for OCaml findlib package re... not found
#24 2.897 checking for OCaml findlib package re.glob... not found
#24 2.898 checking for OCaml findlib package cmdliner... not found
#24 2.900 checking for OCaml findlib package ocamlgraph... not found
#24 2.901 checking for OCaml findlib package cudf... not found
#24 2.903 checking for OCaml findlib package dose3.common... not found
#24 2.906 checking for OCaml findlib package dose3.algo... not found
#24 2.908 checking for OCaml findlib package opam-file-format... not found
#24 2.909 checking for OCaml findlib package mccs... not found
#24 2.911 checking for OCaml findlib package opam-0install-cudf... not found
#24 2.913 checking for g++... g++
#24 2.949 checking whether the compiler supports GNU C++... yes
#24 2.985 checking whether g++ accepts -g... yes
#24 3.013 checking for g++ option to enable C++11 features... none needed
#24 3.121
#24 3.121 ============================================================================
#24 3.121 Some dependencies are missing. If you are just interested in the stand-alone
#24 3.121 'opam' binary, run 'make lib-ext' to download and include them.
#24 3.121 ============================================================================
#24 3.121
#24 3.152 configure: creating ./config.status
#24 3.270 config.status: creating Makefile.config
#24 3.291 config.status: creating src/ocaml-flags-configure.sexp
#24 3.314 config.status: creating src/stubs/c-flags.sexp
#24 3.336 config.status: creating src/stubs/libacl/c-libraries.sexp
#24 3.362
#24 3.366 Opam will be built WITH a built-in solver
#24 3.366
#24 3.366 Executables will be installed in /usr/local/bin
#24 3.366 Manual pages will be installed in /usr/local/share/man
#24 3.396 make -j -C src_ext lib-ext
#24 3.397 make[1]: Entering directory '/tmp/opam-build-2.1/src_ext'
#24 3.420 fgrep: warning: fgrep is obsolescent; using grep -F
#24 3.438 [ -e dune-local.tbz ] || \
#24 3.438 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; }; }; }
#24 3.449 [ -e cppo.tar.gz ] || \
#24 3.449 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; }; }; }
#24 3.455 [ -e base64.tbz ] || \
#24 3.455 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; }; }; }
#24 3.461 [ -e extlib.tar.gz ] || \
#24 3.461 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; }; }; }
#24 3.467 [ -e re.tbz ] || \
#24 3.467 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; }; }; }
#24 3.472 [ -e cmdliner.tbz ] || \
#24 3.472 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; }; }; }
#24 3.473 [ -e ocamlgraph.tbz ] || \
#24 3.473 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; }; }; }
#24 3.483 [ -e cudf.tar.gz ] || \
#24 3.483 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; }; }; }
#24 3.484 [ -e dose3.tar.gz ] || \
#24 3.484 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; }; }; }
#24 3.494 [ -e opam-file-format.tar.gz ] || \
#24 3.494 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; }; }; }
#24 3.499 [ -e result.tbz ] || \
#24 3.499 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; }; }; }
#24 3.504 [ -e seq.tar.gz ] || \
#24 3.504 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; }; }; }
#24 3.505 [ -e stdlib-shims.tbz ] || \
#24 3.505 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; }; }; }
#24 3.513 [ -e mccs.tar.gz ] || \
#24 3.513 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; }; }; }
#24 3.515 [ -e opam-0install-cudf.tbz ] || \
#24 3.515 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; }; }; }
#24 3.519 [ -e 0install-solver.tbz ] || \
#24 3.519 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; }; }; }
#24 3.662 stdlib-shims.tbz has the expected MD5.
#24 3.663 mkdir -p tmp-stdlib-shims
#24 3.665 cudf.tar.gz has the expected MD5.
#24 3.666 cd tmp-stdlib-shims && bunzip2 -c ../stdlib-shims.tbz | tar xf -
#24 3.666 mkdir -p tmp-cudf
#24 3.668 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#24 3.672 dose3.tar.gz has the expected MD5.
#24 3.672 rm -rf stdlib-shims
#24 3.674 mkdir -p tmp-dose3
#24 3.675 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#24 3.681 rm -rf cudf
#24 3.691 patching file lib/dune
#24 3.713 rm -rf dose3
#24 3.723 patching file src/common/dune
#24 3.723 patching file src/common/util.ml
#24 3.793 extlib.tar.gz has the expected MD5.
#24 3.794 mkdir -p tmp-extlib
#24 3.795 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#24 3.796 base64.tbz has the expected MD5.
#24 3.797 mkdir -p tmp-base64
#24 3.799 dune-local.tbz has the expected MD5.
#24 3.799 cd tmp-base64 && bunzip2 -c ../base64.tbz | tar xf -
#24 3.801 mkdir -p tmp-dune-local
#24 3.801 result.tbz has the expected MD5.
#24 3.803 mkdir -p tmp-result
#24 3.803 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#24 3.804 cd tmp-result && bunzip2 -c ../result.tbz | tar xf -
#24 3.807 rm -rf base64
#24 3.808 rm -rf extlib
#24 3.808 rm -rf result
#24 3.818 patching file src/base64.ml
#24 3.819 patching file src/base64.mli
#24 3.819 patching file src/dune
#24 3.824 ocamlgraph.tbz has the expected MD5.
#24 3.824 cmdliner.tbz has the expected MD5.
#24 3.826 mkdir -p tmp-cmdliner
#24 3.827 mkdir -p tmp-ocamlgraph
#24 3.827 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#24 3.828 cd tmp-ocamlgraph && bunzip2 -c ../ocamlgraph.tbz | tar xf -
#24 3.832 re.tbz has the expected MD5.
#24 3.833 mkdir -p tmp-re
#24 3.834 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#24 3.844 rm -rf cmdliner
#24 3.853 rm -rf re
#24 3.854 patching file src/cmdliner_docgen.ml
#24 3.854 opam-0install-cudf.tbz has the expected MD5.
#24 3.856 mkdir -p tmp-opam-0install-cudf
#24 3.856 patching file src/cmdliner.ml
#24 3.857 patching file src/cmdliner.mli
#24 3.857 patching file src/cmdliner_arg.ml
#24 3.857 patching file src/cmdliner_arg.mli
#24 3.858 patching file src/cmdliner_base.ml
#24 3.858 patching file src/cmdliner_cline.ml
#24 3.858 cd tmp-opam-0install-cudf && bunzip2 -c ../opam-0install-cudf.tbz | tar xf -
#24 3.858 patching file src/cmdliner_cline.mli
#24 3.858 patching file src/cmdliner_docgen.ml
#24 3.859 patching file src/cmdliner_manpage.ml
#24 3.859 patching file src/cmdliner_term.ml
#24 3.859 patching file src/cmdliner_term.mli
#24 3.859 patching file src/dune
#24 3.867 rm -rf opam-0install-cudf
#24 3.868 0install-solver.tbz has the expected MD5.
#24 3.869 mkdir -p tmp-0install-solver
#24 3.870 cd tmp-0install-solver && bunzip2 -c ../0install-solver.tbz | tar xf -
#24 3.889 rm -rf ocamlgraph
#24 3.899 patching file src/dot_lexer.mll
#24 3.899 patching file src/dune
#24 3.964 rm -rf 0install-solver
#24 3.982 opam-file-format.tar.gz has the expected MD5.
#24 3.984 mkdir -p tmp-opam-file-format
#24 3.985 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#24 3.996 rm -rf opam-file-format
#24 4.010 cppo.tar.gz has the expected MD5.
#24 4.011 mkdir -p tmp-cppo
#24 4.012 cd tmp-cppo && gunzip -c ../cppo.tar.gz | tar xf -
#24 4.023 rm -rf cppo
#24 4.049 seq.tar.gz has the expected MD5.
#24 4.050 mkdir -p tmp-seq
#24 4.052 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#24 4.059 rm -rf seq
#24 4.074 rm -f seq/src/seq.ml seq/src/seq.mli
#24 4.251 mccs.tar.gz has the expected MD5.
#24 4.253 mkdir -p tmp-mccs
#24 4.255 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#24 4.286 rm -rf mccs
#24 4.626 rm -rf dune-local
#24 4.644 rm dune-local.download
#24 4.644 make[1]: Leaving directory '/tmp/opam-build-2.1/src_ext'
#24 4.645 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#24 4.705 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#24 5.246 ./.duneboot.exe
#24 8.628 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#24 8.628 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#24 8.628 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#24 8.628 Here is an example of a case that is not matched:
#24 8.628 Checksum_mismatch _
#24 8.628 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#24 8.628 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#24 8.628 Here is an example of a case that is not matched:
#24 8.628 Checksum_mismatch _
#24 8.628 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#24 8.628 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#24 8.628 Here is an example of a case that is not matched:
#24 8.628 Checksum_mismatch _
#24 8.709 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#24 8.709 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#24 8.709 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#24 8.709 Here is an example of a case that is not matched:
#24 8.709 Checksum_mismatch _
#24 10.27 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#24 10.27 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#24 10.27 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#24 10.27 Here is an example of a case that is not matched:
#24 10.27 Checksum_mismatch _
#24 10.42 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#24 10.42 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#24 10.42 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#24 10.42 Here is an example of a case that is not matched:
#24 10.42 Checksum_mismatch _
#24 10.42 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#24 10.42 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#24 10.42 Here is an example of a case that is not matched:
#24 10.42 Checksum_mismatch _
#24 10.42 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#24 10.42 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#24 10.42 Here is an example of a case that is not matched:
#24 10.42 (_, Checksum_mismatch _)
#24 20.64
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#24 20.78 (will skip building the GTK plugin)
#24 20.78 sh: line 1: ocamlfind: command not found
#24 23.96 File "src/core/opamStubsTypes.ml", line 1:
#24 23.96 Warning 70 [missing-mli]: Cannot find interface file.
#24 24.44 File "src/solver/opamCudfSolverSig.ml", line 1:
#24 24.44 Warning 70 [missing-mli]: Cannot find interface file.
#24 24.49 File "src/tools/opam_installer.ml", line 1:
#24 24.49 Warning 70 [missing-mli]: Cannot find interface file.
#24 32.31 sed -f process.sed opam.install > processed-opam.install
#24 32.32 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#24 32.47 (will skip building the GTK plugin)
#24 32.47 sh: line 1: ocamlfind: command not found
#24 32.81 sed -f process.sed opam-installer.install > processed-opam-installer.install
#24 DONE 33.4s
#25 [stage-0 13/17] 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/bin && cp /tmp/opam-build-2.2/opam /usr/bin/opam-2.2 && chmod a+x /usr/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
#25 0.816 Note: switching to '01e9a24a61e23e42d513b4b775d8c30c807439b2'.
#25 0.816
#25 0.816 You are in 'detached HEAD' state. You can look around, make experimental
#25 0.816 changes and commit them, and you can discard any commits you make in this
#25 0.816 state without impacting any branches by switching back to a branch.
#25 0.816
#25 0.816 If you want to create a new branch to retain commits you create, you may
#25 0.816 do so (now or later) by using -c with the switch command. Example:
#25 0.816
#25 0.816 git switch -c <new-branch-name>
#25 0.816
#25 0.816 Or undo this operation with:
#25 0.816
#25 0.816 git switch -
#25 0.816
#25 0.816 Turn off this advice by setting config variable advice.detachedHead to false
#25 0.816
#25 0.816 HEAD is now at 01e9a24a6 Merge pull request #6187 from ocaml/revert-6183-processing-patches-2.2
#25 0.947 checking for ocamlc... ocamlc
#25 0.955 OCaml version is 4.14.2
#25 0.962 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#25 0.962 checking for ocamlopt... ocamlopt
#25 0.973 checking for ocamlc.opt... ocamlc.opt
#25 0.982 checking for ocamlopt.opt... ocamlopt.opt
#25 0.993 checking for ocaml... ocaml
#25 0.993 checking for ocamldep... ocamldep
#25 0.994 checking for ocamldep.opt... ocamldep.opt
#25 1.003 checking for ocamlmktop... ocamlmktop
#25 1.004 checking for ocamlmklib... ocamlmklib
#25 1.005 checking for ocamldoc... ocamldoc
#25 1.006 checking for ocamldoc.opt... ocamldoc.opt
#25 1.017 checking for ocamlbuild... no
#25 1.017 checking OCaml Sys.os_type... Unix
#25 1.043 checking for gawk... gawk
#25 1.056 checking for compiler type... cc
#25 1.319 checking for compiler architecture... amd64
#25 1.586 checking for compiler system... linux
#25 1.856 checking for compiler target... x86_64-pc-linux-gnu
#25 2.137 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#25 2.182 checking whether the C compiler works... yes
#25 2.245 checking for C compiler default output file name... a.out
#25 2.247 checking for suffix of executables...
#25 2.300 checking whether we are cross compiling... no
#25 2.358 checking for suffix of object files... o
#25 2.390 checking whether the compiler supports GNU C... yes
#25 2.415 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#25 2.446 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#25 2.539 checking for stdio.h... yes
#25 2.569 checking for stdlib.h... yes
#25 2.601 checking for string.h... yes
#25 2.636 checking for inttypes.h... yes
#25 2.674 checking for stdint.h... yes
#25 2.712 checking for strings.h... yes
#25 2.749 checking for sys/stat.h... yes
#25 2.787 checking for sys/types.h... yes
#25 2.825 checking for unistd.h... yes
#25 2.866 checking for acl/libacl.h... no
#25 2.910 checking for library containing acl_get_perm... no
#25 3.023 checking for ocamlobjinfo... ocamlobjinfo
#25 3.023 checking for ocamlfind... no
#25 3.024 checking for curl... curl
#25 3.025 checking for dune... no
#25 3.026 checking for patch... patch
#25 3.027 checking for bunzip2... bunzip2
#25 3.040 checking for linking method... shared
#25 3.040
#25 3.041 checking for OCaml findlib package unix... not found
#25 3.043 checking for OCaml findlib package re 1.9.0 or later... no
#25 3.046 checking for OCaml findlib package base64 3.1.0 or later... no
#25 3.048 checking for OCaml findlib package cmdliner... not found
#25 3.050 checking for OCaml findlib package ocamlgraph... not found
#25 3.052 checking for OCaml findlib package cudf 0.7 or later... no
#25 3.055 checking for OCaml findlib package dose3.common 6.1 or later... no
#25 3.057 checking for OCaml findlib package dose3.algo 6.1 or later... no
#25 3.060 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#25 3.063 checking for OCaml findlib package spdx_licenses... not found
#25 3.065 checking for OCaml findlib package opam-0install-cudf 0.4 or later... no
#25 3.067 checking for OCaml findlib package jsonm... not found
#25 3.069 checking for OCaml findlib package uutf... not found
#25 3.070 checking for OCaml findlib package sha... not found
#25 3.072 checking for OCaml findlib package swhid_core... not found
#25 3.073 checking for OCaml findlib package mccs 1.1+17 or later... no
#25 3.078 checking for g++... g++
#25 3.116 checking whether the compiler supports GNU C++... yes
#25 3.151 checking whether g++ accepts -g... yes
#25 3.180 checking for g++ option to enable C++11 features... none needed
#25 3.279 checking whether g++ really is a C++ compiler... yes
#25 3.303
#25 3.333 configure: creating ./config.status
#25 3.446 config.status: creating Makefile.config
#25 3.461 config.status: creating src/ocaml-flags-configure.sexp
#25 3.489 config.status: creating src/stubs/c-flags.sexp
#25 3.516 config.status: creating src/stubs/libacl/c-libraries.sexp
#25 3.546
#25 3.550 Opam will be built WITH its default built-in solver
#25 3.550
#25 3.550 Executables will be installed in /usr/local/bin
#25 3.550 Manual pages will be installed in /usr/local/share/man
#25 3.551
#25 3.551 Downloading vendored source dependencies...
#25 3.562 * Downloading dune-local...
#25 3.938 * Downloading cppo...
#25 4.457 * Downloading base64...
#25 4.607 * Downloading extlib...
#25 4.762 * Downloading re...
#25 5.085 * Downloading cmdliner...
#25 5.362 * Downloading ocamlgraph...
#25 5.700 * Downloading cudf...
#25 5.865 * Downloading dose3...
#25 6.061 * Downloading opam-file-format...
#25 6.532 * Downloading seq...
#25 7.040 * Downloading stdlib-shims...
#25 7.192 * Downloading spdx_licenses...
#25 7.504 * Downloading opam-0install-cudf...
#25 7.806 * Downloading 0install-solver...
#25 7.996 * Downloading uutf...
#25 8.231 * Downloading jsonm...
#25 8.456 * Downloading sha...
#25 8.604 * Downloading swhid_core...
#25 8.891 * Downloading mccs...
#25 9.886 done
#25 9.886 Extracting vendored source dependencies in src_ext/... done
#25 11.37 make -j -C src_ext lib-ext
#25 11.37 make[1]: Entering directory '/tmp/opam-build-2.2/src_ext'
#25 11.38 NOTE: make lib-ext is no longer required
#25 11.38 make[1]: Leaving directory '/tmp/opam-build-2.2/src_ext'
#25 11.38 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#25 11.45 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#25 11.93 ./.duneboot.exe
#25 15.35 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#25 15.35 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#25 15.35 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 15.35 Here is an example of a case that is not matched:
#25 15.35 Checksum_mismatch _
#25 15.35 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#25 15.35 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 15.35 Here is an example of a case that is not matched:
#25 15.35 Checksum_mismatch _
#25 15.35 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#25 15.35 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 15.35 Here is an example of a case that is not matched:
#25 15.35 Checksum_mismatch _
#25 15.42 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#25 15.42 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#25 15.42 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 15.42 Here is an example of a case that is not matched:
#25 15.42 Checksum_mismatch _
#25 16.99 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#25 16.99 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#25 16.99 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 16.99 Here is an example of a case that is not matched:
#25 16.99 Checksum_mismatch _
#25 17.15 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#25 17.15 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#25 17.15 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 17.15 Here is an example of a case that is not matched:
#25 17.15 Checksum_mismatch _
#25 17.15 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#25 17.15 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 17.15 Here is an example of a case that is not matched:
#25 17.15 Checksum_mismatch _
#25 17.15 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#25 17.15 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 17.15 Here is an example of a case that is not matched:
#25 17.15 (_, Checksum_mismatch _)
#25 27.53
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#25 39.05 sed -f process.sed opam.install > processed-opam.install
#25 39.06 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#25 39.45 sed -f process.sed opam-installer.install > processed-opam-installer.install
#25 DONE 40.0s
#26 [stage-0 14/17] 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/bin && cp /tmp/opam-build-2.3/opam /usr/bin/opam-2.3 && chmod a+x /usr/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
#26 0.809 Note: switching to '35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724'.
#26 0.809
#26 0.809 You are in 'detached HEAD' state. You can look around, make experimental
#26 0.809 changes and commit them, and you can discard any commits you make in this
#26 0.809 state without impacting any branches by switching back to a branch.
#26 0.809
#26 0.809 If you want to create a new branch to retain commits you create, you may
#26 0.809 do so (now or later) by using -c with the switch command. Example:
#26 0.809
#26 0.809 git switch -c <new-branch-name>
#26 0.809
#26 0.809 Or undo this operation with:
#26 0.809
#26 0.809 git switch -
#26 0.809
#26 0.809 Turn off this advice by setting config variable advice.detachedHead to false
#26 0.809
#26 0.809 HEAD is now at 35acd0c5a Merge pull request #6332 from kit-ty-kate/2.3-fix-admin-check-installability
#26 0.931 checking for ocamlc... ocamlc
#26 0.939 OCaml version is 4.14.2
#26 0.944 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#26 0.944 checking for ocamlopt... ocamlopt
#26 0.952 checking for ocamlc.opt... ocamlc.opt
#26 0.958 checking for ocamlopt.opt... ocamlopt.opt
#26 0.965 checking for ocaml... ocaml
#26 0.966 checking for ocamldep... ocamldep
#26 0.966 checking for ocamldep.opt... ocamldep.opt
#26 0.976 checking for ocamlmktop... ocamlmktop
#26 0.976 checking for ocamlmklib... ocamlmklib
#26 0.977 checking for ocamldoc... ocamldoc
#26 0.977 checking for ocamldoc.opt... ocamldoc.opt
#26 0.988 checking for ocamlbuild... no
#26 0.989 checking OCaml Sys.os_type... Unix
#26 1.024 checking for gawk... gawk
#26 1.036 checking for compiler type... cc
#26 1.325 checking for compiler architecture... amd64
#26 1.593 checking for compiler system... linux
#26 1.855 checking for compiler target... x86_64-pc-linux-gnu
#26 2.142 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#26 2.188 checking whether the C compiler works... yes
#26 2.250 checking for C compiler default output file name... a.out
#26 2.251 checking for suffix of executables...
#26 2.309 checking whether we are cross compiling... no
#26 2.383 checking for suffix of object files... o
#26 2.414 checking whether the compiler supports GNU C... yes
#26 2.440 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#26 2.465 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#26 2.536 checking for ocamlobjinfo... ocamlobjinfo
#26 2.537 checking for ocamlfind... no
#26 2.538 checking for curl... curl
#26 2.539 checking for dune... no
#26 2.540 checking for patch... patch
#26 2.541 checking for bunzip2... bunzip2
#26 2.557 checking for linking method... shared
#26 2.557
#26 2.557 checking for OCaml findlib package unix... not found
#26 2.558 checking for OCaml findlib package re 1.9.0 or later... no
#26 2.560 checking for OCaml findlib package base64 3.1.0 or later... no
#26 2.563 checking for OCaml findlib package cmdliner... not found
#26 2.565 checking for OCaml findlib package ocamlgraph... not found
#26 2.566 checking for OCaml findlib package cudf 0.7 or later... no
#26 2.569 checking for OCaml findlib package dose3.common 6.1 or later... no
#26 2.571 checking for OCaml findlib package dose3.algo 6.1 or later... no
#26 2.573 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#26 2.575 checking for OCaml findlib package spdx_licenses... not found
#26 2.577 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#26 2.579 checking for OCaml findlib package jsonm... not found
#26 2.581 checking for OCaml findlib package uutf... not found
#26 2.582 checking for OCaml findlib package sha... not found
#26 2.583 checking for OCaml findlib package swhid_core... not found
#26 2.584 checking for OCaml findlib package mccs 1.1+17 or later... no
#26 2.588 checking for g++... g++
#26 2.622 checking whether the compiler supports GNU C++... yes
#26 2.656 checking whether g++ accepts -g... yes
#26 2.689 checking for g++ option to enable C++11 features... none needed
#26 2.793 checking whether g++ really is a C++ compiler... yes
#26 2.819
#26 2.847 configure: creating ./config.status
#26 2.960 config.status: creating Makefile.config
#26 2.982 config.status: creating src/ocaml-flags-configure.sexp
#26 3.009 config.status: creating src/core/c-flags.sexp
#26 3.036
#26 3.040 Opam will be built WITH its default built-in solver
#26 3.040
#26 3.040 Executables will be installed in /usr/local/bin
#26 3.040 Manual pages will be installed in /usr/local/share/man
#26 3.040
#26 3.040 Downloading vendored source dependencies...
#26 3.053 * Downloading dune-local...
#26 3.428 * Downloading cppo...
#26 3.882 * Downloading base64...
#26 4.053 * Downloading extlib...
#26 4.219 * Downloading re...
#26 4.374 * Downloading cmdliner...
#26 4.632 * Downloading ocamlgraph...
#26 4.773 * Downloading cudf...
#26 5.371 * Downloading dose3...
#26 6.012 * Downloading opam-file-format...
#26 6.263 * Downloading seq...
#26 6.483 * Downloading stdlib-shims...
#26 6.619 * Downloading spdx_licenses...
#26 6.753 * Downloading opam-0install-cudf...
#26 6.886 * Downloading 0install-solver...
#26 7.035 * Downloading uutf...
#26 7.289 * Downloading jsonm...
#26 7.530 * Downloading sha...
#26 7.671 * Downloading swhid_core...
#26 7.886 * Downloading mccs...
#26 8.238 done
#26 8.238 Extracting vendored source dependencies in src_ext/... done
#26 9.790 make -j -C src_ext lib-ext
#26 9.793 make[1]: Entering directory '/tmp/opam-build-2.3/src_ext'
#26 9.797 NOTE: make lib-ext is no longer required
#26 9.797 make[1]: Leaving directory '/tmp/opam-build-2.3/src_ext'
#26 9.797 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#26 9.862 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#26 10.36 ./.duneboot.exe
#26 26.11
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#26 37.74 sed -f process.sed opam.install > processed-opam.install
#26 37.75 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#26 38.14 sed -f process.sed opam-installer.install > processed-opam-installer.install
#26 DONE 38.8s
#27 [stage-0 15/17] 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/bin && cp /tmp/opam-build-2.4/opam /usr/bin/opam-2.4 && chmod a+x /usr/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
#27 0.882 Note: switching to '7c92631391984f698f31ee24f3ae4dc1cd3698ff'.
#27 0.882
#27 0.882 You are in 'detached HEAD' state. You can look around, make experimental
#27 0.882 changes and commit them, and you can discard any commits you make in this
#27 0.882 state without impacting any branches by switching back to a branch.
#27 0.882
#27 0.882 If you want to create a new branch to retain commits you create, you may
#27 0.882 do so (now or later) by using -c with the switch command. Example:
#27 0.882
#27 0.882 git switch -c <new-branch-name>
#27 0.882
#27 0.882 Or undo this operation with:
#27 0.882
#27 0.882 git switch -
#27 0.882
#27 0.882 Turn off this advice by setting config variable advice.detachedHead to false
#27 0.882
#27 0.882 HEAD is now at 7c9263139 Merge pull request #6616 from kit-ty-kate/rel-2.4.1
#27 0.998 checking for ocamlc... ocamlc
#27 1.005 OCaml version is 4.14.2
#27 1.012 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#27 1.012 checking for ocamlopt... ocamlopt
#27 1.019 checking for ocamlc.opt... ocamlc.opt
#27 1.025 checking for ocamlopt.opt... ocamlopt.opt
#27 1.037 checking for ocaml... ocaml
#27 1.038 checking for ocamldep... ocamldep
#27 1.039 checking for ocamldep.opt... ocamldep.opt
#27 1.047 checking for ocamlmktop... ocamlmktop
#27 1.047 checking for ocamlmklib... ocamlmklib
#27 1.048 checking for ocamldoc... ocamldoc
#27 1.048 checking for ocamldoc.opt... ocamldoc.opt
#27 1.059 checking for ocamlbuild... no
#27 1.059 checking OCaml Sys.os_type... Unix
#27 1.086 checking for gawk... gawk
#27 1.101 checking for compiler type... cc
#27 1.379 checking for compiler architecture... amd64
#27 1.654 checking for compiler system... linux
#27 1.920 checking for compiler target... x86_64-pc-linux-gnu
#27 2.203 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#27 2.248 checking whether the C compiler works... yes
#27 2.326 checking for C compiler default output file name... a.out
#27 2.329 checking for suffix of executables...
#27 2.393 checking whether we are cross compiling... no
#27 2.463 checking for suffix of object files... o
#27 2.501 checking whether the compiler supports GNU C... yes
#27 2.530 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#27 2.560 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#27 2.637 checking for ocamlobjinfo... ocamlobjinfo
#27 2.638 checking for ocamlfind... no
#27 2.639 checking for curl... curl
#27 2.640 checking for dune... no
#27 2.640 checking for patch... patch
#27 2.641 checking for bunzip2... bunzip2
#27 2.654 checking for linking method... shared
#27 2.655
#27 2.655 checking for OCaml findlib package unix... not found
#27 2.656 checking for OCaml findlib package re 1.9.0 or later... no
#27 2.659 checking for OCaml findlib package base64 3.1.0 or later... no
#27 2.662 checking for OCaml findlib package cmdliner... not found
#27 2.664 checking for OCaml findlib package ocamlgraph... not found
#27 2.665 checking for OCaml findlib package cudf 0.7 or later... no
#27 2.668 checking for OCaml findlib package dose3.common 6.1 or later... no
#27 2.670 checking for OCaml findlib package dose3.algo 6.1 or later... no
#27 2.673 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#27 2.676 checking for OCaml findlib package spdx_licenses... not found
#27 2.677 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#27 2.680 checking for OCaml findlib package jsonm... not found
#27 2.681 checking for OCaml findlib package uutf... not found
#27 2.683 checking for OCaml findlib package sha... not found
#27 2.685 checking for OCaml findlib package swhid_core... not found
#27 2.686 checking for OCaml findlib package patch... not found
#27 2.688 checking for OCaml findlib package mccs 1.1+17 or later... no
#27 2.692 checking for g++... g++
#27 2.727 checking whether the compiler supports GNU C++... yes
#27 2.760 checking whether g++ accepts -g... yes
#27 2.792 checking for g++ option to enable C++11 features... none needed
#27 2.891 checking whether g++ really is a C++ compiler... yes
#27 2.915
#27 2.944 configure: creating ./config.status
#27 3.052 config.status: creating Makefile.config
#27 3.071 config.status: creating src/ocaml-flags-configure.sexp
#27 3.092 config.status: creating src/core/c-flags.sexp
#27 3.122
#27 3.125 Opam will be built WITH its default built-in solver
#27 3.125
#27 3.125 Executables will be installed in /usr/local/bin
#27 3.125 Manual pages will be installed in /usr/local/share/man
#27 3.126
#27 3.126 Downloading vendored source dependencies...
#27 3.137 * Downloading dune-local...
#27 3.505 * Downloading cppo...
#27 3.730 * Downloading base64...
#27 3.878 * Downloading extlib...
#27 4.034 * Downloading re...
#27 4.181 * Downloading cmdliner...
#27 4.451 * Downloading ocamlgraph...
#27 4.600 * Downloading cudf...
#27 4.739 * Downloading dose3...
#27 4.929 * Downloading opam-file-format...
#27 5.060 * Downloading seq...
#27 5.309 * Downloading stdlib-shims...
#27 5.443 * Downloading spdx_licenses...
#27 5.575 * Downloading opam-0install-cudf...
#27 5.705 * Downloading 0install-solver...
#27 5.849 * Downloading uutf...
#27 6.072 * Downloading jsonm...
#27 6.302 * Downloading sha...
#27 6.439 * Downloading swhid_core...
#27 6.714 * Downloading menhir...
#27 8.655 * Downloading patch...
#27 8.790 * Downloading mccs...
#27 8.936 done
#27 8.936 Extracting vendored source dependencies in src_ext/... done
#27 10.59 make -j -C src_ext lib-ext
#27 10.59 make[1]: Entering directory '/tmp/opam-build-2.4/src_ext'
#27 10.59 NOTE: make lib-ext is no longer required
#27 10.59 make[1]: Leaving directory '/tmp/opam-build-2.4/src_ext'
#27 10.59 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#27 10.66 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#27 11.16 ./.duneboot.exe
#27 28.15
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#27 30.75 Creating menhirLib.ml...
#27 30.75 Creating menhirLib.mli...
#27 36.74 Read 99 sample input sentences and 99 error messages.
#27 36.74 Read 99 sample input sentences and 47 error messages.
#27 37.02 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#27 37.02 Grammar has 37 terminal symbols.
#27 37.02 Grammar has 129 productions.
#27 37.02 Built an LR(0) automaton with 199 states.
#27 37.02 The grammar is not SLR(1) -- 7 states have a conflict.
#27 37.02 The construction mode is no-pager.
#27 37.02 Built an LR(1) automaton with 308 states.
#27 37.02 One shift/reduce conflict was silently solved.
#27 37.02 Extra reductions on error were added in 50 states.
#27 37.02 Priority played a role in 0 of these states.
#27 37.02 156 out of 308 states have a default reduction.
#27 37.02 108 out of 308 states are represented.
#27 37.02 44 out of 96 symbols keep track of their start position.
#27 37.02 39 out of 96 symbols keep track of their end position.
#27 37.02 The StackLang code contains 4113 instructions in 277 blocks.
#27 37.02 The StackLang code comprises 5 mutually recursive groups.
#27 37.26 Read 99 sample input sentences and 47 error messages.
#27 49.87 sed -f process.sed opam.install > processed-opam.install
#27 49.87 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#27 50.67 sed -f process.sed opam-installer.install > processed-opam-installer.install
#27 DONE 51.5s
#28 [stage-0 16/17] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout 6218d0c4c022106034a93c8ecb5b80fa213d7356 && 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/bin && cp /tmp/opam-build-2.5/opam /usr/bin/opam-2.5 && chmod a+x /usr/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
#28 0.830 Note: switching to '6218d0c4c022106034a93c8ecb5b80fa213d7356'.
#28 0.830
#28 0.830 You are in 'detached HEAD' state. You can look around, make experimental
#28 0.830 changes and commit them, and you can discard any commits you make in this
#28 0.830 state without impacting any branches by switching back to a branch.
#28 0.830
#28 0.830 If you want to create a new branch to retain commits you create, you may
#28 0.830 do so (now or later) by using -c with the switch command. Example:
#28 0.830
#28 0.830 git switch -c <new-branch-name>
#28 0.830
#28 0.830 Or undo this operation with:
#28 0.830
#28 0.830 git switch -
#28 0.830
#28 0.830 Turn off this advice by setting config variable advice.detachedHead to false
#28 0.830
#28 0.830 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#28 0.967 checking for ocamlc... ocamlc
#28 0.975 OCaml version is 4.14.2
#28 0.981 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#28 0.982 checking for ocamlopt... ocamlopt
#28 0.991 checking for ocamlc.opt... ocamlc.opt
#28 0.998 checking for ocamlopt.opt... ocamlopt.opt
#28 1.007 checking for ocaml... ocaml
#28 1.007 checking for ocamldep... ocamldep
#28 1.008 checking for ocamldep.opt... ocamldep.opt
#28 1.015 checking for ocamlmktop... ocamlmktop
#28 1.016 checking for ocamlmklib... ocamlmklib
#28 1.017 checking for ocamldoc... ocamldoc
#28 1.017 checking for ocamldoc.opt... ocamldoc.opt
#28 1.027 checking for ocamlbuild... no
#28 1.027 checking OCaml Sys.os_type... Unix
#28 1.055 checking for gawk... gawk
#28 1.068 checking for compiler type... cc
#28 1.359 checking for compiler architecture... amd64
#28 1.643 checking for compiler system... linux
#28 1.908 checking for compiler target... x86_64-pc-linux-gnu
#28 2.185 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#28 2.224 checking whether the C compiler works... yes
#28 2.296 checking for C compiler default output file name... a.out
#28 2.298 checking for suffix of executables...
#28 2.361 checking whether we are cross compiling... no
#28 2.430 checking for suffix of object files... o
#28 2.460 checking whether the compiler supports GNU C... yes
#28 2.492 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#28 2.519 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#28 2.592 checking for ocamlobjinfo... ocamlobjinfo
#28 2.593 checking for ocamlfind... no
#28 2.594 checking for curl... curl
#28 2.595 checking for dune... no
#28 2.596 checking for patch... patch
#28 2.596 checking for bunzip2... bunzip2
#28 2.609 checking for linking method... shared
#28 2.609
#28 2.609 checking for OCaml findlib package unix... not found
#28 2.611 checking for OCaml findlib package re 1.9.0 or later... no
#28 2.614 checking for OCaml findlib package base64 3.1.0 or later... no
#28 2.617 checking for OCaml findlib package ocamlgraph... not found
#28 2.618 checking for OCaml findlib package cudf 0.7 or later... no
#28 2.621 checking for OCaml findlib package dose3.common 6.1 or later... no
#28 2.624 checking for OCaml findlib package dose3.algo 6.1 or later... no
#28 2.626 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#28 2.629 checking for OCaml findlib package spdx_licenses... not found
#28 2.631 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#28 2.634 checking for OCaml findlib package jsonm... not found
#28 2.635 checking for OCaml findlib package uutf... not found
#28 2.637 checking for OCaml findlib package sha... not found
#28 2.639 checking for OCaml findlib package swhid_core... not found
#28 2.640 checking for OCaml findlib package patch... not found
#28 2.642 checking for OCaml findlib package mccs 1.1+17 or later... no
#28 2.646 checking for g++... g++
#28 2.682 checking whether the compiler supports GNU C++... yes
#28 2.719 checking whether g++ accepts -g... yes
#28 2.749 checking for g++ option to enable C++11 features... none needed
#28 2.849 checking whether g++ really is a C++ compiler... yes
#28 2.875
#28 2.904 configure: creating ./config.status
#28 3.021 config.status: creating Makefile.config
#28 3.036 config.status: creating src/ocaml-flags-configure.sexp
#28 3.059 config.status: creating src/core/c-flags.sexp
#28 3.087
#28 3.092 Opam will be built WITH its default built-in solver
#28 3.092
#28 3.092 Executables will be installed in /usr/local/bin
#28 3.092 Manual pages will be installed in /usr/local/share/man
#28 3.092
#28 3.092 Downloading vendored source dependencies...
#28 3.104 * Downloading dune-local...
#28 3.517 * Downloading cppo...
#28 3.821 * Downloading base64...
#28 3.963 * Downloading extlib...
#28 4.095 * Downloading re...
#28 4.564 * Downloading ocamlgraph...
#28 4.708 * Downloading cudf...
#28 5.114 * Downloading dose3...
#28 5.727 * Downloading opam-file-format...
#28 5.857 * Downloading stdlib-shims...
#28 5.993 * Downloading spdx_licenses...
#28 6.142 * Downloading opam-0install-cudf...
#28 6.275 * Downloading 0install-solver...
#28 6.437 * Downloading uutf...
#28 6.666 * Downloading jsonm...
#28 6.896 * Downloading sha...
#28 7.035 * Downloading swhid_core...
#28 7.286 * Downloading menhir...
#28 8.755 * Downloading patch...
#28 8.937 * Downloading mccs...
#28 9.105 done
#28 9.105 Extracting vendored source dependencies in src_ext/... done
#28 10.74 make -j -C src_ext lib-ext
#28 10.74 make[1]: Entering directory '/tmp/opam-build-2.5/src_ext'
#28 10.75 NOTE: make lib-ext is no longer required
#28 10.75 make[1]: Leaving directory '/tmp/opam-build-2.5/src_ext'
#28 10.75 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#28 10.81 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#28 11.38 ./.duneboot.exe
#28 27.99
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#28 30.14 Creating menhirLib.ml...
#28 30.14 Creating menhirLib.mli...
#28 35.86 Read 99 sample input sentences and 99 error messages.
#28 35.86 Read 99 sample input sentences and 47 error messages.
#28 36.14 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#28 36.14 Grammar has 37 terminal symbols.
#28 36.14 Grammar has 129 productions.
#28 36.14 Built an LR(0) automaton with 199 states.
#28 36.14 The grammar is not SLR(1) -- 7 states have a conflict.
#28 36.14 The construction mode is no-pager.
#28 36.14 Built an LR(1) automaton with 308 states.
#28 36.14 One shift/reduce conflict was silently solved.
#28 36.14 Extra reductions on error were added in 50 states.
#28 36.14 Priority played a role in 0 of these states.
#28 36.14 156 out of 308 states have a default reduction.
#28 36.14 108 out of 308 states are represented.
#28 36.14 44 out of 96 symbols keep track of their start position.
#28 36.14 39 out of 96 symbols keep track of their end position.
#28 36.14 The StackLang code contains 4113 instructions in 277 blocks.
#28 36.14 The StackLang code comprises 5 mutually recursive groups.
#28 36.36 Read 99 sample input sentences and 47 error messages.
#28 48.74 sed -f process.sed opam.install > processed-opam.install
#28 48.75 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#28 49.41 sed -f process.sed opam-installer.install > processed-opam-installer.install
#28 DONE 50.2s
#29 [stage-0 17/17] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && 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/bin && cp /tmp/opam-build-master/opam /usr/bin/opam-master && chmod a+x /usr/bin/opam-master && rm -rf /tmp/opam-build-master
#29 0.716 Note: switching to '1ea21b460db391ba6f8fb727ee296a86f65579e2'.
#29 0.716
#29 0.716 You are in 'detached HEAD' state. You can look around, make experimental
#29 0.716 changes and commit them, and you can discard any commits you make in this
#29 0.716 state without impacting any branches by switching back to a branch.
#29 0.716
#29 0.716 If you want to create a new branch to retain commits you create, you may
#29 0.716 do so (now or later) by using -c with the switch command. Example:
#29 0.716
#29 0.716 git switch -c <new-branch-name>
#29 0.716
#29 0.716 Or undo this operation with:
#29 0.716
#29 0.716 git switch -
#29 0.716
#29 0.716 Turn off this advice by setting config variable advice.detachedHead to false
#29 0.716
#29 0.716 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#29 0.836 checking for ocamlc... ocamlc
#29 0.844 OCaml version is 4.14.2
#29 0.850 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#29 0.850 checking for ocamlopt... ocamlopt
#29 0.858 checking for ocamlc.opt... ocamlc.opt
#29 0.865 checking for ocamlopt.opt... ocamlopt.opt
#29 0.873 checking for ocaml... ocaml
#29 0.873 checking for ocamldep... ocamldep
#29 0.873 checking for ocamldep.opt... ocamldep.opt
#29 0.884 checking for ocamlmktop... ocamlmktop
#29 0.884 checking for ocamlmklib... ocamlmklib
#29 0.885 checking for ocamldoc... ocamldoc
#29 0.886 checking for ocamldoc.opt... ocamldoc.opt
#29 0.897 checking for ocamlbuild... no
#29 0.897 checking OCaml Sys.os_type... Unix
#29 0.926 checking for gawk... gawk
#29 0.939 checking for compiler type... cc
#29 1.206 checking for compiler architecture... amd64
#29 1.481 checking for compiler system... linux
#29 1.744 checking for compiler target... x86_64-pc-linux-gnu
#29 2.021 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#29 2.075 checking whether the C compiler works... yes
#29 2.149 checking for C compiler default output file name... a.out
#29 2.151 checking for suffix of executables...
#29 2.213 checking whether we are cross compiling... no
#29 2.276 checking for suffix of object files... o
#29 2.313 checking whether the compiler supports GNU C... yes
#29 2.341 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#29 2.373 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#29 2.448 checking for ocamlobjinfo... ocamlobjinfo
#29 2.449 checking for ocamlfind... no
#29 2.450 checking for curl... curl
#29 2.451 checking for dune... no
#29 2.452 checking for patch... patch
#29 2.453 checking for bunzip2... bunzip2
#29 2.465 checking for linking method... shared
#29 2.465
#29 2.466 checking for OCaml findlib package unix... not found
#29 2.467 checking for OCaml findlib package re 1.9.0 or later... no
#29 2.470 checking for OCaml findlib package base64 3.1.0 or later... no
#29 2.473 checking for OCaml findlib package ocamlgraph... not found
#29 2.474 checking for OCaml findlib package cudf 0.7 or later... no
#29 2.477 checking for OCaml findlib package dose3.common 6.1 or later... no
#29 2.479 checking for OCaml findlib package dose3.algo 6.1 or later... no
#29 2.483 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#29 2.485 checking for OCaml findlib package spdx_licenses... not found
#29 2.487 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#29 2.490 checking for OCaml findlib package jsonm... not found
#29 2.491 checking for OCaml findlib package uutf... not found
#29 2.493 checking for OCaml findlib package sha... not found
#29 2.494 checking for OCaml findlib package swhid_core... not found
#29 2.496 checking for OCaml findlib package patch... not found
#29 2.497 checking for OCaml findlib package mccs 1.1+17 or later... no
#29 2.502 checking for g++... g++
#29 2.537 checking whether the compiler supports GNU C++... yes
#29 2.572 checking whether g++ accepts -g... yes
#29 2.600 checking for g++ option to enable C++11 features... none needed
#29 2.701 checking whether g++ really is a C++ compiler... yes
#29 2.724
#29 2.755 configure: creating ./config.status
#29 2.867 config.status: creating Makefile.config
#29 2.885 config.status: creating src/ocaml-flags-configure.sexp
#29 2.907 config.status: creating src/core/c-flags.sexp
#29 2.928
#29 2.933 Opam will be built WITH its default built-in solver
#29 2.933
#29 2.933 Executables will be installed in /usr/local/bin
#29 2.933 Manual pages will be installed in /usr/local/share/man
#29 2.933
#29 2.933 Downloading vendored source dependencies...
#29 2.942 * Downloading dune-local...
#29 3.126 * Downloading cppo...
#29 3.391 * Downloading base64...
#29 3.529 * Downloading extlib...
#29 3.676 * Downloading re...
#29 3.909 * Downloading ocamlgraph...
#29 4.055 * Downloading cudf...
#29 4.226 * Downloading dose3...
#29 4.412 * Downloading opam-file-format...
#29 4.543 * Downloading stdlib-shims...
#29 4.674 * Downloading spdx_licenses...
#29 4.812 * Downloading opam-0install-cudf...
#29 4.942 * Downloading 0install-solver...
#29 5.083 * Downloading uutf...
#29 5.303 * Downloading jsonm...
#29 5.533 * Downloading sha...
#29 5.664 * Downloading swhid_core...
#29 5.887 * Downloading menhir...
#29 7.042 * Downloading patch...
#29 7.176 * Downloading mccs...
#29 7.326 done
#29 7.326 Extracting vendored source dependencies in src_ext/... done
#29 8.991 make -j -C src_ext lib-ext
#29 8.992 make[1]: Entering directory '/tmp/opam-build-master/src_ext'
#29 8.998 NOTE: make lib-ext is no longer required
#29 8.998 make[1]: Leaving directory '/tmp/opam-build-master/src_ext'
#29 8.998 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#29 9.067 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#29 9.629 ./.duneboot.exe
#29 26.16
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#29 28.45 Creating menhirLib.ml...
#29 28.45 Creating menhirLib.mli...
#29 33.99 Read 99 sample input sentences and 99 error messages.
#29 33.99 Read 99 sample input sentences and 47 error messages.
#29 34.27 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#29 34.27 Grammar has 37 terminal symbols.
#29 34.27 Grammar has 129 productions.
#29 34.27 Built an LR(0) automaton with 199 states.
#29 34.27 The grammar is not SLR(1) -- 7 states have a conflict.
#29 34.27 The construction mode is no-pager.
#29 34.27 Built an LR(1) automaton with 308 states.
#29 34.27 One shift/reduce conflict was silently solved.
#29 34.27 Extra reductions on error were added in 50 states.
#29 34.27 Priority played a role in 0 of these states.
#29 34.27 156 out of 308 states have a default reduction.
#29 34.27 108 out of 308 states are represented.
#29 34.27 44 out of 96 symbols keep track of their start position.
#29 34.27 39 out of 96 symbols keep track of their end position.
#29 34.27 The StackLang code contains 4113 instructions in 277 blocks.
#29 34.27 The StackLang code comprises 5 mutually recursive groups.
#29 34.45 Read 99 sample input sentences and 47 error messages.
#29 46.75 sed -f process.sed opam.install > processed-opam.install
#29 46.76 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#29 47.44 sed -f process.sed opam-installer.install > processed-opam-installer.install
#29 DONE 48.3s
#30 [stage-1 8/38] COPY --from=0 [ /usr/bin/opam-2.0, /usr/bin/opam-2.0 ]
#30 DONE 0.2s
#10 [internal] preparing inline document
#10 DONE 0.1s
#9 [internal] preparing inline document
#9 ...
#31 [stage-1 9/38] RUN ln /usr/bin/opam-2.0 /usr/bin/opam
#31 DONE 0.4s
#9 [internal] preparing inline document
#9 DONE 0.2s
#8 [internal] preparing inline document
#8 ...
#32 [stage-1 10/38] COPY --from=0 [ /usr/bin/opam-2.1, /usr/bin/opam-2.1 ]
#32 DONE 0.2s
#8 [internal] preparing inline document
#8 DONE 0.2s
#6 [internal] preparing inline document
#6 DONE 0.1s
#33 [stage-1 11/38] COPY --from=0 [ /usr/bin/opam-2.2, /usr/bin/opam-2.2 ]
#33 DONE 0.3s
#34 [stage-1 12/38] COPY --from=0 [ /usr/bin/opam-2.3, /usr/bin/opam-2.3 ]
#34 ...
#7 [internal] preparing inline document
#7 DONE 0.2s
#34 [stage-1 12/38] COPY --from=0 [ /usr/bin/opam-2.3, /usr/bin/opam-2.3 ]
#34 DONE 0.2s
#35 [stage-1 13/38] COPY --from=0 [ /usr/bin/opam-2.4, /usr/bin/opam-2.4 ]
#35 DONE 0.2s
#36 [stage-1 14/38] COPY --from=0 [ /usr/bin/opam-2.5, /usr/bin/opam-2.5 ]
#36 DONE 0.2s
#37 [stage-1 15/38] COPY --from=0 [ /usr/bin/opam-master, /usr/bin/opam-dev ]
#37 DONE 0.1s
#38 [stage-1 16/38] RUN useradd -u 1000 -d /home/opam -m --user-group opam
#38 DONE 0.3s
#39 [stage-1 17/38] COPY <<-EOF /etc/sudoers.d/opam
#39 DONE 0.1s
#40 [stage-1 18/38] RUN chmod 440 /etc/sudoers.d/opam
#40 DONE 0.3s
#41 [stage-1 19/38] RUN chown root:root /etc/sudoers.d/opam
#41 DONE 0.3s
#42 [stage-1 20/38] WORKDIR /home/opam
#42 DONE 0.1s
#43 [stage-1 21/38] RUN mkdir .ssh
#43 DONE 0.3s
#44 [stage-1 22/38] RUN chmod 700 .ssh
#44 DONE 0.3s
#45 [stage-1 23/38] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#45 DONE 0.1s
#46 [stage-1 24/38] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#46 DONE 0.1s
#47 [stage-1 25/38] RUN chmod a+x /home/opam/opam-sandbox-disable
#47 DONE 0.3s
#48 [stage-1 26/38] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#48 DONE 0.3s
#49 [stage-1 27/38] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#49 DONE 0.1s
#50 [stage-1 28/38] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#50 DONE 0.1s
#51 [stage-1 29/38] RUN chmod a+x /home/opam/opam-sandbox-enable
#51 DONE 0.3s
#52 [stage-1 30/38] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#52 DONE 0.3s
#53 [stage-1 31/38] RUN git config --global user.email "docker@example.com"
#53 DONE 0.3s
#54 [stage-1 32/38] RUN git config --global user.name "Docker"
#54 DONE 0.3s
#55 [stage-1 33/38] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#55 DONE 20.0s
#56 [stage-1 34/38] RUN opam-sandbox-disable
#56 0.320 --- opam sandboxing disabled
#56 DONE 0.4s
#57 [stage-1 35/38] RUN opam init -k git -a /home/opam/opam-repository --bare
#57 0.243 [NOTE] Will configure from /home/opam/.opamrc and then from built-in defaults.
#57 0.250 Checking for available remotes: rsync and local, git.
#57 0.260 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#57 0.260 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#57 0.260
#57 0.286
#57 0.286 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#57 62.82 [default] Initialised
#57 62.82 default (at git+file:///home/opam/opam-repository):
#57 62.82 [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
#57 62.82
#57 69.06
#57 69.06 User configuration:
#57 69.06 Updating ~/.profile.
#57 69.06 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#57 69.06
#57 DONE 69.8s
#58 [stage-1 36/38] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#58 DONE 0.3s
#59 [stage-1 37/38] RUN rm -rf .opam/repo/default/.git
#59 DONE 0.6s
#60 [stage-1 38/38] COPY --link [ Dockerfile, /Dockerfile.opam ]
#60 DONE 0.1s
#61 exporting to image
#61 exporting layers
#61 exporting layers 23.6s done
#61 writing image sha256:fcb751c6f7c4cc8683acbcc9fe6bfe39dc3aff8ace96354f27f240be92d54c6a done
#61 DONE 23.6s
Pushing "sha256:fcb751c6f7c4cc8683acbcc9fe6bfe39dc3aff8ace96354f27f240be92d54c6a" to "ocurrent/opam-staging:opensuse-tumbleweed-opam-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
b9960ae6f824: Preparing
4e427d07a270: Preparing
e5449b459b7b: Preparing
8645f68ef50f: Preparing
9e6aadd1de25: Preparing
50697a814871: Preparing
7332015737a2: Preparing
f7efa3556b69: Preparing
f579048c9ee2: Preparing
9347759fe052: Preparing
e2b6298f4f7c: Preparing
cb796b6c0a7f: Preparing
50697a814871: Waiting
e28f805da50e: Preparing
57a99bb67764: Preparing
32a2e22615fd: Preparing
cd2cc21b9696: Preparing
574986fe9594: Preparing
7332015737a2: Waiting
f579048c9ee2: Waiting
f47fecabed33: Preparing
5f70bf18a086: Preparing
9347759fe052: Waiting
a10311595155: Preparing
e2b6298f4f7c: Waiting
a10311595155: Preparing
f1f4f6e9f930: Preparing
f7efa3556b69: Waiting
520e919135aa: Preparing
cb796b6c0a7f: Waiting
57a99bb67764: Waiting
e2e9e91a4773: Preparing
e28f805da50e: Waiting
28769e705e26: Preparing
32a2e22615fd: Waiting
a10311595155: Waiting
f47fecabed33: Waiting
9444c9b9244f: Preparing
f1f4f6e9f930: Waiting
574986fe9594: Waiting
8b06272a32dd: Preparing
cd2cc21b9696: Waiting
5f70bf18a086: Waiting
e2e9e91a4773: Waiting
2dcc63c99c39: Preparing
9444c9b9244f: Waiting
28769e705e26: Waiting
46ceec7a3520: Preparing
520e919135aa: Waiting
8b06272a32dd: Waiting
57e87524cbe8: Preparing
0d900266b4be: Preparing
46ceec7a3520: Waiting
57e87524cbe8: Waiting
9234d661f638: Preparing
7e2b1c868ea4: Preparing
2dcc63c99c39: Waiting
0d900266b4be: Waiting
23021a295396: Preparing
7e2b1c868ea4: Waiting
e01fae8b7275: Preparing
9234d661f638: Waiting
4eb91c13d7c1: Preparing
23021a295396: Waiting
8f0c2228c6af: Preparing
e01fae8b7275: Waiting
7eda72c40420: Preparing
4eb91c13d7c1: Waiting
8f0c2228c6af: Waiting
7eda72c40420: Waiting
9e6aadd1de25: Pushed
e5449b459b7b: Pushed
4e427d07a270: Pushed
b9960ae6f824: Pushed
7332015737a2: Pushed
f7efa3556b69: Pushed
f579048c9ee2: Pushed
9347759fe052: Pushed
e2b6298f4f7c: Pushed
cb796b6c0a7f: Pushed
e28f805da50e: Pushed
57a99bb67764: Pushed
32a2e22615fd: Pushed
cd2cc21b9696: Pushed
574986fe9594: Pushed
5f70bf18a086: Layer already exists
f47fecabed33: Pushed
a10311595155: Pushed
f1f4f6e9f930: Pushed
520e919135aa: Pushed
28769e705e26: Pushed
e2e9e91a4773: Pushed
9444c9b9244f: Pushed
2dcc63c99c39: Pushed
46ceec7a3520: Pushed
8b06272a32dd: Pushed
57e87524cbe8: Pushed
0d900266b4be: Pushed
23021a295396: Pushed
7e2b1c868ea4: Pushed
9234d661f638: Pushed
8f0c2228c6af: Pushed
7eda72c40420: Mounted from opensuse/tumbleweed
8645f68ef50f: Pushed
4eb91c13d7c1: Pushed
e01fae8b7275: Pushed
50697a814871: Pushed
opensuse-tumbleweed-opam-amd64: digest: sha256:33ad7e900b0c95a8b1c368c712ecffa6a1ea4fa86efca05c5883e1f6f5702a5e size: 8257
The push refers to repository [docker.io/ocurrent/opam-staging]
b9960ae6f824: Preparing
4e427d07a270: Preparing
e5449b459b7b: Preparing
8645f68ef50f: Preparing
9e6aadd1de25: Preparing
50697a814871: Preparing
7332015737a2: Preparing
f7efa3556b69: Preparing
50697a814871: Waiting
7332015737a2: Waiting
f579048c9ee2: Preparing
f7efa3556b69: Waiting
f579048c9ee2: Waiting
9347759fe052: Preparing
e2b6298f4f7c: Preparing
9347759fe052: Waiting
cb796b6c0a7f: Preparing
e2b6298f4f7c: Waiting
e28f805da50e: Preparing
57a99bb67764: Preparing
e28f805da50e: Waiting
32a2e22615fd: Preparing
cd2cc21b9696: Preparing
574986fe9594: Preparing
57a99bb67764: Waiting
32a2e22615fd: Waiting
cd2cc21b9696: Waiting
f47fecabed33: Preparing
574986fe9594: Waiting
5f70bf18a086: Preparing
f47fecabed33: Waiting
a10311595155: Preparing
5f70bf18a086: Waiting
a10311595155: Preparing
f1f4f6e9f930: Preparing
a10311595155: Waiting
520e919135aa: Preparing
f1f4f6e9f930: Waiting
e2e9e91a4773: Preparing
28769e705e26: Preparing
520e919135aa: Waiting
9444c9b9244f: Preparing
e2e9e91a4773: Waiting
28769e705e26: Waiting
8b06272a32dd: Preparing
2dcc63c99c39: Preparing
8b06272a32dd: Waiting
9444c9b9244f: Waiting
46ceec7a3520: Preparing
2dcc63c99c39: Waiting
57e87524cbe8: Preparing
0d900266b4be: Preparing
46ceec7a3520: Waiting
57e87524cbe8: Waiting
9234d661f638: Preparing
7e2b1c868ea4: Preparing
23021a295396: Preparing
e01fae8b7275: Preparing
9234d661f638: Waiting
7e2b1c868ea4: Waiting
4eb91c13d7c1: Preparing
e01fae8b7275: Waiting
8f0c2228c6af: Preparing
7eda72c40420: Preparing
8f0c2228c6af: Waiting
7eda72c40420: Waiting
4eb91c13d7c1: Waiting
e5449b459b7b: Layer already exists
b9960ae6f824: Layer already exists
9e6aadd1de25: Layer already exists
8645f68ef50f: Layer already exists
4e427d07a270: Layer already exists
7332015737a2: Layer already exists
50697a814871: Layer already exists
f7efa3556b69: Layer already exists
9347759fe052: Layer already exists
f579048c9ee2: Layer already exists
cb796b6c0a7f: Layer already exists
e2b6298f4f7c: Layer already exists
e28f805da50e: Layer already exists
32a2e22615fd: Layer already exists
57a99bb67764: Layer already exists
cd2cc21b9696: Layer already exists
574986fe9594: Layer already exists
f47fecabed33: Layer already exists
5f70bf18a086: Layer already exists
a10311595155: Layer already exists
520e919135aa: Layer already exists
f1f4f6e9f930: Layer already exists
28769e705e26: Layer already exists
9444c9b9244f: Layer already exists
e2e9e91a4773: Layer already exists
8b06272a32dd: Layer already exists
0d900266b4be: Layer already exists
46ceec7a3520: Layer already exists
2dcc63c99c39: Layer already exists
57e87524cbe8: Layer already exists
9234d661f638: Layer already exists
23021a295396: Layer already exists
e01fae8b7275: Layer already exists
7e2b1c868ea4: Layer already exists
4eb91c13d7c1: Layer already exists
8f0c2228c6af: Layer already exists
7eda72c40420: Layer already exists
opensuse-tumbleweed-opam-amd64: digest: sha256:33ad7e900b0c95a8b1c368c712ecffa6a1ea4fa86efca05c5883e1f6f5702a5e size: 8257
Job succeeded
2026-05-04 18:31.42: Job succeeded