Build:
  1. 0
2026-06-06 06:39.38: New job: Build using linux-x86_64 in
                                [https://github.com/ocaml/opam-repository#master (f2a52bbb8b82d8d662c83728f3ec77f7c09be4bb)]
2026-06-06 06:39.38: Will push staging image to ocurrent/opam-staging:centos-9-opam-amd64

Dockerfile:

# syntax=docker/dockerfile:1

# Autogenerated by OCaml-Dockerfile scripts
FROM quay.io/centos/centos:stream9
LABEL distro_style="rpm"
RUN yum --version || dnf install -y yum
RUN yum update -y
RUN yum groupinstall -y "Development Tools" && yum clean packages
RUN yum install -y git patch unzip which tar xz libcap-devel openssl sudo bzip2 gawk && yum clean packages
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.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 quay.io/centos/centos:stream9
RUN yum --version || dnf install -y yum
RUN yum update -y
RUN yum groupinstall -y "Development Tools" && yum clean packages
RUN yum install -y sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar xz libX11-devel which m4 gawk diffutils findutils bubblewrap && yum clean packages
COPY --from=0 [ "/usr/bin/opam-2.1", "/usr/bin/opam-2.1" ]
RUN ln /usr/bin/opam-2.1 /usr/bin/opam
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 dnf config-manager --set-enabled crb
RUN yum update -y
RUN sed -i.bak '/LC_TIME LC_ALL LANGUAGE/aDefaults    env_keep += "OPAMYES OPAMJOBS OPAMVERBOSE"' /etc/sudoers
COPY <<-EOF /etc/sudoers.d/opam
	opam ALL=(ALL:ALL) NOPASSWD:ALL
EOF
RUN chmod 440 /etc/sudoers.d/opam
RUN chown root:root /etc/sudoers.d/opam
RUN sed -i.bak 's/^Defaults.*requiretty//g' /etc/sudoers
RUN useradd -d /home/opam -u 1000 -m -s /bin/bash opam
RUN passwd -l opam
RUN chown -R opam:opam /home/opam
USER opam
ENV HOME="/home/opam"
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
	wrap-build-commands: []
	wrap-install-commands: []
	wrap-remove-commands: []
	required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
	#!/bin/sh
	cp ~/.opamrc-nosandbox ~/.opamrc
	echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
	wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
	wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
	wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
	#!/bin/sh
	cp ~/.opamrc-sandbox ~/.opamrc
	echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
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-06-06 06:39.38: Using cache hint "opam-centos-9"
2026-06-06 13:23.39: Waiting for worker…
2026-06-06 13:26.12: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  97% (17615/18016)
Updating files:  98% (17656/18016)
Updating files:  99% (17836/18016)
Updating files: 100% (18016/18016)
Updating files: 100% (18016/18016), done.
HEAD is now at f2a52bbb8b Merge pull request #29992 from gares/patch-1
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 6.52kB done
#1 DONE 0.1s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.6s

#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 CACHED

#4 [internal] load metadata for quay.io/centos/centos:stream9
#4 DONE 0.8s

#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/14] FROM quay.io/centos/centos:stream9@sha256:2ec5fc9b994c9f370b10e7bf07d3c1a7740e934d3c8f3d78c105b5e635d3cffb
#11 resolve quay.io/centos/centos:stream9@sha256:2ec5fc9b994c9f370b10e7bf07d3c1a7740e934d3c8f3d78c105b5e635d3cffb done
#11 sha256:2ec5fc9b994c9f370b10e7bf07d3c1a7740e934d3c8f3d78c105b5e635d3cffb 912B / 912B done
#11 sha256:fa2f7cd498be5ed7c6adb7bbca003d1a658950e359d8c8f41a86f2dafdfbebd5 505B / 505B done
#11 sha256:0c354d7171dc92c843a458b52eeaf4f21c898bafcce6bf08ba9d3ab3d0cd01d0 1.16kB / 1.16kB done
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 0B / 61.91MB 0.1s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 8.39MB / 61.91MB 0.5s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 12.58MB / 61.91MB 0.6s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 18.87MB / 61.91MB 0.7s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 22.02MB / 61.91MB 0.8s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 26.21MB / 61.91MB 0.9s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 33.55MB / 61.91MB 1.1s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 36.70MB / 61.91MB 1.2s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 39.85MB / 61.91MB 1.3s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 42.99MB / 61.91MB 1.4s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 46.14MB / 61.91MB 1.5s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 51.38MB / 61.91MB 1.7s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 56.62MB / 61.91MB 2.0s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 59.77MB / 61.91MB 2.2s
#11 sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 61.91MB / 61.91MB 2.4s done
#11 extracting sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9
#11 extracting sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 5.0s
#11 ...

#12 [internal] load build context
#12 transferring context: 97.24MB 9.2s
#12 ...

#11 [stage-0  1/14] FROM quay.io/centos/centos:stream9@sha256:2ec5fc9b994c9f370b10e7bf07d3c1a7740e934d3c8f3d78c105b5e635d3cffb
#11 extracting sha256:c83045208be8e8b971841845571f3468d6c8db24f74cfdf85e1956a33c82aab9 6.9s done
#11 DONE 9.5s

#12 [internal] load build context
#12 ...

#13 [stage-0  2/14] RUN yum --version || dnf install -y yum
#13 0.557 4.14.0
#13 0.557   Installed: dnf-0:4.14.0-36.el9.noarch at Mon Jun  1 04:11:29 2026
#13 0.557   Built    : builder@centos.org at Wed May 20 18:49:53 2026
#13 0.557 
#13 0.557   Installed: rpm-0:4.16.1.3-40.el9.x86_64 at Mon Jun  1 04:11:27 2026
#13 0.557   Built    : builder@centos.org at Fri Nov 21 15:55:03 2025
#13 DONE 1.5s

#12 [internal] load build context
#12 transferring context: 246.38MB 14.2s
#12 transferring context: 248.86MB 19.2s
#12 ...

#14 [stage-0  3/14] RUN yum update -y
#14 1.697 CentOS Stream 9 - BaseOS                        8.2 MB/s | 8.9 MB     00:01    
#14 ...

#12 [internal] load build context
#12 transferring context: 271.70MB 24.2s
#12 transferring context: 276.33MB 26.6s done
#12 DONE 27.6s

#14 [stage-0  3/14] RUN yum update -y
#14 11.87 CentOS Stream 9 - AppStream                     3.4 MB/s |  28 MB     00:08    
#14 19.27 CentOS Stream 9 - Extras packages                67 kB/s |  21 kB     00:00    
#14 20.60 Dependencies resolved.
#14 20.60 Nothing to do.
#14 20.60 Complete!
#14 DONE 21.6s

#15 [stage-0  4/14] RUN yum groupinstall -y "Development Tools" && yum clean packages
#15 0.681 Last metadata expiration check: 0:00:03 ago on Sat Jun  6 13:26:51 2026.
#15 1.016 Dependencies resolved.
#15 1.051 ====================================================================================================
#15 1.051  Package                                   Arch    Version                          Repo        Size
#15 1.051 ====================================================================================================
#15 1.051 Installing group/module packages:
#15 1.051  asciidoc                                  noarch  9.1.0-3.el9                      appstream  261 k
#15 1.051  autoconf                                  noarch  2.69-41.el9                      appstream  681 k
#15 1.051  automake                                  noarch  1.16.2-8.el9                     appstream  689 k
#15 1.051  binutils                                  x86_64  2.35.2-72.el9                    baseos     4.6 M
#15 1.051  bison                                     x86_64  3.7.4-5.el9                      appstream  943 k
#15 1.051  byacc                                     x86_64  2.0.20210109-4.el9               appstream   89 k
#15 1.051  diffstat                                  x86_64  1.64-6.el9                       appstream   44 k
#15 1.051  flex                                      x86_64  2.6.4-9.el9                      appstream  313 k
#15 1.051  gcc                                       x86_64  11.5.0-14.el9                    appstream   32 M
#15 1.051  gcc-c++                                   x86_64  11.5.0-14.el9                    appstream   13 M
#15 1.051  gdb                                       x86_64  16.3-3.el9                       appstream  147 k
#15 1.051  git                                       x86_64  2.52.0-1.el9                     appstream   39 k
#15 1.051  glibc-devel                               x86_64  2.34-270.el9                     appstream   39 k
#15 1.051  intltool                                  noarch  0.51.0-20.el9                    appstream   56 k
#15 1.051  jna                                       x86_64  5.6.0-8.el9                      appstream  270 k
#15 1.051  libtool                                   x86_64  2.4.6-46.el9                     appstream  581 k
#15 1.051  ltrace                                    x86_64  0.7.91-43.el9                    appstream  138 k
#15 1.051  make                                      x86_64  1:4.3-8.el9                      baseos     536 k
#15 1.051  patchutils                                x86_64  0.4.2-7.el9                      appstream  107 k
#15 1.051  perl-Fedora-VSP                           noarch  0.001-23.el9                     appstream   24 k
#15 1.051  perl-generators                           noarch  1.13-1.el9                       appstream   16 k
#15 1.051  pesign                                    x86_64  115-6.el9                        appstream  175 k
#15 1.051  pkgconf                                   x86_64  1.7.3-10.el9                     baseos      41 k
#15 1.051  pkgconf-m4                                noarch  1.7.3-10.el9                     baseos      15 k
#15 1.051  pkgconf-pkg-config                        x86_64  1.7.3-10.el9                     baseos      11 k
#15 1.051  redhat-rpm-config                         noarch  210-1.el9                        appstream   70 k
#15 1.051  rpm-build                                 x86_64  4.16.1.3-40.el9                  appstream   66 k
#15 1.051  rpm-sign                                  x86_64  4.16.1.3-40.el9                  baseos      17 k
#15 1.051  source-highlight                          x86_64  3.1.9-12.el9                     appstream  681 k
#15 1.051  strace                                    x86_64  6.12-1.el9                       baseos     1.5 M
#15 1.051  systemtap                                 x86_64  5.5-1.el9                        appstream  4.9 k
#15 1.051  valgrind                                  x86_64  1:3.27.1-1.el9                   appstream  3.4 M
#15 1.051  valgrind-devel                            x86_64  1:3.27.1-1.el9                   appstream   49 k
#15 1.051 Installing dependencies:
#15 1.051  ModemManager-glib                         x86_64  1.20.2-1.el9                     baseos     335 k
#15 1.051  NetworkManager-libnm                      x86_64  1:1.54.4-1.el9                   baseos     1.9 M
#15 1.051  acl                                       x86_64  2.3.1-4.el9                      baseos      71 k
#15 1.051  adobe-mappings-cmap                       noarch  20171205-12.el9                  appstream  1.9 M
#15 1.051  adobe-mappings-cmap-deprecated            noarch  20171205-12.el9                  appstream  107 k
#15 1.051  adobe-mappings-pdf                        noarch  20180407-10.el9                  appstream  646 k
#15 1.051  adobe-source-code-pro-fonts               noarch  2.030.1.050-12.el9.1             baseos     832 k
#15 1.051  adwaita-cursor-theme                      noarch  40.1.1-3.el9                     appstream  650 k
#15 1.051  adwaita-icon-theme                        noarch  40.1.1-3.el9                     appstream   12 M
#15 1.051  alsa-lib                                  x86_64  1.2.15.3-1.el9                   appstream  544 k
#15 1.051  annobin                                   x86_64  13.14-1.el9                      appstream  785 k
#15 1.051  at-spi2-atk                               x86_64  2.38.0-4.el9                     appstream   87 k
#15 1.051  at-spi2-core                              x86_64  2.40.3-1.el9                     appstream  195 k
#15 1.051  atk                                       x86_64  2.36.0-5.el9                     appstream  292 k
#15 1.051  avahi-glib                                x86_64  0.8-24.el9                       appstream   13 k
#15 1.051  avahi-libs                                x86_64  0.8-24.el9                       baseos      66 k
#15 1.051  binutils-gold                             x86_64  2.35.2-72.el9                    baseos     734 k
#15 1.051  bluez-libs                                x86_64  5.86-2.el9                       baseos      82 k
#15 1.051  boost-filesystem                          x86_64  1.75.0-14.el9                    appstream   55 k
#15 1.051  boost-regex                               x86_64  1.75.0-14.el9                    appstream  276 k
#15 1.051  boost-system                              x86_64  1.75.0-14.el9                    appstream   11 k
#15 1.051  boost-thread                              x86_64  1.75.0-14.el9                    appstream   53 k
#15 1.051  bubblewrap                                x86_64  0.6.3-1.el9                      baseos      57 k
#15 1.051  bzip2                                     x86_64  1.0.8-11.el9                     baseos      55 k
#15 1.051  cairo                                     x86_64  1.17.4-7.el9                     appstream  660 k
#15 1.051  cairo-gobject                             x86_64  1.17.4-7.el9                     appstream   19 k
#15 1.051  colord-libs                               x86_64  1.4.5-4.el9                      appstream  229 k
#15 1.051  composefs-libs                            x86_64  1.0.8-1.el9                      appstream   54 k
#15 1.051  copy-jdk-configs                          noarch  4.0-3.el9                        appstream   28 k
#15 1.051  cpio                                      x86_64  2.13-16.el9                      baseos     275 k
#15 1.051  cpp                                       x86_64  11.5.0-14.el9                    appstream   11 M
#15 1.051  cracklib                                  x86_64  2.9.6-28.el9                     baseos      93 k
#15 1.051  cracklib-dicts                            x86_64  2.9.6-28.el9                     baseos     3.6 M
#15 1.051  cryptsetup-libs                           x86_64  2.8.6-1.el9                      baseos     566 k
#15 1.051  cups-libs                                 x86_64  1:2.3.3op2-38.el9                baseos     260 k
#15 1.051  dbus                                      x86_64  1:1.12.20-9.el9                  baseos     2.9 k
#15 1.051  dbus-broker                               x86_64  28-7.el9                         baseos     172 k
#15 1.051  dbus-common                               noarch  1:1.12.20-9.el9                  baseos      13 k
#15 1.051  debugedit                                 x86_64  5.0-11.el9                       appstream   77 k
#15 1.051  device-mapper                             x86_64  9:1.02.207-4.el9.1               baseos     140 k
#15 1.051  device-mapper-libs                        x86_64  9:1.02.207-4.el9.1               baseos     179 k
#15 1.051  diffutils                                 x86_64  3.7-12.el9                       baseos     397 k
#15 1.051  docbook-dtds                              noarch  1.0-79.el9                       appstream  361 k
#15 1.051  docbook-style-xsl                         noarch  1.79.2-16.el9                    appstream  1.6 M
#15 1.051  dwz                                       x86_64  0.16-1.el9                       appstream  134 k
#15 1.051  dyninst                                   x86_64  13.0.0-1.el9                     appstream  3.7 M
#15 1.051  ed                                        x86_64  1.14.2-12.el9                    baseos      75 k
#15 1.051  efi-srpm-macros                           noarch  6-4.el9                          appstream   21 k
#15 1.051  efivar-libs                               x86_64  38-3.el9                         baseos     121 k
#15 1.051  elfutils                                  x86_64  0.195-1.el9                      baseos     607 k
#15 1.051  elfutils-debuginfod-client                x86_64  0.195-1.el9                      baseos      43 k
#15 1.051  elfutils-devel                            x86_64  0.195-1.el9                      appstream   50 k
#15 1.051  elfutils-libelf-devel                     x86_64  0.195-1.el9                      appstream  125 k
#15 1.051  emacs-filesystem                          noarch  1:27.2-18.el9                    appstream  9.2 k
#15 1.051  exempi                                    x86_64  2.6.0-0.2.20211007gite23c213.el9 appstream  525 k
#15 1.051  exiv2-libs                                x86_64  0.27.5-2.el9                     appstream  781 k
#15 1.051  fdk-aac-free                              x86_64  2.0.0-8.el9                      appstream  325 k
#15 1.051  fftw-libs-single                          x86_64  3.3.8-14.el9                     appstream  935 k
#15 1.051  file                                      x86_64  5.39-19.el9                      baseos      48 k
#15 1.051  flac-libs                                 x86_64  1.3.3-12.el9                     appstream  218 k
#15 1.051  flatpak-session-helper                    x86_64  1.12.9-5.el9                     appstream   72 k
#15 1.051  fontconfig                                x86_64  2.14.0-2.el9                     appstream  297 k
#15 1.051  fonts-srpm-macros                         noarch  1:2.0.5-7.el9.1                  appstream   28 k
#15 1.051  freetype                                  x86_64  2.10.4-11.el9                    baseos     372 k
#15 1.051  fribidi                                   x86_64  1.0.10-6.el9.2                   appstream   85 k
#15 1.051  fuse                                      x86_64  2.9.9-17.el9                     baseos      80 k
#15 1.051  fuse-common                               x86_64  3.10.2-9.el9                     baseos     8.3 k
#15 1.051  fuse-libs                                 x86_64  2.9.9-17.el9                     baseos      97 k
#15 1.051  gcc-plugin-annobin                        x86_64  11.5.0-14.el9                    appstream   37 k
#15 1.051  gd                                        x86_64  2.3.2-3.el9                      appstream  132 k
#15 1.051  gdb-headless                              x86_64  16.3-3.el9                       appstream  5.1 M
#15 1.051  gdk-pixbuf2                               x86_64  2.42.6-7.el9                     appstream  491 k
#15 1.051  gdk-pixbuf2-modules                       x86_64  2.42.6-7.el9                     appstream   87 k
#15 1.051  geoclue2                                  x86_64  2.6.0-7.el9                      appstream  124 k
#15 1.051  gettext                                   x86_64  0.21-8.el9                       baseos     1.1 M
#15 1.051  gettext-common-devel                      noarch  0.21-8.el9                       appstream  406 k
#15 1.051  gettext-devel                             x86_64  0.21-8.el9                       appstream  213 k
#15 1.051  gettext-libs                              x86_64  0.21-8.el9                       baseos     303 k
#15 1.051  ghc-srpm-macros                           noarch  1.5.0-6.el9                      appstream  8.8 k
#15 1.051  giflib                                    x86_64  5.2.1-9.el9                      appstream   49 k
#15 1.051  git-core                                  x86_64  2.52.0-1.el9                     appstream  5.0 M
#15 1.051  git-core-doc                              noarch  2.52.0-1.el9                     appstream  3.1 M
#15 1.051  glib-networking                           x86_64  2.68.3-3.el9                     baseos     186 k
#15 1.051  glibc-gconv-extra                         x86_64  2.34-270.el9                     baseos     1.7 M
#15 1.051  glibc-headers                             x86_64  2.34-270.el9                     appstream  548 k
#15 1.051  go-srpm-macros                            noarch  3.8.1-1.el9                      appstream   27 k
#15 1.051  gobject-introspection                     x86_64  1.68.0-11.el9                    baseos     250 k
#15 1.051  google-droid-sans-fonts                   noarch  20200215-11.el9.2                appstream  2.7 M
#15 1.051  graphene                                  x86_64  1.10.6-2.el9                     appstream   64 k
#15 1.051  graphite2                                 x86_64  1.3.14-9.el9                     baseos      95 k
#15 1.051  graphviz                                  x86_64  2.44.0-26.el9                    appstream  3.3 M
#15 1.051  groff-base                                x86_64  1.22.4-10.el9                    baseos     1.1 M
#15 1.051  gsettings-desktop-schemas                 x86_64  40.0-8.el9                       baseos     682 k
#15 1.051  gsm                                       x86_64  1.0.19-6.el9                     appstream   34 k
#15 1.051  gstreamer1                                x86_64  1.22.12-3.el9                    appstream  1.4 M
#15 1.051  gstreamer1-plugins-base                   x86_64  1.22.12-8.el9                    appstream  2.2 M
#15 1.051  gtk-update-icon-cache                     x86_64  3.24.31-8.el9                    appstream   33 k
#15 1.051  gtk2                                      x86_64  2.24.33-8.el9                    appstream  3.5 M
#15 1.051  gtk3                                      x86_64  3.24.31-8.el9                    appstream  4.9 M
#15 1.051  harfbuzz                                  x86_64  2.7.4-10.el9                     baseos     624 k
#15 1.051  hicolor-icon-theme                        noarch  0.17-13.el9                      appstream  219 k
#15 1.051  hwdata                                    noarch  0.348-9.22.el9                   baseos     1.7 M
#15 1.051  info                                      x86_64  6.7-15.el9                       baseos     225 k
#15 1.051  iso-codes                                 noarch  4.6.0-3.el9                      appstream  3.5 M
#15 1.051  java-1.8.0-openjdk-headless               x86_64  1:1.8.0.482.b08-3.el9            appstream   33 M
#15 1.051  javapackages-filesystem                   noarch  6.4.0-1.el9                      appstream   13 k
#15 1.051  jbig2dec-libs                             x86_64  0.19-7.el9                       appstream   73 k
#15 1.051  jbigkit-libs                              x86_64  2.1-23.el9                       appstream   53 k
#15 1.051  json-glib                                 x86_64  1.6.6-1.el9                      baseos     163 k
#15 1.051  kbd                                       x86_64  2.4.0-11.el9                     baseos     419 k
#15 1.051  kbd-legacy                                noarch  2.4.0-11.el9                     baseos     562 k
#15 1.051  kbd-misc                                  noarch  2.4.0-11.el9                     baseos     1.7 M
#15 1.051  kernel-headers                            x86_64  5.14.0-710.el9                   appstream  2.0 M
#15 1.051  kernel-srpm-macros                        noarch  1.0-14.el9                       appstream   14 k
#15 1.051  kmod                                      x86_64  28-11.el9                        baseos     125 k
#15 1.051  kmod-libs                                 x86_64  28-11.el9                        baseos      62 k
#15 1.051  lcms2                                     x86_64  2.12-3.el9                       appstream  168 k
#15 1.051  less                                      x86_64  590-6.el9                        baseos     162 k
#15 1.051  libICE                                    x86_64  1.0.10-8.el9                     appstream   71 k
#15 1.051  libSM                                     x86_64  1.2.3-10.el9                     appstream   42 k
#15 1.051  libX11                                    x86_64  1.8.12-1.el9                     appstream  648 k
#15 1.051  libX11-common                             noarch  1.8.12-1.el9                     appstream  197 k
#15 1.051  libX11-xcb                                x86_64  1.8.12-1.el9                     appstream   10 k
#15 1.051  libXau                                    x86_64  1.0.9-8.el9                      appstream   31 k
#15 1.051  libXaw                                    x86_64  1.0.13-19.el9                    appstream  198 k
#15 1.051  libXcomposite                             x86_64  0.4.5-7.el9                      appstream   24 k
#15 1.051  libXcursor                                x86_64  1.2.0-7.el9                      appstream   31 k
#15 1.051  libXdamage                                x86_64  1.1.5-7.el9                      appstream   23 k
#15 1.051  libXext                                   x86_64  1.3.4-8.el9                      appstream   40 k
#15 1.051  libXfixes                                 x86_64  5.0.3-16.el9                     appstream   20 k
#15 1.051  libXft                                    x86_64  2.3.3-8.el9                      appstream   62 k
#15 1.051  libXi                                     x86_64  1.7.10-8.el9                     appstream   40 k
#15 1.051  libXinerama                               x86_64  1.1.4-10.el9                     appstream   15 k
#15 1.051  libXmu                                    x86_64  1.1.3-8.el9                      appstream   75 k
#15 1.051  libXpm                                    x86_64  3.5.13-10.el9                    appstream   59 k
#15 1.051  libXrandr                                 x86_64  1.5.2-8.el9                      appstream   28 k
#15 1.051  libXrender                                x86_64  0.9.10-16.el9                    appstream   28 k
#15 1.051  libXt                                     x86_64  1.2.0-6.el9                      appstream  180 k
#15 1.051  libXtst                                   x86_64  1.2.3-16.el9                     appstream   21 k
#15 1.051  libXv                                     x86_64  1.0.11-16.el9                    appstream   19 k
#15 1.051  libXxf86vm                                x86_64  1.1.4-18.el9                     appstream   19 k
#15 1.051  libappstream-glib                         x86_64  0.7.18-5.el9                     appstream  395 k
#15 1.051  libasyncns                                x86_64  0.8-22.el9                       appstream   30 k
#15 1.051  libbabeltrace                             x86_64  1.5.8-10.el9                     appstream  190 k
#15 1.051  libbrotli                                 x86_64  1.0.9-9.el9                      baseos     312 k
#15 1.051  libcanberra                               x86_64  0.30-27.el9                      appstream   86 k
#15 1.051  libcanberra-gtk3                          x86_64  0.30-27.el9                      appstream   32 k
#15 1.051  libcbor                                   x86_64  0.7.0-5.el9                      baseos      57 k
#15 1.051  libdatrie                                 x86_64  0.2.13-4.el9                     appstream   33 k
#15 1.051  libdb                                     x86_64  5.3.28-57.el9                    baseos     735 k
#15 1.051  libdrm                                    x86_64  2.4.128-1.el9                    baseos     162 k
#15 1.051  libeconf                                  x86_64  0.4.1-7.el9                      baseos      26 k
#15 1.051  libedit                                   x86_64  3.1-39.20210216cvs.el9           baseos     104 k
#15 1.051  libepoxy                                  x86_64  1.5.5-4.el9                      appstream  241 k
#15 1.051  libexif                                   x86_64  0.6.22-7.el9                     appstream  428 k
#15 1.051  libfdisk                                  x86_64  2.37.4-25.el9                    baseos     152 k
#15 1.051  libfido2                                  x86_64  1.13.0-2.el9                     baseos      99 k
#15 1.051  libfontenc                                x86_64  1.1.3-17.el9                     appstream   31 k
#15 1.051  libgexiv2                                 x86_64  0.14.3-1.el9                     appstream   94 k
#15 1.051  libglvnd                                  x86_64  1:1.3.4-1.el9                    appstream  135 k
#15 1.051  libglvnd-egl                              x86_64  1:1.3.4-1.el9                    appstream   37 k
#15 1.051  libglvnd-glx                              x86_64  1:1.3.4-1.el9                    appstream  142 k
#15 1.051  libgs                                     x86_64  9.54.0-19.el9                    appstream  3.2 M
#15 1.051  libgsf                                    x86_64  1.14.47-5.el9                    appstream  256 k
#15 1.051  libgudev                                  x86_64  237-1.el9                        baseos      36 k
#15 1.051  libgusb                                   x86_64  0.3.8-2.el9                      baseos      51 k
#15 1.051  libgxps                                   x86_64  0.3.2-3.el9                      appstream   79 k
#15 1.051  libicu                                    x86_64  67.1-10.el9                      baseos     9.6 M
#15 1.051  libijs                                    x86_64  0.35-15.el9                      appstream   30 k
#15 1.051  libipt                                    x86_64  2.0.4-3.el9                      appstream   57 k
#15 1.051  libiptcdata                               x86_64  1.0.5-10.el9                     appstream   61 k
#15 1.051  libjpeg-turbo                             x86_64  2.0.90-7.el9                     appstream  175 k
#15 1.051  libldac                                   x86_64  2.0.2.3-10.el9                   appstream   41 k
#15 1.051  libmpc                                    x86_64  1.2.1-4.el9                      appstream   62 k
#15 1.051  libnotify                                 x86_64  0.7.9-8.el9                      appstream   44 k
#15 1.051  libogg                                    x86_64  2:1.3.4-6.el9                    appstream   34 k
#15 1.051  libosinfo                                 x86_64  1.10.0-1.el9                     appstream  319 k
#15 1.051  libpaper                                  x86_64  1.1.28-4.el9                     appstream   45 k
#15 1.051  libpciaccess                              x86_64  0.16-7.el9                       baseos      27 k
#15 1.051  libpkgconf                                x86_64  1.7.3-10.el9                     baseos      36 k
#15 1.051  libpng                                    x86_64  2:1.6.37-16.el9                  baseos     115 k
#15 1.051  libproxy                                  x86_64  0.4.15-35.el9                    baseos      74 k
#15 1.051  libpsl                                    x86_64  0.21.1-5.el9                     baseos      64 k
#15 1.051  libpwquality                              x86_64  1.4.4-8.el9                      baseos     119 k
#15 1.051  librsvg2                                  x86_64  2.50.7-3.el9                     appstream  3.2 M
#15 1.051  libsbc                                    x86_64  1.4-10.el9                       appstream   43 k
#15 1.051  libseccomp                                x86_64  2.5.2-2.el9                      baseos      72 k
#15 1.051  libsndfile                                x86_64  1.0.31-10.el9                    appstream  205 k
#15 1.051  libsoup                                   x86_64  2.72.0-17.el9                    appstream  404 k
#15 1.051  libstdc++-devel                           x86_64  11.5.0-14.el9                    appstream  2.4 M
#15 1.051  libstemmer                                x86_64  0-18.585svn.el9                  appstream   83 k
#15 1.051  libtdb                                    x86_64  1.4.14-1.el9                     baseos      53 k
#15 1.051  libthai                                   x86_64  0.1.28-8.el9                     appstream  208 k
#15 1.051  libtheora                                 x86_64  1:1.1.1-31.el9                   appstream  164 k
#15 1.051  libtiff                                   x86_64  4.4.0-18.el9                     appstream  196 k
#15 1.051  libtracker-sparql                         x86_64  3.1.2-3.el9                      appstream  324 k
#15 1.051  libusbx                                   x86_64  1.0.26-1.el9                     baseos      76 k
#15 1.051  libutempter                               x86_64  1.2.1-6.el9                      baseos      27 k
#15 1.051  libvorbis                                 x86_64  1:1.3.7-5.el9                    appstream  193 k
#15 1.051  libwayland-client                         x86_64  1.21.0-1.el9                     appstream   33 k
#15 1.051  libwayland-cursor                         x86_64  1.21.0-1.el9                     appstream   19 k
#15 1.051  libwayland-egl                            x86_64  1.21.0-1.el9                     appstream   13 k
#15 1.051  libwebp                                   x86_64  1.2.0-8.el9                      appstream  277 k
#15 1.051  libxcb                                    x86_64  1.13.1-9.el9                     appstream  243 k
#15 1.051  libxcrypt-devel                           x86_64  4.4.18-3.el9                     appstream   29 k
#15 1.051  libxkbcommon                              x86_64  1.0.3-4.el9                      appstream  133 k
#15 1.051  libxshmfence                              x86_64  1.3-10.el9                       appstream   13 k
#15 1.051  libxslt                                   x86_64  1.1.34-16.el9                    appstream  241 k
#15 1.051  libzstd-devel                             x86_64  1.5.5-1.el9                      appstream   51 k
#15 1.051  lksctp-tools                              x86_64  1.0.19-2.el9                     baseos      94 k
#15 1.051  llvm-filesystem                           x86_64  22.1.3-1.el9                     appstream   13 k
#15 1.051  llvm-libs                                 x86_64  22.1.3-1.el9                     appstream   59 M
#15 1.051  low-memory-monitor                        x86_64  2.1-4.el9                        appstream   36 k
#15 1.051  lua                                       x86_64  5.4.4-4.el9                      appstream  188 k
#15 1.051  lua-posix                                 x86_64  35.0-8.el9                       appstream  151 k
#15 1.051  lua-srpm-macros                           noarch  1-6.el9                          appstream  9.5 k
#15 1.051  m4                                        x86_64  1.4.19-1.el9                     appstream  300 k
#15 1.051  mesa-dri-drivers                          x86_64  25.2.7-4.el9                     appstream  9.3 M
#15 1.051  mesa-filesystem                           x86_64  25.2.7-4.el9                     appstream   11 k
#15 1.051  mesa-libEGL                               x86_64  25.2.7-4.el9                     appstream  126 k
#15 1.051  mesa-libGL                                x86_64  25.2.7-4.el9                     appstream  117 k
#15 1.051  mesa-libgbm                               x86_64  25.2.7-4.el9                     appstream   17 k
#15 1.051  mkfontscale                               x86_64  1.2.1-3.el9                      appstream   32 k
#15 1.051  mokutil                                   x86_64  2:0.7.2-4.el9                    baseos      47 k
#15 1.051  ncurses                                   x86_64  6.2-12.20210508.el9              baseos     406 k
#15 1.051  nspr                                      x86_64  4.36.0-8.el9                     appstream  133 k
#15 1.051  nss                                       x86_64  3.112.0-8.el9                    appstream  723 k
#15 1.051  nss-softokn                               x86_64  3.112.0-8.el9                    appstream  400 k
#15 1.051  nss-softokn-freebl                        x86_64  3.112.0-8.el9                    appstream  415 k
#15 1.051  nss-sysinit                               x86_64  3.112.0-8.el9                    appstream   18 k
#15 1.051  nss-tools                                 x86_64  3.112.0-8.el9                    appstream  446 k
#15 1.051  nss-util                                  x86_64  3.112.0-8.el9                    appstream   89 k
#15 1.051  ocaml-srpm-macros                         noarch  6-6.el9                          appstream  8.8 k
#15 1.051  openblas-srpm-macros                      noarch  2-11.el9                         appstream  8.4 k
#15 1.051  openjpeg2                                 x86_64  2.4.0-8.el9                      appstream  162 k
#15 1.051  openssh                                   x86_64  9.9p1-8.el9                      baseos     425 k
#15 1.051  openssh-clients                           x86_64  9.9p1-8.el9                      baseos     772 k
#15 1.051  openssl                                   x86_64  1:3.5.5-3.el9                    baseos     1.5 M
#15 1.051  opus                                      x86_64  1.3.1-10.el9                     appstream  200 k
#15 1.051  orc                                       x86_64  0.4.31-8.el9                     appstream  183 k
#15 1.051  osinfo-db                                 noarch  20250606-2.el9                   appstream  564 k
#15 1.051  osinfo-db-tools                           x86_64  1.10.0-1.el9                     appstream   74 k
#15 1.051  ostree-libs                               x86_64  2026.1-1.el9                     appstream  485 k
#15 1.051  pam                                       x86_64  1.5.1-29.el9                     baseos     624 k
#15 1.051  pango                                     x86_64  1.48.7-4.el9                     appstream  304 k
#15 1.051  patch                                     x86_64  2.7.6-16.el9                     appstream  128 k
#15 1.051  perl-AutoLoader                           noarch  5.74-483.el9                     appstream   21 k
#15 1.051  perl-B                                    x86_64  1.80-483.el9                     appstream  180 k
#15 1.051  perl-Carp                                 noarch  1.50-460.el9                     appstream   30 k
#15 1.051  perl-Class-Struct                         noarch  0.66-483.el9                     appstream   22 k
#15 1.051  perl-Data-Dumper                          x86_64  2.174-462.el9                    appstream   56 k
#15 1.051  perl-Digest                               noarch  1.19-4.el9                       appstream   26 k
#15 1.051  perl-Digest-MD5                           x86_64  2.58-4.el9                       appstream   37 k
#15 1.051  perl-DynaLoader                           x86_64  1.47-483.el9                     appstream   25 k
#15 1.051  perl-Encode                               x86_64  4:3.08-462.el9                   appstream  1.7 M
#15 1.051  perl-Errno                                x86_64  1.30-483.el9                     appstream   15 k
#15 1.051  perl-Error                                noarch  1:0.17029-7.el9                  appstream   42 k
#15 1.051  perl-Exporter                             noarch  5.74-461.el9                     appstream   32 k
#15 1.051  perl-Fcntl                                x86_64  1.13-483.el9                     appstream   20 k
#15 1.051  perl-File-Basename                        noarch  2.85-483.el9                     appstream   17 k
#15 1.051  perl-File-Compare                         noarch  1.100.600-483.el9                appstream   13 k
#15 1.051  perl-File-Copy                            noarch  2.34-483.el9                     appstream   20 k
#15 1.051  perl-File-Find                            noarch  1.37-483.el9                     appstream   25 k
#15 1.051  perl-File-Path                            noarch  2.18-4.el9                       appstream   36 k
#15 1.051  perl-File-Temp                            noarch  1:0.231.100-4.el9                appstream   60 k
#15 1.051  perl-File-stat                            noarch  1.09-483.el9                     appstream   17 k
#15 1.051  perl-FileHandle                           noarch  2.03-483.el9                     appstream   15 k
#15 1.051  perl-Getopt-Long                          noarch  1:2.52-4.el9                     appstream   61 k
#15 1.051  perl-Getopt-Std                           noarch  1.12-483.el9                     appstream   15 k
#15 1.051  perl-Git                                  noarch  2.52.0-1.el9                     appstream   37 k
#15 1.051  perl-HTTP-Tiny                            noarch  0.076-462.el9                    appstream   54 k
#15 1.051  perl-IO                                   x86_64  1.43-483.el9                     appstream   88 k
#15 1.051  perl-IO-Socket-IP                         noarch  0.41-5.el9                       appstream   43 k
#15 1.051  perl-IO-Socket-SSL                        noarch  2.073-2.el9                      appstream  217 k
#15 1.051  perl-IPC-Open3                            noarch  1.21-483.el9                     appstream   22 k
#15 1.051  perl-MIME-Base64                          x86_64  3.16-4.el9                       appstream   31 k
#15 1.051  perl-Mozilla-CA                           noarch  20200520-6.el9                   appstream   13 k
#15 1.051  perl-Net-SSLeay                           x86_64  1.94-4.el9                       appstream  412 k
#15 1.051  perl-POSIX                                x86_64  1.94-483.el9                     appstream   96 k
#15 1.051  perl-PathTools                            x86_64  3.78-461.el9                     appstream   88 k
#15 1.051  perl-Pod-Escapes                          noarch  1:1.07-460.el9                   appstream   21 k
#15 1.051  perl-Pod-Perldoc                          noarch  3.28.01-461.el9                  appstream   87 k
#15 1.051  perl-Pod-Simple                           noarch  1:3.42-4.el9                     appstream  225 k
#15 1.051  perl-Pod-Usage                            noarch  4:2.01-4.el9                     appstream   41 k
#15 1.051  perl-Scalar-List-Utils                    x86_64  4:1.56-462.el9                   appstream   71 k
#15 1.051  perl-SelectSaver                          noarch  1.02-483.el9                     appstream   11 k
#15 1.051  perl-Socket                               x86_64  4:2.031-4.el9                    appstream   56 k
#15 1.051  perl-Storable                             x86_64  1:3.21-460.el9                   appstream   96 k
#15 1.051  perl-Symbol                               noarch  1.08-483.el9                     appstream   14 k
#15 1.051  perl-Term-ANSIColor                       noarch  5.01-461.el9                     appstream   49 k
#15 1.051  perl-Term-Cap                             noarch  1.17-460.el9                     appstream   23 k
#15 1.051  perl-TermReadKey                          x86_64  2.38-11.el9                      appstream   37 k
#15 1.051  perl-Text-ParseWords                      noarch  3.30-460.el9                     appstream   17 k
#15 1.051  perl-Text-Tabs+Wrap                       noarch  2013.0523-460.el9                appstream   24 k
#15 1.051  perl-Thread-Queue                         noarch  3.14-460.el9                     appstream   22 k
#15 1.051  perl-Time-Local                           noarch  2:1.300-7.el9                    appstream   34 k
#15 1.051  perl-URI                                  noarch  5.09-3.el9                       appstream  121 k
#15 1.051  perl-XML-Parser                           x86_64  2.46-10.el9                      appstream  238 k
#15 1.051  perl-base                                 noarch  2.27-483.el9                     appstream   16 k
#15 1.051  perl-constant                             noarch  1.33-461.el9                     appstream   24 k
#15 1.051  perl-if                                   noarch  0.60.800-483.el9                 appstream   14 k
#15 1.051  perl-interpreter                          x86_64  4:5.32.1-483.el9                 appstream   70 k
#15 1.051  perl-lib                                  x86_64  0.65-483.el9                     appstream   15 k
#15 1.051  perl-libnet                               noarch  3.13-4.el9                       appstream  130 k
#15 1.051  perl-libs                                 x86_64  4:5.32.1-483.el9                 appstream  2.2 M
#15 1.051  perl-locale                               noarch  1.09-483.el9                     appstream   13 k
#15 1.051  perl-macros                               noarch  4:5.32.1-483.el9                 appstream   10 k
#15 1.051  perl-mro                                  x86_64  1.23-483.el9                     appstream   28 k
#15 1.051  perl-overload                             noarch  1.31-483.el9                     appstream   45 k
#15 1.051  perl-overloading                          noarch  0.02-483.el9                     appstream   12 k
#15 1.051  perl-parent                               noarch  1:0.238-460.el9                  appstream   15 k
#15 1.051  perl-podlators                            noarch  1:4.14-460.el9                   appstream  114 k
#15 1.051  perl-srpm-macros                          noarch  1-41.el9                         appstream  9.1 k
#15 1.051  perl-subs                                 noarch  1.03-483.el9                     appstream   11 k
#15 1.051  perl-threads                              x86_64  1:2.25-460.el9                   appstream   58 k
#15 1.051  perl-threads-shared                       x86_64  1.61-460.el9                     appstream   45 k
#15 1.051  perl-vars                                 noarch  1.05-483.el9                     appstream   13 k
#15 1.051  pipewire-jack-audio-connection-kit-libs   x86_64  1.4.11-1.el9                     appstream  151 k
#15 1.051  pipewire-libs                             x86_64  1.4.11-1.el9                     appstream  2.5 M
#15 1.051  pixman                                    x86_64  0.40.0-6.el9                     appstream  269 k
#15 1.051  polkit                                    x86_64  0.117-16.el9                     baseos     154 k
#15 1.051  polkit-libs                               x86_64  0.117-16.el9                     baseos     8.3 M
#15 1.051  poppler                                   x86_64  21.01.0-25.el9                   appstream  1.1 M
#15 1.051  poppler-data                              noarch  0.4.9-9.el9                      appstream  1.9 M
#15 1.051  poppler-glib                              x86_64  21.01.0-25.el9                   appstream  151 k
#15 1.051  publicsuffix-list-dafsa                   noarch  20210518-3.el9                   baseos      58 k
#15 1.051  pulseaudio-libs                           x86_64  15.0-3.el9                       appstream  676 k
#15 1.051  pyproject-srpm-macros                     noarch  1.18.5-1.el9                     appstream   12 k
#15 1.051  python-srpm-macros                        noarch  3.9-54.el9                       appstream   18 k
#15 1.051  qt5-srpm-macros                           noarch  5.15.9-1.el9                     appstream  8.8 k
#15 1.051  rtkit                                     x86_64  0.11-29.el9                      appstream   56 k
#15 1.051  rust-srpm-macros                          noarch  17-4.el9                         appstream   10 k
#15 1.051  sgml-common                               noarch  0.6.3-58.el9                     appstream   60 k
#15 1.051  shared-mime-info                          x86_64  2.1-5.el9                        baseos     558 k
#15 1.051  sound-theme-freedesktop                   noarch  0.8-17.el9                       appstream  383 k
#15 1.051  spirv-tools-libs                          x86_64  2026.1-1.el9                     appstream  1.6 M
#15 1.051  systemd                                   x86_64  252-70.el9                       baseos     4.2 M
#15 1.051  systemd-pam                               x86_64  252-70.el9                       baseos     265 k
#15 1.051  systemd-rpm-macros                        noarch  252-70.el9                       baseos      52 k
#15 1.051  systemd-udev                              x86_64  252-70.el9                       baseos     2.0 M
#15 1.051  systemtap-client                          x86_64  5.5-1.el9                        appstream  4.1 M
#15 1.051  systemtap-devel                           x86_64  5.5-1.el9                        appstream  2.4 M
#15 1.051  systemtap-runtime                         x86_64  5.5-1.el9                        appstream  457 k
#15 1.051  tbb                                       x86_64  2020.3-9.el9                     appstream  168 k
#15 1.051  totem-pl-parser                           x86_64  3.26.6-2.el9                     appstream  152 k
#15 1.051  tracker                                   x86_64  3.1.2-3.el9                      appstream  555 k
#15 1.051  tzdata-java                               noarch  2026b-1.el9                      appstream  223 k
#15 1.051  unzip                                     x86_64  6.0-59.el9                       baseos     182 k
#15 1.051  upower                                    x86_64  0.99.11-11.el9                   appstream  173 k
#15 1.051  urw-base35-bookman-fonts                  noarch  20200910-6.el9                   appstream  847 k
#15 1.051  urw-base35-c059-fonts                     noarch  20200910-6.el9                   appstream  875 k
#15 1.051  urw-base35-d050000l-fonts                 noarch  20200910-6.el9                   appstream   77 k
#15 1.051  urw-base35-fonts                          noarch  20200910-6.el9                   appstream   11 k
#15 1.051  urw-base35-fonts-common                   noarch  20200910-6.el9                   appstream   22 k
#15 1.051  urw-base35-gothic-fonts                   noarch  20200910-6.el9                   appstream  643 k
#15 1.051  urw-base35-nimbus-mono-ps-fonts           noarch  20200910-6.el9                   appstream  796 k
#15 1.051  urw-base35-nimbus-roman-fonts             noarch  20200910-6.el9                   appstream  856 k
#15 1.051  urw-base35-nimbus-sans-fonts              noarch  20200910-6.el9                   appstream  1.3 M
#15 1.051  urw-base35-p052-fonts                     noarch  20200910-6.el9                   appstream  974 k
#15 1.051  urw-base35-standard-symbols-ps-fonts      noarch  20200910-6.el9                   appstream   42 k
#15 1.051  urw-base35-z003-fonts                     noarch  20200910-6.el9                   appstream  276 k
#15 1.051  util-linux                                x86_64  2.37.4-25.el9                    baseos     2.3 M
#15 1.051  util-linux-core                           x86_64  2.37.4-25.el9                    baseos     458 k
#15 1.051  webkit2gtk3-jsc                           x86_64  2.52.3-1.el9                     appstream  8.9 M
#15 1.051  webrtc-audio-processing                   x86_64  0.3.1-8.el9                      appstream  306 k
#15 1.051  which                                     x86_64  2.21-30.el9                      baseos      41 k
#15 1.051  wireplumber                               x86_64  0.5.12-1.el9                     appstream  123 k
#15 1.051  wireplumber-libs                          x86_64  0.5.12-1.el9                     appstream  443 k
#15 1.051  xdg-dbus-proxy                            x86_64  0.1.3-1.el9                      appstream   42 k
#15 1.051  xdg-desktop-portal                        x86_64  1.12.6-1.el9                     appstream  385 k
#15 1.051  xkeyboard-config                          noarch  2.33-2.el9                       appstream  859 k
#15 1.051  xml-common                                noarch  0.6.3-58.el9                     appstream   32 k
#15 1.051  xorg-x11-fonts-ISO8859-1-100dpi           noarch  7.5-33.el9                       appstream  1.1 M
#15 1.051  xz                                        x86_64  5.2.5-8.el9                      baseos     226 k
#15 1.051  xz-devel                                  x86_64  5.2.5-8.el9                      appstream   55 k
#15 1.051  zip                                       x86_64  3.0-35.el9                       baseos     266 k
#15 1.051  zlib-devel                                x86_64  1.2.11-41.el9                    appstream   45 k
#15 1.051  zstd                                      x86_64  1.5.5-1.el9                      baseos     464 k
#15 1.051 Installing weak dependencies:
#15 1.051  abattis-cantarell-fonts                   noarch  0.301-4.el9                      appstream  365 k
#15 1.051  dconf                                     x86_64  0.40.0-6.el9                     appstream  113 k
#15 1.051  exiv2                                     x86_64  0.27.5-2.el9                     appstream  980 k
#15 1.051  flatpak                                   x86_64  1.12.9-5.el9                     appstream  1.7 M
#15 1.051  libcanberra-gtk2                          x86_64  0.30-27.el9                      appstream   26 k
#15 1.051  libproxy-webkitgtk4                       x86_64  0.4.15-35.el9                    appstream   22 k
#15 1.051  p11-kit-server                            x86_64  0.26.2-1.el9                     appstream   21 k
#15 1.051  perl-NDBM_File                            x86_64  1.15-483.el9                     appstream   22 k
#15 1.051  perl-version                              x86_64  7:0.99.28-4.el9                  appstream   63 k
#15 1.051  pipewire                                  x86_64  1.4.11-1.el9                     appstream  130 k
#15 1.051  pipewire-alsa                             x86_64  1.4.11-1.el9                     appstream   66 k
#15 1.051  pipewire-jack-audio-connection-kit        x86_64  1.4.11-1.el9                     appstream  7.5 k
#15 1.051  pipewire-pulseaudio                       x86_64  1.4.11-1.el9                     appstream  209 k
#15 1.051  polkit-pkla-compat                        x86_64  0.1-21.el9                       baseos      47 k
#15 1.051  tracker-miners                            x86_64  3.1.2-4.el9                      appstream  944 k
#15 1.051  valgrind-docs                             x86_64  1:3.27.1-1.el9                   appstream  1.5 M
#15 1.051  valgrind-gdb                              x86_64  1:3.27.1-1.el9                   appstream  127 k
#15 1.051  valgrind-scripts                          x86_64  1:3.27.1-1.el9                   appstream   67 k
#15 1.051  xdg-desktop-portal-gtk                    x86_64  1.12.0-3.el9                     appstream  134 k
#15 1.051 Installing Groups:
#15 1.051  Development Tools                                                                                  
#15 1.051 
#15 1.051 Transaction Summary
#15 1.051 ====================================================================================================
#15 1.051 Install  430 Packages
#15 1.051 
#15 1.073 Total download size: 369 M
#15 1.073 Installed size: 1.3 G
#15 1.075 Downloading Packages:
#15 ...

#10 [internal] preparing inline document
#10 CACHED

#9 [internal] preparing inline document
#9 CACHED

#6 [internal] preparing inline document
#6 CACHED

#7 [internal] preparing inline document
#7 CACHED

#8 [internal] preparing inline document
#8 CACHED

#15 [stage-0  4/14] RUN yum groupinstall -y "Development Tools" && yum clean packages
#15 6.672 (1/430): acl-2.3.1-4.el9.x86_64.rpm             1.0 MB/s |  71 kB     00:00    
#15 6.704 (2/430): ModemManager-glib-1.20.2-1.el9.x86_64. 3.2 MB/s | 335 kB     00:00    
#15 6.737 (3/430): avahi-libs-0.8-24.el9.x86_64.rpm       2.0 MB/s |  66 kB     00:00    
#15 6.828 (4/430): adobe-source-code-pro-fonts-2.030.1.05 5.2 MB/s | 832 kB     00:00    
#15 6.878 (5/430): NetworkManager-libnm-1.54.4-1.el9.x86_ 6.9 MB/s | 1.9 MB     00:00    
#15 6.936 (6/430): binutils-gold-2.35.2-72.el9.x86_64.rpm 6.7 MB/s | 734 kB     00:00    
#15 6.958 (7/430): bluez-libs-5.86-2.el9.x86_64.rpm       1.0 MB/s |  82 kB     00:00    
#15 6.969 (8/430): bzip2-1.0.8-11.el9.x86_64.rpm          5.3 MB/s |  55 kB     00:00    
#15 7.069 (9/430): cpio-2.13-16.el9.x86_64.rpm            2.7 MB/s | 275 kB     00:00    
#15 7.105 (10/430): bubblewrap-0.6.3-1.el9.x86_64.rpm     339 kB/s |  57 kB     00:00    
#15 7.157 (11/430): cracklib-2.9.6-28.el9.x86_64.rpm      1.0 MB/s |  93 kB     00:00    
#15 7.285 (12/430): cryptsetup-libs-2.8.6-1.el9.x86_64.rp 4.4 MB/s | 566 kB     00:00    
#15 7.379 (13/430): binutils-2.35.2-72.el9.x86_64.rpm     7.2 MB/s | 4.6 MB     00:00    
#15 7.387 (14/430): dbus-1.12.20-9.el9.x86_64.rpm         392 kB/s | 2.9 kB     00:00    
#15 7.433 (15/430): cups-libs-2.3.3op2-38.el9.x86_64.rpm  1.7 MB/s | 260 kB     00:00    
#15 7.435 (16/430): dbus-broker-28-7.el9.x86_64.rpm       3.5 MB/s | 172 kB     00:00    
#15 7.481 (17/430): device-mapper-1.02.207-4.el9.1.x86_64 3.0 MB/s | 140 kB     00:00    
#15 7.487 (18/430): dbus-common-1.12.20-9.el9.noarch.rpm  246 kB/s |  13 kB     00:00    
#15 7.517 (19/430): device-mapper-libs-1.02.207-4.el9.1.x 5.0 MB/s | 179 kB     00:00    
#15 7.587 (20/430): diffutils-3.7-12.el9.x86_64.rpm       3.9 MB/s | 397 kB     00:00    
#15 7.604 (21/430): ed-1.14.2-12.el9.x86_64.rpm           865 kB/s |  75 kB     00:00    
#15 7.630 (22/430): efivar-libs-38-3.el9.x86_64.rpm       2.8 MB/s | 121 kB     00:00    
#15 7.643 (23/430): elfutils-debuginfod-client-0.195-1.el 3.5 MB/s |  43 kB     00:00    
#15 7.664 (24/430): cracklib-dicts-2.9.6-28.el9.x86_64.rp 6.5 MB/s | 3.6 MB     00:00    
#15 7.671 (25/430): file-5.39-19.el9.x86_64.rpm           1.6 MB/s |  48 kB     00:00    
#15 7.697 (26/430): fuse-2.9.9-17.el9.x86_64.rpm          3.2 MB/s |  80 kB     00:00    
#15 7.718 (27/430): fuse-common-3.10.2-9.el9.x86_64.rpm   391 kB/s | 8.3 kB     00:00    
#15 7.736 (28/430): elfutils-0.195-1.el9.x86_64.rpm       4.5 MB/s | 607 kB     00:00    
#15 7.739 (29/430): freetype-2.10.4-11.el9.x86_64.rpm     4.9 MB/s | 372 kB     00:00    
#15 7.758 (30/430): fuse-libs-2.9.9-17.el9.x86_64.rpm     2.5 MB/s |  97 kB     00:00    
#15 7.800 (31/430): glib-networking-2.68.3-3.el9.x86_64.r 4.4 MB/s | 186 kB     00:00    
#15 7.922 (32/430): gettext-libs-0.21-8.el9.x86_64.rpm    1.6 MB/s | 303 kB     00:00    
#15 7.993 (33/430): gettext-0.21-8.el9.x86_64.rpm         4.4 MB/s | 1.1 MB     00:00    
#15 7.997 (34/430): gobject-introspection-1.68.0-11.el9.x 3.3 MB/s | 250 kB     00:00    
#15 8.046 (35/430): graphite2-1.3.14-9.el9.x86_64.rpm     1.8 MB/s |  95 kB     00:00    
#15 8.156 (36/430): glibc-gconv-extra-2.34-270.el9.x86_64 4.7 MB/s | 1.7 MB     00:00    
#15 8.171 (37/430): groff-base-1.22.4-10.el9.x86_64.rpm   6.2 MB/s | 1.1 MB     00:00    
#15 8.212 (38/430): gsettings-desktop-schemas-40.0-8.el9. 4.0 MB/s | 682 kB     00:00    
#15 8.296 (39/430): harfbuzz-2.7.4-10.el9.x86_64.rpm      4.4 MB/s | 624 kB     00:00    
#15 8.335 (40/430): info-6.7-15.el9.x86_64.rpm            1.8 MB/s | 225 kB     00:00    
#15 8.377 (41/430): json-glib-1.6.6-1.el9.x86_64.rpm      2.0 MB/s | 163 kB     00:00    
#15 8.443 (42/430): kbd-2.4.0-11.el9.x86_64.rpm           3.8 MB/s | 419 kB     00:00    
#15 8.523 (43/430): kbd-legacy-2.4.0-11.el9.noarch.rpm    3.8 MB/s | 562 kB     00:00    
#15 8.561 (44/430): hwdata-0.348-9.22.el9.noarch.rpm      4.3 MB/s | 1.7 MB     00:00    
#15 8.588 (45/430): kmod-28-11.el9.x86_64.rpm             1.9 MB/s | 125 kB     00:00    
#15 8.593 (46/430): kmod-libs-28-11.el9.x86_64.rpm        1.9 MB/s |  62 kB     00:00    
#15 8.626 (47/430): less-590-6.el9.x86_64.rpm             4.3 MB/s | 162 kB     00:00    
#15 8.660 (48/430): libcbor-0.7.0-5.el9.x86_64.rpm        1.7 MB/s |  57 kB     00:00    
#15 8.779 (49/430): libdb-5.3.28-57.el9.x86_64.rpm        6.1 MB/s | 735 kB     00:00    
#15 8.795 (50/430): kbd-misc-2.4.0-11.el9.noarch.rpm      4.7 MB/s | 1.7 MB     00:00    
#15 8.811 (51/430): libbrotli-1.0.9-9.el9.x86_64.rpm      1.4 MB/s | 312 kB     00:00    
#15 8.817 (52/430): libeconf-0.4.1-7.el9.x86_64.rpm       1.2 MB/s |  26 kB     00:00    
#15 8.819 (53/430): libdrm-2.4.128-1.el9.x86_64.rpm       4.0 MB/s | 162 kB     00:00    
#15 8.850 (54/430): libfido2-1.13.0-2.el9.x86_64.rpm      3.2 MB/s |  99 kB     00:00    
#15 8.869 (55/430): libgudev-237-1.el9.x86_64.rpm         1.9 MB/s |  36 kB     00:00    
#15 8.872 (56/430): libedit-3.1-39.20210216cvs.el9.x86_64 1.7 MB/s | 104 kB     00:00    
#15 8.882 (57/430): libfdisk-2.37.4-25.el9.x86_64.rpm     2.3 MB/s | 152 kB     00:00    
#15 8.888 (58/430): libgusb-0.3.8-2.el9.x86_64.rpm        2.7 MB/s |  51 kB     00:00    
#15 8.905 (59/430): libpkgconf-1.7.3-10.el9.x86_64.rpm    2.2 MB/s |  36 kB     00:00    
#15 8.913 (60/430): libpciaccess-0.16-7.el9.x86_64.rpm    857 kB/s |  27 kB     00:00    
#15 8.941 (61/430): libpng-1.6.37-16.el9.x86_64.rpm       3.2 MB/s | 115 kB     00:00    
#15 8.963 (62/430): libproxy-0.4.15-35.el9.x86_64.rpm     1.5 MB/s |  74 kB     00:00    
#15 8.999 (63/430): libpsl-0.21.1-5.el9.x86_64.rpm        1.1 MB/s |  64 kB     00:00    
#15 9.013 (64/430): libpwquality-1.4.4-8.el9.x86_64.rpm   2.3 MB/s | 119 kB     00:00    
#15 9.054 (65/430): libtdb-1.4.14-1.el9.x86_64.rpm        1.3 MB/s |  53 kB     00:00    
#15 9.125 (66/430): libseccomp-2.5.2-2.el9.x86_64.rpm     573 kB/s |  72 kB     00:00    
#15 9.138 (67/430): libusbx-1.0.26-1.el9.x86_64.rpm       911 kB/s |  76 kB     00:00    
#15 9.174 (68/430): lksctp-tools-1.0.19-2.el9.x86_64.rpm  2.6 MB/s |  94 kB     00:00    
#15 9.190 (69/430): libutempter-1.2.1-6.el9.x86_64.rpm    415 kB/s |  27 kB     00:00    
#15 9.213 (70/430): mokutil-0.7.2-4.el9.x86_64.rpm        2.1 MB/s |  47 kB     00:00    
#15 9.268 (71/430): make-4.3-8.el9.x86_64.rpm             5.6 MB/s | 536 kB     00:00    
#15 9.309 (72/430): ncurses-6.2-12.20210508.el9.x86_64.rp 4.2 MB/s | 406 kB     00:00    
#15 9.399 (73/430): openssh-9.9p1-8.el9.x86_64.rpm        3.2 MB/s | 425 kB     00:00    
#15 9.475 (74/430): openssh-clients-9.9p1-8.el9.x86_64.rp 4.6 MB/s | 772 kB     00:00    
#15 9.594 (75/430): pam-1.5.1-29.el9.x86_64.rpm           5.2 MB/s | 624 kB     00:00    
#15 9.664 (76/430): openssl-3.5.5-3.el9.x86_64.rpm        5.6 MB/s | 1.5 MB     00:00    
#15 9.666 (77/430): pkgconf-1.7.3-10.el9.x86_64.rpm       575 kB/s |  41 kB     00:00    
#15 9.685 (78/430): pkgconf-m4-1.7.3-10.el9.noarch.rpm    754 kB/s |  15 kB     00:00    
#15 9.721 (79/430): pkgconf-pkg-config-1.7.3-10.el9.x86_6 200 kB/s |  11 kB     00:00    
#15 9.800 (80/430): polkit-0.117-16.el9.x86_64.rpm        1.3 MB/s | 154 kB     00:00    
#15 9.840 (81/430): polkit-pkla-compat-0.1-21.el9.x86_64. 1.2 MB/s |  47 kB     00:00    
#15 9.872 (82/430): publicsuffix-list-dafsa-20210518-3.el 1.8 MB/s |  58 kB     00:00    
#15 9.920 (83/430): rpm-sign-4.16.1.3-40.el9.x86_64.rpm   362 kB/s |  17 kB     00:00    
#15 10.06 (84/430): shared-mime-info-2.1-5.el9.x86_64.rpm 3.8 MB/s | 558 kB     00:00    
#15 10.23 (85/430): libicu-67.1-10.el9.x86_64.rpm         7.0 MB/s | 9.6 MB     00:01    
#15 10.42 (86/430): strace-6.12-1.el9.x86_64.rpm          4.3 MB/s | 1.5 MB     00:00    
#15 10.45 (87/430): systemd-pam-252-70.el9.x86_64.rpm     7.3 MB/s | 265 kB     00:00    
#15 10.46 (88/430): systemd-rpm-macros-252-70.el9.noarch. 5.1 MB/s |  52 kB     00:00    
#15 10.88 (89/430): polkit-libs-0.117-16.el9.x86_64.rpm   7.2 MB/s | 8.3 MB     00:01    
#15 10.95 (90/430): unzip-6.0-59.el9.x86_64.rpm           2.7 MB/s | 182 kB     00:00    
#15 11.03 (91/430): systemd-udev-252-70.el9.x86_64.rpm    3.6 MB/s | 2.0 MB     00:00    
#15 11.06 (92/430): systemd-252-70.el9.x86_64.rpm         5.1 MB/s | 4.2 MB     00:00    
#15 11.08 (93/430): which-2.21-30.el9.x86_64.rpm          1.8 MB/s |  41 kB     00:00    
#15 11.14 (94/430): xz-5.2.5-8.el9.x86_64.rpm             3.7 MB/s | 226 kB     00:00    
#15 11.15 (95/430): util-linux-core-2.37.4-25.el9.x86_64. 3.6 MB/s | 458 kB     00:00    
#15 11.19 (96/430): zip-3.0-35.el9.x86_64.rpm             6.0 MB/s | 266 kB     00:00    
#15 11.27 (97/430): zstd-1.5.5-1.el9.x86_64.rpm           3.8 MB/s | 464 kB     00:00    
#15 11.28 (98/430): abattis-cantarell-fonts-0.301-4.el9.n 3.7 MB/s | 365 kB     00:00    
#15 11.32 (99/430): util-linux-2.37.4-25.el9.x86_64.rpm   6.2 MB/s | 2.3 MB     00:00    
#15 11.37 (100/430): adobe-mappings-cmap-deprecated-20171 1.3 MB/s | 107 kB     00:00    
#15 11.42 (101/430): adobe-mappings-pdf-20180407-10.el9.n 5.9 MB/s | 646 kB     00:00    
#15 11.48 (102/430): adwaita-cursor-theme-40.1.1-3.el9.no 5.8 MB/s | 650 kB     00:00    
#15 11.59 (103/430): adobe-mappings-cmap-20171205-12.el9. 5.9 MB/s | 1.9 MB     00:00    
#15 11.60 (104/430): alsa-lib-1.2.15.3-1.el9.x86_64.rpm   4.4 MB/s | 544 kB     00:00    
#15 11.73 (105/430): asciidoc-9.1.0-3.el9.noarch.rpm      1.9 MB/s | 261 kB     00:00    
#15 11.84 (106/430): at-spi2-atk-2.38.0-4.el9.x86_64.rpm  826 kB/s |  87 kB     00:00    
#15 11.85 (107/430): annobin-13.14-1.el9.x86_64.rpm       3.0 MB/s | 785 kB     00:00    
#15 11.98 (108/430): atk-2.36.0-5.el9.x86_64.rpm          2.1 MB/s | 292 kB     00:00    
#15 12.03 (109/430): at-spi2-core-2.40.3-1.el9.x86_64.rpm 1.0 MB/s | 195 kB     00:00    
#15 12.16 (110/430): autoconf-2.69-41.el9.noarch.rpm      3.8 MB/s | 681 kB     00:00    
#15 12.23 (111/430): avahi-glib-0.8-24.el9.x86_64.rpm     182 kB/s |  13 kB     00:00    
#15 12.25 (112/430): automake-1.16.2-8.el9.noarch.rpm     3.1 MB/s | 689 kB     00:00    
#15 12.32 (113/430): boost-filesystem-1.75.0-14.el9.x86_6 752 kB/s |  55 kB     00:00    
#15 12.42 (114/430): bison-3.7.4-5.el9.x86_64.rpm         4.9 MB/s | 943 kB     00:00    
#15 12.43 (115/430): boost-regex-1.75.0-14.el9.x86_64.rpm 2.5 MB/s | 276 kB     00:00    
#15 12.44 (116/430): boost-system-1.75.0-14.el9.x86_64.rp 530 kB/s |  11 kB     00:00    
#15 12.48 (117/430): boost-thread-1.75.0-14.el9.x86_64.rp 1.1 MB/s |  53 kB     00:00    
#15 12.49 (118/430): byacc-2.0.20210109-4.el9.x86_64.rpm  2.0 MB/s |  89 kB     00:00    
#15 12.60 (119/430): cairo-gobject-1.17.4-7.el9.x86_64.rp 170 kB/s |  19 kB     00:00    
#15 12.67 (120/430): cairo-1.17.4-7.el9.x86_64.rpm        3.3 MB/s | 660 kB     00:00    
#15 12.73 (121/430): composefs-libs-1.0.8-1.el9.x86_64.rp 1.1 MB/s |  54 kB     00:00    
#15 12.76 (122/430): colord-libs-1.4.5-4.el9.x86_64.rpm   1.4 MB/s | 229 kB     00:00    
#15 12.78 (123/430): copy-jdk-configs-4.0-3.el9.noarch.rp 509 kB/s |  28 kB     00:00    
#15 12.93 (124/430): dconf-0.40.0-6.el9.x86_64.rpm        788 kB/s | 113 kB     00:00    
#15 12.97 (125/430): debugedit-5.0-11.el9.x86_64.rpm      1.7 MB/s |  77 kB     00:00    
#15 13.10 (126/430): adwaita-icon-theme-40.1.1-3.el9.noar 7.1 MB/s |  12 MB     00:01    
#15 13.10 (127/430): diffstat-1.64-6.el9.x86_64.rpm       344 kB/s |  44 kB     00:00    
#15 13.22 (128/430): docbook-dtds-1.0-79.el9.noarch.rpm   3.0 MB/s | 361 kB     00:00    
#15 13.28 (129/430): dwz-0.16-1.el9.x86_64.rpm            2.1 MB/s | 134 kB     00:00    
#15 13.43 (130/430): docbook-style-xsl-1.79.2-16.el9.noar 5.0 MB/s | 1.6 MB     00:00    
#15 13.50 (131/430): efi-srpm-macros-6-4.el9.noarch.rpm   272 kB/s |  21 kB     00:00    
#15 13.53 (132/430): elfutils-devel-0.195-1.el9.x86_64.rp 1.7 MB/s |  50 kB     00:00    
#15 13.58 (133/430): elfutils-libelf-devel-0.195-1.el9.x8 2.9 MB/s | 125 kB     00:00    
#15 13.64 (134/430): dyninst-13.0.0-1.el9.x86_64.rpm       11 MB/s | 3.7 MB     00:00    
#15 13.65 (135/430): emacs-filesystem-27.2-18.el9.noarch. 134 kB/s | 9.2 kB     00:00    
#15 13.74 (136/430): exempi-2.6.0-0.2.20211007gite23c213. 4.8 MB/s | 525 kB     00:00    
#15 13.81 (137/430): exiv2-0.27.5-2.el9.x86_64.rpm        5.8 MB/s | 980 kB     00:00    
#15 13.85 (138/430): exiv2-libs-0.27.5-2.el9.x86_64.rpm   7.4 MB/s | 781 kB     00:00    
#15 13.89 (139/430): fdk-aac-free-2.0.0-8.el9.x86_64.rpm  4.0 MB/s | 325 kB     00:00    
#15 13.97 (140/430): flac-libs-1.3.3-12.el9.x86_64.rpm    2.6 MB/s | 218 kB     00:00    
#15 14.02 (141/430): fftw-libs-single-3.3.8-14.el9.x86_64 5.2 MB/s | 935 kB     00:00    
#15 14.10 (142/430): flatpak-session-helper-1.12.9-5.el9. 1.0 MB/s |  72 kB     00:00    
#15 14.20 (143/430): flatpak-1.12.9-5.el9.x86_64.rpm      7.6 MB/s | 1.7 MB     00:00    
#15 14.21 (144/430): flex-2.6.4-9.el9.x86_64.rpm          2.7 MB/s | 313 kB     00:00    
#15 14.25 (145/430): fonts-srpm-macros-2.0.5-7.el9.1.noar 679 kB/s |  28 kB     00:00    
#15 14.30 (146/430): fontconfig-2.14.0-2.el9.x86_64.rpm   2.8 MB/s | 297 kB     00:00    
#15 14.40 (147/430): cpp-11.5.0-14.el9.x86_64.rpm         6.5 MB/s |  11 MB     00:01    
#15 14.40 (148/430): fribidi-1.0.10-6.el9.2.x86_64.rpm    561 kB/s |  85 kB     00:00    
#15 14.46 (149/430): gcc-plugin-annobin-11.5.0-14.el9.x86 710 kB/s |  37 kB     00:00    
#15 14.49 (150/430): gd-2.3.2-3.el9.x86_64.rpm            4.0 MB/s | 132 kB     00:00    
#15 14.54 (151/430): gdb-16.3-3.el9.x86_64.rpm            2.7 MB/s | 147 kB     00:00    
#15 15.21 (152/430): gdb-headless-16.3-3.el9.x86_64.rpm   7.6 MB/s | 5.1 MB     00:00    
#15 15.36 (153/430): gdk-pixbuf2-2.42.6-7.el9.x86_64.rpm  3.3 MB/s | 491 kB     00:00    
#15 15.48 (154/430): gdk-pixbuf2-modules-2.42.6-7.el9.x86 756 kB/s |  87 kB     00:00    
#15 15.51 (155/430): geoclue2-2.6.0-7.el9.x86_64.rpm      4.0 MB/s | 124 kB     00:00    
#15 15.61 (156/430): gettext-common-devel-0.21-8.el9.noar 3.9 MB/s | 406 kB     00:00    
#15 15.69 (157/430): gettext-devel-0.21-8.el9.x86_64.rpm  2.7 MB/s | 213 kB     00:00    
#15 15.73 (158/430): ghc-srpm-macros-1.5.0-6.el9.noarch.r 221 kB/s | 8.8 kB     00:00    
#15 15.78 (159/430): giflib-5.2.1-9.el9.x86_64.rpm        989 kB/s |  49 kB     00:00    
#15 15.82 (160/430): git-2.52.0-1.el9.x86_64.rpm          1.0 MB/s |  39 kB     00:00    
#15 16.01 (161/430): gcc-c++-11.5.0-14.el9.x86_64.rpm     8.0 MB/s |  13 MB     00:01    
#15 16.36 (162/430): git-core-doc-2.52.0-1.el9.noarch.rpm 9.1 MB/s | 3.1 MB     00:00    
#15 16.48 (163/430): glibc-devel-2.34-270.el9.x86_64.rpm  314 kB/s |  39 kB     00:00    
#15 16.54 (164/430): git-core-2.52.0-1.el9.x86_64.rpm     7.1 MB/s | 5.0 MB     00:00    
#15 16.58 (165/430): go-srpm-macros-3.8.1-1.el9.noarch.rp 596 kB/s |  27 kB     00:00    
#15 16.61 (166/430): glibc-headers-2.34-270.el9.x86_64.rp 4.3 MB/s | 548 kB     00:00    
#15 16.67 (167/430): graphene-1.10.6-2.el9.x86_64.rpm     1.1 MB/s |  64 kB     00:00    
#15 17.03 (168/430): google-droid-sans-fonts-20200215-11. 6.0 MB/s | 2.7 MB     00:00    
#15 17.15 (169/430): graphviz-2.44.0-26.el9.x86_64.rpm    6.9 MB/s | 3.3 MB     00:00    
#15 17.16 (170/430): gsm-1.0.19-6.el9.x86_64.rpm          266 kB/s |  34 kB     00:00    
#15 17.40 (171/430): gstreamer1-1.22.12-3.el9.x86_64.rpm  5.9 MB/s | 1.4 MB     00:00    
#15 17.45 (172/430): gtk-update-icon-cache-3.24.31-8.el9. 653 kB/s |  33 kB     00:00    
#15 17.68 (173/430): gstreamer1-plugins-base-1.22.12-8.el 4.3 MB/s | 2.2 MB     00:00    
#15 17.94 (174/430): gtk2-2.24.33-8.el9.x86_64.rpm        7.2 MB/s | 3.5 MB     00:00    
#15 18.07 (175/430): hicolor-icon-theme-0.17-13.el9.noarc 1.6 MB/s | 219 kB     00:00    
#15 18.15 (176/430): intltool-0.51.0-20.el9.noarch.rpm    670 kB/s |  56 kB     00:00    
#15 18.47 (177/430): gtk3-3.24.31-8.el9.x86_64.rpm        6.2 MB/s | 4.9 MB     00:00    
#15 18.68 (178/430): gcc-11.5.0-14.el9.x86_64.rpm         7.4 MB/s |  32 MB     00:04    
#15 18.78 (179/430): javapackages-filesystem-6.4.0-1.el9. 142 kB/s |  13 kB     00:00    
#15 18.83 (180/430): jbig2dec-libs-0.19-7.el9.x86_64.rpm  1.3 MB/s |  73 kB     00:00    
#15 18.86 (181/430): iso-codes-4.6.0-3.el9.noarch.rpm     5.0 MB/s | 3.5 MB     00:00    
#15 18.98 (182/430): jna-5.6.0-8.el9.x86_64.rpm           2.3 MB/s | 270 kB     00:00    
#15 18.98 (183/430): jbigkit-libs-2.1-23.el9.x86_64.rpm   352 kB/s |  53 kB     00:00    
#15 19.08 (184/430): kernel-srpm-macros-1.0-14.el9.noarch 151 kB/s |  14 kB     00:00    
#15 19.17 (185/430): lcms2-2.12-3.el9.x86_64.rpm          1.8 MB/s | 168 kB     00:00    
#15 19.22 (186/430): libICE-1.0.10-8.el9.x86_64.rpm       1.4 MB/s |  71 kB     00:00    
#15 19.32 (187/430): kernel-headers-5.14.0-710.el9.x86_64 6.0 MB/s | 2.0 MB     00:00    
#15 19.32 (188/430): libSM-1.2.3-10.el9.x86_64.rpm        412 kB/s |  42 kB     00:00    
#15 19.40 (189/430): libX11-common-1.8.12-1.el9.noarch.rp 2.6 MB/s | 197 kB     00:00    
#15 19.44 (190/430): libX11-1.8.12-1.el9.x86_64.rpm       5.4 MB/s | 648 kB     00:00    
#15 19.47 (191/430): libX11-xcb-1.8.12-1.el9.x86_64.rpm   152 kB/s |  10 kB     00:00    
#15 19.54 (192/430): libXau-1.0.9-8.el9.x86_64.rpm        328 kB/s |  31 kB     00:00    
#15 19.57 (193/430): libXcomposite-0.4.5-7.el9.x86_64.rpm 777 kB/s |  24 kB     00:00    
#15 19.59 (194/430): libXaw-1.0.13-19.el9.x86_64.rpm      1.6 MB/s | 198 kB     00:00    
#15 19.64 (195/430): libXcursor-1.2.0-7.el9.x86_64.rpm    416 kB/s |  31 kB     00:00    
#15 19.65 (196/430): libXdamage-1.1.5-7.el9.x86_64.rpm    346 kB/s |  23 kB     00:00    
#15 19.66 (197/430): libXext-1.3.4-8.el9.x86_64.rpm       1.9 MB/s |  40 kB     00:00    
#15 19.67 (198/430): libXfixes-5.0.3-16.el9.x86_64.rpm    1.2 MB/s |  20 kB     00:00    
#15 19.76 (199/430): libXft-2.3.3-8.el9.x86_64.rpm        693 kB/s |  62 kB     00:00    
#15 19.77 (200/430): libXi-1.7.10-8.el9.x86_64.rpm        413 kB/s |  40 kB     00:00    
#15 19.81 (201/430): libXinerama-1.1.4-10.el9.x86_64.rpm  305 kB/s |  15 kB     00:00    
#15 19.91 (202/430): libXpm-3.5.13-10.el9.x86_64.rpm      554 kB/s |  59 kB     00:00    
#15 19.94 (203/430): libXmu-1.1.3-8.el9.x86_64.rpm        439 kB/s |  75 kB     00:00    
#15 19.94 (204/430): libXrandr-1.5.2-8.el9.x86_64.rpm     993 kB/s |  28 kB     00:00    
#15 20.06 (205/430): libXrender-0.9.10-16.el9.x86_64.rpm  235 kB/s |  28 kB     00:00    
#15 20.06 (206/430): libXt-1.2.0-6.el9.x86_64.rpm         1.5 MB/s | 180 kB     00:00    
#15 20.10 (207/430): libXv-1.0.11-16.el9.x86_64.rpm       470 kB/s |  19 kB     00:00    
#15 20.13 (208/430): libXtst-1.2.3-16.el9.x86_64.rpm      314 kB/s |  21 kB     00:00    
#15 20.13 (209/430): libXxf86vm-1.1.4-18.el9.x86_64.rpm   688 kB/s |  19 kB     00:00    
#15 20.17 (210/430): libasyncns-0.8-22.el9.x86_64.rpm     769 kB/s |  30 kB     00:00    
#15 20.22 (211/430): libappstream-glib-0.7.18-5.el9.x86_6 4.0 MB/s | 395 kB     00:00    
#15 20.26 (212/430): libbabeltrace-1.5.8-10.el9.x86_64.rp 2.0 MB/s | 190 kB     00:00    
#15 20.30 (213/430): libcanberra-0.30-27.el9.x86_64.rpm   1.1 MB/s |  86 kB     00:00    
#15 20.34 (214/430): libcanberra-gtk3-0.30-27.el9.x86_64. 841 kB/s |  32 kB     00:00    
#15 20.36 (215/430): libcanberra-gtk2-0.30-27.el9.x86_64. 272 kB/s |  26 kB     00:00    
#15 20.42 (216/430): libdatrie-0.2.13-4.el9.x86_64.rpm    416 kB/s |  33 kB     00:00    
#15 20.52 (217/430): libepoxy-1.5.5-4.el9.x86_64.rpm      1.5 MB/s | 241 kB     00:00    
#15 20.56 (218/430): libfontenc-1.1.3-17.el9.x86_64.rpm   790 kB/s |  31 kB     00:00    
#15 20.56 (219/430): libexif-0.6.22-7.el9.x86_64.rpm      2.9 MB/s | 428 kB     00:00    
#15 20.59 (220/430): libgexiv2-0.14.3-1.el9.x86_64.rpm    3.3 MB/s |  94 kB     00:00    
#15 20.61 (221/430): libglvnd-1.3.4-1.el9.x86_64.rpm      2.7 MB/s | 135 kB     00:00    
#15 20.65 (222/430): libglvnd-egl-1.3.4-1.el9.x86_64.rpm  595 kB/s |  37 kB     00:00    
#15 20.72 (223/430): libglvnd-glx-1.3.4-1.el9.x86_64.rpm  1.3 MB/s | 142 kB     00:00    
#15 20.84 (224/430): libgsf-1.14.47-5.el9.x86_64.rpm      2.1 MB/s | 256 kB     00:00    
#15 20.89 (225/430): libgxps-0.3.2-3.el9.x86_64.rpm       1.4 MB/s |  79 kB     00:00    
#15 20.96 (226/430): libijs-0.35-15.el9.x86_64.rpm        443 kB/s |  30 kB     00:00    
#15 20.99 (227/430): libipt-2.0.4-3.el9.x86_64.rpm        2.5 MB/s |  57 kB     00:00    
#15 21.02 (228/430): libiptcdata-1.0.5-10.el9.x86_64.rpm  2.0 MB/s |  61 kB     00:00    
#15 21.05 (229/430): libjpeg-turbo-2.0.90-7.el9.x86_64.rp 5.1 MB/s | 175 kB     00:00    
#15 21.09 (230/430): libldac-2.0.2.3-10.el9.x86_64.rpm    1.3 MB/s |  41 kB     00:00    
#15 21.13 (231/430): libmpc-1.2.1-4.el9.x86_64.rpm        1.3 MB/s |  62 kB     00:00    
#15 21.15 (232/430): libnotify-0.7.9-8.el9.x86_64.rpm     2.5 MB/s |  44 kB     00:00    
#15 21.20 (233/430): libgs-9.54.0-19.el9.x86_64.rpm       5.8 MB/s | 3.2 MB     00:00    
#15 21.22 (234/430): libogg-1.3.4-6.el9.x86_64.rpm        491 kB/s |  34 kB     00:00    
#15 21.27 (235/430): libpaper-1.1.28-4.el9.x86_64.rpm     937 kB/s |  45 kB     00:00    
#15 21.28 (236/430): libosinfo-1.10.0-1.el9.x86_64.rpm    4.2 MB/s | 319 kB     00:00    
#15 21.34 (237/430): libproxy-webkitgtk4-0.4.15-35.el9.x8 312 kB/s |  22 kB     00:00    
#15 21.46 (238/430): libsbc-1.4-10.el9.x86_64.rpm         357 kB/s |  43 kB     00:00    
#15 21.52 (239/430): libsndfile-1.0.31-10.el9.x86_64.rpm  3.2 MB/s | 205 kB     00:00    
#15 21.64 (240/430): libsoup-2.72.0-17.el9.x86_64.rpm     3.3 MB/s | 404 kB     00:00    
#15 21.77 (241/430): librsvg2-2.50.7-3.el9.x86_64.rpm     6.6 MB/s | 3.2 MB     00:00    
#15 21.84 (242/430): libstemmer-0-18.585svn.el9.x86_64.rp 1.2 MB/s |  83 kB     00:00    
#15 21.88 (243/430): libthai-0.1.28-8.el9.x86_64.rpm      4.7 MB/s | 208 kB     00:00    
#15 21.98 (244/430): libtheora-1.1.1-31.el9.x86_64.rpm    1.7 MB/s | 164 kB     00:00    
#15 22.08 (245/430): libstdc++-devel-11.5.0-14.el9.x86_64 5.5 MB/s | 2.4 MB     00:00    
#15 22.28 (246/430): java-1.8.0-openjdk-headless-1.8.0.48 8.7 MB/s |  33 MB     00:03    
#15 22.29 (247/430): libtiff-4.4.0-18.el9.x86_64.rpm      629 kB/s | 196 kB     00:00    
#15 22.34 (248/430): libtool-2.4.6-46.el9.x86_64.rpm      2.2 MB/s | 581 kB     00:00    
#15 22.38 (249/430): libvorbis-1.3.7-5.el9.x86_64.rpm     2.2 MB/s | 193 kB     00:00    
#15 22.39 (250/430): libwayland-cursor-1.21.0-1.el9.x86_6 1.2 MB/s |  19 kB     00:00    
#15 22.40 (251/430): libwayland-client-1.21.0-1.el9.x86_6 576 kB/s |  33 kB     00:00    
#15 22.44 (252/430): libwayland-egl-1.21.0-1.el9.x86_64.r 271 kB/s |  13 kB     00:00    
#15 22.46 (253/430): libtracker-sparql-3.1.2-3.el9.x86_64 1.8 MB/s | 324 kB     00:00    
#15 22.48 (254/430): libxcb-1.13.1-9.el9.x86_64.rpm       6.1 MB/s | 243 kB     00:00    
#15 22.51 (255/430): libxkbcommon-1.0.3-4.el9.x86_64.rpm  5.0 MB/s | 133 kB     00:00    
#15 22.52 (256/430): libxshmfence-1.3-10.el9.x86_64.rpm   1.0 MB/s |  13 kB     00:00    
#15 22.52 (257/430): libxcrypt-devel-4.4.18-3.el9.x86_64. 456 kB/s |  29 kB     00:00    
#15 22.52 (258/430): libwebp-1.2.0-8.el9.x86_64.rpm       2.2 MB/s | 277 kB     00:00    
#15 22.61 (259/430): llvm-filesystem-22.1.3-1.el9.x86_64. 153 kB/s |  13 kB     00:00    
#15 22.66 (260/430): libzstd-devel-1.5.5-1.el9.x86_64.rpm 357 kB/s |  51 kB     00:00    
#15 22.68 (261/430): low-memory-monitor-2.1-4.el9.x86_64. 2.1 MB/s |  36 kB     00:00    
#15 22.70 (262/430): libxslt-1.1.34-16.el9.x86_64.rpm     1.3 MB/s | 241 kB     00:00    
#15 22.84 (263/430): ltrace-0.7.91-43.el9.x86_64.rpm      899 kB/s | 138 kB     00:00    
#15 22.87 (264/430): lua-5.4.4-4.el9.x86_64.rpm           1.1 MB/s | 188 kB     00:00    
#15 22.94 (265/430): lua-srpm-macros-1-6.el9.noarch.rpm   147 kB/s | 9.5 kB     00:00    
#15 22.96 (266/430): lua-posix-35.0-8.el9.x86_64.rpm      1.2 MB/s | 151 kB     00:00    
#15 23.07 (267/430): m4-1.4.19-1.el9.x86_64.rpm           2.2 MB/s | 300 kB     00:00    
#15 23.25 (268/430): mesa-filesystem-25.2.7-4.el9.x86_64.  62 kB/s |  11 kB     00:00    
#15 23.32 (269/430): mesa-libEGL-25.2.7-4.el9.x86_64.rpm  2.0 MB/s | 126 kB     00:00    
#15 23.41 (270/430): mesa-libGL-25.2.7-4.el9.x86_64.rpm   1.3 MB/s | 117 kB     00:00    
#15 23.43 (271/430): mesa-libgbm-25.2.7-4.el9.x86_64.rpm  951 kB/s |  17 kB     00:00    
#15 23.46 (272/430): mkfontscale-1.2.1-3.el9.x86_64.rpm   926 kB/s |  32 kB     00:00    
#15 23.56 (273/430): nspr-4.36.0-8.el9.x86_64.rpm         1.3 MB/s | 133 kB     00:00    
#15 23.76 (274/430): nss-3.112.0-8.el9.x86_64.rpm         3.7 MB/s | 723 kB     00:00    
#15 23.84 (275/430): nss-softokn-3.112.0-8.el9.x86_64.rpm 4.9 MB/s | 400 kB     00:00    
#15 23.92 (276/430): nss-softokn-freebl-3.112.0-8.el9.x86 5.1 MB/s | 415 kB     00:00    
#15 23.95 (277/430): nss-sysinit-3.112.0-8.el9.x86_64.rpm 627 kB/s |  18 kB     00:00    
#15 24.05 (278/430): nss-tools-3.112.0-8.el9.x86_64.rpm   4.5 MB/s | 446 kB     00:00    
#15 24.10 (279/430): nss-util-3.112.0-8.el9.x86_64.rpm    1.7 MB/s |  89 kB     00:00    
#15 24.11 (280/430): ocaml-srpm-macros-6-6.el9.noarch.rpm 577 kB/s | 8.8 kB     00:00    
#15 24.17 (281/430): openblas-srpm-macros-2-11.el9.noarch 153 kB/s | 8.4 kB     00:00    
#15 24.28 (282/430): openjpeg2-2.4.0-8.el9.x86_64.rpm     1.4 MB/s | 162 kB     00:00    
#15 24.35 (283/430): opus-1.3.1-10.el9.x86_64.rpm         2.8 MB/s | 200 kB     00:00    
#15 24.42 (284/430): orc-0.4.31-8.el9.x86_64.rpm          2.5 MB/s | 183 kB     00:00    
#15 24.50 (285/430): osinfo-db-20250606-2.el9.noarch.rpm  7.4 MB/s | 564 kB     00:00    
#15 24.56 (286/430): osinfo-db-tools-1.10.0-1.el9.x86_64. 1.1 MB/s |  74 kB     00:00    
#15 24.68 (287/430): mesa-dri-drivers-25.2.7-4.el9.x86_64 5.4 MB/s | 9.3 MB     00:01    
#15 24.73 (288/430): p11-kit-server-0.26.2-1.el9.x86_64.r 437 kB/s |  21 kB     00:00    
#15 24.77 (289/430): ostree-libs-2026.1-1.el9.x86_64.rpm  2.3 MB/s | 485 kB     00:00    
#15 24.82 (290/430): patch-2.7.6-16.el9.x86_64.rpm        2.8 MB/s | 128 kB     00:00    
#15 24.82 (291/430): pango-1.48.7-4.el9.x86_64.rpm        3.3 MB/s | 304 kB     00:00    
#15 24.85 (292/430): patchutils-0.4.2-7.el9.x86_64.rpm    3.8 MB/s | 107 kB     00:00    
#15 24.85 (293/430): perl-AutoLoader-5.74-483.el9.noarch. 812 kB/s |  21 kB     00:00    
#15 24.90 (294/430): perl-Carp-1.50-460.el9.noarch.rpm    698 kB/s |  30 kB     00:00    
#15 24.92 (295/430): perl-B-1.80-483.el9.x86_64.rpm       2.3 MB/s | 180 kB     00:00    
#15 24.93 (296/430): perl-Class-Struct-0.66-483.el9.noarc 701 kB/s |  22 kB     00:00    
#15 24.96 (297/430): perl-Data-Dumper-2.174-462.el9.x86_6 1.5 MB/s |  56 kB     00:00    
#15 24.98 (298/430): perl-Digest-1.19-4.el9.noarch.rpm    469 kB/s |  26 kB     00:00    
#15 25.00 (299/430): perl-DynaLoader-1.47-483.el9.x86_64. 1.8 MB/s |  25 kB     00:00    
#15 25.02 (300/430): perl-Digest-MD5-2.58-4.el9.x86_64.rp 635 kB/s |  37 kB     00:00    
#15 25.12 (301/430): perl-Errno-1.30-483.el9.x86_64.rpm   155 kB/s |  15 kB     00:00    
#15 25.20 (302/430): perl-Error-0.17029-7.el9.noarch.rpm  514 kB/s |  42 kB     00:00    
#15 25.23 (303/430): perl-Exporter-5.74-461.el9.noarch.rp 984 kB/s |  32 kB     00:00    
#15 25.25 (304/430): perl-Fcntl-1.13-483.el9.x86_64.rpm   990 kB/s |  20 kB     00:00    
#15 25.30 (305/430): perl-Fedora-VSP-0.001-23.el9.noarch. 536 kB/s |  24 kB     00:00    
#15 25.32 (306/430): perl-Encode-3.08-462.el9.x86_64.rpm  5.3 MB/s | 1.7 MB     00:00    
#15 25.34 (307/430): perl-File-Basename-2.85-483.el9.noar 391 kB/s |  17 kB     00:00    
#15 25.35 (308/430): perl-File-Compare-1.100.600-483.el9. 462 kB/s |  13 kB     00:00    
#15 25.36 (309/430): perl-File-Copy-2.34-483.el9.noarch.r 1.4 MB/s |  20 kB     00:00    
#15 25.36 (310/430): perl-File-Find-1.37-483.el9.noarch.r 1.9 MB/s |  25 kB     00:00    
#15 25.37 (311/430): perl-File-Path-2.18-4.el9.noarch.rpm 3.8 MB/s |  36 kB     00:00    
#15 25.38 (312/430): perl-File-stat-1.09-483.el9.noarch.r 1.9 MB/s |  17 kB     00:00    
#15 25.39 (313/430): perl-File-Temp-0.231.100-4.el9.noarc 2.4 MB/s |  60 kB     00:00    
#15 25.39 (314/430): perl-FileHandle-2.03-483.el9.noarch. 1.4 MB/s |  15 kB     00:00    
#15 25.40 (315/430): perl-Getopt-Long-2.52-4.el9.noarch.r 6.4 MB/s |  61 kB     00:00    
#15 25.41 (316/430): perl-Git-2.52.0-1.el9.noarch.rpm     2.7 MB/s |  37 kB     00:00    
#15 25.42 (317/430): perl-HTTP-Tiny-0.076-462.el9.noarch. 5.9 MB/s |  54 kB     00:00    
#15 25.44 (318/430): perl-Getopt-Std-1.12-483.el9.noarch. 303 kB/s |  15 kB     00:00    
#15 25.45 (319/430): perl-IO-Socket-IP-0.41-5.el9.noarch. 4.0 MB/s |  43 kB     00:00    
#15 25.47 (320/430): perl-IO-1.43-483.el9.x86_64.rpm      2.0 MB/s |  88 kB     00:00    
#15 25.51 (321/430): perl-IO-Socket-SSL-2.073-2.el9.noarc 3.5 MB/s | 217 kB     00:00    
#15 25.53 (322/430): perl-IPC-Open3-1.21-483.el9.noarch.r 357 kB/s |  22 kB     00:00    
#15 25.55 (323/430): perl-Mozilla-CA-20200520-6.el9.noarc 625 kB/s |  13 kB     00:00    
#15 25.60 (324/430): perl-NDBM_File-1.15-483.el9.x86_64.r 475 kB/s |  22 kB     00:00    
#15 25.61 (325/430): perl-MIME-Base64-3.16-4.el9.x86_64.r 310 kB/s |  31 kB     00:00    
#15 25.68 (326/430): perl-POSIX-1.94-483.el9.x86_64.rpm   1.4 MB/s |  96 kB     00:00    
#15 25.75 (327/430): perl-PathTools-3.78-461.el9.x86_64.r 1.3 MB/s |  88 kB     00:00    
#15 25.77 (328/430): perl-Pod-Escapes-1.07-460.el9.noarch 953 kB/s |  21 kB     00:00    
#15 25.80 (329/430): perl-Net-SSLeay-1.94-4.el9.x86_64.rp 2.0 MB/s | 412 kB     00:00    
#15 25.80 (330/430): perl-Pod-Perldoc-3.28.01-461.el9.noa 3.2 MB/s |  87 kB     00:00    
#15 25.82 (331/430): perl-Pod-Usage-2.01-4.el9.noarch.rpm 2.4 MB/s |  41 kB     00:00    
#15 25.85 (332/430): perl-Pod-Simple-3.42-4.el9.noarch.rp 4.8 MB/s | 225 kB     00:00    
#15 25.88 (333/430): perl-SelectSaver-1.02-483.el9.noarch 307 kB/s |  11 kB     00:00    
#15 25.89 (334/430): perl-Scalar-List-Utils-1.56-462.el9. 1.0 MB/s |  71 kB     00:00    
#15 25.92 (335/430): perl-Socket-2.031-4.el9.x86_64.rpm   1.6 MB/s |  56 kB     00:00    
#15 25.94 (336/430): perl-Symbol-1.08-483.el9.noarch.rpm  595 kB/s |  14 kB     00:00    
#15 25.96 (337/430): perl-Storable-3.21-460.el9.x86_64.rp 1.3 MB/s |  96 kB     00:00    
#15 25.97 (338/430): perl-Term-Cap-1.17-460.el9.noarch.rp 2.3 MB/s |  23 kB     00:00    
#15 25.98 (339/430): perl-Term-ANSIColor-5.01-461.el9.noa 1.3 MB/s |  49 kB     00:00    
#15 25.99 (340/430): perl-Text-ParseWords-3.30-460.el9.no 2.1 MB/s |  17 kB     00:00    
#15 26.00 (341/430): perl-TermReadKey-2.38-11.el9.x86_64. 1.1 MB/s |  37 kB     00:00    
#15 26.00 (342/430): perl-Text-Tabs+Wrap-2013.0523-460.el 1.6 MB/s |  24 kB     00:00    
#15 26.02 (343/430): perl-Time-Local-1.300-7.el9.noarch.r 2.0 MB/s |  34 kB     00:00    
#15 26.02 (344/430): perl-Thread-Queue-3.14-460.el9.noarc 1.0 MB/s |  22 kB     00:00    
#15 26.11 (345/430): perl-URI-5.09-3.el9.noarch.rpm       1.3 MB/s | 121 kB     00:00    
#15 26.12 (346/430): perl-XML-Parser-2.46-10.el9.x86_64.r 2.4 MB/s | 238 kB     00:00    
#15 26.16 (347/430): perl-constant-1.33-461.el9.noarch.rp 604 kB/s |  24 kB     00:00    
#15 26.17 (348/430): perl-base-2.27-483.el9.noarch.rpm    293 kB/s |  16 kB     00:00    
#15 26.18 (349/430): perl-generators-1.13-1.el9.noarch.rp 767 kB/s |  16 kB     00:00    
#15 26.22 (350/430): perl-if-0.60.800-483.el9.noarch.rpm  279 kB/s |  14 kB     00:00    
#15 26.24 (351/430): perl-interpreter-5.32.1-483.el9.x86_ 1.3 MB/s |  70 kB     00:00    
#15 26.25 (352/430): perl-lib-0.65-483.el9.x86_64.rpm     478 kB/s |  15 kB     00:00    
#15 26.27 (353/430): perl-libnet-3.13-4.el9.noarch.rpm    4.2 MB/s | 130 kB     00:00    
#15 26.30 (354/430): perl-locale-1.09-483.el9.noarch.rpm  460 kB/s |  13 kB     00:00    
#15 26.35 (355/430): perl-macros-5.32.1-483.el9.noarch.rp 221 kB/s |  10 kB     00:00    
#15 26.38 (356/430): perl-mro-1.23-483.el9.x86_64.rpm     901 kB/s |  28 kB     00:00    
#15 26.43 (357/430): perl-overload-1.31-483.el9.noarch.rp 971 kB/s |  45 kB     00:00    
#15 26.49 (358/430): perl-overloading-0.02-483.el9.noarch 199 kB/s |  12 kB     00:00    
#15 26.51 (359/430): perl-parent-0.238-460.el9.noarch.rpm 981 kB/s |  15 kB     00:00    
#15 26.57 (360/430): perl-podlators-4.14-460.el9.noarch.r 1.8 MB/s | 114 kB     00:00    
#15 26.59 (361/430): perl-srpm-macros-1-41.el9.noarch.rpm 439 kB/s | 9.1 kB     00:00    
#15 26.70 (362/430): perl-libs-5.32.1-483.el9.x86_64.rpm  4.9 MB/s | 2.2 MB     00:00    
#15 26.70 (363/430): perl-subs-1.03-483.el9.noarch.rpm    106 kB/s |  11 kB     00:00    
#15 26.76 (364/430): perl-threads-shared-1.61-460.el9.x86 805 kB/s |  45 kB     00:00    
#15 26.76 (365/430): perl-threads-2.25-460.el9.x86_64.rpm 952 kB/s |  58 kB     00:00    
#15 26.77 (366/430): perl-vars-1.05-483.el9.noarch.rpm    960 kB/s |  13 kB     00:00    
#15 26.83 (367/430): perl-version-0.99.28-4.el9.x86_64.rp 901 kB/s |  63 kB     00:00    
#15 26.90 (368/430): pesign-115-6.el9.x86_64.rpm          1.3 MB/s | 175 kB     00:00    
#15 26.91 (369/430): pipewire-1.4.11-1.el9.x86_64.rpm     1.7 MB/s | 130 kB     00:00    
#15 26.96 (370/430): pipewire-jack-audio-connection-kit-1 145 kB/s | 7.5 kB     00:00    
#15 26.99 (371/430): pipewire-alsa-1.4.11-1.el9.x86_64.rp 687 kB/s |  66 kB     00:00    
#15 27.02 (372/430): pipewire-jack-audio-connection-kit-l 2.4 MB/s | 151 kB     00:00    
#15 27.16 (373/430): pipewire-pulseaudio-1.4.11-1.el9.x86 1.5 MB/s | 209 kB     00:00    
#15 27.24 (374/430): pixman-0.40.0-6.el9.x86_64.rpm       3.4 MB/s | 269 kB     00:00    
#15 27.42 (375/430): pipewire-libs-1.4.11-1.el9.x86_64.rp 6.0 MB/s | 2.5 MB     00:00    
#15 27.43 (376/430): poppler-21.01.0-25.el9.x86_64.rpm    5.3 MB/s | 1.1 MB     00:00    
#15 27.51 (377/430): poppler-glib-21.01.0-25.el9.x86_64.r 2.1 MB/s | 151 kB     00:00    
#15 27.74 (378/430): poppler-data-0.4.9-9.el9.noarch.rpm  5.8 MB/s | 1.9 MB     00:00    
#15 27.75 (379/430): pulseaudio-libs-15.0-3.el9.x86_64.rp 2.7 MB/s | 676 kB     00:00    
#15 27.77 (380/430): pyproject-srpm-macros-1.18.5-1.el9.n 517 kB/s |  12 kB     00:00    
#15 27.81 (381/430): python-srpm-macros-3.9-54.el9.noarch 295 kB/s |  18 kB     00:00    
#15 27.86 (382/430): qt5-srpm-macros-5.15.9-1.el9.noarch.  97 kB/s | 8.8 kB     00:00    
#15 27.87 (383/430): redhat-rpm-config-210-1.el9.noarch.r 1.3 MB/s |  70 kB     00:00    
#15 27.96 (384/430): rtkit-0.11-29.el9.x86_64.rpm         586 kB/s |  56 kB     00:00    
#15 27.99 (385/430): rpm-build-4.16.1.3-40.el9.x86_64.rpm 491 kB/s |  66 kB     00:00    
#15 28.03 (386/430): rust-srpm-macros-17-4.el9.noarch.rpm 167 kB/s |  10 kB     00:00    
#15 28.12 (387/430): sgml-common-0.6.3-58.el9.noarch.rpm  464 kB/s |  60 kB     00:00    
#15 28.22 (388/430): sound-theme-freedesktop-0.8-17.el9.n 1.9 MB/s | 383 kB     00:00    
#15 28.34 (389/430): source-highlight-3.1.9-12.el9.x86_64 3.1 MB/s | 681 kB     00:00    
#15 28.41 (390/430): systemtap-5.5-1.el9.x86_64.rpm        68 kB/s | 4.9 kB     00:00    
#15 28.56 (391/430): spirv-tools-libs-2026.1-1.el9.x86_64 4.7 MB/s | 1.6 MB     00:00    
#15 29.03 (392/430): systemtap-devel-5.5-1.el9.x86_64.rpm 5.2 MB/s | 2.4 MB     00:00    
#15 29.17 (393/430): systemtap-runtime-5.5-1.el9.x86_64.r 3.4 MB/s | 457 kB     00:00    
#15 29.20 (394/430): systemtap-client-5.5-1.el9.x86_64.rp 5.2 MB/s | 4.1 MB     00:00    
#15 29.30 (395/430): tbb-2020.3-9.el9.x86_64.rpm          1.2 MB/s | 168 kB     00:00    
#15 29.31 (396/430): totem-pl-parser-3.26.6-2.el9.x86_64. 1.4 MB/s | 152 kB     00:00    
#15 29.42 (397/430): tracker-3.1.2-3.el9.x86_64.rpm       4.2 MB/s | 555 kB     00:00    
#15 29.49 (398/430): tzdata-java-2026b-1.el9.noarch.rpm   3.4 MB/s | 223 kB     00:00    
#15 29.59 (399/430): tracker-miners-3.1.2-4.el9.x86_64.rp 3.3 MB/s | 944 kB     00:00    
#15 29.60 (400/430): upower-0.99.11-11.el9.x86_64.rpm     1.6 MB/s | 173 kB     00:00    
#15 29.98 (401/430): llvm-libs-22.1.3-1.el9.x86_64.rpm    8.0 MB/s |  59 MB     00:07    
#15 30.00 (402/430): urw-base35-c059-fonts-20200910-6.el9 2.1 MB/s | 875 kB     00:00    
#15 30.05 (403/430): urw-base35-d050000l-fonts-20200910-6 1.1 MB/s |  77 kB     00:00    
#15 30.06 (404/430): urw-base35-fonts-20200910-6.el9.noar 181 kB/s |  11 kB     00:00    
#15 30.07 (405/430): urw-base35-fonts-common-20200910-6.e 926 kB/s |  22 kB     00:00    
#15 30.09 (406/430): urw-base35-bookman-fonts-20200910-6. 1.6 MB/s | 847 kB     00:00    
#15 30.16 (407/430): urw-base35-gothic-fonts-20200910-6.e 6.4 MB/s | 643 kB     00:00    
#15 30.23 (408/430): urw-base35-nimbus-mono-ps-fonts-2020 5.1 MB/s | 796 kB     00:00    
#15 30.30 (409/430): urw-base35-nimbus-roman-fonts-202009 4.1 MB/s | 856 kB     00:00    
#15 30.31 (410/430): urw-base35-standard-symbols-ps-fonts 2.4 MB/s |  42 kB     00:00    
#15 30.36 (411/430): urw-base35-nimbus-sans-fonts-2020091 6.3 MB/s | 1.3 MB     00:00    
#15 30.41 (412/430): urw-base35-z003-fonts-20200910-6.el9 2.9 MB/s | 276 kB     00:00    
#15 30.43 (413/430): urw-base35-p052-fonts-20200910-6.el9 4.8 MB/s | 974 kB     00:00    
#15 30.49 (414/430): valgrind-devel-3.27.1-1.el9.x86_64.r 577 kB/s |  49 kB     00:00    
#15 30.64 (415/430): valgrind-gdb-3.27.1-1.el9.x86_64.rpm 906 kB/s | 127 kB     00:00    
#15 30.73 (416/430): valgrind-docs-3.27.1-1.el9.x86_64.rp 5.1 MB/s | 1.5 MB     00:00    
#15 30.79 (417/430): valgrind-scripts-3.27.1-1.el9.x86_64 441 kB/s |  67 kB     00:00    
#15 30.87 (418/430): webrtc-audio-processing-0.3.1-8.el9. 3.9 MB/s | 306 kB     00:00    
#15 30.94 (419/430): valgrind-3.27.1-1.el9.x86_64.rpm     5.9 MB/s | 3.4 MB     00:00    
#15 30.95 (420/430): wireplumber-0.5.12-1.el9.x86_64.rpm  1.5 MB/s | 123 kB     00:00    
#15 30.99 (421/430): xdg-dbus-proxy-0.1.3-1.el9.x86_64.rp 898 kB/s |  42 kB     00:00    
#15 31.13 (422/430): wireplumber-libs-0.5.12-1.el9.x86_64 2.2 MB/s | 443 kB     00:00    
#15 31.18 (423/430): xdg-desktop-portal-gtk-1.12.0-3.el9. 3.2 MB/s | 134 kB     00:00    
#15 31.21 (424/430): xdg-desktop-portal-1.12.6-1.el9.x86_ 1.8 MB/s | 385 kB     00:00    
#15 31.31 (425/430): xml-common-0.6.3-58.el9.noarch.rpm   333 kB/s |  32 kB     00:00    
#15 31.56 (426/430): xkeyboard-config-2.33-2.el9.noarch.r 2.2 MB/s | 859 kB     00:00    
#15 31.61 (427/430): xz-devel-5.2.5-8.el9.x86_64.rpm      1.1 MB/s |  55 kB     00:00    
#15 31.67 (428/430): zlib-devel-1.2.11-41.el9.x86_64.rpm  766 kB/s |  45 kB     00:00    
#15 31.73 (429/430): xorg-x11-fonts-ISO8859-1-100dpi-7.5- 2.6 MB/s | 1.1 MB     00:00    
#15 32.14 (430/430): webkit2gtk3-jsc-2.52.3-1.el9.x86_64. 6.3 MB/s | 8.9 MB     00:01    
#15 32.15 --------------------------------------------------------------------------------
#15 32.15 Total                                            12 MB/s | 369 MB     00:31     
#15 32.17 CentOS Stream 9 - BaseOS                        1.6 MB/s | 1.6 kB     00:00    
#15 32.29 Importing GPG key 0x8483C65D:
#15 32.29  Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
#15 32.29  Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
#15 32.29  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
#15 32.33 Key imported successfully
#15 42.73 Running transaction check
#15 43.17 Transaction check succeeded.
#15 43.17 Running transaction test
#15 49.25 Transaction test succeeded.
#15 49.25 Running transaction
#15 54.70   Running scriptlet: copy-jdk-configs-4.0-3.el9.noarch                      1/1 
#15 54.71   Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.482.b08-3.el9.x8   1/1 
#15 55.04   Preparing        :                                                        1/1 
#15 55.12   Installing       : elfutils-debuginfod-client-0.195-1.el9.x86_64        1/430 
#15 55.12   Installing       : urw-base35-fonts-common-20200910-6.el9.noarch        2/430 
#15 55.13   Installing       : nspr-4.36.0-8.el9.x86_64                             3/430 
#15 55.14   Installing       : libpng-2:1.6.37-16.el9.x86_64                        4/430 
#15 55.14   Installing       : libjpeg-turbo-2.0.90-7.el9.x86_64                    5/430 
#15 55.15   Installing       : avahi-libs-0.8-24.el9.x86_64                         6/430 
#15 55.15   Installing       : nss-util-3.112.0-8.el9.x86_64                        7/430 
#15 55.16   Installing       : atk-2.36.0-5.el9.x86_64                              8/430 
#15 55.17   Installing       : json-glib-1.6.6-1.el9.x86_64                         9/430 
#15 55.19   Installing       : binutils-gold-2.35.2-72.el9.x86_64                  10/430 
#15 55.31   Installing       : binutils-2.35.2-72.el9.x86_64                       11/430 
#15 55.31   Running scriptlet: binutils-2.35.2-72.el9.x86_64                       11/430 
#15 55.33   Installing       : libogg-2:1.3.4-6.el9.x86_64                         12/430 
#15 55.34   Installing       : libvorbis-1:1.3.7-5.el9.x86_64                      13/430 
#15 55.35   Installing       : boost-system-1.75.0-14.el9.x86_64                   14/430 
#15 55.58   Installing       : libicu-67.1-10.el9.x86_64                           15/430 
#15 55.59   Installing       : cups-libs-1:2.3.3op2-38.el9.x86_64                  16/430 
#15 55.59   Running scriptlet: xml-common-0.6.3-58.el9.noarch                      17/430 
#15 55.61   Installing       : xml-common-0.6.3-58.el9.noarch                      17/430 
#15 55.61   Installing       : libwayland-client-1.21.0-1.el9.x86_64               18/430 
#15 55.62   Installing       : libX11-xcb-1.8.12-1.el9.x86_64                      19/430 
#15 55.62   Installing       : lcms2-2.12-3.el9.x86_64                             20/430 
#15 55.65   Installing       : alsa-lib-1.2.15.3-1.el9.x86_64                      21/430 
#15 55.66   Installing       : opus-1.3.1-10.el9.x86_64                            22/430 
#15 55.66   Installing       : m4-1.4.19-1.el9.x86_64                              23/430 
#15 55.67   Installing       : libwebp-1.2.0-8.el9.x86_64                          24/430 
#15 55.68   Installing       : libstemmer-0-18.585svn.el9.x86_64                   25/430 
#15 55.68   Installing       : libmpc-1.2.1-4.el9.x86_64                           26/430 
#15 55.73   Installing       : gstreamer1-1.22.12-3.el9.x86_64                     27/430 
#15 55.74   Installing       : xz-5.2.5-8.el9.x86_64                               28/430 
#15 55.75   Installing       : unzip-6.0-59.el9.x86_64                             29/430 
#15 55.97   Installing       : polkit-libs-0.117-16.el9.x86_64                     30/430 
#15 55.97   Installing       : libtdb-1.4.14-1.el9.x86_64                          31/430 
#15 55.98   Installing       : libseccomp-2.5.2-2.el9.x86_64                       32/430 
#15 55.98   Installing       : libfdisk-2.37.4-25.el9.x86_64                       33/430 
#15 56.05   Installing       : hwdata-0.348-9.22.el9.noarch                        34/430 
#15 56.06   Installing       : zip-3.0-35.el9.x86_64                               35/430 
#15 56.07   Installing       : libwayland-cursor-1.21.0-1.el9.x86_64               36/430 
#15 56.10   Installing       : elfutils-0.195-1.el9.x86_64                         37/430 
#15 56.11   Installing       : pixman-0.40.0-6.el9.x86_64                          38/430 
#15 56.12   Installing       : openjpeg2-2.4.0-8.el9.x86_64                        39/430 
#15 56.13   Installing       : libxslt-1.1.34-16.el9.x86_64                        40/430 
#15 56.13   Installing       : libwayland-egl-1.21.0-1.el9.x86_64                  41/430 
#15 56.14   Installing       : libglvnd-1:1.3.4-1.el9.x86_64                       42/430 
#15 56.15   Installing       : libXau-1.0.9-8.el9.x86_64                           43/430 
#15 56.17   Installing       : libxcb-1.13.1-9.el9.x86_64                          44/430 
#15 56.17   Installing       : libICE-1.0.10-8.el9.x86_64                          45/430 
#15 56.18   Installing       : javapackages-filesystem-6.4.0-1.el9.noarch          46/430 
#15 56.28   Installing       : hicolor-icon-theme-0.17-13.el9.noarch               47/430 
#15 56.29   Installing       : fribidi-1.0.10-6.el9.2.x86_64                       48/430 
#15 56.30   Installing       : dwz-0.16-1.el9.x86_64                               49/430 
#15 56.43   Installing       : adobe-mappings-cmap-20171205-12.el9.noarch          50/430 
#15 56.46   Installing       : util-linux-core-2.37.4-25.el9.x86_64                51/430 
#15 56.46   Running scriptlet: util-linux-core-2.37.4-25.el9.x86_64                51/430 
#15 56.49   Installing       : make-1:4.3-8.el9.x86_64                             52/430 
#15 56.49   Installing       : libusbx-1.0.26-1.el9.x86_64                         53/430 
#15 56.50   Installing       : libproxy-0.4.15-35.el9.x86_64                       54/430 
#15 56.50   Installing       : libgudev-237-1.el9.x86_64                           55/430 
#15 56.51   Installing       : libedit-3.1-39.20210216cvs.el9.x86_64               56/430 
#15 56.52   Installing       : libbrotli-1.0.9-9.el9.x86_64                        57/430 
#15 56.52   Installing       : kmod-libs-28-11.el9.x86_64                          58/430 
#15 56.53   Installing       : gettext-libs-0.21-8.el9.x86_64                      59/430 
#15 56.54   Installing       : fuse-libs-2.9.9-17.el9.x86_64                       60/430 
#15 56.54   Installing       : file-5.39-19.el9.x86_64                             61/430 
#15 56.55   Installing       : efivar-libs-38-3.el9.x86_64                         62/430 
#15 56.56   Installing       : diffutils-3.7-12.el9.x86_64                         63/430 
#15 56.57   Installing       : cracklib-2.9.6-28.el9.x86_64                        64/430 
#15 56.66   Installing       : cracklib-dicts-2.9.6-28.el9.x86_64                  65/430 
#15 56.66   Installing       : mokutil-2:0.7.2-4.el9.x86_64                        66/430 
#15 56.70   Installing       : gettext-0.21-8.el9.x86_64                           67/430 
#15 56.71   Installing       : libgusb-0.3.8-2.el9.x86_64                          68/430 
#15 56.72   Installing       : colord-libs-1.4.5-4.el9.x86_64                      69/430 
#15 56.73   Installing       : adobe-mappings-cmap-deprecated-20171205-12.el9.n    70/430 
#15 56.73   Installing       : libSM-1.2.3-10.el9.x86_64                           71/430 
#15 56.73   Installing       : libpciaccess-0.16-7.el9.x86_64                      72/430 
#15 56.74   Installing       : libdrm-2.4.128-1.el9.x86_64                         73/430 
#15 56.92   Installing       : osinfo-db-20250606-2.el9.noarch                     74/430 
#15 57.16   Installing       : cpp-11.5.0-14.el9.x86_64                            75/430 
#15 57.24   Installing       : iso-codes-4.6.0-3.el9.noarch                        76/430 
#15 57.26   Installing       : boost-regex-1.75.0-14.el9.x86_64                    77/430 
#15 57.32   Installing       : source-highlight-3.1.9-12.el9.x86_64                78/430 
#15 57.57   Installing       : webkit2gtk3-jsc-2.52.3-1.el9.x86_64                 79/430 
#15 57.58   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.x86_64            80/430 
#15 57.58   Installing       : boost-filesystem-1.75.0-14.el9.x86_64               81/430 
#15 57.58   Installing       : boost-thread-1.75.0-14.el9.x86_64                   82/430 
#15 57.59   Installing       : flac-libs-1.3.3-12.el9.x86_64                       83/430 
#15 57.60   Installing       : libtheora-1:1.1.1-31.el9.x86_64                     84/430 
#15 57.61   Installing       : nss-softokn-freebl-3.112.0-8.el9.x86_64             85/430 
#15 57.63   Installing       : nss-softokn-3.112.0-8.el9.x86_64                    86/430 
#15 57.65   Installing       : nss-3.112.0-8.el9.x86_64                            87/430 
#15 57.65   Running scriptlet: nss-3.112.0-8.el9.x86_64                            87/430 
#15 57.67   Installing       : nss-sysinit-3.112.0-8.el9.x86_64                    88/430 
#15 57.69   Installing       : nss-tools-3.112.0-8.el9.x86_64                      89/430 
#15 57.70   Installing       : avahi-glib-0.8-24.el9.x86_64                        90/430 
#15 57.72   Installing       : exiv2-libs-0.27.5-2.el9.x86_64                      91/430 
#15 57.74   Installing       : exiv2-0.27.5-2.el9.x86_64                           92/430 
#15 57.74   Installing       : libgexiv2-0.14.3-1.el9.x86_64                       93/430 
#15 57.81   Installing       : xkeyboard-config-2.33-2.el9.noarch                  94/430 
#15 57.83   Installing       : libxkbcommon-1.0.3-4.el9.x86_64                     95/430 
#15 57.84   Installing       : webrtc-audio-processing-0.3.1-8.el9.x86_64          96/430 
#15 57.87   Installing       : valgrind-docs-1:3.27.1-1.el9.x86_64                 97/430 
#15 57.92   Installing       : tzdata-java-2026b-1.el9.noarch                      98/430 
#15 57.93   Installing       : totem-pl-parser-3.26.6-2.el9.x86_64                 99/430 
#15 57.94   Installing       : tbb-2020.3-9.el9.x86_64                            100/430 
#15 58.05   Installing       : dyninst-13.0.0-1.el9.x86_64                        101/430 
#15 58.05   Running scriptlet: dyninst-13.0.0-1.el9.x86_64                        101/430 
#15 58.08   Running scriptlet: systemtap-runtime-5.5-1.el9.x86_64                 102/430 
#15 58.09 /var/tmp/rpm-tmp.0Tih4H: line 9: systemd-sysusers: command not found
#15 58.09 
#15 58.11   Installing       : systemtap-runtime-5.5-1.el9.x86_64                 102/430 
#15 58.11 warning: group stapusr does not exist - using root
#15 58.11 
#15 58.11   Running scriptlet: systemtap-runtime-5.5-1.el9.x86_64                 102/430 
#15 58.18   Installing       : spirv-tools-libs-2026.1-1.el9.x86_64               103/430 
#15 58.19   Installing       : sound-theme-freedesktop-0.8-17.el9.noarch          104/430 
#15 58.19   Running scriptlet: sound-theme-freedesktop-0.8-17.el9.noarch          104/430 
#15 58.22   Installing       : sgml-common-0.6.3-58.el9.noarch                    105/430 
#15 58.31   Installing       : docbook-dtds-1.0-79.el9.noarch                     106/430 
#15 58.31   Running scriptlet: docbook-dtds-1.0-79.el9.noarch                     106/430 
#15 59.00   Installing       : docbook-style-xsl-1.79.2-16.el9.noarch             107/430 
#15 59.02   Running scriptlet: docbook-style-xsl-1.79.2-16.el9.noarch             107/430 
#15 59.04   Installing       : rust-srpm-macros-17-4.el9.noarch                   108/430 
#15 59.04   Installing       : qt5-srpm-macros-5.15.9-1.el9.noarch                109/430 
#15 59.15   Installing       : poppler-data-0.4.9-9.el9.noarch                    110/430 
#15 59.15   Installing       : perl-srpm-macros-1-41.el9.noarch                   111/430 
#15 59.16   Installing       : p11-kit-server-0.26.2-1.el9.x86_64                 112/430 
#15 59.16   Installing       : orc-0.4.31-8.el9.x86_64                            113/430 
#15 59.17   Installing       : openblas-srpm-macros-2-11.el9.noarch               114/430 
#15 59.17   Installing       : ocaml-srpm-macros-6-6.el9.noarch                   115/430 
#15 59.17   Installing       : mesa-filesystem-25.2.7-4.el9.x86_64                116/430 
#15 59.17   Installing       : lua-srpm-macros-1-6.el9.noarch                     117/430 
#15 59.19   Installing       : lua-posix-35.0-8.el9.x86_64                        118/430 
#15 59.20   Installing       : lua-5.4.4-4.el9.x86_64                             119/430 
#15 59.21   Installing       : copy-jdk-configs-4.0-3.el9.noarch                  120/430 
#15 59.21   Installing       : low-memory-monitor-2.1-4.el9.x86_64                121/430 
#15 59.21   Running scriptlet: low-memory-monitor-2.1-4.el9.x86_64                121/430 
#15 59.22   Installing       : llvm-filesystem-22.1.3-1.el9.x86_64                122/430 
#15 60.81   Installing       : llvm-libs-22.1.3-1.el9.x86_64                      123/430 
#15 60.82   Installing       : libxshmfence-1.3-10.el9.x86_64                     124/430 
#15 60.82   Installing       : libglvnd-egl-1:1.3.4-1.el9.x86_64                  125/430 
#15 61.13   Installing       : mesa-dri-drivers-25.2.7-4.el9.x86_64               126/430 
#15 61.13   Installing       : mesa-libgbm-25.2.7-4.el9.x86_64                    127/430 
#15 61.14   Installing       : mesa-libEGL-25.2.7-4.el9.x86_64                    128/430 
#15 61.33   Installing       : libstdc++-devel-11.5.0-14.el9.x86_64               129/430 
#15 61.34   Installing       : libsbc-1.4-10.el9.x86_64                           130/430 
#15 61.35   Installing       : libpaper-1.1.28-4.el9.x86_64                       131/430 
#15 61.36   Installing       : libldac-2.0.2.3-10.el9.x86_64                      132/430 
#15 61.37   Installing       : libiptcdata-1.0.5-10.el9.x86_64                    133/430 
#15 61.37   Installing       : libipt-2.0.4-3.el9.x86_64                          134/430 
#15 61.38   Installing       : libijs-0.35-15.el9.x86_64                          135/430 
#15 61.38   Installing       : libfontenc-1.1.3-17.el9.x86_64                     136/430 
#15 61.40   Installing       : libexif-0.6.22-7.el9.x86_64                        137/430 
#15 61.42   Installing       : libepoxy-1.5.5-4.el9.x86_64                        138/430 
#15 61.43   Installing       : libdatrie-0.2.13-4.el9.x86_64                      139/430 
#15 61.44   Installing       : libthai-0.1.28-8.el9.x86_64                        140/430 
#15 61.45   Installing       : libbabeltrace-1.5.8-10.el9.x86_64                  141/430 
#15 61.71   Installing       : gdb-headless-16.3-3.el9.x86_64                     142/430 
#15 61.72   Installing       : debugedit-5.0-11.el9.x86_64                        143/430 
#15 61.73   Installing       : gdb-16.3-3.el9.x86_64                              144/430 
#15 61.73   Installing       : libasyncns-0.8-22.el9.x86_64                       145/430 
#15 61.77   Installing       : libX11-common-1.8.12-1.el9.noarch                  146/430 
#15 61.79   Installing       : libX11-1.8.12-1.el9.x86_64                         147/430 
#15 61.79   Installing       : libXext-1.3.4-8.el9.x86_64                         148/430 
#15 61.80   Installing       : libXrender-0.9.10-16.el9.x86_64                    149/430 
#15 61.80   Installing       : libXi-1.7.10-8.el9.x86_64                          150/430 
#15 61.80   Installing       : libXfixes-5.0.3-16.el9.x86_64                      151/430 
#15 61.81   Installing       : libXt-1.2.0-6.el9.x86_64                           152/430 
#15 61.81   Installing       : libXmu-1.1.3-8.el9.x86_64                          153/430 
#15 61.82   Installing       : libXcursor-1.2.0-7.el9.x86_64                      154/430 
#15 61.82   Installing       : libXdamage-1.1.5-7.el9.x86_64                      155/430 
#15 61.83   Installing       : libXrandr-1.5.2-8.el9.x86_64                       156/430 
#15 61.83   Installing       : libXinerama-1.1.4-10.el9.x86_64                    157/430 
#15 61.83   Installing       : libXcomposite-0.4.5-7.el9.x86_64                   158/430 
#15 61.84   Installing       : libXpm-3.5.13-10.el9.x86_64                        159/430 
#15 61.84   Installing       : libXaw-1.0.13-19.el9.x86_64                        160/430 
#15 61.85   Installing       : libXtst-1.2.3-16.el9.x86_64                        161/430 
#15 61.85   Installing       : libXv-1.0.11-16.el9.x86_64                         162/430 
#15 61.85   Installing       : libXxf86vm-1.1.4-18.el9.x86_64                     163/430 
#15 61.86   Installing       : libglvnd-glx-1:1.3.4-1.el9.x86_64                  164/430 
#15 61.87   Installing       : mesa-libGL-25.2.7-4.el9.x86_64                     165/430 
#15 62.20   Installing       : kernel-headers-5.14.0-710.el9.x86_64               166/430 
#15 62.21   Installing       : jbigkit-libs-2.1-23.el9.x86_64                     167/430 
#15 62.22   Installing       : libtiff-4.4.0-18.el9.x86_64                        168/430 
#15 62.23   Installing       : jbig2dec-libs-0.19-7.el9.x86_64                    169/430 
#15 62.23   Installing       : gsm-1.0.19-6.el9.x86_64                            170/430 
#15 62.24   Installing       : libsndfile-1.0.31-10.el9.x86_64                    171/430 
#15 62.25   Installing       : pulseaudio-libs-15.0-3.el9.x86_64                  172/430 
#15 62.26   Installing       : graphene-1.10.6-2.el9.x86_64                       173/430 
#15 62.31   Installing       : google-droid-sans-fonts-20200215-11.el9.2.noarch   174/430 
#15 62.39   Installing       : glibc-headers-2.34-270.el9.x86_64                  175/430 
#15 62.40   Installing       : giflib-5.2.1-9.el9.x86_64                          176/430 
#15 62.40   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                 177/430 
#15 62.41   Installing       : gettext-common-devel-0.21-8.el9.noarch             178/430 
#15 62.42   Installing       : gettext-devel-0.21-8.el9.x86_64                    179/430 
#15 62.45   Installing       : fftw-libs-single-3.3.8-14.el9.x86_64               180/430 
#15 62.46   Installing       : fdk-aac-free-2.0.0-8.el9.x86_64                    181/430 
#15 62.47   Installing       : exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64     182/430 
#15 62.47   Installing       : emacs-filesystem-1:27.2-18.el9.noarch              183/430 
#15 62.48   Installing       : efi-srpm-macros-6-4.el9.noarch                     184/430 
#15 62.48   Installing       : composefs-libs-1.0.8-1.el9.x86_64                  185/430 
#15 62.49   Installing       : ostree-libs-2026.1-1.el9.x86_64                    186/430 
#15 62.57   Installing       : adwaita-cursor-theme-40.1.1-3.el9.noarch           187/430 
#15 63.39   Installing       : adwaita-icon-theme-40.1.1-3.el9.noarch             188/430 
#15 63.46   Installing       : adobe-mappings-pdf-20180407-10.el9.noarch          189/430 
#15 63.47   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch         190/430 
#15 63.48   Installing       : zstd-1.5.5-1.el9.x86_64                            191/430 
#15 63.49   Installing       : which-2.21-30.el9.x86_64                           192/430 
#15 63.49   Installing       : systemd-rpm-macros-252-70.el9.noarch               193/430 
#15 63.52   Installing       : shared-mime-info-2.1-5.el9.x86_64                  194/430 
#15 63.52   Running scriptlet: shared-mime-info-2.1-5.el9.x86_64                  194/430 
#15 63.55   Installing       : gdk-pixbuf2-2.42.6-7.el9.x86_64                    195/430 
#15 63.56   Installing       : gdk-pixbuf2-modules-2.42.6-7.el9.x86_64            196/430 
#15 63.57   Installing       : gtk-update-icon-cache-3.24.31-8.el9.x86_64         197/430 
#15 63.57   Installing       : libgsf-1.14.47-5.el9.x86_64                        198/430 
#15 63.58   Installing       : libnotify-0.7.9-8.el9.x86_64                       199/430 
#15 63.58   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch      200/430 
#15 63.59   Installing       : libpsl-0.21.1-5.el9.x86_64                         201/430 
#15 63.59   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                     202/430 
#15 63.65   Installing       : openssl-1:3.5.5-3.el9.x86_64                       203/430 
#15 63.66   Installing       : ncurses-6.2-12.20210508.el9.x86_64                 204/430 
#15 63.67   Installing       : lksctp-tools-1.0.19-2.el9.x86_64                   205/430 
#15 64.48   Installing       : java-1.8.0-openjdk-headless-1:1.8.0.482.b08-3.el   206/430 
#15 64.48   Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.482.b08-3.el   206/430 
#15 64.90   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                     207/430 
#15 64.95   Installing       : libutempter-1.2.1-6.el9.x86_64                     207/430 
#15 64.95   Installing       : libpkgconf-1.7.3-10.el9.x86_64                     208/430 
#15 64.96   Installing       : pkgconf-1.7.3-10.el9.x86_64                        209/430 
#15 64.96   Installing       : pkgconf-pkg-config-1.7.3-10.el9.x86_64             210/430 
#15 64.97   Installing       : libzstd-devel-1.5.5-1.el9.x86_64                   211/430 
#15 64.97   Installing       : zlib-devel-1.2.11-41.el9.x86_64                    212/430 
#15 64.99   Installing       : elfutils-libelf-devel-0.195-1.el9.x86_64           213/430 
#15 65.00   Installing       : glibc-devel-2.34-270.el9.x86_64                    214/430 
#15 65.01   Installing       : libxcrypt-devel-4.4.18-3.el9.x86_64                215/430 
#15 65.75   Installing       : gcc-11.5.0-14.el9.x86_64                           216/430 
#15 65.77   Installing       : annobin-13.14-1.el9.x86_64                         217/430 
#15 65.77   Installing       : gcc-plugin-annobin-11.5.0-14.el9.x86_64            218/430 
#15 65.78   Installing       : xz-devel-5.2.5-8.el9.x86_64                        219/430 
#15 65.79   Installing       : elfutils-devel-0.195-1.el9.x86_64                  220/430 
#15 66.00   Installing       : systemtap-devel-5.5-1.el9.x86_64                   221/430 
#15 66.01   Installing       : libeconf-0.4.1-7.el9.x86_64                        222/430 
#15 66.03   Installing       : libdb-5.3.28-57.el9.x86_64                         223/430 
#15 66.08   Installing       : pam-1.5.1-29.el9.x86_64                            224/430 
#15 66.09   Installing       : libpwquality-1.4.4-8.el9.x86_64                    225/430 
#15 66.19   Installing       : util-linux-2.37.4-25.el9.x86_64                    226/430 
#15 66.19 warning: /etc/adjtime created as /etc/adjtime.rpmnew
#15 66.19 
#15 66.20   Running scriptlet: openssh-9.9p1-8.el9.x86_64                         227/430 
#15 66.25   Installing       : openssh-9.9p1-8.el9.x86_64                         227/430 
#15 66.25   Installing       : libcbor-0.7.0-5.el9.x86_64                         228/430 
#15 66.26   Installing       : less-590-6.el9.x86_64                              229/430 
#15 66.27   Installing       : kmod-28-11.el9.x86_64                              230/430 
#15 66.40   Installing       : kbd-misc-2.4.0-11.el9.noarch                       231/430 
#15 66.45   Installing       : kbd-legacy-2.4.0-11.el9.noarch                     232/430 
#15 66.49   Installing       : kbd-2.4.0-11.el9.x86_64                            233/430 
#15 66.50   Installing       : info-6.7-15.el9.x86_64                             234/430 
#15 66.51   Installing       : ed-1.14.2-12.el9.x86_64                            235/430 
#15 66.52   Installing       : patch-2.7.6-16.el9.x86_64                          236/430 
#15 66.52   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                    237/430 
#15 66.60   Installing       : groff-base-1.22.4-10.el9.x86_64                    237/430 
#15 66.61   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                    237/430 
#15 66.63   Installing       : perl-Digest-1.19-4.el9.noarch                      238/430 
#15 66.63   Installing       : perl-Digest-MD5-2.58-4.el9.x86_64                  239/430 
#15 66.64   Installing       : perl-B-1.80-483.el9.x86_64                         240/430 
#15 66.64   Installing       : perl-FileHandle-2.03-483.el9.noarch                241/430 
#15 66.65   Installing       : perl-Data-Dumper-2.174-462.el9.x86_64              242/430 
#15 66.66   Installing       : perl-libnet-3.13-4.el9.noarch                      243/430 
#15 66.66   Installing       : perl-AutoLoader-5.74-483.el9.noarch                244/430 
#15 66.67   Installing       : perl-base-2.27-483.el9.noarch                      245/430 
#15 66.68   Installing       : perl-URI-5.09-3.el9.noarch                         246/430 
#15 66.69   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch              247/430 
#15 66.69   Installing       : perl-if-0.60.800-483.el9.noarch                    248/430 
#15 66.69   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                249/430 
#15 66.70   Installing       : perl-Time-Local-2:1.300-7.el9.noarch               250/430 
#15 66.70   Installing       : perl-File-Path-2.18-4.el9.noarch                   251/430 
#15 66.71   Installing       : perl-IO-Socket-SSL-2.073-2.el9.noarch              252/430 
#15 66.74   Installing       : perl-Net-SSLeay-1.94-4.el9.x86_64                  253/430 
#15 66.75   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch             254/430 
#15 66.75   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       255/430 
#15 66.76   Installing       : perl-Class-Struct-0.66-483.el9.noarch              256/430 
#15 66.76   Installing       : perl-POSIX-1.94-483.el9.x86_64                     257/430 
#15 66.77   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch            258/430 
#15 66.77   Installing       : perl-IPC-Open3-1.21-483.el9.noarch                 259/430 
#15 66.77   Installing       : perl-subs-1.03-483.el9.noarch                      260/430 
#15 66.78   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch            261/430 
#15 66.78   Installing       : perl-HTTP-Tiny-0.076-462.el9.noarch                262/430 
#15 66.79   Installing       : perl-Term-Cap-1.17-460.el9.noarch                  263/430 
#15 66.80   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                264/430 
#15 66.81   Installing       : perl-Socket-4:2.031-4.el9.x86_64                   265/430 
#15 66.81   Installing       : perl-SelectSaver-1.02-483.el9.noarch               266/430 
#15 66.82   Installing       : perl-Symbol-1.08-483.el9.noarch                    267/430 
#15 66.82   Installing       : perl-File-stat-1.09-483.el9.noarch                 268/430 
#15 66.83   Installing       : perl-podlators-1:4.14-460.el9.noarch               269/430 
#15 66.83   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch            270/430 
#15 66.84   Installing       : perl-Fcntl-1.13-483.el9.x86_64                     271/430 
#15 66.84   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch           272/430 
#15 66.84   Installing       : perl-mro-1.23-483.el9.x86_64                       273/430 
#15 66.85   Installing       : perl-IO-1.43-483.el9.x86_64                        274/430 
#15 66.85   Installing       : perl-overloading-0.02-483.el9.noarch               275/430 
#15 66.86   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 276/430 
#15 66.86   Installing       : perl-Errno-1.30-483.el9.x86_64                     277/430 
#15 66.86   Installing       : perl-File-Basename-2.85-483.el9.noarch             278/430 
#15 66.87   Installing       : perl-Getopt-Std-1.12-483.el9.noarch                279/430 
#15 66.87   Installing       : perl-MIME-Base64-3.16-4.el9.x86_64                 280/430 
#15 66.88   Installing       : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64       281/430 
#15 66.88   Installing       : perl-constant-1.33-461.el9.noarch                  282/430 
#15 66.88   Installing       : perl-Storable-1:3.21-460.el9.x86_64                283/430 
#15 66.89   Installing       : perl-overload-1.31-483.el9.noarch                  284/430 
#15 66.89   Installing       : perl-parent-1:0.238-460.el9.noarch                 285/430 
#15 66.89   Installing       : perl-vars-1.05-483.el9.noarch                      286/430 
#15 66.90   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               287/430 
#15 66.90   Installing       : perl-Carp-1.50-460.el9.noarch                      288/430 
#15 66.90   Installing       : perl-Exporter-5.74-461.el9.noarch                  289/430 
#15 66.91   Installing       : perl-NDBM_File-1.15-483.el9.x86_64                 290/430 
#15 66.91   Installing       : perl-PathTools-3.78-461.el9.x86_64                 291/430 
#15 66.99   Installing       : perl-Encode-4:3.08-462.el9.x86_64                  292/430 
#15 67.15   Installing       : perl-libs-4:5.32.1-483.el9.x86_64                  293/430 
#15 67.17   Installing       : perl-interpreter-4:5.32.1-483.el9.x86_64           294/430 
#15 67.17   Installing       : perl-DynaLoader-1.47-483.el9.x86_64                295/430 
#15 67.17   Installing       : perl-File-Copy-2.34-483.el9.noarch                 296/430 
#15 67.18   Installing       : perl-File-Compare-1.100.600-483.el9.noarch         297/430 
#15 67.18   Installing       : perl-File-Find-1.37-483.el9.noarch                 298/430 
#15 67.20   Installing       : autoconf-2.69-41.el9.noarch                        299/430 
#15 67.21   Installing       : perl-threads-1:2.25-460.el9.x86_64                 300/430 
#15 67.22   Installing       : perl-threads-shared-1.61-460.el9.x86_64            301/430 
#15 67.22   Installing       : perl-Thread-Queue-3.14-460.el9.noarch              302/430 
#15 67.25   Installing       : automake-1.16.2-8.el9.noarch                       303/430 
#15 67.26   Installing       : perl-TermReadKey-2.38-11.el9.x86_64                304/430 
#15 67.26   Installing       : kernel-srpm-macros-1.0-14.el9.noarch               305/430 
#15 67.26   Installing       : perl-macros-4:5.32.1-483.el9.noarch                306/430 
#15 67.44   Installing       : valgrind-1:3.27.1-1.el9.x86_64                     307/430 
#15 67.46   Installing       : valgrind-gdb-1:3.27.1-1.el9.x86_64                 308/430 
#15 67.47   Installing       : valgrind-scripts-1:3.27.1-1.el9.x86_64             309/430 
#15 67.47   Installing       : perl-Error-1:0.17029-7.el9.noarch                  310/430 
#15 67.48   Installing       : perl-Fedora-VSP-0.001-23.el9.noarch                311/430 
#15 67.49   Installing       : perl-XML-Parser-2.46-10.el9.x86_64                 312/430 
#15 67.50   Installing       : perl-lib-0.65-483.el9.x86_64                       313/430 
#15 67.50   Installing       : perl-locale-1.09-483.el9.noarch                    314/430 
#15 67.50   Installing       : perl-version-7:0.99.28-4.el9.x86_64                315/430 
#15 67.51   Installing       : graphite2-1.3.14-9.el9.x86_64                      316/430 
#15 67.53   Installing       : harfbuzz-2.7.4-10.el9.x86_64                       317/430 
#15 67.54   Installing       : freetype-2.10.4-11.el9.x86_64                      318/430 
#15 67.57   Installing       : fontconfig-2.14.0-2.el9.x86_64                     319/430 
#15 67.57   Running scriptlet: fontconfig-2.14.0-2.el9.x86_64                     319/430 
#15 68.66   Installing       : cairo-1.17.4-7.el9.x86_64                          320/430 
#15 68.66   Installing       : cairo-gobject-1.17.4-7.el9.x86_64                  321/430 
#15 68.67   Installing       : libgxps-0.3.2-3.el9.x86_64                         322/430 
#15 68.68   Installing       : gd-2.3.2-3.el9.x86_64                              323/430 
#15 68.69   Installing       : libXft-2.3.3-8.el9.x86_64                          324/430 
#15 68.70   Installing       : pango-1.48.7-4.el9.x86_64                          325/430 
#15 68.79   Installing       : librsvg2-2.50.7-3.el9.x86_64                       326/430 
#15 68.88   Installing       : gstreamer1-plugins-base-1.22.12-8.el9.x86_64       327/430 
#15 68.91   Installing       : poppler-21.01.0-25.el9.x86_64                      328/430 
#15 68.92   Installing       : poppler-glib-21.01.0-25.el9.x86_64                 329/430 
#15 68.94   Installing       : urw-base35-bookman-fonts-20200910-6.el9.noarch     330/430 
#15 68.94   Running scriptlet: urw-base35-bookman-fonts-20200910-6.el9.noarch     330/430 
#15 68.98   Installing       : urw-base35-c059-fonts-20200910-6.el9.noarch        331/430 
#15 68.98   Running scriptlet: urw-base35-c059-fonts-20200910-6.el9.noarch        331/430 
#15 68.99   Installing       : urw-base35-d050000l-fonts-20200910-6.el9.noarch    332/430 
#15 68.99   Running scriptlet: urw-base35-d050000l-fonts-20200910-6.el9.noarch    332/430 
#15 69.02   Installing       : urw-base35-gothic-fonts-20200910-6.el9.noarch      333/430 
#15 69.02   Running scriptlet: urw-base35-gothic-fonts-20200910-6.el9.noarch      333/430 
#15 69.04   Installing       : urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n   334/430 
#15 69.04   Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n   334/430 
#15 69.07   Installing       : urw-base35-nimbus-roman-fonts-20200910-6.el9.noa   335/430 
#15 69.07   Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-6.el9.noa   335/430 
#15 69.10   Installing       : urw-base35-nimbus-sans-fonts-20200910-6.el9.noar   336/430 
#15 69.10   Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-6.el9.noar   336/430 
#15 69.13   Installing       : urw-base35-p052-fonts-20200910-6.el9.noarch        337/430 
#15 69.13   Running scriptlet: urw-base35-p052-fonts-20200910-6.el9.noarch        337/430 
#15 69.15   Installing       : urw-base35-standard-symbols-ps-fonts-20200910-6.   338/430 
#15 69.15   Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-6.   338/430 
#15 69.16   Installing       : urw-base35-z003-fonts-20200910-6.el9.noarch        339/430 
#15 69.16   Running scriptlet: urw-base35-z003-fonts-20200910-6.el9.noarch        339/430 
#15 69.17   Installing       : urw-base35-fonts-20200910-6.el9.noarch             340/430 
#15 69.35   Installing       : libgs-9.54.0-19.el9.x86_64                         341/430 
#15 69.36   Installing       : mkfontscale-1.2.1-3.el9.x86_64                     342/430 
#15 69.39   Installing       : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc   343/430 
#15 69.40   Running scriptlet: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc   343/430 
#15 69.45   Installing       : gobject-introspection-1.68.0-11.el9.x86_64         344/430 
#15 69.45   Installing       : fuse-common-3.10.2-9.el9.x86_64                    345/430 
#15 69.46   Installing       : fuse-2.9.9-17.el9.x86_64                           346/430 
#15 69.47   Installing       : cpio-2.13-16.el9.x86_64                            347/430 
#15 69.48   Installing       : bzip2-1.0.8-11.el9.x86_64                          348/430 
#15 69.48   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           349/430 
#15 69.48   Installing       : go-srpm-macros-3.8.1-1.el9.noarch                  350/430 
#15 69.49   Installing       : python-srpm-macros-3.9-54.el9.noarch               351/430 
#15 69.50   Installing       : redhat-rpm-config-210-1.el9.noarch                 352/430 
#15 69.50   Running scriptlet: redhat-rpm-config-210-1.el9.noarch                 352/430 
#15 69.54   Installing       : rpm-build-4.16.1.3-40.el9.x86_64                   353/430 
#15 69.55   Installing       : pyproject-srpm-macros-1.18.5-1.el9.noarch          354/430 
#15 69.56   Installing       : bubblewrap-0.6.3-1.el9.x86_64                      355/430 
#15 69.56   Installing       : bluez-libs-5.86-2.el9.x86_64                       356/430 
#15 69.58   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1   357/430 
#15 69.60   Installing       : gsettings-desktop-schemas-40.0-8.el9.x86_64        358/430 
#15 69.61   Installing       : glib-networking-2.68.3-3.el9.x86_64                359/430 
#15 69.62   Installing       : libsoup-2.72.0-17.el9.x86_64                       360/430 
#15 69.64   Installing       : libappstream-glib-0.7.18-5.el9.x86_64              361/430 
#15 69.65   Installing       : osinfo-db-tools-1.10.0-1.el9.x86_64                362/430 
#15 69.66   Installing       : libosinfo-1.10.0-1.el9.x86_64                      363/430 
#15 69.67   Installing       : acl-2.3.1-4.el9.x86_64                             364/430 
#15 69.67   Installing       : dbus-1:1.12.20-9.el9.x86_64                        365/430 
#15 69.68   Installing       : systemd-pam-252-70.el9.x86_64                      366/430 
#15 69.68   Running scriptlet: systemd-252-70.el9.x86_64                          367/430 
#15 70.04   Installing       : systemd-252-70.el9.x86_64                          367/430 
#15 70.06   Running scriptlet: systemd-252-70.el9.x86_64                          367/430 
#15 70.27   Installing       : dbus-common-1:1.12.20-9.el9.noarch                 368/430 
#15 70.27   Running scriptlet: dbus-common-1:1.12.20-9.el9.noarch                 368/430 
#15 70.30 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
#15 70.30 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
#15 70.30 
#15 70.30   Running scriptlet: dbus-broker-28-7.el9.x86_64                        369/430 
#15 70.37   Installing       : dbus-broker-28-7.el9.x86_64                        369/430 
#15 70.37   Running scriptlet: dbus-broker-28-7.el9.x86_64                        369/430 
#15 70.41 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
#15 70.41 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
#15 70.41 
#15 70.41   Running scriptlet: polkit-0.117-16.el9.x86_64                         370/430 
#15 70.46   Installing       : polkit-0.117-16.el9.x86_64                         370/430 
#15 70.46   Running scriptlet: polkit-0.117-16.el9.x86_64                         370/430 
#15 70.50   Installing       : polkit-pkla-compat-0.1-21.el9.x86_64               371/430 
#15 70.51   Installing       : libcanberra-0.30-27.el9.x86_64                     372/430 
#15 70.51   Running scriptlet: libcanberra-0.30-27.el9.x86_64                     372/430 
#15 70.55   Installing       : dconf-0.40.0-6.el9.x86_64                          373/430 
#15 70.55   Running scriptlet: dconf-0.40.0-6.el9.x86_64                          373/430 
#15 70.57   Running scriptlet: rtkit-0.11-29.el9.x86_64                           374/430 
#15 70.62   Installing       : rtkit-0.11-29.el9.x86_64                           374/430 
#15 70.63   Running scriptlet: rtkit-0.11-29.el9.x86_64                           374/430 
#15 70.65 Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
#15 70.65 
#15 70.77   Installing       : pipewire-libs-1.4.11-1.el9.x86_64                  375/430 
#15 70.79   Installing       : pipewire-1.4.11-1.el9.x86_64                       376/430 
#15 70.79   Running scriptlet: pipewire-1.4.11-1.el9.x86_64                       376/430 
#15 70.82 Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
#15 70.82 
#15 70.85   Installing       : wireplumber-libs-0.5.12-1.el9.x86_64               377/430 
#15 70.87   Installing       : wireplumber-0.5.12-1.el9.x86_64                    378/430 
#15 70.87   Installing       : pipewire-jack-audio-connection-kit-1.4.11-1.el9.   379/430 
#15 70.88   Installing       : pipewire-jack-audio-connection-kit-libs-1.4.11-1   380/430 
#15 70.89   Installing       : device-mapper-libs-9:1.02.207-4.el9.1.x86_64       381/430 
#15 70.90   Installing       : device-mapper-9:1.02.207-4.el9.1.x86_64            382/430 
#15 70.91   Installing       : cryptsetup-libs-2.8.6-1.el9.x86_64                 383/430 
#15 71.04   Installing       : systemd-udev-252-70.el9.x86_64                     384/430 
#15 71.05   Running scriptlet: systemd-udev-252-70.el9.x86_64                     384/430 
#15 71.69 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-boot-update.service → /usr/lib/systemd/system/systemd-boot-update.service.
#15 71.69 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
#15 71.69 
#15 71.70   Installing       : libfido2-1.13.0-2.el9.x86_64                       385/430 
#15 71.73   Installing       : openssh-clients-9.9p1-8.el9.x86_64                 386/430 
#15 71.73   Running scriptlet: openssh-clients-9.9p1-8.el9.x86_64                 386/430 
#15 71.89   Installing       : git-core-2.52.0-1.el9.x86_64                       387/430 
#15 72.19   Installing       : git-core-doc-2.52.0-1.el9.noarch                   388/430 
#15 72.20   Installing       : perl-Git-2.52.0-1.el9.noarch                       389/430 
#15 72.21   Installing       : git-2.52.0-1.el9.x86_64                            390/430 
#15 72.45   Installing       : systemtap-client-5.5-1.el9.x86_64                  391/430 
#15 72.47   Installing       : upower-0.99.11-11.el9.x86_64                       392/430 
#15 72.48   Running scriptlet: upower-0.99.11-11.el9.x86_64                       392/430 
#15 72.50 Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
#15 72.50 
#15 72.50   Installing       : flatpak-session-helper-1.12.9-5.el9.x86_64         393/430 
#15 72.51   Installing       : at-spi2-core-2.40.3-1.el9.x86_64                   394/430 
#15 72.52   Installing       : at-spi2-atk-2.38.0-4.el9.x86_64                    395/430 
#15 72.53   Installing       : xdg-dbus-proxy-0.1.3-1.el9.x86_64                  396/430 
#15 72.56   Installing       : NetworkManager-libnm-1:1.54.4-1.el9.x86_64         397/430 
#15 72.58   Installing       : libtracker-sparql-3.1.2-3.el9.x86_64               398/430 
#15 72.60   Installing       : tracker-3.1.2-3.el9.x86_64                         399/430 
#15 72.60   Running scriptlet: tracker-3.1.2-3.el9.x86_64                         399/430 
#15 72.67   Installing       : tracker-miners-3.1.2-4.el9.x86_64                  400/430 
#15 72.68   Running scriptlet: tracker-miners-3.1.2-4.el9.x86_64                  400/430 
#15 72.71   Installing       : ModemManager-glib-1.20.2-1.el9.x86_64              401/430 
#15 72.72   Running scriptlet: geoclue2-2.6.0-7.el9.x86_64                        402/430 
#15 72.77   Installing       : geoclue2-2.6.0-7.el9.x86_64                        402/430 
#15 72.77   Running scriptlet: geoclue2-2.6.0-7.el9.x86_64                        402/430 
#15 72.80   Running scriptlet: flatpak-1.12.9-5.el9.x86_64                        403/430 
#15 72.91   Installing       : flatpak-1.12.9-5.el9.x86_64                        403/430 
#15 72.94   Installing       : xdg-desktop-portal-1.12.6-1.el9.x86_64             404/430 
#15 72.94   Running scriptlet: xdg-desktop-portal-1.12.6-1.el9.x86_64             404/430 
#15 72.99   Installing       : libcanberra-gtk3-0.30-27.el9.x86_64                405/430 
#15 73.11   Installing       : gtk3-3.24.31-8.el9.x86_64                          406/430 
#15 73.13   Installing       : xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64         407/430 
#15 73.13   Running scriptlet: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64         407/430 
#15 73.28   Installing       : gtk2-2.24.33-8.el9.x86_64                          408/430 
#15 73.29   Installing       : libcanberra-gtk2-0.30-27.el9.x86_64                409/430 
#15 73.40   Installing       : graphviz-2.44.0-26.el9.x86_64                      410/430 
#15 73.41   Running scriptlet: graphviz-2.44.0-26.el9.x86_64                      410/430 
#15 73.49   Installing       : asciidoc-9.1.0-3.el9.noarch                        411/430 
#15 73.50   Installing       : systemtap-5.5-1.el9.x86_64                         412/430 
#15 73.50   Running scriptlet: systemtap-5.5-1.el9.x86_64                         412/430 
#15 73.52   Installing       : pipewire-alsa-1.4.11-1.el9.x86_64                  413/430 
#15 73.53   Installing       : pipewire-pulseaudio-1.4.11-1.el9.x86_64            414/430 
#15 73.53   Running scriptlet: pipewire-pulseaudio-1.4.11-1.el9.x86_64            414/430 
#15 73.57 Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
#15 73.57 
#15 73.57   Installing       : perl-generators-1.13-1.el9.noarch                  415/430 
#15 73.58   Installing       : intltool-0.51.0-20.el9.noarch                      416/430 
#15 73.59   Installing       : valgrind-devel-1:3.27.1-1.el9.x86_64               417/430 
#15 73.61   Installing       : libtool-2.4.6-46.el9.x86_64                        418/430 
#15 73.62   Installing       : patchutils-0.4.2-7.el9.x86_64                      419/430 
#15 73.88   Installing       : gcc-c++-11.5.0-14.el9.x86_64                       420/430 
#15 73.89   Installing       : jna-5.6.0-8.el9.x86_64                             421/430 
#15 73.90   Running scriptlet: pesign-115-6.el9.x86_64                            422/430 
#15 73.96   Installing       : pesign-115-6.el9.x86_64                            422/430 
#15 73.96   Running scriptlet: pesign-115-6.el9.x86_64                            422/430 
#15 74.01   Installing       : bison-3.7.4-5.el9.x86_64                           423/430 
#15 74.02   Installing       : flex-2.6.4-9.el9.x86_64                            424/430 
#15 74.03   Installing       : ltrace-0.7.91-43.el9.x86_64                        425/430 
#15 74.04   Installing       : diffstat-1.64-6.el9.x86_64                         426/430 
#15 74.04   Installing       : byacc-2.0.20210109-4.el9.x86_64                    427/430 
#15 74.07   Installing       : strace-6.12-1.el9.x86_64                           428/430 
#15 74.07   Installing       : rpm-sign-4.16.1.3-40.el9.x86_64                    429/430 
#15 74.22   Installing       : glibc-gconv-extra-2.34-270.el9.x86_64              430/430 
#15 74.23   Running scriptlet: glibc-gconv-extra-2.34-270.el9.x86_64              430/430 
#15 74.24   Running scriptlet: nss-3.112.0-8.el9.x86_64                           430/430 
#15 74.42   Running scriptlet: copy-jdk-configs-4.0-3.el9.noarch                  430/430 
#15 74.45   Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.482.b08-3.el   430/430 
#15 74.46   Running scriptlet: fontconfig-2.14.0-2.el9.x86_64                     430/430 
#15 74.47   Running scriptlet: urw-base35-bookman-fonts-20200910-6.el9.noarch     430/430 
#15 74.48   Running scriptlet: urw-base35-c059-fonts-20200910-6.el9.noarch        430/430 
#15 74.49   Running scriptlet: urw-base35-d050000l-fonts-20200910-6.el9.noarch    430/430 
#15 74.50   Running scriptlet: urw-base35-gothic-fonts-20200910-6.el9.noarch      430/430 
#15 74.51   Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n   430/430 
#15 74.52   Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-6.el9.noa   430/430 
#15 74.53   Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-6.el9.noar   430/430 
#15 74.54   Running scriptlet: urw-base35-p052-fonts-20200910-6.el9.noarch        430/430 
#15 74.55   Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-6.   430/430 
#15 74.56   Running scriptlet: urw-base35-z003-fonts-20200910-6.el9.noarch        430/430 
#15 74.57   Running scriptlet: dconf-0.40.0-6.el9.x86_64                          430/430 
#15 74.59   Running scriptlet: wireplumber-0.5.12-1.el9.x86_64                    430/430 
#15 74.61 Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service.
#15 74.61 Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
#15 74.61 
#15 74.61   Running scriptlet: pesign-115-6.el9.x86_64                            430/430 
#15 74.72   Running scriptlet: glibc-gconv-extra-2.34-270.el9.x86_64              430/430 
#15 77.32   Verifying        : ModemManager-glib-1.20.2-1.el9.x86_64                1/430 
#15 77.32   Verifying        : NetworkManager-libnm-1:1.54.4-1.el9.x86_64           2/430 
#15 77.32   Verifying        : acl-2.3.1-4.el9.x86_64                               3/430 
#15 77.32   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     4/430 
#15 77.32   Verifying        : avahi-libs-0.8-24.el9.x86_64                         5/430 
#15 77.32   Verifying        : binutils-2.35.2-72.el9.x86_64                        6/430 
#15 77.32   Verifying        : binutils-gold-2.35.2-72.el9.x86_64                   7/430 
#15 77.32   Verifying        : bluez-libs-5.86-2.el9.x86_64                         8/430 
#15 77.32   Verifying        : bubblewrap-0.6.3-1.el9.x86_64                        9/430 
#15 77.32   Verifying        : bzip2-1.0.8-11.el9.x86_64                           10/430 
#15 77.32   Verifying        : cpio-2.13-16.el9.x86_64                             11/430 
#15 77.32   Verifying        : cracklib-2.9.6-28.el9.x86_64                        12/430 
#15 77.32   Verifying        : cracklib-dicts-2.9.6-28.el9.x86_64                  13/430 
#15 77.32   Verifying        : cryptsetup-libs-2.8.6-1.el9.x86_64                  14/430 
#15 77.32   Verifying        : cups-libs-1:2.3.3op2-38.el9.x86_64                  15/430 
#15 77.32   Verifying        : dbus-1:1.12.20-9.el9.x86_64                         16/430 
#15 77.32   Verifying        : dbus-broker-28-7.el9.x86_64                         17/430 
#15 77.32   Verifying        : dbus-common-1:1.12.20-9.el9.noarch                  18/430 
#15 77.32   Verifying        : device-mapper-9:1.02.207-4.el9.1.x86_64             19/430 
#15 77.32   Verifying        : device-mapper-libs-9:1.02.207-4.el9.1.x86_64        20/430 
#15 77.32   Verifying        : diffutils-3.7-12.el9.x86_64                         21/430 
#15 77.32   Verifying        : ed-1.14.2-12.el9.x86_64                             22/430 
#15 77.32   Verifying        : efivar-libs-38-3.el9.x86_64                         23/430 
#15 77.32   Verifying        : elfutils-0.195-1.el9.x86_64                         24/430 
#15 77.32   Verifying        : elfutils-debuginfod-client-0.195-1.el9.x86_64       25/430 
#15 77.32   Verifying        : file-5.39-19.el9.x86_64                             26/430 
#15 77.32   Verifying        : freetype-2.10.4-11.el9.x86_64                       27/430 
#15 77.32   Verifying        : fuse-2.9.9-17.el9.x86_64                            28/430 
#15 77.32   Verifying        : fuse-common-3.10.2-9.el9.x86_64                     29/430 
#15 77.32   Verifying        : fuse-libs-2.9.9-17.el9.x86_64                       30/430 
#15 77.32   Verifying        : gettext-0.21-8.el9.x86_64                           31/430 
#15 77.32   Verifying        : gettext-libs-0.21-8.el9.x86_64                      32/430 
#15 77.32   Verifying        : glib-networking-2.68.3-3.el9.x86_64                 33/430 
#15 77.32   Verifying        : glibc-gconv-extra-2.34-270.el9.x86_64               34/430 
#15 77.32   Verifying        : gobject-introspection-1.68.0-11.el9.x86_64          35/430 
#15 77.32   Verifying        : graphite2-1.3.14-9.el9.x86_64                       36/430 
#15 77.32   Verifying        : groff-base-1.22.4-10.el9.x86_64                     37/430 
#15 77.32   Verifying        : gsettings-desktop-schemas-40.0-8.el9.x86_64         38/430 
#15 77.32   Verifying        : harfbuzz-2.7.4-10.el9.x86_64                        39/430 
#15 77.32   Verifying        : hwdata-0.348-9.22.el9.noarch                        40/430 
#15 77.32   Verifying        : info-6.7-15.el9.x86_64                              41/430 
#15 77.32   Verifying        : json-glib-1.6.6-1.el9.x86_64                        42/430 
#15 77.32   Verifying        : kbd-2.4.0-11.el9.x86_64                             43/430 
#15 77.32   Verifying        : kbd-legacy-2.4.0-11.el9.noarch                      44/430 
#15 77.32   Verifying        : kbd-misc-2.4.0-11.el9.noarch                        45/430 
#15 77.32   Verifying        : kmod-28-11.el9.x86_64                               46/430 
#15 77.32   Verifying        : kmod-libs-28-11.el9.x86_64                          47/430 
#15 77.32   Verifying        : less-590-6.el9.x86_64                               48/430 
#15 77.32   Verifying        : libbrotli-1.0.9-9.el9.x86_64                        49/430 
#15 77.32   Verifying        : libcbor-0.7.0-5.el9.x86_64                          50/430 
#15 77.32   Verifying        : libdb-5.3.28-57.el9.x86_64                          51/430 
#15 77.32   Verifying        : libdrm-2.4.128-1.el9.x86_64                         52/430 
#15 77.32   Verifying        : libeconf-0.4.1-7.el9.x86_64                         53/430 
#15 77.32   Verifying        : libedit-3.1-39.20210216cvs.el9.x86_64               54/430 
#15 77.32   Verifying        : libfdisk-2.37.4-25.el9.x86_64                       55/430 
#15 77.32   Verifying        : libfido2-1.13.0-2.el9.x86_64                        56/430 
#15 77.32   Verifying        : libgudev-237-1.el9.x86_64                           57/430 
#15 77.32   Verifying        : libgusb-0.3.8-2.el9.x86_64                          58/430 
#15 77.32   Verifying        : libicu-67.1-10.el9.x86_64                           59/430 
#15 77.32   Verifying        : libpciaccess-0.16-7.el9.x86_64                      60/430 
#15 77.32   Verifying        : libpkgconf-1.7.3-10.el9.x86_64                      61/430 
#15 77.32   Verifying        : libpng-2:1.6.37-16.el9.x86_64                       62/430 
#15 77.32   Verifying        : libproxy-0.4.15-35.el9.x86_64                       63/430 
#15 77.32   Verifying        : libpsl-0.21.1-5.el9.x86_64                          64/430 
#15 77.32   Verifying        : libpwquality-1.4.4-8.el9.x86_64                     65/430 
#15 77.32   Verifying        : libseccomp-2.5.2-2.el9.x86_64                       66/430 
#15 77.32   Verifying        : libtdb-1.4.14-1.el9.x86_64                          67/430 
#15 77.32   Verifying        : libusbx-1.0.26-1.el9.x86_64                         68/430 
#15 77.32   Verifying        : libutempter-1.2.1-6.el9.x86_64                      69/430 
#15 77.32   Verifying        : lksctp-tools-1.0.19-2.el9.x86_64                    70/430 
#15 77.32   Verifying        : make-1:4.3-8.el9.x86_64                             71/430 
#15 77.32   Verifying        : mokutil-2:0.7.2-4.el9.x86_64                        72/430 
#15 77.32   Verifying        : ncurses-6.2-12.20210508.el9.x86_64                  73/430 
#15 77.32   Verifying        : openssh-9.9p1-8.el9.x86_64                          74/430 
#15 77.32   Verifying        : openssh-clients-9.9p1-8.el9.x86_64                  75/430 
#15 77.32   Verifying        : openssl-1:3.5.5-3.el9.x86_64                        76/430 
#15 77.32   Verifying        : pam-1.5.1-29.el9.x86_64                             77/430 
#15 77.32   Verifying        : pkgconf-1.7.3-10.el9.x86_64                         78/430 
#15 77.32   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                      79/430 
#15 77.32   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.x86_64              80/430 
#15 77.32   Verifying        : polkit-0.117-16.el9.x86_64                          81/430 
#15 77.32   Verifying        : polkit-libs-0.117-16.el9.x86_64                     82/430 
#15 77.32   Verifying        : polkit-pkla-compat-0.1-21.el9.x86_64                83/430 
#15 77.32   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       84/430 
#15 77.32   Verifying        : rpm-sign-4.16.1.3-40.el9.x86_64                     85/430 
#15 77.32   Verifying        : shared-mime-info-2.1-5.el9.x86_64                   86/430 
#15 77.32   Verifying        : strace-6.12-1.el9.x86_64                            87/430 
#15 77.32   Verifying        : systemd-252-70.el9.x86_64                           88/430 
#15 77.32   Verifying        : systemd-pam-252-70.el9.x86_64                       89/430 
#15 77.32   Verifying        : systemd-rpm-macros-252-70.el9.noarch                90/430 
#15 77.32   Verifying        : systemd-udev-252-70.el9.x86_64                      91/430 
#15 77.32   Verifying        : unzip-6.0-59.el9.x86_64                             92/430 
#15 77.32   Verifying        : util-linux-2.37.4-25.el9.x86_64                     93/430 
#15 77.32   Verifying        : util-linux-core-2.37.4-25.el9.x86_64                94/430 
#15 77.32   Verifying        : which-2.21-30.el9.x86_64                            95/430 
#15 77.32   Verifying        : xz-5.2.5-8.el9.x86_64                               96/430 
#15 77.32   Verifying        : zip-3.0-35.el9.x86_64                               97/430 
#15 77.32   Verifying        : zstd-1.5.5-1.el9.x86_64                             98/430 
#15 77.32   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          99/430 
#15 77.32   Verifying        : adobe-mappings-cmap-20171205-12.el9.noarch         100/430 
#15 77.32   Verifying        : adobe-mappings-cmap-deprecated-20171205-12.el9.n   101/430 
#15 77.32   Verifying        : adobe-mappings-pdf-20180407-10.el9.noarch          102/430 
#15 77.32   Verifying        : adwaita-cursor-theme-40.1.1-3.el9.noarch           103/430 
#15 77.32   Verifying        : adwaita-icon-theme-40.1.1-3.el9.noarch             104/430 
#15 77.32   Verifying        : alsa-lib-1.2.15.3-1.el9.x86_64                     105/430 
#15 77.32   Verifying        : annobin-13.14-1.el9.x86_64                         106/430 
#15 77.32   Verifying        : asciidoc-9.1.0-3.el9.noarch                        107/430 
#15 77.32   Verifying        : at-spi2-atk-2.38.0-4.el9.x86_64                    108/430 
#15 77.32   Verifying        : at-spi2-core-2.40.3-1.el9.x86_64                   109/430 
#15 77.32   Verifying        : atk-2.36.0-5.el9.x86_64                            110/430 
#15 77.32   Verifying        : autoconf-2.69-41.el9.noarch                        111/430 
#15 77.32   Verifying        : automake-1.16.2-8.el9.noarch                       112/430 
#15 77.32   Verifying        : avahi-glib-0.8-24.el9.x86_64                       113/430 
#15 77.32   Verifying        : bison-3.7.4-5.el9.x86_64                           114/430 
#15 77.32   Verifying        : boost-filesystem-1.75.0-14.el9.x86_64              115/430 
#15 77.32   Verifying        : boost-regex-1.75.0-14.el9.x86_64                   116/430 
#15 77.32   Verifying        : boost-system-1.75.0-14.el9.x86_64                  117/430 
#15 77.32   Verifying        : boost-thread-1.75.0-14.el9.x86_64                  118/430 
#15 77.32   Verifying        : byacc-2.0.20210109-4.el9.x86_64                    119/430 
#15 77.32   Verifying        : cairo-1.17.4-7.el9.x86_64                          120/430 
#15 77.32   Verifying        : cairo-gobject-1.17.4-7.el9.x86_64                  121/430 
#15 77.32   Verifying        : colord-libs-1.4.5-4.el9.x86_64                     122/430 
#15 77.32   Verifying        : composefs-libs-1.0.8-1.el9.x86_64                  123/430 
#15 77.32   Verifying        : copy-jdk-configs-4.0-3.el9.noarch                  124/430 
#15 77.32   Verifying        : cpp-11.5.0-14.el9.x86_64                           125/430 
#15 77.32   Verifying        : dconf-0.40.0-6.el9.x86_64                          126/430 
#15 77.32   Verifying        : debugedit-5.0-11.el9.x86_64                        127/430 
#15 77.32   Verifying        : diffstat-1.64-6.el9.x86_64                         128/430 
#15 77.32   Verifying        : docbook-dtds-1.0-79.el9.noarch                     129/430 
#15 77.32   Verifying        : docbook-style-xsl-1.79.2-16.el9.noarch             130/430 
#15 77.32   Verifying        : dwz-0.16-1.el9.x86_64                              131/430 
#15 77.32   Verifying        : dyninst-13.0.0-1.el9.x86_64                        132/430 
#15 77.32   Verifying        : efi-srpm-macros-6-4.el9.noarch                     133/430 
#15 77.32   Verifying        : elfutils-devel-0.195-1.el9.x86_64                  134/430 
#15 77.32   Verifying        : elfutils-libelf-devel-0.195-1.el9.x86_64           135/430 
#15 77.32   Verifying        : emacs-filesystem-1:27.2-18.el9.noarch              136/430 
#15 77.32   Verifying        : exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64     137/430 
#15 77.32   Verifying        : exiv2-0.27.5-2.el9.x86_64                          138/430 
#15 77.32   Verifying        : exiv2-libs-0.27.5-2.el9.x86_64                     139/430 
#15 77.32   Verifying        : fdk-aac-free-2.0.0-8.el9.x86_64                    140/430 
#15 77.32   Verifying        : fftw-libs-single-3.3.8-14.el9.x86_64               141/430 
#15 77.32   Verifying        : flac-libs-1.3.3-12.el9.x86_64                      142/430 
#15 77.32   Verifying        : flatpak-1.12.9-5.el9.x86_64                        143/430 
#15 77.32   Verifying        : flatpak-session-helper-1.12.9-5.el9.x86_64         144/430 
#15 77.32   Verifying        : flex-2.6.4-9.el9.x86_64                            145/430 
#15 77.32   Verifying        : fontconfig-2.14.0-2.el9.x86_64                     146/430 
#15 77.32   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           147/430 
#15 77.32   Verifying        : fribidi-1.0.10-6.el9.2.x86_64                      148/430 
#15 77.32   Verifying        : gcc-11.5.0-14.el9.x86_64                           149/430 
#15 77.32   Verifying        : gcc-c++-11.5.0-14.el9.x86_64                       150/430 
#15 77.32   Verifying        : gcc-plugin-annobin-11.5.0-14.el9.x86_64            151/430 
#15 77.32   Verifying        : gd-2.3.2-3.el9.x86_64                              152/430 
#15 77.32   Verifying        : gdb-16.3-3.el9.x86_64                              153/430 
#15 77.32   Verifying        : gdb-headless-16.3-3.el9.x86_64                     154/430 
#15 77.32   Verifying        : gdk-pixbuf2-2.42.6-7.el9.x86_64                    155/430 
#15 77.32   Verifying        : gdk-pixbuf2-modules-2.42.6-7.el9.x86_64            156/430 
#15 77.32   Verifying        : geoclue2-2.6.0-7.el9.x86_64                        157/430 
#15 77.32   Verifying        : gettext-common-devel-0.21-8.el9.noarch             158/430 
#15 77.32   Verifying        : gettext-devel-0.21-8.el9.x86_64                    159/430 
#15 77.32   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                 160/430 
#15 77.32   Verifying        : giflib-5.2.1-9.el9.x86_64                          161/430 
#15 77.32   Verifying        : git-2.52.0-1.el9.x86_64                            162/430 
#15 77.32   Verifying        : git-core-2.52.0-1.el9.x86_64                       163/430 
#15 77.32   Verifying        : git-core-doc-2.52.0-1.el9.noarch                   164/430 
#15 77.32   Verifying        : glibc-devel-2.34-270.el9.x86_64                    165/430 
#15 77.32   Verifying        : glibc-headers-2.34-270.el9.x86_64                  166/430 
#15 77.32   Verifying        : go-srpm-macros-3.8.1-1.el9.noarch                  167/430 
#15 77.32   Verifying        : google-droid-sans-fonts-20200215-11.el9.2.noarch   168/430 
#15 77.32   Verifying        : graphene-1.10.6-2.el9.x86_64                       169/430 
#15 77.32   Verifying        : graphviz-2.44.0-26.el9.x86_64                      170/430 
#15 77.32   Verifying        : gsm-1.0.19-6.el9.x86_64                            171/430 
#15 77.32   Verifying        : gstreamer1-1.22.12-3.el9.x86_64                    172/430 
#15 77.32   Verifying        : gstreamer1-plugins-base-1.22.12-8.el9.x86_64       173/430 
#15 77.32   Verifying        : gtk-update-icon-cache-3.24.31-8.el9.x86_64         174/430 
#15 77.32   Verifying        : gtk2-2.24.33-8.el9.x86_64                          175/430 
#15 77.32   Verifying        : gtk3-3.24.31-8.el9.x86_64                          176/430 
#15 77.32   Verifying        : hicolor-icon-theme-0.17-13.el9.noarch              177/430 
#15 77.33   Verifying        : intltool-0.51.0-20.el9.noarch                      178/430 
#15 77.33   Verifying        : iso-codes-4.6.0-3.el9.noarch                       179/430 
#15 77.33   Verifying        : java-1.8.0-openjdk-headless-1:1.8.0.482.b08-3.el   180/430 
#15 77.33   Verifying        : javapackages-filesystem-6.4.0-1.el9.noarch         181/430 
#15 77.33   Verifying        : jbig2dec-libs-0.19-7.el9.x86_64                    182/430 
#15 77.33   Verifying        : jbigkit-libs-2.1-23.el9.x86_64                     183/430 
#15 77.33   Verifying        : jna-5.6.0-8.el9.x86_64                             184/430 
#15 77.33   Verifying        : kernel-headers-5.14.0-710.el9.x86_64               185/430 
#15 77.33   Verifying        : kernel-srpm-macros-1.0-14.el9.noarch               186/430 
#15 77.33   Verifying        : lcms2-2.12-3.el9.x86_64                            187/430 
#15 77.33   Verifying        : libICE-1.0.10-8.el9.x86_64                         188/430 
#15 77.33   Verifying        : libSM-1.2.3-10.el9.x86_64                          189/430 
#15 77.33   Verifying        : libX11-1.8.12-1.el9.x86_64                         190/430 
#15 77.33   Verifying        : libX11-common-1.8.12-1.el9.noarch                  191/430 
#15 77.33   Verifying        : libX11-xcb-1.8.12-1.el9.x86_64                     192/430 
#15 77.33   Verifying        : libXau-1.0.9-8.el9.x86_64                          193/430 
#15 77.33   Verifying        : libXaw-1.0.13-19.el9.x86_64                        194/430 
#15 77.33   Verifying        : libXcomposite-0.4.5-7.el9.x86_64                   195/430 
#15 77.33   Verifying        : libXcursor-1.2.0-7.el9.x86_64                      196/430 
#15 77.33   Verifying        : libXdamage-1.1.5-7.el9.x86_64                      197/430 
#15 77.33   Verifying        : libXext-1.3.4-8.el9.x86_64                         198/430 
#15 77.33   Verifying        : libXfixes-5.0.3-16.el9.x86_64                      199/430 
#15 77.33   Verifying        : libXft-2.3.3-8.el9.x86_64                          200/430 
#15 77.33   Verifying        : libXi-1.7.10-8.el9.x86_64                          201/430 
#15 77.33   Verifying        : libXinerama-1.1.4-10.el9.x86_64                    202/430 
#15 77.33   Verifying        : libXmu-1.1.3-8.el9.x86_64                          203/430 
#15 77.33   Verifying        : libXpm-3.5.13-10.el9.x86_64                        204/430 
#15 77.33   Verifying        : libXrandr-1.5.2-8.el9.x86_64                       205/430 
#15 77.33   Verifying        : libXrender-0.9.10-16.el9.x86_64                    206/430 
#15 77.33   Verifying        : libXt-1.2.0-6.el9.x86_64                           207/430 
#15 77.33   Verifying        : libXtst-1.2.3-16.el9.x86_64                        208/430 
#15 77.33   Verifying        : libXv-1.0.11-16.el9.x86_64                         209/430 
#15 77.33   Verifying        : libXxf86vm-1.1.4-18.el9.x86_64                     210/430 
#15 77.33   Verifying        : libappstream-glib-0.7.18-5.el9.x86_64              211/430 
#15 77.33   Verifying        : libasyncns-0.8-22.el9.x86_64                       212/430 
#15 77.33   Verifying        : libbabeltrace-1.5.8-10.el9.x86_64                  213/430 
#15 77.33   Verifying        : libcanberra-0.30-27.el9.x86_64                     214/430 
#15 77.33   Verifying        : libcanberra-gtk2-0.30-27.el9.x86_64                215/430 
#15 77.33   Verifying        : libcanberra-gtk3-0.30-27.el9.x86_64                216/430 
#15 77.33   Verifying        : libdatrie-0.2.13-4.el9.x86_64                      217/430 
#15 77.33   Verifying        : libepoxy-1.5.5-4.el9.x86_64                        218/430 
#15 77.33   Verifying        : libexif-0.6.22-7.el9.x86_64                        219/430 
#15 77.33   Verifying        : libfontenc-1.1.3-17.el9.x86_64                     220/430 
#15 77.33   Verifying        : libgexiv2-0.14.3-1.el9.x86_64                      221/430 
#15 77.33   Verifying        : libglvnd-1:1.3.4-1.el9.x86_64                      222/430 
#15 77.33   Verifying        : libglvnd-egl-1:1.3.4-1.el9.x86_64                  223/430 
#15 77.33   Verifying        : libglvnd-glx-1:1.3.4-1.el9.x86_64                  224/430 
#15 77.33   Verifying        : libgs-9.54.0-19.el9.x86_64                         225/430 
#15 77.33   Verifying        : libgsf-1.14.47-5.el9.x86_64                        226/430 
#15 77.33   Verifying        : libgxps-0.3.2-3.el9.x86_64                         227/430 
#15 77.33   Verifying        : libijs-0.35-15.el9.x86_64                          228/430 
#15 77.33   Verifying        : libipt-2.0.4-3.el9.x86_64                          229/430 
#15 77.33   Verifying        : libiptcdata-1.0.5-10.el9.x86_64                    230/430 
#15 77.33   Verifying        : libjpeg-turbo-2.0.90-7.el9.x86_64                  231/430 
#15 77.33   Verifying        : libldac-2.0.2.3-10.el9.x86_64                      232/430 
#15 77.33   Verifying        : libmpc-1.2.1-4.el9.x86_64                          233/430 
#15 77.33   Verifying        : libnotify-0.7.9-8.el9.x86_64                       234/430 
#15 77.33   Verifying        : libogg-2:1.3.4-6.el9.x86_64                        235/430 
#15 77.33   Verifying        : libosinfo-1.10.0-1.el9.x86_64                      236/430 
#15 77.33   Verifying        : libpaper-1.1.28-4.el9.x86_64                       237/430 
#15 77.33   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.x86_64           238/430 
#15 77.33   Verifying        : librsvg2-2.50.7-3.el9.x86_64                       239/430 
#15 77.33   Verifying        : libsbc-1.4-10.el9.x86_64                           240/430 
#15 77.33   Verifying        : libsndfile-1.0.31-10.el9.x86_64                    241/430 
#15 77.33   Verifying        : libsoup-2.72.0-17.el9.x86_64                       242/430 
#15 77.33   Verifying        : libstdc++-devel-11.5.0-14.el9.x86_64               243/430 
#15 77.33   Verifying        : libstemmer-0-18.585svn.el9.x86_64                  244/430 
#15 77.33   Verifying        : libthai-0.1.28-8.el9.x86_64                        245/430 
#15 77.33   Verifying        : libtheora-1:1.1.1-31.el9.x86_64                    246/430 
#15 77.33   Verifying        : libtiff-4.4.0-18.el9.x86_64                        247/430 
#15 77.33   Verifying        : libtool-2.4.6-46.el9.x86_64                        248/430 
#15 77.33   Verifying        : libtracker-sparql-3.1.2-3.el9.x86_64               249/430 
#15 77.33   Verifying        : libvorbis-1:1.3.7-5.el9.x86_64                     250/430 
#15 77.33   Verifying        : libwayland-client-1.21.0-1.el9.x86_64              251/430 
#15 77.33   Verifying        : libwayland-cursor-1.21.0-1.el9.x86_64              252/430 
#15 77.33   Verifying        : libwayland-egl-1.21.0-1.el9.x86_64                 253/430 
#15 77.33   Verifying        : libwebp-1.2.0-8.el9.x86_64                         254/430 
#15 77.33   Verifying        : libxcb-1.13.1-9.el9.x86_64                         255/430 
#15 77.33   Verifying        : libxcrypt-devel-4.4.18-3.el9.x86_64                256/430 
#15 77.33   Verifying        : libxkbcommon-1.0.3-4.el9.x86_64                    257/430 
#15 77.33   Verifying        : libxshmfence-1.3-10.el9.x86_64                     258/430 
#15 77.33   Verifying        : libxslt-1.1.34-16.el9.x86_64                       259/430 
#15 77.33   Verifying        : libzstd-devel-1.5.5-1.el9.x86_64                   260/430 
#15 77.33   Verifying        : llvm-filesystem-22.1.3-1.el9.x86_64                261/430 
#15 77.33   Verifying        : llvm-libs-22.1.3-1.el9.x86_64                      262/430 
#15 77.33   Verifying        : low-memory-monitor-2.1-4.el9.x86_64                263/430 
#15 77.33   Verifying        : ltrace-0.7.91-43.el9.x86_64                        264/430 
#15 77.33   Verifying        : lua-5.4.4-4.el9.x86_64                             265/430 
#15 77.33   Verifying        : lua-posix-35.0-8.el9.x86_64                        266/430 
#15 77.33   Verifying        : lua-srpm-macros-1-6.el9.noarch                     267/430 
#15 77.33   Verifying        : m4-1.4.19-1.el9.x86_64                             268/430 
#15 77.33   Verifying        : mesa-dri-drivers-25.2.7-4.el9.x86_64               269/430 
#15 77.33   Verifying        : mesa-filesystem-25.2.7-4.el9.x86_64                270/430 
#15 77.33   Verifying        : mesa-libEGL-25.2.7-4.el9.x86_64                    271/430 
#15 77.33   Verifying        : mesa-libGL-25.2.7-4.el9.x86_64                     272/430 
#15 77.33   Verifying        : mesa-libgbm-25.2.7-4.el9.x86_64                    273/430 
#15 77.33   Verifying        : mkfontscale-1.2.1-3.el9.x86_64                     274/430 
#15 77.33   Verifying        : nspr-4.36.0-8.el9.x86_64                           275/430 
#15 77.33   Verifying        : nss-3.112.0-8.el9.x86_64                           276/430 
#15 77.33   Verifying        : nss-softokn-3.112.0-8.el9.x86_64                   277/430 
#15 77.33   Verifying        : nss-softokn-freebl-3.112.0-8.el9.x86_64            278/430 
#15 77.33   Verifying        : nss-sysinit-3.112.0-8.el9.x86_64                   279/430 
#15 77.33   Verifying        : nss-tools-3.112.0-8.el9.x86_64                     280/430 
#15 77.33   Verifying        : nss-util-3.112.0-8.el9.x86_64                      281/430 
#15 77.33   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                   282/430 
#15 77.33   Verifying        : openblas-srpm-macros-2-11.el9.noarch               283/430 
#15 77.33   Verifying        : openjpeg2-2.4.0-8.el9.x86_64                       284/430 
#15 77.33   Verifying        : opus-1.3.1-10.el9.x86_64                           285/430 
#15 77.33   Verifying        : orc-0.4.31-8.el9.x86_64                            286/430 
#15 77.33   Verifying        : osinfo-db-20250606-2.el9.noarch                    287/430 
#15 77.33   Verifying        : osinfo-db-tools-1.10.0-1.el9.x86_64                288/430 
#15 77.33   Verifying        : ostree-libs-2026.1-1.el9.x86_64                    289/430 
#15 77.33   Verifying        : p11-kit-server-0.26.2-1.el9.x86_64                 290/430 
#15 77.33   Verifying        : pango-1.48.7-4.el9.x86_64                          291/430 
#15 77.33   Verifying        : patch-2.7.6-16.el9.x86_64                          292/430 
#15 77.33   Verifying        : patchutils-0.4.2-7.el9.x86_64                      293/430 
#15 77.33   Verifying        : perl-AutoLoader-5.74-483.el9.noarch                294/430 
#15 77.33   Verifying        : perl-B-1.80-483.el9.x86_64                         295/430 
#15 77.33   Verifying        : perl-Carp-1.50-460.el9.noarch                      296/430 
#15 77.33   Verifying        : perl-Class-Struct-0.66-483.el9.noarch              297/430 
#15 77.33   Verifying        : perl-Data-Dumper-2.174-462.el9.x86_64              298/430 
#15 77.33   Verifying        : perl-Digest-1.19-4.el9.noarch                      299/430 
#15 77.33   Verifying        : perl-Digest-MD5-2.58-4.el9.x86_64                  300/430 
#15 77.33   Verifying        : perl-DynaLoader-1.47-483.el9.x86_64                301/430 
#15 77.33   Verifying        : perl-Encode-4:3.08-462.el9.x86_64                  302/430 
#15 77.33   Verifying        : perl-Errno-1.30-483.el9.x86_64                     303/430 
#15 77.33   Verifying        : perl-Error-1:0.17029-7.el9.noarch                  304/430 
#15 77.33   Verifying        : perl-Exporter-5.74-461.el9.noarch                  305/430 
#15 77.33   Verifying        : perl-Fcntl-1.13-483.el9.x86_64                     306/430 
#15 77.33   Verifying        : perl-Fedora-VSP-0.001-23.el9.noarch                307/430 
#15 77.33   Verifying        : perl-File-Basename-2.85-483.el9.noarch             308/430 
#15 77.33   Verifying        : perl-File-Compare-1.100.600-483.el9.noarch         309/430 
#15 77.33   Verifying        : perl-File-Copy-2.34-483.el9.noarch                 310/430 
#15 77.33   Verifying        : perl-File-Find-1.37-483.el9.noarch                 311/430 
#15 77.33   Verifying        : perl-File-Path-2.18-4.el9.noarch                   312/430 
#15 77.33   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            313/430 
#15 77.33   Verifying        : perl-File-stat-1.09-483.el9.noarch                 314/430 
#15 77.33   Verifying        : perl-FileHandle-2.03-483.el9.noarch                315/430 
#15 77.33   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               316/430 
#15 77.33   Verifying        : perl-Getopt-Std-1.12-483.el9.noarch                317/430 
#15 77.33   Verifying        : perl-Git-2.52.0-1.el9.noarch                       318/430 
#15 77.33   Verifying        : perl-HTTP-Tiny-0.076-462.el9.noarch                319/430 
#15 77.33   Verifying        : perl-IO-1.43-483.el9.x86_64                        320/430 
#15 77.33   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                321/430 
#15 77.33   Verifying        : perl-IO-Socket-SSL-2.073-2.el9.noarch              322/430 
#15 77.33   Verifying        : perl-IPC-Open3-1.21-483.el9.noarch                 323/430 
#15 77.33   Verifying        : perl-MIME-Base64-3.16-4.el9.x86_64                 324/430 
#15 77.33   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              325/430 
#15 77.33   Verifying        : perl-NDBM_File-1.15-483.el9.x86_64                 326/430 
#15 77.33   Verifying        : perl-Net-SSLeay-1.94-4.el9.x86_64                  327/430 
#15 77.33   Verifying        : perl-POSIX-1.94-483.el9.x86_64                     328/430 
#15 77.33   Verifying        : perl-PathTools-3.78-461.el9.x86_64                 329/430 
#15 77.33   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             330/430 
#15 77.33   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            331/430 
#15 77.33   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                332/430 
#15 77.33   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 333/430 
#15 77.33   Verifying        : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64       334/430 
#15 77.33   Verifying        : perl-SelectSaver-1.02-483.el9.noarch               335/430 
#15 77.33   Verifying        : perl-Socket-4:2.031-4.el9.x86_64                   336/430 
#15 77.33   Verifying        : perl-Storable-1:3.21-460.el9.x86_64                337/430 
#15 77.33   Verifying        : perl-Symbol-1.08-483.el9.noarch                    338/430 
#15 77.33   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            339/430 
#15 77.33   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  340/430 
#15 77.33   Verifying        : perl-TermReadKey-2.38-11.el9.x86_64                341/430 
#15 77.33   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           342/430 
#15 77.33   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       343/430 
#15 77.33   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch              344/430 
#15 77.33   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               345/430 
#15 77.33   Verifying        : perl-URI-5.09-3.el9.noarch                         346/430 
#15 77.33   Verifying        : perl-XML-Parser-2.46-10.el9.x86_64                 347/430 
#15 77.33   Verifying        : perl-base-2.27-483.el9.noarch                      348/430 
#15 77.33   Verifying        : perl-constant-1.33-461.el9.noarch                  349/430 
#15 77.33   Verifying        : perl-generators-1.13-1.el9.noarch                  350/430 
#15 77.33   Verifying        : perl-if-0.60.800-483.el9.noarch                    351/430 
#15 77.33   Verifying        : perl-interpreter-4:5.32.1-483.el9.x86_64           352/430 
#15 77.33   Verifying        : perl-lib-0.65-483.el9.x86_64                       353/430 
#15 77.33   Verifying        : perl-libnet-3.13-4.el9.noarch                      354/430 
#15 77.33   Verifying        : perl-libs-4:5.32.1-483.el9.x86_64                  355/430 
#15 77.33   Verifying        : perl-locale-1.09-483.el9.noarch                    356/430 
#15 77.33   Verifying        : perl-macros-4:5.32.1-483.el9.noarch                357/430 
#15 77.33   Verifying        : perl-mro-1.23-483.el9.x86_64                       358/430 
#15 77.33   Verifying        : perl-overload-1.31-483.el9.noarch                  359/430 
#15 77.33   Verifying        : perl-overloading-0.02-483.el9.noarch               360/430 
#15 77.33   Verifying        : perl-parent-1:0.238-460.el9.noarch                 361/430 
#15 77.33   Verifying        : perl-podlators-1:4.14-460.el9.noarch               362/430 
#15 77.33   Verifying        : perl-srpm-macros-1-41.el9.noarch                   363/430 
#15 77.33   Verifying        : perl-subs-1.03-483.el9.noarch                      364/430 
#15 77.33   Verifying        : perl-threads-1:2.25-460.el9.x86_64                 365/430 
#15 77.33   Verifying        : perl-threads-shared-1.61-460.el9.x86_64            366/430 
#15 77.34   Verifying        : perl-vars-1.05-483.el9.noarch                      367/430 
#15 77.34   Verifying        : perl-version-7:0.99.28-4.el9.x86_64                368/430 
#15 77.34   Verifying        : pesign-115-6.el9.x86_64                            369/430 
#15 77.34   Verifying        : pipewire-1.4.11-1.el9.x86_64                       370/430 
#15 77.34   Verifying        : pipewire-alsa-1.4.11-1.el9.x86_64                  371/430 
#15 77.34   Verifying        : pipewire-jack-audio-connection-kit-1.4.11-1.el9.   372/430 
#15 77.34   Verifying        : pipewire-jack-audio-connection-kit-libs-1.4.11-1   373/430 
#15 77.34   Verifying        : pipewire-libs-1.4.11-1.el9.x86_64                  374/430 
#15 77.34   Verifying        : pipewire-pulseaudio-1.4.11-1.el9.x86_64            375/430 
#15 77.34   Verifying        : pixman-0.40.0-6.el9.x86_64                         376/430 
#15 77.34   Verifying        : poppler-21.01.0-25.el9.x86_64                      377/430 
#15 77.34   Verifying        : poppler-data-0.4.9-9.el9.noarch                    378/430 
#15 77.34   Verifying        : poppler-glib-21.01.0-25.el9.x86_64                 379/430 
#15 77.34   Verifying        : pulseaudio-libs-15.0-3.el9.x86_64                  380/430 
#15 77.34   Verifying        : pyproject-srpm-macros-1.18.5-1.el9.noarch          381/430 
#15 77.34   Verifying        : python-srpm-macros-3.9-54.el9.noarch               382/430 
#15 77.34   Verifying        : qt5-srpm-macros-5.15.9-1.el9.noarch                383/430 
#15 77.34   Verifying        : redhat-rpm-config-210-1.el9.noarch                 384/430 
#15 77.34   Verifying        : rpm-build-4.16.1.3-40.el9.x86_64                   385/430 
#15 77.34   Verifying        : rtkit-0.11-29.el9.x86_64                           386/430 
#15 77.34   Verifying        : rust-srpm-macros-17-4.el9.noarch                   387/430 
#15 77.34   Verifying        : sgml-common-0.6.3-58.el9.noarch                    388/430 
#15 77.34   Verifying        : sound-theme-freedesktop-0.8-17.el9.noarch          389/430 
#15 77.34   Verifying        : source-highlight-3.1.9-12.el9.x86_64               390/430 
#15 77.34   Verifying        : spirv-tools-libs-2026.1-1.el9.x86_64               391/430 
#15 77.34   Verifying        : systemtap-5.5-1.el9.x86_64                         392/430 
#15 77.34   Verifying        : systemtap-client-5.5-1.el9.x86_64                  393/430 
#15 77.34   Verifying        : systemtap-devel-5.5-1.el9.x86_64                   394/430 
#15 77.34   Verifying        : systemtap-runtime-5.5-1.el9.x86_64                 395/430 
#15 77.34   Verifying        : tbb-2020.3-9.el9.x86_64                            396/430 
#15 77.34   Verifying        : totem-pl-parser-3.26.6-2.el9.x86_64                397/430 
#15 77.34   Verifying        : tracker-3.1.2-3.el9.x86_64                         398/430 
#15 77.34   Verifying        : tracker-miners-3.1.2-4.el9.x86_64                  399/430 
#15 77.34   Verifying        : tzdata-java-2026b-1.el9.noarch                     400/430 
#15 77.34   Verifying        : upower-0.99.11-11.el9.x86_64                       401/430 
#15 77.34   Verifying        : urw-base35-bookman-fonts-20200910-6.el9.noarch     402/430 
#15 77.34   Verifying        : urw-base35-c059-fonts-20200910-6.el9.noarch        403/430 
#15 77.34   Verifying        : urw-base35-d050000l-fonts-20200910-6.el9.noarch    404/430 
#15 77.34   Verifying        : urw-base35-fonts-20200910-6.el9.noarch             405/430 
#15 77.34   Verifying        : urw-base35-fonts-common-20200910-6.el9.noarch      406/430 
#15 77.34   Verifying        : urw-base35-gothic-fonts-20200910-6.el9.noarch      407/430 
#15 77.34   Verifying        : urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n   408/430 
#15 77.34   Verifying        : urw-base35-nimbus-roman-fonts-20200910-6.el9.noa   409/430 
#15 77.34   Verifying        : urw-base35-nimbus-sans-fonts-20200910-6.el9.noar   410/430 
#15 77.34   Verifying        : urw-base35-p052-fonts-20200910-6.el9.noarch        411/430 
#15 77.34   Verifying        : urw-base35-standard-symbols-ps-fonts-20200910-6.   412/430 
#15 77.34   Verifying        : urw-base35-z003-fonts-20200910-6.el9.noarch        413/430 
#15 77.34   Verifying        : valgrind-1:3.27.1-1.el9.x86_64                     414/430 
#15 77.34   Verifying        : valgrind-devel-1:3.27.1-1.el9.x86_64               415/430 
#15 77.34   Verifying        : valgrind-docs-1:3.27.1-1.el9.x86_64                416/430 
#15 77.34   Verifying        : valgrind-gdb-1:3.27.1-1.el9.x86_64                 417/430 
#15 77.34   Verifying        : valgrind-scripts-1:3.27.1-1.el9.x86_64             418/430 
#15 77.34   Verifying        : webkit2gtk3-jsc-2.52.3-1.el9.x86_64                419/430 
#15 77.34   Verifying        : webrtc-audio-processing-0.3.1-8.el9.x86_64         420/430 
#15 77.34   Verifying        : wireplumber-0.5.12-1.el9.x86_64                    421/430 
#15 77.34   Verifying        : wireplumber-libs-0.5.12-1.el9.x86_64               422/430 
#15 77.34   Verifying        : xdg-dbus-proxy-0.1.3-1.el9.x86_64                  423/430 
#15 77.34   Verifying        : xdg-desktop-portal-1.12.6-1.el9.x86_64             424/430 
#15 77.34   Verifying        : xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64         425/430 
#15 77.34   Verifying        : xkeyboard-config-2.33-2.el9.noarch                 426/430 
#15 77.34   Verifying        : xml-common-0.6.3-58.el9.noarch                     427/430 
#15 77.34   Verifying        : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc   428/430 
#15 77.34   Verifying        : xz-devel-5.2.5-8.el9.x86_64                        429/430 
#15 77.34   Verifying        : zlib-devel-1.2.11-41.el9.x86_64                    430/430 
#15 77.55 
#15 77.55 Installed:
#15 77.55   ModemManager-glib-1.20.2-1.el9.x86_64                                         
#15 77.55   NetworkManager-libnm-1:1.54.4-1.el9.x86_64                                    
#15 77.55   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
#15 77.55   acl-2.3.1-4.el9.x86_64                                                        
#15 77.55   adobe-mappings-cmap-20171205-12.el9.noarch                                    
#15 77.55   adobe-mappings-cmap-deprecated-20171205-12.el9.noarch                         
#15 77.55   adobe-mappings-pdf-20180407-10.el9.noarch                                     
#15 77.55   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
#15 77.55   adwaita-cursor-theme-40.1.1-3.el9.noarch                                      
#15 77.55   adwaita-icon-theme-40.1.1-3.el9.noarch                                        
#15 77.55   alsa-lib-1.2.15.3-1.el9.x86_64                                                
#15 77.55   annobin-13.14-1.el9.x86_64                                                    
#15 77.55   asciidoc-9.1.0-3.el9.noarch                                                   
#15 77.55   at-spi2-atk-2.38.0-4.el9.x86_64                                               
#15 77.55   at-spi2-core-2.40.3-1.el9.x86_64                                              
#15 77.55   atk-2.36.0-5.el9.x86_64                                                       
#15 77.55   autoconf-2.69-41.el9.noarch                                                   
#15 77.55   automake-1.16.2-8.el9.noarch                                                  
#15 77.55   avahi-glib-0.8-24.el9.x86_64                                                  
#15 77.55   avahi-libs-0.8-24.el9.x86_64                                                  
#15 77.55   binutils-2.35.2-72.el9.x86_64                                                 
#15 77.55   binutils-gold-2.35.2-72.el9.x86_64                                            
#15 77.55   bison-3.7.4-5.el9.x86_64                                                      
#15 77.55   bluez-libs-5.86-2.el9.x86_64                                                  
#15 77.55   boost-filesystem-1.75.0-14.el9.x86_64                                         
#15 77.55   boost-regex-1.75.0-14.el9.x86_64                                              
#15 77.55   boost-system-1.75.0-14.el9.x86_64                                             
#15 77.55   boost-thread-1.75.0-14.el9.x86_64                                             
#15 77.55   bubblewrap-0.6.3-1.el9.x86_64                                                 
#15 77.55   byacc-2.0.20210109-4.el9.x86_64                                               
#15 77.55   bzip2-1.0.8-11.el9.x86_64                                                     
#15 77.55   cairo-1.17.4-7.el9.x86_64                                                     
#15 77.55   cairo-gobject-1.17.4-7.el9.x86_64                                             
#15 77.55   colord-libs-1.4.5-4.el9.x86_64                                                
#15 77.55   composefs-libs-1.0.8-1.el9.x86_64                                             
#15 77.55   copy-jdk-configs-4.0-3.el9.noarch                                             
#15 77.55   cpio-2.13-16.el9.x86_64                                                       
#15 77.55   cpp-11.5.0-14.el9.x86_64                                                      
#15 77.55   cracklib-2.9.6-28.el9.x86_64                                                  
#15 77.55   cracklib-dicts-2.9.6-28.el9.x86_64                                            
#15 77.55   cryptsetup-libs-2.8.6-1.el9.x86_64                                            
#15 77.55   cups-libs-1:2.3.3op2-38.el9.x86_64                                            
#15 77.55   dbus-1:1.12.20-9.el9.x86_64                                                   
#15 77.55   dbus-broker-28-7.el9.x86_64                                                   
#15 77.55   dbus-common-1:1.12.20-9.el9.noarch                                            
#15 77.55   dconf-0.40.0-6.el9.x86_64                                                     
#15 77.55   debugedit-5.0-11.el9.x86_64                                                   
#15 77.55   device-mapper-9:1.02.207-4.el9.1.x86_64                                       
#15 77.55   device-mapper-libs-9:1.02.207-4.el9.1.x86_64                                  
#15 77.55   diffstat-1.64-6.el9.x86_64                                                    
#15 77.55   diffutils-3.7-12.el9.x86_64                                                   
#15 77.55   docbook-dtds-1.0-79.el9.noarch                                                
#15 77.55   docbook-style-xsl-1.79.2-16.el9.noarch                                        
#15 77.55   dwz-0.16-1.el9.x86_64                                                         
#15 77.55   dyninst-13.0.0-1.el9.x86_64                                                   
#15 77.55   ed-1.14.2-12.el9.x86_64                                                       
#15 77.55   efi-srpm-macros-6-4.el9.noarch                                                
#15 77.55   efivar-libs-38-3.el9.x86_64                                                   
#15 77.55   elfutils-0.195-1.el9.x86_64                                                   
#15 77.55   elfutils-debuginfod-client-0.195-1.el9.x86_64                                 
#15 77.55   elfutils-devel-0.195-1.el9.x86_64                                             
#15 77.55   elfutils-libelf-devel-0.195-1.el9.x86_64                                      
#15 77.55   emacs-filesystem-1:27.2-18.el9.noarch                                         
#15 77.55   exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64                                
#15 77.55   exiv2-0.27.5-2.el9.x86_64                                                     
#15 77.55   exiv2-libs-0.27.5-2.el9.x86_64                                                
#15 77.55   fdk-aac-free-2.0.0-8.el9.x86_64                                               
#15 77.55   fftw-libs-single-3.3.8-14.el9.x86_64                                          
#15 77.55   file-5.39-19.el9.x86_64                                                       
#15 77.55   flac-libs-1.3.3-12.el9.x86_64                                                 
#15 77.55   flatpak-1.12.9-5.el9.x86_64                                                   
#15 77.55   flatpak-session-helper-1.12.9-5.el9.x86_64                                    
#15 77.55   flex-2.6.4-9.el9.x86_64                                                       
#15 77.55   fontconfig-2.14.0-2.el9.x86_64                                                
#15 77.55   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
#15 77.55   freetype-2.10.4-11.el9.x86_64                                                 
#15 77.55   fribidi-1.0.10-6.el9.2.x86_64                                                 
#15 77.55   fuse-2.9.9-17.el9.x86_64                                                      
#15 77.55   fuse-common-3.10.2-9.el9.x86_64                                               
#15 77.55   fuse-libs-2.9.9-17.el9.x86_64                                                 
#15 77.55   gcc-11.5.0-14.el9.x86_64                                                      
#15 77.55   gcc-c++-11.5.0-14.el9.x86_64                                                  
#15 77.55   gcc-plugin-annobin-11.5.0-14.el9.x86_64                                       
#15 77.55   gd-2.3.2-3.el9.x86_64                                                         
#15 77.55   gdb-16.3-3.el9.x86_64                                                         
#15 77.55   gdb-headless-16.3-3.el9.x86_64                                                
#15 77.55   gdk-pixbuf2-2.42.6-7.el9.x86_64                                               
#15 77.55   gdk-pixbuf2-modules-2.42.6-7.el9.x86_64                                       
#15 77.55   geoclue2-2.6.0-7.el9.x86_64                                                   
#15 77.55   gettext-0.21-8.el9.x86_64                                                     
#15 77.55   gettext-common-devel-0.21-8.el9.noarch                                        
#15 77.55   gettext-devel-0.21-8.el9.x86_64                                               
#15 77.55   gettext-libs-0.21-8.el9.x86_64                                                
#15 77.55   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
#15 77.55   giflib-5.2.1-9.el9.x86_64                                                     
#15 77.55   git-2.52.0-1.el9.x86_64                                                       
#15 77.55   git-core-2.52.0-1.el9.x86_64                                                  
#15 77.55   git-core-doc-2.52.0-1.el9.noarch                                              
#15 77.55   glib-networking-2.68.3-3.el9.x86_64                                           
#15 77.55   glibc-devel-2.34-270.el9.x86_64                                               
#15 77.55   glibc-gconv-extra-2.34-270.el9.x86_64                                         
#15 77.55   glibc-headers-2.34-270.el9.x86_64                                             
#15 77.55   go-srpm-macros-3.8.1-1.el9.noarch                                             
#15 77.55   gobject-introspection-1.68.0-11.el9.x86_64                                    
#15 77.55   google-droid-sans-fonts-20200215-11.el9.2.noarch                              
#15 77.55   graphene-1.10.6-2.el9.x86_64                                                  
#15 77.55   graphite2-1.3.14-9.el9.x86_64                                                 
#15 77.55   graphviz-2.44.0-26.el9.x86_64                                                 
#15 77.55   groff-base-1.22.4-10.el9.x86_64                                               
#15 77.55   gsettings-desktop-schemas-40.0-8.el9.x86_64                                   
#15 77.55   gsm-1.0.19-6.el9.x86_64                                                       
#15 77.55   gstreamer1-1.22.12-3.el9.x86_64                                               
#15 77.55   gstreamer1-plugins-base-1.22.12-8.el9.x86_64                                  
#15 77.55   gtk-update-icon-cache-3.24.31-8.el9.x86_64                                    
#15 77.55   gtk2-2.24.33-8.el9.x86_64                                                     
#15 77.55   gtk3-3.24.31-8.el9.x86_64                                                     
#15 77.55   harfbuzz-2.7.4-10.el9.x86_64                                                  
#15 77.55   hicolor-icon-theme-0.17-13.el9.noarch                                         
#15 77.55   hwdata-0.348-9.22.el9.noarch                                                  
#15 77.55   info-6.7-15.el9.x86_64                                                        
#15 77.55   intltool-0.51.0-20.el9.noarch                                                 
#15 77.55   iso-codes-4.6.0-3.el9.noarch                                                  
#15 77.55   java-1.8.0-openjdk-headless-1:1.8.0.482.b08-3.el9.x86_64                      
#15 77.55   javapackages-filesystem-6.4.0-1.el9.noarch                                    
#15 77.55   jbig2dec-libs-0.19-7.el9.x86_64                                               
#15 77.55   jbigkit-libs-2.1-23.el9.x86_64                                                
#15 77.55   jna-5.6.0-8.el9.x86_64                                                        
#15 77.55   json-glib-1.6.6-1.el9.x86_64                                                  
#15 77.55   kbd-2.4.0-11.el9.x86_64                                                       
#15 77.55   kbd-legacy-2.4.0-11.el9.noarch                                                
#15 77.55   kbd-misc-2.4.0-11.el9.noarch                                                  
#15 77.55   kernel-headers-5.14.0-710.el9.x86_64                                          
#15 77.55   kernel-srpm-macros-1.0-14.el9.noarch                                          
#15 77.55   kmod-28-11.el9.x86_64                                                         
#15 77.55   kmod-libs-28-11.el9.x86_64                                                    
#15 77.55   lcms2-2.12-3.el9.x86_64                                                       
#15 77.55   less-590-6.el9.x86_64                                                         
#15 77.55   libICE-1.0.10-8.el9.x86_64                                                    
#15 77.55   libSM-1.2.3-10.el9.x86_64                                                     
#15 77.55   libX11-1.8.12-1.el9.x86_64                                                    
#15 77.55   libX11-common-1.8.12-1.el9.noarch                                             
#15 77.55   libX11-xcb-1.8.12-1.el9.x86_64                                                
#15 77.55   libXau-1.0.9-8.el9.x86_64                                                     
#15 77.55   libXaw-1.0.13-19.el9.x86_64                                                   
#15 77.55   libXcomposite-0.4.5-7.el9.x86_64                                              
#15 77.55   libXcursor-1.2.0-7.el9.x86_64                                                 
#15 77.55   libXdamage-1.1.5-7.el9.x86_64                                                 
#15 77.55   libXext-1.3.4-8.el9.x86_64                                                    
#15 77.55   libXfixes-5.0.3-16.el9.x86_64                                                 
#15 77.55   libXft-2.3.3-8.el9.x86_64                                                     
#15 77.55   libXi-1.7.10-8.el9.x86_64                                                     
#15 77.55   libXinerama-1.1.4-10.el9.x86_64                                               
#15 77.55   libXmu-1.1.3-8.el9.x86_64                                                     
#15 77.55   libXpm-3.5.13-10.el9.x86_64                                                   
#15 77.55   libXrandr-1.5.2-8.el9.x86_64                                                  
#15 77.55   libXrender-0.9.10-16.el9.x86_64                                               
#15 77.55   libXt-1.2.0-6.el9.x86_64                                                      
#15 77.55   libXtst-1.2.3-16.el9.x86_64                                                   
#15 77.55   libXv-1.0.11-16.el9.x86_64                                                    
#15 77.55   libXxf86vm-1.1.4-18.el9.x86_64                                                
#15 77.55   libappstream-glib-0.7.18-5.el9.x86_64                                         
#15 77.55   libasyncns-0.8-22.el9.x86_64                                                  
#15 77.55   libbabeltrace-1.5.8-10.el9.x86_64                                             
#15 77.55   libbrotli-1.0.9-9.el9.x86_64                                                  
#15 77.55   libcanberra-0.30-27.el9.x86_64                                                
#15 77.55   libcanberra-gtk2-0.30-27.el9.x86_64                                           
#15 77.55   libcanberra-gtk3-0.30-27.el9.x86_64                                           
#15 77.55   libcbor-0.7.0-5.el9.x86_64                                                    
#15 77.55   libdatrie-0.2.13-4.el9.x86_64                                                 
#15 77.55   libdb-5.3.28-57.el9.x86_64                                                    
#15 77.55   libdrm-2.4.128-1.el9.x86_64                                                   
#15 77.55   libeconf-0.4.1-7.el9.x86_64                                                   
#15 77.55   libedit-3.1-39.20210216cvs.el9.x86_64                                         
#15 77.55   libepoxy-1.5.5-4.el9.x86_64                                                   
#15 77.55   libexif-0.6.22-7.el9.x86_64                                                   
#15 77.55   libfdisk-2.37.4-25.el9.x86_64                                                 
#15 77.55   libfido2-1.13.0-2.el9.x86_64                                                  
#15 77.55   libfontenc-1.1.3-17.el9.x86_64                                                
#15 77.55   libgexiv2-0.14.3-1.el9.x86_64                                                 
#15 77.55   libglvnd-1:1.3.4-1.el9.x86_64                                                 
#15 77.55   libglvnd-egl-1:1.3.4-1.el9.x86_64                                             
#15 77.55   libglvnd-glx-1:1.3.4-1.el9.x86_64                                             
#15 77.55   libgs-9.54.0-19.el9.x86_64                                                    
#15 77.55   libgsf-1.14.47-5.el9.x86_64                                                   
#15 77.55   libgudev-237-1.el9.x86_64                                                     
#15 77.55   libgusb-0.3.8-2.el9.x86_64                                                    
#15 77.55   libgxps-0.3.2-3.el9.x86_64                                                    
#15 77.55   libicu-67.1-10.el9.x86_64                                                     
#15 77.55   libijs-0.35-15.el9.x86_64                                                     
#15 77.55   libipt-2.0.4-3.el9.x86_64                                                     
#15 77.55   libiptcdata-1.0.5-10.el9.x86_64                                               
#15 77.55   libjpeg-turbo-2.0.90-7.el9.x86_64                                             
#15 77.55   libldac-2.0.2.3-10.el9.x86_64                                                 
#15 77.55   libmpc-1.2.1-4.el9.x86_64                                                     
#15 77.55   libnotify-0.7.9-8.el9.x86_64                                                  
#15 77.55   libogg-2:1.3.4-6.el9.x86_64                                                   
#15 77.55   libosinfo-1.10.0-1.el9.x86_64                                                 
#15 77.55   libpaper-1.1.28-4.el9.x86_64                                                  
#15 77.55   libpciaccess-0.16-7.el9.x86_64                                                
#15 77.55   libpkgconf-1.7.3-10.el9.x86_64                                                
#15 77.55   libpng-2:1.6.37-16.el9.x86_64                                                 
#15 77.55   libproxy-0.4.15-35.el9.x86_64                                                 
#15 77.55   libproxy-webkitgtk4-0.4.15-35.el9.x86_64                                      
#15 77.55   libpsl-0.21.1-5.el9.x86_64                                                    
#15 77.55   libpwquality-1.4.4-8.el9.x86_64                                               
#15 77.55   librsvg2-2.50.7-3.el9.x86_64                                                  
#15 77.55   libsbc-1.4-10.el9.x86_64                                                      
#15 77.55   libseccomp-2.5.2-2.el9.x86_64                                                 
#15 77.55   libsndfile-1.0.31-10.el9.x86_64                                               
#15 77.55   libsoup-2.72.0-17.el9.x86_64                                                  
#15 77.55   libstdc++-devel-11.5.0-14.el9.x86_64                                          
#15 77.55   libstemmer-0-18.585svn.el9.x86_64                                             
#15 77.55   libtdb-1.4.14-1.el9.x86_64                                                    
#15 77.55   libthai-0.1.28-8.el9.x86_64                                                   
#15 77.55   libtheora-1:1.1.1-31.el9.x86_64                                               
#15 77.55   libtiff-4.4.0-18.el9.x86_64                                                   
#15 77.55   libtool-2.4.6-46.el9.x86_64                                                   
#15 77.55   libtracker-sparql-3.1.2-3.el9.x86_64                                          
#15 77.55   libusbx-1.0.26-1.el9.x86_64                                                   
#15 77.55   libutempter-1.2.1-6.el9.x86_64                                                
#15 77.55   libvorbis-1:1.3.7-5.el9.x86_64                                                
#15 77.55   libwayland-client-1.21.0-1.el9.x86_64                                         
#15 77.55   libwayland-cursor-1.21.0-1.el9.x86_64                                         
#15 77.55   libwayland-egl-1.21.0-1.el9.x86_64                                            
#15 77.55   libwebp-1.2.0-8.el9.x86_64                                                    
#15 77.55   libxcb-1.13.1-9.el9.x86_64                                                    
#15 77.55   libxcrypt-devel-4.4.18-3.el9.x86_64                                           
#15 77.55   libxkbcommon-1.0.3-4.el9.x86_64                                               
#15 77.55   libxshmfence-1.3-10.el9.x86_64                                                
#15 77.55   libxslt-1.1.34-16.el9.x86_64                                                  
#15 77.55   libzstd-devel-1.5.5-1.el9.x86_64                                              
#15 77.55   lksctp-tools-1.0.19-2.el9.x86_64                                              
#15 77.55   llvm-filesystem-22.1.3-1.el9.x86_64                                           
#15 77.55   llvm-libs-22.1.3-1.el9.x86_64                                                 
#15 77.55   low-memory-monitor-2.1-4.el9.x86_64                                           
#15 77.55   ltrace-0.7.91-43.el9.x86_64                                                   
#15 77.55   lua-5.4.4-4.el9.x86_64                                                        
#15 77.55   lua-posix-35.0-8.el9.x86_64                                                   
#15 77.55   lua-srpm-macros-1-6.el9.noarch                                                
#15 77.55   m4-1.4.19-1.el9.x86_64                                                        
#15 77.55   make-1:4.3-8.el9.x86_64                                                       
#15 77.55   mesa-dri-drivers-25.2.7-4.el9.x86_64                                          
#15 77.55   mesa-filesystem-25.2.7-4.el9.x86_64                                           
#15 77.55   mesa-libEGL-25.2.7-4.el9.x86_64                                               
#15 77.55   mesa-libGL-25.2.7-4.el9.x86_64                                                
#15 77.55   mesa-libgbm-25.2.7-4.el9.x86_64                                               
#15 77.55   mkfontscale-1.2.1-3.el9.x86_64                                                
#15 77.55   mokutil-2:0.7.2-4.el9.x86_64                                                  
#15 77.55   ncurses-6.2-12.20210508.el9.x86_64                                            
#15 77.55   nspr-4.36.0-8.el9.x86_64                                                      
#15 77.55   nss-3.112.0-8.el9.x86_64                                                      
#15 77.55   nss-softokn-3.112.0-8.el9.x86_64                                              
#15 77.55   nss-softokn-freebl-3.112.0-8.el9.x86_64                                       
#15 77.55   nss-sysinit-3.112.0-8.el9.x86_64                                              
#15 77.55   nss-tools-3.112.0-8.el9.x86_64                                                
#15 77.55   nss-util-3.112.0-8.el9.x86_64                                                 
#15 77.55   ocaml-srpm-macros-6-6.el9.noarch                                              
#15 77.55   openblas-srpm-macros-2-11.el9.noarch                                          
#15 77.55   openjpeg2-2.4.0-8.el9.x86_64                                                  
#15 77.55   openssh-9.9p1-8.el9.x86_64                                                    
#15 77.55   openssh-clients-9.9p1-8.el9.x86_64                                            
#15 77.55   openssl-1:3.5.5-3.el9.x86_64                                                  
#15 77.55   opus-1.3.1-10.el9.x86_64                                                      
#15 77.55   orc-0.4.31-8.el9.x86_64                                                       
#15 77.55   osinfo-db-20250606-2.el9.noarch                                               
#15 77.55   osinfo-db-tools-1.10.0-1.el9.x86_64                                           
#15 77.55   ostree-libs-2026.1-1.el9.x86_64                                               
#15 77.55   p11-kit-server-0.26.2-1.el9.x86_64                                            
#15 77.55   pam-1.5.1-29.el9.x86_64                                                       
#15 77.55   pango-1.48.7-4.el9.x86_64                                                     
#15 77.55   patch-2.7.6-16.el9.x86_64                                                     
#15 77.55   patchutils-0.4.2-7.el9.x86_64                                                 
#15 77.55   perl-AutoLoader-5.74-483.el9.noarch                                           
#15 77.55   perl-B-1.80-483.el9.x86_64                                                    
#15 77.55   perl-Carp-1.50-460.el9.noarch                                                 
#15 77.55   perl-Class-Struct-0.66-483.el9.noarch                                         
#15 77.55   perl-Data-Dumper-2.174-462.el9.x86_64                                         
#15 77.55   perl-Digest-1.19-4.el9.noarch                                                 
#15 77.55   perl-Digest-MD5-2.58-4.el9.x86_64                                             
#15 77.55   perl-DynaLoader-1.47-483.el9.x86_64                                           
#15 77.55   perl-Encode-4:3.08-462.el9.x86_64                                             
#15 77.55   perl-Errno-1.30-483.el9.x86_64                                                
#15 77.55   perl-Error-1:0.17029-7.el9.noarch                                             
#15 77.55   perl-Exporter-5.74-461.el9.noarch                                             
#15 77.55   perl-Fcntl-1.13-483.el9.x86_64                                                
#15 77.55   perl-Fedora-VSP-0.001-23.el9.noarch                                           
#15 77.55   perl-File-Basename-2.85-483.el9.noarch                                        
#15 77.55   perl-File-Compare-1.100.600-483.el9.noarch                                    
#15 77.55   perl-File-Copy-2.34-483.el9.noarch                                            
#15 77.55   perl-File-Find-1.37-483.el9.noarch                                            
#15 77.55   perl-File-Path-2.18-4.el9.noarch                                              
#15 77.55   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
#15 77.55   perl-File-stat-1.09-483.el9.noarch                                            
#15 77.55   perl-FileHandle-2.03-483.el9.noarch                                           
#15 77.55   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
#15 77.55   perl-Getopt-Std-1.12-483.el9.noarch                                           
#15 77.55   perl-Git-2.52.0-1.el9.noarch                                                  
#15 77.55   perl-HTTP-Tiny-0.076-462.el9.noarch                                           
#15 77.55   perl-IO-1.43-483.el9.x86_64                                                   
#15 77.55   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
#15 77.55   perl-IO-Socket-SSL-2.073-2.el9.noarch                                         
#15 77.55   perl-IPC-Open3-1.21-483.el9.noarch                                            
#15 77.55   perl-MIME-Base64-3.16-4.el9.x86_64                                            
#15 77.55   perl-Mozilla-CA-20200520-6.el9.noarch                                         
#15 77.55   perl-NDBM_File-1.15-483.el9.x86_64                                            
#15 77.55   perl-Net-SSLeay-1.94-4.el9.x86_64                                             
#15 77.55   perl-POSIX-1.94-483.el9.x86_64                                                
#15 77.55   perl-PathTools-3.78-461.el9.x86_64                                            
#15 77.55   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
#15 77.55   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
#15 77.55   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
#15 77.55   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
#15 77.55   perl-Scalar-List-Utils-4:1.56-462.el9.x86_64                                  
#15 77.55   perl-SelectSaver-1.02-483.el9.noarch                                          
#15 77.55   perl-Socket-4:2.031-4.el9.x86_64                                              
#15 77.55   perl-Storable-1:3.21-460.el9.x86_64                                           
#15 77.55   perl-Symbol-1.08-483.el9.noarch                                               
#15 77.55   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
#15 77.55   perl-Term-Cap-1.17-460.el9.noarch                                             
#15 77.55   perl-TermReadKey-2.38-11.el9.x86_64                                           
#15 77.55   perl-Text-ParseWords-3.30-460.el9.noarch                                      
#15 77.55   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
#15 77.55   perl-Thread-Queue-3.14-460.el9.noarch                                         
#15 77.55   perl-Time-Local-2:1.300-7.el9.noarch                                          
#15 77.55   perl-URI-5.09-3.el9.noarch                                                    
#15 77.55   perl-XML-Parser-2.46-10.el9.x86_64                                            
#15 77.55   perl-base-2.27-483.el9.noarch                                                 
#15 77.55   perl-constant-1.33-461.el9.noarch                                             
#15 77.55   perl-generators-1.13-1.el9.noarch                                             
#15 77.55   perl-if-0.60.800-483.el9.noarch                                               
#15 77.55   perl-interpreter-4:5.32.1-483.el9.x86_64                                      
#15 77.55   perl-lib-0.65-483.el9.x86_64                                                  
#15 77.55   perl-libnet-3.13-4.el9.noarch                                                 
#15 77.55   perl-libs-4:5.32.1-483.el9.x86_64                                             
#15 77.55   perl-locale-1.09-483.el9.noarch                                               
#15 77.55   perl-macros-4:5.32.1-483.el9.noarch                                           
#15 77.55   perl-mro-1.23-483.el9.x86_64                                                  
#15 77.55   perl-overload-1.31-483.el9.noarch                                             
#15 77.55   perl-overloading-0.02-483.el9.noarch                                          
#15 77.55   perl-parent-1:0.238-460.el9.noarch                                            
#15 77.55   perl-podlators-1:4.14-460.el9.noarch                                          
#15 77.55   perl-srpm-macros-1-41.el9.noarch                                              
#15 77.55   perl-subs-1.03-483.el9.noarch                                                 
#15 77.55   perl-threads-1:2.25-460.el9.x86_64                                            
#15 77.55   perl-threads-shared-1.61-460.el9.x86_64                                       
#15 77.55   perl-vars-1.05-483.el9.noarch                                                 
#15 77.55   perl-version-7:0.99.28-4.el9.x86_64                                           
#15 77.55   pesign-115-6.el9.x86_64                                                       
#15 77.55   pipewire-1.4.11-1.el9.x86_64                                                  
#15 77.55   pipewire-alsa-1.4.11-1.el9.x86_64                                             
#15 77.55   pipewire-jack-audio-connection-kit-1.4.11-1.el9.x86_64                        
#15 77.55   pipewire-jack-audio-connection-kit-libs-1.4.11-1.el9.x86_64                   
#15 77.55   pipewire-libs-1.4.11-1.el9.x86_64                                             
#15 77.55   pipewire-pulseaudio-1.4.11-1.el9.x86_64                                       
#15 77.55   pixman-0.40.0-6.el9.x86_64                                                    
#15 77.55   pkgconf-1.7.3-10.el9.x86_64                                                   
#15 77.55   pkgconf-m4-1.7.3-10.el9.noarch                                                
#15 77.55   pkgconf-pkg-config-1.7.3-10.el9.x86_64                                        
#15 77.55   polkit-0.117-16.el9.x86_64                                                    
#15 77.55   polkit-libs-0.117-16.el9.x86_64                                               
#15 77.55   polkit-pkla-compat-0.1-21.el9.x86_64                                          
#15 77.55   poppler-21.01.0-25.el9.x86_64                                                 
#15 77.55   poppler-data-0.4.9-9.el9.noarch                                               
#15 77.55   poppler-glib-21.01.0-25.el9.x86_64                                            
#15 77.55   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
#15 77.55   pulseaudio-libs-15.0-3.el9.x86_64                                             
#15 77.55   pyproject-srpm-macros-1.18.5-1.el9.noarch                                     
#15 77.55   python-srpm-macros-3.9-54.el9.noarch                                          
#15 77.55   qt5-srpm-macros-5.15.9-1.el9.noarch                                           
#15 77.55   redhat-rpm-config-210-1.el9.noarch                                            
#15 77.55   rpm-build-4.16.1.3-40.el9.x86_64                                              
#15 77.55   rpm-sign-4.16.1.3-40.el9.x86_64                                               
#15 77.55   rtkit-0.11-29.el9.x86_64                                                      
#15 77.55   rust-srpm-macros-17-4.el9.noarch                                              
#15 77.55   sgml-common-0.6.3-58.el9.noarch                                               
#15 77.55   shared-mime-info-2.1-5.el9.x86_64                                             
#15 77.55   sound-theme-freedesktop-0.8-17.el9.noarch                                     
#15 77.55   source-highlight-3.1.9-12.el9.x86_64                                          
#15 77.55   spirv-tools-libs-2026.1-1.el9.x86_64                                          
#15 77.55   strace-6.12-1.el9.x86_64                                                      
#15 77.55   systemd-252-70.el9.x86_64                                                     
#15 77.55   systemd-pam-252-70.el9.x86_64                                                 
#15 77.55   systemd-rpm-macros-252-70.el9.noarch                                          
#15 77.55   systemd-udev-252-70.el9.x86_64                                                
#15 77.55   systemtap-5.5-1.el9.x86_64                                                    
#15 77.55   systemtap-client-5.5-1.el9.x86_64                                             
#15 77.55   systemtap-devel-5.5-1.el9.x86_64                                              
#15 77.55   systemtap-runtime-5.5-1.el9.x86_64                                            
#15 77.55   tbb-2020.3-9.el9.x86_64                                                       
#15 77.55   totem-pl-parser-3.26.6-2.el9.x86_64                                           
#15 77.55   tracker-3.1.2-3.el9.x86_64                                                    
#15 77.55   tracker-miners-3.1.2-4.el9.x86_64                                             
#15 77.55   tzdata-java-2026b-1.el9.noarch                                                
#15 77.55   unzip-6.0-59.el9.x86_64                                                       
#15 77.55   upower-0.99.11-11.el9.x86_64                                                  
#15 77.55   urw-base35-bookman-fonts-20200910-6.el9.noarch                                
#15 77.55   urw-base35-c059-fonts-20200910-6.el9.noarch                                   
#15 77.55   urw-base35-d050000l-fonts-20200910-6.el9.noarch                               
#15 77.55   urw-base35-fonts-20200910-6.el9.noarch                                        
#15 77.55   urw-base35-fonts-common-20200910-6.el9.noarch                                 
#15 77.55   urw-base35-gothic-fonts-20200910-6.el9.noarch                                 
#15 77.55   urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch                         
#15 77.55   urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch                           
#15 77.55   urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch                            
#15 77.55   urw-base35-p052-fonts-20200910-6.el9.noarch                                   
#15 77.55   urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch                    
#15 77.55   urw-base35-z003-fonts-20200910-6.el9.noarch                                   
#15 77.55   util-linux-2.37.4-25.el9.x86_64                                               
#15 77.55   util-linux-core-2.37.4-25.el9.x86_64                                          
#15 77.55   valgrind-1:3.27.1-1.el9.x86_64                                                
#15 77.55   valgrind-devel-1:3.27.1-1.el9.x86_64                                          
#15 77.55   valgrind-docs-1:3.27.1-1.el9.x86_64                                           
#15 77.55   valgrind-gdb-1:3.27.1-1.el9.x86_64                                            
#15 77.55   valgrind-scripts-1:3.27.1-1.el9.x86_64                                        
#15 77.55   webkit2gtk3-jsc-2.52.3-1.el9.x86_64                                           
#15 77.55   webrtc-audio-processing-0.3.1-8.el9.x86_64                                    
#15 77.55   which-2.21-30.el9.x86_64                                                      
#15 77.55   wireplumber-0.5.12-1.el9.x86_64                                               
#15 77.55   wireplumber-libs-0.5.12-1.el9.x86_64                                          
#15 77.55   xdg-dbus-proxy-0.1.3-1.el9.x86_64                                             
#15 77.55   xdg-desktop-portal-1.12.6-1.el9.x86_64                                        
#15 77.55   xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64                                    
#15 77.55   xkeyboard-config-2.33-2.el9.noarch                                            
#15 77.55   xml-common-0.6.3-58.el9.noarch                                                
#15 77.55   xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch                             
#15 77.55   xz-5.2.5-8.el9.x86_64                                                         
#15 77.55   xz-devel-5.2.5-8.el9.x86_64                                                   
#15 77.55   zip-3.0-35.el9.x86_64                                                         
#15 77.55   zlib-devel-1.2.11-41.el9.x86_64                                               
#15 77.55   zstd-1.5.5-1.el9.x86_64                                                       
#15 77.56 
#15 77.56 Complete!
#15 78.17 0 files removed
#15 DONE 78.4s

#16 [stage-1  5/41] RUN yum install -y sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar xz libX11-devel which m4 gawk diffutils findutils bubblewrap && yum clean packages
#16 0.871 Last metadata expiration check: 0:01:22 ago on Sat Jun  6 13:26:51 2026.
#16 1.688 Package bzip2-1.0.8-11.el9.x86_64 is already installed.
#16 1.689 Package unzip-6.0-59.el9.x86_64 is already installed.
#16 1.690 Package patch-2.7.6-16.el9.x86_64 is already installed.
#16 1.692 Package gcc-c++-11.5.0-14.el9.x86_64 is already installed.
#16 1.692 Package git-2.52.0-1.el9.x86_64 is already installed.
#16 1.693 Package tar-2:1.34-11.el9.x86_64 is already installed.
#16 1.694 Package xz-5.2.5-8.el9.x86_64 is already installed.
#16 1.695 Package which-2.21-30.el9.x86_64 is already installed.
#16 1.696 Package m4-1.4.19-1.el9.x86_64 is already installed.
#16 1.697 Package gawk-5.1.0-6.el9.x86_64 is already installed.
#16 1.697 Package diffutils-3.7-12.el9.x86_64 is already installed.
#16 1.698 Package findutils-1:4.8.0-7.el9.x86_64 is already installed.
#16 1.699 Package bubblewrap-0.6.3-1.el9.x86_64 is already installed.
#16 1.749 Dependencies resolved.
#16 1.750 ================================================================================
#16 1.750  Package                   Arch        Version             Repository      Size
#16 1.750 ================================================================================
#16 1.750 Installing:
#16 1.750  libX11-devel              x86_64      1.8.12-1.el9        appstream      1.1 M
#16 1.750  nano                      x86_64      5.6.1-7.el9         baseos         711 k
#16 1.750  passwd                    x86_64      0.80-12.el9         baseos         122 k
#16 1.750  rsync                     x86_64      3.2.5-7.el9         baseos         408 k
#16 1.750  sudo                      x86_64      1.9.17p2-4.el9      baseos         1.3 M
#16 1.750 Installing dependencies:
#16 1.750  libXau-devel              x86_64      1.0.9-8.el9         appstream       14 k
#16 1.750  libuser                   x86_64      0.63-17.el9         baseos         393 k
#16 1.750  libxcb-devel              x86_64      1.13.1-9.el9        appstream      1.5 M
#16 1.750  xorg-x11-proto-devel      noarch      2024.1-1.el9        appstream      310 k
#16 1.750 
#16 1.750 Transaction Summary
#16 1.750 ================================================================================
#16 1.750 Install  9 Packages
#16 1.750 
#16 1.751 Total download size: 5.9 M
#16 1.751 Installed size: 16 M
#16 1.752 Downloading Packages:
#16 2.374 (1/9): libuser-0.63-17.el9.x86_64.rpm           4.5 MB/s | 393 kB     00:00    
#16 2.384 (2/9): passwd-0.80-12.el9.x86_64.rpm            1.3 MB/s | 122 kB     00:00    
#16 2.419 (3/9): nano-5.6.1-7.el9.x86_64.rpm              5.3 MB/s | 711 kB     00:00    
#16 2.541 (4/9): libX11-devel-1.8.12-1.el9.x86_64.rpm     8.8 MB/s | 1.1 MB     00:00    
#16 2.599 (5/9): libXau-devel-1.0.9-8.el9.x86_64.rpm      253 kB/s |  14 kB     00:00    
#16 2.685 (6/9): sudo-1.9.17p2-4.el9.x86_64.rpm           4.4 MB/s | 1.3 MB     00:00    
#16 2.689 (7/9): rsync-3.2.5-7.el9.x86_64.rpm             1.3 MB/s | 408 kB     00:00    
#16 2.748 (8/9): xorg-x11-proto-devel-2024.1-1.el9.noarch 4.9 MB/s | 310 kB     00:00    
#16 2.850 (9/9): libxcb-devel-1.13.1-9.el9.x86_64.rpm     6.1 MB/s | 1.5 MB     00:00    
#16 2.850 --------------------------------------------------------------------------------
#16 2.851 Total                                           5.3 MB/s | 5.9 MB     00:01     
#16 3.096 Running transaction check
#16 3.178 Transaction check succeeded.
#16 3.178 Running transaction test
#16 3.469 Transaction test succeeded.
#16 3.469 Running transaction
#16 3.666   Preparing        :                                                        1/1 
#16 3.825   Installing       : xorg-x11-proto-devel-2024.1-1.el9.noarch               1/9 
#16 3.834   Installing       : libXau-devel-1.0.9-8.el9.x86_64                        2/9
#16 ...

#17 [stage-0  5/14] RUN yum install -y git patch unzip which tar xz libcap-devel openssl sudo bzip2 gawk && yum clean packages
#17 0.842 Last metadata expiration check: 0:01:22 ago on Sat Jun  6 13:26:51 2026.
#17 1.644 Package git-2.52.0-1.el9.x86_64 is already installed.
#17 1.644 Package patch-2.7.6-16.el9.x86_64 is already installed.
#17 1.645 Package unzip-6.0-59.el9.x86_64 is already installed.
#17 1.646 Package which-2.21-30.el9.x86_64 is already installed.
#17 1.647 Package tar-2:1.34-11.el9.x86_64 is already installed.
#17 1.647 Package xz-5.2.5-8.el9.x86_64 is already installed.
#17 1.649 Package openssl-1:3.5.5-3.el9.x86_64 is already installed.
#17 1.650 Package bzip2-1.0.8-11.el9.x86_64 is already installed.
#17 1.651 Package gawk-5.1.0-6.el9.x86_64 is already installed.
#17 1.698 Dependencies resolved.
#17 1.699 ================================================================================
#17 1.699  Package             Architecture  Version               Repository        Size
#17 1.699 ================================================================================
#17 1.699 Installing:
#17 1.699  libcap-devel        x86_64        2.48-10.el9           appstream         40 k
#17 1.699  sudo                x86_64        1.9.17p2-4.el9        baseos           1.3 M
#17 1.699 
#17 1.699 Transaction Summary
#17 1.699 ================================================================================
#17 1.699 Install  2 Packages
#17 1.699 
#17 1.699 Total download size: 1.4 M
#17 1.699 Installed size: 5.2 M
#17 1.699 Downloading Packages:
#17 2.625 (1/2): libcap-devel-2.48-10.el9.x86_64.rpm      605 kB/s |  40 kB     00:00    
#17 2.853 (2/2): sudo-1.9.17p2-4.el9.x86_64.rpm           4.5 MB/s | 1.3 MB     00:00    
#17 2.854 --------------------------------------------------------------------------------
#17 2.854 Total                                           1.2 MB/s | 1.4 MB     00:01     
#17 2.908 Running transaction check
#17 2.920 Transaction check succeeded.
#17 2.920 Running transaction test
#17 3.032 Transaction test succeeded.
#17 3.033 Running transaction
#17 3.105   Preparing        :                                                        1/1 
#17 3.222   Installing       : libcap-devel-2.48-10.el9.x86_64                        1/2 
#17 3.265   Installing       : sudo-1.9.17p2-4.el9.x86_64                             2/2 
#17 3.271   Running scriptlet: sudo-1.9.17p2-4.el9.x86_64                             2/2 
#17 3.461   Verifying        : sudo-1.9.17p2-4.el9.x86_64                             1/2 
#17 3.461   Verifying        : libcap-devel-2.48-10.el9.x86_64                        2/2 
#17 3.582 
#17 3.582 Installed:
#17 3.582   libcap-devel-2.48-10.el9.x86_64           sudo-1.9.17p2-4.el9.x86_64          
#17 3.582 
#17 3.582 Complete!
#17 3.929 0 files removed
#17 DONE 4.0s

#16 [stage-1  5/41] RUN yum install -y sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar xz libX11-devel which m4 gawk diffutils findutils bubblewrap && yum clean packages
#16 3.834   Installing       : libXau-devel-1.0.9-8.el9.x86_64                        2/9 
#16 4.234   Installing       : libxcb-devel-1.13.1-9.el9.x86_64                       3/9 
#16 4.271   Installing       : libuser-0.63-17.el9.x86_64                             4/9 
#16 4.281   Installing       : passwd-0.80-12.el9.x86_64                              5/9 
#16 4.414   Installing       : libX11-devel-1.8.12-1.el9.x86_64                       6/9
#16 ...

#18 [stage-0  6/14] RUN git config --global user.email "docker@example.com"
#18 DONE 0.4s

#16 [stage-1  5/41] RUN yum install -y sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar xz libX11-devel which m4 gawk diffutils findutils bubblewrap && yum clean packages
#16 4.414   Installing       : libX11-devel-1.8.12-1.el9.x86_64                       6/9 
#16 4.475   Installing       : sudo-1.9.17p2-4.el9.x86_64                             7/9 
#16 4.484   Running scriptlet: sudo-1.9.17p2-4.el9.x86_64                             7/9 
#16 4.512   Installing       : rsync-3.2.5-7.el9.x86_64                               8/9 
#16 4.538   Installing       : nano-5.6.1-7.el9.x86_64                                9/9 
#16 4.586   Running scriptlet: nano-5.6.1-7.el9.x86_64                                9/9
#16 ...

#19 [stage-0  7/14] RUN git config --global user.name "Docker"
#19 DONE 0.3s

#16 [stage-1  5/41] RUN yum install -y sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar xz libX11-devel which m4 gawk diffutils findutils bubblewrap && yum clean packages
#16 4.586   Running scriptlet: nano-5.6.1-7.el9.x86_64                                9/9 
#16 4.789   Verifying        : libuser-0.63-17.el9.x86_64                             1/9 
#16 4.789   Verifying        : nano-5.6.1-7.el9.x86_64                                2/9 
#16 4.789   Verifying        : passwd-0.80-12.el9.x86_64                              3/9 
#16 4.789   Verifying        : rsync-3.2.5-7.el9.x86_64                               4/9 
#16 4.789   Verifying        : sudo-1.9.17p2-4.el9.x86_64                             5/9 
#16 4.789   Verifying        : libX11-devel-1.8.12-1.el9.x86_64                       6/9 
#16 4.789   Verifying        : libXau-devel-1.0.9-8.el9.x86_64                        7/9 
#16 4.789   Verifying        : libxcb-devel-1.13.1-9.el9.x86_64                       8/9 
#16 4.789   Verifying        : xorg-x11-proto-devel-2024.1-1.el9.noarch               9/9 
#16 4.929 
#16 4.929 Installed:
#16 4.929   libX11-devel-1.8.12-1.el9.x86_64           libXau-devel-1.0.9-8.el9.x86_64   
#16 4.929   libuser-0.63-17.el9.x86_64                 libxcb-devel-1.13.1-9.el9.x86_64  
#16 4.929   nano-5.6.1-7.el9.x86_64                    passwd-0.80-12.el9.x86_64         
#16 4.929   rsync-3.2.5-7.el9.x86_64                   sudo-1.9.17p2-4.el9.x86_64        
#16 4.929   xorg-x11-proto-devel-2024.1-1.el9.noarch  
#16 4.929 
#16 4.929 Complete!
#16 5.313 0 files removed
#16 DONE 5.4s

#20 [stage-0  8/14] 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
#20 0.289 Cloning into '/tmp/opam'...
#20 7.273 Note: switching to '1ea21b460db391ba6f8fb727ee296a86f65579e2'.
#20 7.273 
#20 7.273 You are in 'detached HEAD' state. You can look around, make experimental
#20 7.273 changes and commit them, and you can discard any commits you make in this
#20 7.273 state without impacting any branches by switching back to a branch.
#20 7.273 
#20 7.273 If you want to create a new branch to retain commits you create, you may
#20 7.273 do so (now or later) by using -c with the switch command. Example:
#20 7.273 
#20 7.273   git switch -c <new-branch-name>
#20 7.273 
#20 7.273 Or undo this operation with:
#20 7.273 
#20 7.273   git switch -
#20 7.273 
#20 7.273 Turn off this advice by setting config variable advice.detachedHead to false
#20 7.273 
#20 7.273 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#20 9.429 configure: Configuring OCaml version 4.14.2
#20 9.438 checking build system type... x86_64-pc-linux-gnu
#20 9.538 checking host system type... x86_64-pc-linux-gnu
#20 9.538 checking target system type... x86_64-pc-linux-gnu
#20 9.539 checking for ld... ld
#20 9.541 checking how to print strings... printf
#20 9.546 checking for gcc... gcc
#20 9.594 checking whether the C compiler works... yes
#20 9.660 checking for C compiler default output file name... a.out
#20 9.663 checking for suffix of executables... 
#20 9.724 checking whether we are cross compiling... no
#20 9.790 checking for suffix of object files... o
#20 9.829 checking whether we are using the GNU C compiler... yes
#20 9.865 checking whether gcc accepts -g... yes
#20 9.896 checking for gcc option to accept ISO C89... none needed
#20 9.957 checking for a sed that does not truncate output... /usr/bin/sed
#20 9.964 checking for grep that handles long lines and -e... /usr/bin/grep
#20 9.968 checking for egrep... /usr/bin/grep -E
#20 9.970 checking for fgrep... /usr/bin/grep -F
#20 9.974 checking for ld used by gcc... ld
#20 9.977 checking if the linker (ld) is GNU ld... yes
#20 9.980 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#20 9.984 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#20 10.04 checking whether ln -s works... yes
#20 10.05 checking the maximum length of command line arguments... 1572864
#20 10.06 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#20 10.06 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#20 10.06 checking for ld option to reload object files... -r
#20 10.06 checking for objdump... objdump
#20 10.06 checking how to recognize dependent libraries... pass_all
#20 10.06 checking for dlltool... no
#20 10.06 checking how to associate runtime and link libraries... printf %s\n
#20 10.06 checking for ar... ar
#20 10.06 checking for archiver @FILE support... @
#20 10.13 checking for strip... strip
#20 10.13 checking for ranlib... ranlib
#20 10.13 checking for gawk... gawk
#20 10.13 checking command to parse /usr/bin/nm -B output from gcc object... ok
#20 10.27 checking for sysroot... no
#20 10.27 checking for a working dd... /usr/bin/dd
#20 10.28 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#20 10.32 checking for mt... no
#20 10.32 checking if : is a manifest tool... no
#20 10.33 checking how to run the C preprocessor... gcc -E
#20 10.43 checking for ANSI C header files... yes
#20 10.63 checking for sys/types.h... yes
#20 10.68 checking for sys/stat.h... yes
#20 10.74 checking for stdlib.h... yes
#20 10.80 checking for string.h... yes
#20 10.85 checking for memory.h... yes
#20 10.91 checking for strings.h... yes
#20 10.96 checking for inttypes.h... yes
#20 11.02 checking for stdint.h... yes
#20 11.09 checking for unistd.h... yes
#20 11.14 checking for dlfcn.h... yes
#20 11.19 checking for objdir... .libs
#20 11.30 checking if gcc supports -fno-rtti -fno-exceptions... no
#20 11.34 checking for gcc option to produce PIC... -fPIC -DPIC
#20 11.34 checking if gcc PIC flag -fPIC -DPIC works... yes
#20 11.38 checking if gcc static flag -static works... no
#20 11.42 checking if gcc supports -c -o file.o... yes
#20 11.47 checking if gcc supports -c -o file.o... (cached) yes
#20 11.47 checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
#20 11.48 checking whether -lc should be explicitly linked in... no
#20 11.53 checking dynamic linker characteristics... GNU/Linux ld.so
#20 11.63 checking how to hardcode library paths into programs... immediate
#20 11.63 checking whether stripping libraries is possible... yes
#20 11.63 checking if libtool supports shared libraries... yes
#20 11.63 checking whether to build shared libraries... yes
#20 11.63 checking whether to build static libraries... yes
#20 11.64 checking C compiler vendor... gcc-11-5
#20 11.66 checking whether host executables can be run in the build... yes
#20 11.71 checking whether #! works in shell scripts... yes
#20 11.72 checking for flexdll sources... checking for flexlink... no
#20 11.73 checking flexdll.h usability... no
#20 11.76 checking flexdll.h presence... no
#20 11.79 checking for flexdll.h... no
#20 11.79 checking for a BSD-compatible install... /usr/bin/install -c
#20 11.80 checking for cos in -lm... yes
#20 11.88 checking math.h usability... yes
#20 11.94 checking math.h presence... yes
#20 11.98 checking for math.h... yes
#20 11.98 checking for unistd.h... (cached) yes
#20 11.98 checking for stdint.h... (cached) yes
#20 11.98 checking for dirent.h... yes
#20 12.02 checking for sys/select.h... yes
#20 12.05 checking for off_t... yes
#20 12.15 checking size of int... 4
#20 12.26 checking size of long... 8
#20 12.36 checking size of long *... 8
#20 12.45 checking size of short... 2
#20 12.55 checking size of long long... 8
#20 12.64 configure: Target is a 64 bits architecture
#20 12.64 checking whether byte ordering is bigendian... no
#20 12.75 checking alignment of double... 8
#20 12.84 checking alignment of long... 8
#20 12.92 checking alignment of long long... 8
#20 13.02 checking whether the C compiler supports -fno-tree-vrp... yes
#20 13.05 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#20 13.08 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#20 13.12 checking for ld... ld
#20 13.12 checking for rlwrap... no
#20 13.12 configure: checking semantics of signal handlers
#20 13.12 checking for sigaction... yes
#20 13.20 checking for sigprocmask... yes
#20 13.27 configure: POSIX signal handling found.
#20 13.28 checking for expm1... yes
#20 13.37 checking for log1p... yes
#20 13.47 checking for hypot... yes
#20 13.55 checking for fma... yes
#20 13.64 checking for exp2... yes
#20 13.73 checking for log2... yes
#20 13.82 checking for cbrt... yes
#20 13.90 checking for acosh... yes
#20 13.99 checking for asinh... yes
#20 14.08 checking for atanh... yes
#20 14.18 checking for erf... yes
#20 14.27 checking for erfc... yes
#20 14.36 checking for trunc... yes
#20 14.45 checking for round... yes
#20 14.53 checking for copysign... yes
#20 14.61 checking whether round works... yes
#20 14.68 checking whether fma works... yes
#20 14.76 checking for getrusage... yes
#20 14.82 checking for times... yes
#20 14.89 checking for secure_getenv... yes
#20 14.96 checking for issetugid... no
#20 15.07 checking for library containing clock_gettime... none required
#20 15.14 checking for socket... yes
#20 15.23 checking for socketpair... yes
#20 15.31 checking for bind... yes
#20 15.39 checking for listen... yes
#20 15.46 checking for accept... yes
#20 15.55 checking for connect... yes
#20 15.63 checking for socklen_t... yes
#20 15.71 checking for inet_aton... yes
#20 15.78 checking for struct sockaddr_in6... yes
#20 15.87 checking for getaddrinfo... yes
#20 15.95 checking for getnameinfo... yes
#20 16.02 checking for inet_pton... yes
#20 16.10 checking for inet_ntop... yes
#20 16.18 checking for rewinddir... yes
#20 16.25 checking for lockf... yes
#20 16.33 checking for mkfifo... yes
#20 16.40 checking for getcwd... yes
#20 16.48 checking whether system is declared... yes
#20 16.53 checking for sys/types.h... (cached) yes
#20 16.53 checking utime.h usability... yes
#20 16.58 checking utime.h presence... yes
#20 16.61 checking for utime.h... yes
#20 16.61 checking for utime... yes
#20 16.69 checking for utimes... yes
#20 16.76 checking for fchmod... yes
#20 16.82 checking for fchown... yes
#20 16.90 checking for truncate... yes
#20 16.97 checking for ftruncate... yes
#20 17.03 checking for select... yes
#20 17.10 checking for fd_set... yes
#20 17.19 checking for nanosleep... yes
#20 17.26 checking for symlink... yes
#20 17.33 checking for readlink... yes
#20 17.40 checking for lstat... yes
#20 17.48 checking for realpath... yes
#20 17.55 checking for waitpid... yes
#20 17.62 checking for wait4... yes
#20 17.70 checking for getgroups... yes
#20 17.77 checking for setgroups... yes
#20 17.83 checking for initgroups... yes
#20 17.91 checking termios.h usability... yes
#20 17.96 checking termios.h presence... yes
#20 17.98 checking for termios.h... yes
#20 17.98 checking for tcgetattr... yes
#20 18.06 checking for tcsetattr... yes
#20 18.14 checking for tcsendbreak... yes
#20 18.22 checking for tcflush... yes
#20 18.29 checking for tcflow... yes
#20 18.36 checking for setitimer... yes
#20 18.44 checking for gethostname... yes
#20 18.51 checking sys/utsname.h usability... yes
#20 18.56 checking sys/utsname.h presence... yes
#20 18.58 checking for sys/utsname.h... yes
#20 18.58 checking for uname... yes
#20 18.65 checking for gettimeofday... yes
#20 18.73 checking for mktime... yes
#20 18.81 checking for setsid... yes
#20 18.88 checking for putenv... yes
#20 18.94 checking for setenv... yes
#20 19.01 checking for unsetenv... yes
#20 19.08 checking locale.h usability... yes
#20 19.12 checking locale.h presence... yes
#20 19.14 checking for locale.h... yes
#20 19.14 checking for newlocale... yes
#20 19.20 checking for freelocale... yes
#20 19.28 checking for uselocale... yes
#20 19.35 checking xlocale.h usability... no
#20 19.39 checking xlocale.h presence... no
#20 19.43 checking for xlocale.h... no
#20 19.43 checking for strtod_l... yes
#20 19.50 checking for dlopen... yes
#20 19.58 configure: Dynamic loading of shared libraries is supported.
#20 19.58 checking sys/mman.h usability... yes
#20 19.63 checking sys/mman.h presence... yes
#20 19.65 checking for sys/mman.h... yes
#20 19.66 checking for mmap... yes
#20 19.73 checking for munmap... yes
#20 19.81 checking for pwrite... yes
#20 19.88 checking whether the C compiler supports -fdebug-prefix-map... yes
#20 19.91 checking for struct stat.st_atim.tv_nsec... yes
#20 19.96 configure: stat supports nanosecond precision
#20 19.96 checking how many arguments gethostbyname_r() takes... six
#20 20.05 checking how many arguments gethostbyaddr_r() takes... eight
#20 20.14 checking for mkstemp... yes
#20 20.21 checking for nice... yes
#20 20.28 checking for dup3... yes
#20 20.35 checking for pipe2... yes
#20 20.43 checking for accept4... yes
#20 20.50 checking for getauxval... yes
#20 20.57 checking sys/shm.h usability... yes
#20 20.62 checking sys/shm.h presence... yes
#20 20.65 checking for sys/shm.h... yes
#20 20.65 checking for shmat... yes
#20 20.73 checking for execvpe... yes
#20 20.80 checking spawn.h usability... yes
#20 20.85 checking spawn.h presence... yes
#20 20.87 checking for spawn.h... yes
#20 20.87 checking for posix_spawn... yes
#20 20.94 checking for posix_spawnp... yes
#20 21.01 checking for ffs... yes
#20 21.11 checking whether _BitScanForward is declared... no
#20 21.15 configure: replay debugger supported
#20 21.15 checking whether stack overflows can be detected... yes
#20 21.16 checking whether gcc is Clang... no
#20 21.18 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#20 21.26 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#20 21.34 checking whether more special flags are required for pthreads... no
#20 21.34 checking for PTHREAD_PRIO_INHERIT... yes
#20 21.42 configure: the POSIX threads library is supported
#20 21.42 checking for sigwait... yes
#20 21.49 checking whether the assembler supports --debug-prefix-map... yes
#20 21.51 checking whether the assembler supports CFI directives... yes
#20 21.57 configure: not using frame pointers
#20 21.57 checking whether mmap supports huge pages... yes
#20 21.71 configure: creating ./config.status
#20 22.41 config.status: creating Makefile.build_config
#20 22.43 config.status: creating Makefile.config
#20 22.45 config.status: creating stdlib/sys.ml
#20 22.48 config.status: creating manual/src/version.tex
#20 22.51 config.status: creating manual/src/html_processing/src/common.ml
#20 22.54 config.status: creating tools/eventlog_metadata
#20 22.56 config.status: creating runtime/caml/m.h
#20 22.59 config.status: creating runtime/caml/s.h
#20 22.61 config.status: creating runtime/caml/version.h
#20 22.63 config.status: executing libtool commands
#20 22.70 make -j -C runtime sak
#20 22.71 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 22.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=  -o sak.o sak.c
#20 22.87 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
#20 22.90 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 22.90 make -j coldstart
#20 22.90 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 22.91 make -j -C runtime all
#20 22.92 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 23.00 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs" > ld.conf
#20 23.00 tr -d '\r' < caml/instruct.h | \
#20 23.00 sed -e '/\/\*/d' \
#20 23.00     -e '/^#/d' \
#20 23.00     -e 's/enum /static char * names_of_/' \
#20 23.00     -e 's/{$/[] = {/' \
#20 23.00     -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
#20 23.00 tr -d '\r' < caml/instruct.h | \
#20 23.00 sed -n -e '/^  /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
#20 23.00        -e '/^}/q' > caml/jumptbl.h
#20 23.00 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml" >> ld.conf
#20 23.00 echo '/* This file is generated from ../Makefile.config */' > build_config.h
#20 23.02 echo '#define OCAML_STDLIB_DIR "/tmp/opam/bootstrap/ocaml/lib/ocaml"' >> build_config.h
#20 23.02 cp primitives.new primitives
#20 23.02 echo '#define HOST "x86_64-pc-linux-gnu"' >> build_config.h
#20 23.02 export LC_ALL=C; \
#20 23.02 (echo '#include "caml/config.h"'; \
#20 23.02  echo 'typedef intnat value;'; \
#20 23.02  echo 'typedef value (*c_primitive)(void);'; \
#20 23.02  echo; \
#20 23.02  sed -e 's/.*/extern value &(void);/' primitives; \
#20 23.02  echo; \
#20 23.02  echo 'c_primitive caml_builtin_cprim[] = {'; \
#20 23.02  sed -e 's/.*/  &,/' primitives; \
#20 23.02  echo '  0 };'; \
#20 23.02  echo; \
#20 23.02  echo 'char * caml_names_of_builtin_cprim[] = {'; \
#20 23.02  sed -e 's/.*/  "&",/' primitives; \
#20 23.02  echo '  0 };') > prims.c
#20 23.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=  -o interp.b.o interp.c
#20 23.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=  -o misc.b.o misc.c
#20 23.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=  -o stacks.b.o stacks.c
#20 23.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=  -o fix_code.b.o fix_code.c
#20 23.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=  -o startup_aux.b.o startup_aux.c
#20 23.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=  -o startup_byt.b.o startup_byt.c
#20 23.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=  -o freelist.b.o freelist.c
#20 23.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=  -o major_gc.b.o major_gc.c
#20 23.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=  -o minor_gc.b.o minor_gc.c
#20 23.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=  -o memory.b.o memory.c
#20 23.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=  -o alloc.b.o alloc.c
#20 23.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=  -o roots_byt.b.o roots_byt.c
#20 23.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=  -o globroots.b.o globroots.c
#20 23.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=  -o fail_byt.b.o fail_byt.c
#20 23.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=  -o signals.b.o signals.c
#20 23.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=  -o signals_byt.b.o signals_byt.c
#20 23.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=  -o printexc.b.o printexc.c
#20 23.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=  -o backtrace_byt.b.o backtrace_byt.c
#20 23.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=  -o backtrace.b.o backtrace.c
#20 23.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=  -o compare.b.o compare.c
#20 23.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=  -o ints.b.o ints.c
#20 23.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=  -o eventlog.b.o eventlog.c
#20 23.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=  -o floats.b.o floats.c
#20 23.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=  -o str.b.o str.c
#20 23.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=  -o array.b.o array.c
#20 23.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=  -o io.b.o io.c
#20 23.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=  -o extern.b.o extern.c
#20 23.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=  -o intern.b.o intern.c
#20 23.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=  -o hash.b.o hash.c
#20 23.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=  -o sys.b.o sys.c
#20 23.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=  -o meta.b.o meta.c
#20 23.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=  -o parsing.b.o parsing.c
#20 23.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=  -o gc_ctrl.b.o gc_ctrl.c
#20 23.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=  -o md5.b.o md5.c
#20 23.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=  -o obj.b.o obj.c
#20 23.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=  -o lexing.b.o lexing.c
#20 23.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=  -o callback.b.o callback.c
#20 23.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=  -o debugger.b.o debugger.c
#20 23.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=  -o weak.b.o weak.c
#20 23.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=  -o compact.b.o compact.c
#20 23.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=  -o finalise.b.o finalise.c
#20 23.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=  -o custom.b.o custom.c
#20 23.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=  -o dynlink.b.o dynlink.c
#20 23.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=  -o afl.b.o afl.c
#20 23.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=  -o unix.b.o unix.c
#20 23.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=  -o bigarray.b.o bigarray.c
#20 23.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=  -o main.b.o main.c
#20 23.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=  -o memprof.b.o memprof.c
#20 23.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=  -o domain.b.o domain.c
#20 23.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=  -o skiplist.b.o skiplist.c
#20 23.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=  -o codefrag.b.o codefrag.c
#20 23.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= -DDEBUG  -o interp.bd.o interp.c
#20 23.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= -DDEBUG  -o misc.bd.o misc.c
#20 23.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= -DDEBUG  -o stacks.bd.o stacks.c
#20 23.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= -DDEBUG  -o fix_code.bd.o fix_code.c
#20 23.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= -DDEBUG  -o startup_aux.bd.o startup_aux.c
#20 23.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= -DDEBUG  -o startup_byt.bd.o startup_byt.c
#20 23.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= -DDEBUG  -o freelist.bd.o freelist.c
#20 23.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= -DDEBUG  -o major_gc.bd.o major_gc.c
#20 23.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= -DDEBUG  -o minor_gc.bd.o minor_gc.c
#20 23.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= -DDEBUG  -o memory.bd.o memory.c
#20 23.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= -DDEBUG  -o alloc.bd.o alloc.c
#20 23.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= -DDEBUG  -o roots_byt.bd.o roots_byt.c
#20 23.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= -DDEBUG  -o globroots.bd.o globroots.c
#20 23.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= -DDEBUG  -o fail_byt.bd.o fail_byt.c
#20 23.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= -DDEBUG  -o signals.bd.o signals.c
#20 23.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= -DDEBUG  -o signals_byt.bd.o signals_byt.c
#20 23.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= -DDEBUG  -o printexc.bd.o printexc.c
#20 23.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= -DDEBUG  -o backtrace_byt.bd.o backtrace_byt.c
#20 23.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= -DDEBUG  -o backtrace.bd.o backtrace.c
#20 23.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= -DDEBUG  -o compare.bd.o compare.c
#20 23.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= -DDEBUG  -o ints.bd.o ints.c
#20 23.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= -DDEBUG  -o eventlog.bd.o eventlog.c
#20 23.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= -DDEBUG  -o floats.bd.o floats.c
#20 23.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= -DDEBUG  -o str.bd.o str.c
#20 23.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= -DDEBUG  -o array.bd.o array.c
#20 23.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= -DDEBUG  -o io.bd.o io.c
#20 23.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= -DDEBUG  -o extern.bd.o extern.c
#20 23.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= -DDEBUG  -o intern.bd.o intern.c
#20 23.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= -DDEBUG  -o hash.bd.o hash.c
#20 23.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= -DDEBUG  -o sys.bd.o sys.c
#20 23.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= -DDEBUG  -o meta.bd.o meta.c
#20 23.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= -DDEBUG  -o parsing.bd.o parsing.c
#20 23.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= -DDEBUG  -o gc_ctrl.bd.o gc_ctrl.c
#20 23.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= -DDEBUG  -o md5.bd.o md5.c
#20 23.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= -DDEBUG  -o obj.bd.o obj.c
#20 23.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= -DDEBUG  -o lexing.bd.o lexing.c
#20 23.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= -DDEBUG  -o callback.bd.o callback.c
#20 23.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= -DDEBUG  -o debugger.bd.o debugger.c
#20 23.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= -DDEBUG  -o weak.bd.o weak.c
#20 23.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= -DDEBUG  -o compact.bd.o compact.c
#20 23.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= -DDEBUG  -o finalise.bd.o finalise.c
#20 23.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= -DDEBUG  -o custom.bd.o custom.c
#20 23.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.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= -DDEBUG  -o main.bd.o main.c
#20 23.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= -DDEBUG  -o memprof.bd.o memprof.c
#20 23.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= -DDEBUG  -o domain.bd.o domain.c
#20 23.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= -DDEBUG  -o skiplist.bd.o skiplist.c
#20 23.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= -DDEBUG  -o codefrag.bd.o codefrag.c
#20 23.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.20 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.25 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.25 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.25 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.32 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.32 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.32 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.33 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.36 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.36 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -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
#20 23.41 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
#20 23.42 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
#20 23.43 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
#20 23.43 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
#20 23.44 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
#20 23.44 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
#20 23.44 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
#20 23.44 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
#20 23.44 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
#20 23.45 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
#20 23.46 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
#20 23.46 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
#20 23.46 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
#20 23.46 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
#20 23.46 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
#20 23.47 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
#20 23.48 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
#20 23.48 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
#20 23.49 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
#20 23.49 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
#20 23.50 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
#20 23.50 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
#20 23.50 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
#20 23.50 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
#20 23.51 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
#20 23.51 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
#20 23.51 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
#20 23.52 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
#20 23.52 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
#20 23.52 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
#20 23.53 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
#20 23.54 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
#20 23.54 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
#20 23.54 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
#20 23.54 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
#20 23.55 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
#20 23.55 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
#20 23.56 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
#20 23.56 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
#20 23.57 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
#20 23.57 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
#20 23.58 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
#20 23.59 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
#20 23.59 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
#20 23.59 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
#20 23.59 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
#20 23.60 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
#20 23.61 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
#20 23.61 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
#20 23.62 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
#20 23.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  -DCAMLDLLIMPORT=  -o codefrag.bpic.o codefrag.c
#20 23.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT=  \
#20 23.63   -o prims.o prims.c
#20 24.17 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
#20 24.22 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
#20 24.27 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
#20 24.29 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
#20 24.31 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
#20 24.33 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
#20 24.41 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
#20 24.42 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
#20 24.50 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 24.50 make -j -C stdlib \
#20 24.50   OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
#20 24.50   CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
#20 24.50 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 24.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  -nopervasives -c camlinternalFormatBasics.mli
#20 24.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  -nopervasives -c camlinternalAtomic.mli
#20 24.51 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > camlheader
#20 24.51 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > target_camlheader
#20 24.51 echo '#!' | tr -d '\012' > camlheader_ur
#20 24.51 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > camlheaderd
#20 24.51 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > target_camlheaderd
#20 24.51 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > camlheaderi
#20 24.52 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > target_camlheaderi
#20 24.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  -nopervasives -c camlinternalAtomic.ml
#20 24.64 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.ml
#20 24.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  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
#20 24.73 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#20 24.73 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.73          -o stdlib__Pervasives.cmo -c pervasives.ml
#20 24.74 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.74          -o stdlib__Either.cmi -c either.mli
#20 24.74 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.74          -o stdlib__Sys.cmi -c sys.mli
#20 24.74 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.74          -o stdlib__Nativeint.cmi -c nativeint.mli
#20 24.74 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.74          -o stdlib__Int32.cmi -c int32.mli
#20 24.74 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalLazy.mli
#20 24.75 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.75          -o stdlib__Bool.cmi -c bool.mli
#20 24.75 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.75          -o stdlib__Char.cmi -c char.mli
#20 24.75 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.75          -o stdlib__Uchar.cmi -c uchar.mli
#20 24.75 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.75          -o stdlib__Int.cmi -c int.mli
#20 24.76 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.76          -o stdlib__Unit.cmi -c unit.mli
#20 24.76 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.76          -o stdlib__Marshal.cmi -c marshal.mli
#20 24.76 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.76          -o stdlib__Int64.cmi -c int64.mli
#20 24.76 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.76          -o stdlib__Lexing.cmi -c lexing.mli
#20 24.77 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.77          -o stdlib__Stream.cmi -c stream.mli
#20 24.77 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.77          -o stdlib__Arg.cmi -c arg.mli
#20 24.77 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.77          -o stdlib__Atomic.cmi -c atomic.mli
#20 24.77 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.77          -o stdlib__Printexc.cmi -c printexc.mli
#20 24.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   \
#20 24.78          -o stdlib__Fun.cmi -c fun.mli
#20 24.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   \
#20 24.78          -o stdlib__Digest.cmi -c digest.mli
#20 24.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  -w +A -w -fragile-match \
#20 24.78          -o stdlib__Scanf.cmi -c scanf.mli
#20 24.79 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.79          -o stdlib__Callback.cmi -c callback.mli
#20 24.79 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.79          -o stdlib__Filename.cmi -c filename.mli
#20 24.79 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.79          -o stdlib__Complex.cmi -c complex.mli
#20 24.79 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.79          -o stdlib__In_channel.cmi -c in_channel.mli
#20 24.80 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.80          -o stdlib__Out_channel.cmi -c out_channel.mli
#20 24.80 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#20 24.80 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.80          -o stdlib__Either.cmo -c either.ml
#20 24.80 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.80          -o stdlib__Sys.cmo -c sys.ml
#20 24.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   \
#20 24.81          -o stdlib__Obj.cmi -c obj.mli
#20 24.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   \
#20 24.81          -o stdlib__Lazy.cmi -c lazy.mli
#20 24.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   \
#20 24.81          -o stdlib__Seq.cmi -c seq.mli
#20 24.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   \
#20 24.81          -o stdlib__Bool.cmo -c bool.ml
#20 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.82          -o stdlib__Char.cmo -c char.ml
#20 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.82          -o stdlib__Uchar.cmo -c uchar.ml
#20 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.82          -o stdlib__Int.cmo -c int.ml
#20 24.82 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.82          -o stdlib__Unit.cmo -c unit.ml
#20 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.83          -o stdlib__Int32.cmo -c int32.ml
#20 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.83          -o stdlib__Int64.cmo -c int64.ml
#20 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.83          -o stdlib__Nativeint.cmo -c nativeint.ml
#20 24.83 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.83          -o stdlib__Atomic.cmo -c atomic.ml
#20 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.84          -o stdlib__Fun.cmo -c fun.ml
#20 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.84          -o stdlib__Gc.cmi -c gc.mli
#20 24.84 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.84          -o stdlib__Random.cmi -c random.mli
#20 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.85          -o stdlib__Genlex.cmi -c genlex.mli
#20 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.85          -o stdlib__Complex.cmo -c complex.ml
#20 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.85          -o stdlib__Bigarray.cmi -c bigarray.mli
#20 24.85 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.85          -o stdlib__Out_channel.cmo -c out_channel.ml
#20 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.86          -o stdlib__Obj.cmo -c obj.ml
#20 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalLazy.ml
#20 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.86          -o stdlib__Lazy.cmo -c lazy.ml
#20 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.86          -o stdlib__Parsing.cmi -c parsing.mli
#20 24.86 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.86          -o stdlib__Set.cmi -c set.mli
#20 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.87          -o stdlib__Map.cmi -c map.mli
#20 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.87          -o stdlib__Stack.cmi -c stack.mli
#20 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.87          -o stdlib__Queue.cmi -c queue.mli
#20 24.87 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A \
#20 24.87          -o stdlib__Buffer.cmi -c buffer.mli
#20 24.88 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.88          -o stdlib__Hashtbl.cmi -c hashtbl.mli
#20 24.88 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.88          -o stdlib__Callback.cmo -c callback.ml
#20 24.88 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalOO.mli
#20 24.88 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalMod.mli
#20 24.89 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 24.89          -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#20 24.89 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 24.89          -o stdlib__ListLabels.cmi -c listLabels.mli
#20 24.89 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 24.89          -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#20 24.89 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 24.89          -o stdlib__StringLabels.cmi -c stringLabels.mli
#20 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.90          -o stdlib__Seq.cmo -c seq.ml
#20 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.90          -o stdlib__Option.cmi -c option.mli
#20 24.90 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.90          -o stdlib__Result.cmi -c result.mli
#20 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.91          -o stdlib__List.cmi -c list.mli
#20 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.91          -o stdlib__Bytes.cmi -c bytes.mli
#20 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.91          -o stdlib__String.cmi -c string.mli
#20 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.91          -o stdlib__Array.cmi -c array.mli
#20 24.91 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.91          -o stdlib__Float.cmi -c float.mli
#20 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.92          -o stdlib__Queue.cmo -c queue.ml
#20 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match -c camlinternalFormat.mli
#20 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 24.92          -o stdlib__Printf.cmi -c printf.mli
#20 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 24.92          -o stdlib__Format.cmi -c format.mli
#20 24.92 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -no-principal \
#20 24.92          -o stdlib__Oo.cmi -c oo.mli
#20 24.93 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.93          -o stdlib__Map.cmo -c map.ml
#20 24.93 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.93          -o stdlib__Option.cmo -c option.ml
#20 24.94 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.94          -o stdlib__Result.cmo -c result.ml
#20 24.94 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.94          -o stdlib__Weak.cmi -c weak.mli
#20 24.94 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.94          -o stdlib__Ephemeron.cmi -c ephemeron.mli
#20 24.95 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 24.95          -o stdlib__MoreLabels.cmi -c moreLabels.mli
#20 24.95 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 24.95          -o stdlib__StdLabels.cmi -c stdLabels.mli
#20 24.95 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.95          -o stdlib__Oo.cmo -c oo.ml
#20 24.95 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.95          -o stdlib__List.cmo -c list.ml
#20 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.96          -o stdlib__Array.cmo -c array.ml
#20 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.96          -o stdlib__Parsing.cmo -c parsing.ml
#20 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.96          -o stdlib__Set.cmo -c set.ml
#20 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.96          -o stdlib__Stack.cmo -c stack.ml
#20 24.96 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.96          -o stdlib__Stream.cmo -c stream.ml
#20 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A \
#20 24.97          -o stdlib__Buffer.cmo -c buffer.ml
#20 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match -c camlinternalFormat.ml
#20 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 24.97          -o stdlib__Printf.cmo -c printf.ml
#20 24.97 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.97          -o stdlib__Arg.cmo -c arg.ml
#20 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.98          -o stdlib__Printexc.cmo -c printexc.ml
#20 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.98          -o stdlib__Gc.cmo -c gc.ml
#20 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.98          -o stdlib__Digest.cmo -c digest.ml
#20 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.98          -o stdlib__Random.cmo -c random.ml
#20 24.98 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.98          -o stdlib__Hashtbl.cmo -c hashtbl.ml
#20 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 24.99          -o stdlib__Weak.cmo -c weak.ml
#20 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 24.99          -o stdlib__Scanf.cmo -c scanf.ml
#20 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalOO.ml
#20 24.99 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalMod.ml
#20 25.00 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.00          -o stdlib__Genlex.cmo -c genlex.ml
#20 25.00 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.00          -o stdlib__Filename.cmo -c filename.ml
#20 25.00 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
#20 25.00          -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#20 25.00 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
#20 25.00          -o stdlib__ListLabels.cmo -c listLabels.ml
#20 25.01 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#20 25.01          -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#20 25.01 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#20 25.01          -o stdlib__StringLabels.cmo -c stringLabels.ml
#20 25.01 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#20 25.01          -o stdlib__StdLabels.cmo -c stdLabels.ml
#20 25.01 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.01          -o stdlib__Bigarray.cmo -c bigarray.ml
#20 25.02 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.02          -o stdlib__In_channel.cmo -c in_channel.ml
#20 25.02 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.02          -o stdlib__Bytes.cmo -c bytes.ml
#20 25.02 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.02          -o stdlib__String.cmo -c string.ml
#20 25.02 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.02          -o stdlib__Marshal.cmo -c marshal.ml
#20 25.03 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
#20 25.03          -o stdlib__Float.cmo -c float.ml
#20 25.03 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.03          -o stdlib__Lexing.cmo -c lexing.ml
#20 25.03 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 25.03          -o stdlib__Format.cmo -c format.ml
#20 25.09 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
#20 25.09          -o stdlib__MoreLabels.cmo -c moreLabels.ml
#20 25.10 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 25.10          -o stdlib__Ephemeron.cmo -c ephemeron.ml
#20 27.31 ../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
#20 27.34 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 27.34 cp runtime/ocamlrun boot/ocamlrun
#20 27.35 cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
#20 27.35 cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
#20 27.36 cd boot; ln -sf ../runtime/libcamlrun.a .
#20 27.37 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 27.37 make -j opt.opt
#20 27.37 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 27.38 make -j checkstack
#20 27.38 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 27.40 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   \
#20 27.40   -o tools/checkstack.o tools/checkstack.c
#20 27.44 make -j -C tools  checkstack
#20 27.44 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 27.45 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
#20 27.48 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 27.48 tools/checkstack
#20 27.48 rm tools/checkstack tools/checkstack.o
#20 27.48 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 27.48 make -j coreall
#20 27.48 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 27.50 make -j -C runtime  all
#20 27.50 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 27.59 make[3]: Nothing to be done for 'all'.
#20 27.59 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 27.59 cd stdlib; ln -sf ../runtime/libcamlrun.a .
#20 27.59 make -j ocamlc
#20 27.60 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.mli
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.mli
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.mli
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.mli
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.mli
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.mli
#20 27.61 make -j -C utils config.ml
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.mli
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.mli
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.mli
#20 27.61 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.mli
#20 27.61 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
#20 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
#20 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/targetint.mli
#20 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.mli
#20 27.62 gcc -E -I runtime/caml utils/domainstate.ml.c > utils/domainstate.ml
#20 27.62 gcc -E -I runtime/caml utils/domainstate.mli.c > utils/domainstate.mli
#20 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.mli
#20 27.62 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.mli
#20 27.62 cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
#20 27.62 sed -e 's!%%AFL_INSTRUMENT%%!false!' \
#20 27.62     -e 's!%%ARCH%%!amd64!' \
#20 27.62     -e 's!%%ARCMD%%!ar!' \
#20 27.62     -e 's!%%ASM%%!as!' \
#20 27.62     -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
#20 27.62     -e 's!%%BYTECCLIBS%%!-lm  -lpthread!' \
#20 27.62     -e 's!%%CC%%!gcc!' \
#20 27.62     -e 's!%%CCOMPTYPE%%!cc!' \
#20 27.62     -e 's!%%OUTPUTOBJ%%!-o !' \
#20 27.62     -e 's!%%EXT_ASM%%!.s!' \
#20 27.62     -e 's!%%EXT_DLL%%!.so!' \
#20 27.62     -e 's!%%EXE%%!!' \
#20 27.62     -e 's!%%EXT_LIB%%!.a!' \
#20 27.62     -e 's!%%EXT_OBJ%%!.o!' \
#20 27.62     -e 's!%%FLAMBDA%%!false!' \
#20 27.62     -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
#20 27.62     -e 's!%%WITH_CMM_INVARIANTS%%!false!' \
#20 27.62     -e 's!%%FLEXLINK_FLAGS%%!!' \
#20 27.62     -e 's!%%FLEXDLL_DIR%%!!' \
#20 27.62     -e 's!%%HOST%%!x86_64-pc-linux-gnu!' \
#20 27.62     -e 's!%%BINDIR%%!/tmp/opam/bootstrap/ocaml/bin!' \
#20 27.62     -e 's!%%LIBDIR%%!/tmp/opam/bootstrap/ocaml/lib/ocaml!' \
#20 27.62     -e 's!%%MKDLL%%!gcc -shared !' \
#20 27.62     -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 !' \
#20 27.62     -e 's!%%FLEXLINK_LDFLAGS%%! -link \\"-Wl,-E\\"!' \
#20 27.62     -e 's!%%FLEXLINK_DLL_LDFLAGS%%!!' \
#20 27.62     -e 's!%%MKMAINDLL%%!gcc -shared !' \
#20 27.62     -e 's!%%MODEL%%!default!' \
#20 27.62     -e 's!%%NATIVECCLIBS%%!-lm !' \
#20 27.62     -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#20 27.62     -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#20 27.62     -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#20 27.62     -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#20 27.62     -e 's!%%PACKLD%%!ld -r -o !' \
#20 27.62     -e 's!%%PROFINFO_WIDTH%%!0!' \
#20 27.62     -e 's!%%RPATH%%!-Wl,-rpath,!' \
#20 27.62     -e 's!%%MKSHAREDLIBRPATH%%!-Wl,-rpath,!' \
#20 27.62     -e 's!%%FORCE_SAFE_STRING%%!true!' \
#20 27.62     -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
#20 27.62     -e 's!%%WINDOWS_UNICODE%%!0!' \
#20 27.62     -e 's!%%NAKED_POINTERS%%!true!' \
#20 27.62     -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
#20 27.62     -e 's!%%SYSTEM%%!linux!' \
#20 27.62     -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
#20 27.62     -e 's!%%TARGET%%!x86_64-pc-linux-gnu!' \
#20 27.62     -e 's!%%WITH_FRAME_POINTERS%%!false!' \
#20 27.62     -e 's!%%WITH_PROFINFO%%!false!' \
#20 27.62     -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
#20 27.62     -e 's!%%FUNCTION_SECTIONS%%!true!' \
#20 27.62     -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
#20 27.62     -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!true!' \
#20 27.62     config.mlp > config.ml
#20 27.62 echo '[@@@ocaml.warning "-67"]' > parsing/camlinternalMenhirLib.mli
#20 27.62 ./boot/ocamlrun ./boot/ocamllex -q parsing/lexer.mll
#20 27.63 cat boot/menhir/menhirLib.mli >> parsing/camlinternalMenhirLib.mli
#20 27.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/switch.mli
#20 27.63 lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml
#20 27.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/runtimedef.mli
#20 27.63 make -j -C tools make_opcodes
#20 27.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 bytecomp/bytesections.mli
#20 27.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 bytecomp/dll.mli
#20 27.63 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 27.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/main_args.mli
#20 27.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/makedepend.mli
#20 27.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 bytecomp/bytelibrarian.mli
#20 27.63 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#20 27.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/errors.mli
#20 27.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/maindriver.mli
#20 27.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/misc.mli
#20 27.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.ml -I utils
#20 27.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.mli
#20 27.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.mli
#20 27.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.ml -I utils
#20 27.65 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.ml -I utils
#20 27.65 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.ml -I utils
#20 27.65 ../boot/ocamlrun ../boot/ocamllex -q make_opcodes.mll
#20 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.ml -I utils
#20 27.66 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
#20 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/runtimedef.ml -I lambda
#20 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.ml -I utils
#20 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.ml -I utils
#20 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.ml -I utils
#20 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.mli
#20 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml -I bytecomp
#20 27.66 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/switch.ml -I lambda
#20 27.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml -I driver
#20 27.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.ml -I utils
#20 27.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 parsing/asttypes.mli
#20 27.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/annot.mli
#20 27.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
#20 27.72 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/errors.ml -I driver
#20 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
#20 27.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml -I parsing
#20 27.79 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 27.79 ./runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
#20 27.79 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli
#20 27.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmxs_format.mli
#20 27.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/misc.ml -I utils
#20 27.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.mli
#20 27.80 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.ml -I utils
#20 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.ml -I utils
#20 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.ml -I utils
#20 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
#20 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/targetint.ml -I utils
#20 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.mli
#20 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.ml -I parsing
#20 27.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml -I bytecomp
#20 27.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.mli
#20 27.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.ml -I utils
#20 27.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.mli
#20 27.86 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.ml -I utils
#20 27.86 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.ml -I parsing
#20 27.86 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.mli
#20 27.87 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.ml -I utils
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml -I parsing
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.mli
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.mli
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.mli
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.mli
#20 27.88 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.mli
#20 27.89 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.mli
#20 27.89 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.mli
#20 27.89 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.mli
#20 27.89 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.mli
#20 27.89 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml -I bytecomp
#20 27.90 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.ml -I utils
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ident.mli
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/linkage_name.mli
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.mli
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.mli
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.mli
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.ml -I utils
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.mli
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.ml -I driver
#20 27.91 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.ml -I driver
#20 27.93 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.ml -I parsing
#20 27.93 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
#20 27.93 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.ml -I parsing
#20 27.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.ml -I typing
#20 27.94 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.ml -I parsing
#20 27.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/depend.ml -I parsing
#20 27.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/ast_iterator.ml -I parsing
#20 27.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/ast_invariants.ml -I parsing
#20 27.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/docstrings.ml -I parsing
#20 27.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/ast_helper.mli
#20 27.97 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.ml -I driver
#20 28.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 typing/primitive.mli
#20 28.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 typing/oprint.mli
#20 28.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 typing/path.mli
#20 28.04 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/debuginfo.mli
#20 28.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/compilation_unit.mli
#20 28.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 typing/ident.ml -I typing
#20 28.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 typing/oprint.ml -I typing
#20 28.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/ast_helper.ml -I parsing
#20 28.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/pprintast.ml -I parsing
#20 28.04 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.ml > parsing/parser.ml
#20 28.04 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.mli > parsing/parser.mli
#20 28.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/ast_mapper.ml -I parsing
#20 28.05 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/primitive.ml -I typing
#20 28.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/parser.mli
#20 28.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
#20 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/shape.mli
#20 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_var.mli
#20 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/path.ml -I typing
#20 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.ml -I utils
#20 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.ml -I utils
#20 28.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.ml -I utils
#20 28.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.ml -I parsing
#20 28.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
#20 28.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_id.mli
#20 28.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/export_id.mli
#20 28.19 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.ml -I parsing
#20 28.19 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.ml -I parsing
#20 28.19 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/makedepend.ml -I driver
#20 28.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/base_types/set_of_closures_origin.mli
#20 28.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/types.mli
#20 28.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/shape.ml -I typing
#20 28.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/subst.mli
#20 28.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmi_format.mli
#20 28.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/types.ml -I typing
#20 28.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/btype.mli
#20 28.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.mli
#20 28.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
#20 28.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/errortrace.mli
#20 28.42 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/signature_group.mli
#20 28.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 file_formats/cmi_format.ml -I file_formats
#20 28.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/persistent_env.mli
#20 28.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/env.mli
#20 28.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/errortrace.ml -I typing
#20 28.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/btype.ml -I typing
#20 28.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/subst.ml -I typing
#20 28.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/predef.ml -I typing
#20 28.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/datarepr.ml -I typing
#20 28.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/signature_group.ml -I typing
#20 28.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.ml -I typing
#20 28.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 lambda/lambda.mli
#20 28.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/env.ml -I typing
#20 28.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/typedtree.mli
#20 28.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/ctype.mli
#20 28.60 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#20 28.60 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#20 28.60 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#20 28.60 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#20 28.60 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#20 28.60 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#20 28.60 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#20 28.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.ml -I typing
#20 28.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.mli
#20 28.67 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.mli
#20 28.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 typing/envaux.ml -I typing
#20 28.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 file_formats/cmo_format.mli
#20 28.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/internal_variable_names.mli
#20 28.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda_primitives.mli
#20 28.69 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/lambda.ml -I lambda
#20 28.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/printlambda.mli
#20 28.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/translobj.mli
#20 28.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/tmc.mli
#20 28.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/simplif.mli
#20 28.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 bytecomp/instruct.mli
#20 28.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/ctype.ml -I typing
#20 28.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/printtyp.ml -I typing
#20 28.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/includeclass.mli
#20 28.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/mtype.ml -I typing
#20 28.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/typedecl_unboxed.ml -I typing
#20 28.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/typedecl_separability.ml -I typing
#20 28.73 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.ml -I typing
#20 28.73 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
#20 28.73 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.mli
#20 28.74 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/tmc.ml -I lambda
#20 28.74 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/simplif.ml -I lambda
#20 28.74 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/printlambda.ml -I lambda
#20 28.74 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda.mli
#20 28.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translobj.ml -I lambda
#20 28.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.ml -I typing
#20 28.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.mli
#20 28.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.mli
#20 28.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.mli
#20 28.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.mli
#20 28.75 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmt_format.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printpat.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/matching.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translattribute.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translcore.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translclass.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translmod.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile_common.mli
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml -I bytecomp
#20 28.76 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
#20 28.77 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
#20 28.77 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
#20 28.78 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
#20 28.79 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.ml -I typing
#20 28.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.ml -I typing
#20 28.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/printinstr.ml -I bytecomp
#20 28.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printpat.ml -I typing
#20 28.81 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.ml -I typing
#20 28.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/meta.ml -I bytecomp
#20 28.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 bytecomp/symtable.ml -I bytecomp
#20 28.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/emitcode.ml -I bytecomp
#20 28.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/bytelink.ml -I bytecomp
#20 28.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/bytelibrarian.ml -I bytecomp
#20 28.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/typeopt.ml -I typing
#20 28.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/rec_check.ml -I typing
#20 28.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/bytegen.ml -I bytecomp
#20 28.84 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translclass.ml -I lambda
#20 28.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/compile.mli
#20 28.84 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.ml -I typing
#20 28.84 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translattribute.ml -I lambda
#20 28.84 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.ml -I typing
#20 28.84 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.mli
#20 28.84 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.ml -I typing
#20 28.84 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
#20 28.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.ml -I typing
#20 28.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.ml -I typing
#20 28.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/matching.ml -I lambda
#20 28.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.ml -I lambda
#20 28.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translmod.ml -I lambda
#20 28.85 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmt_format.ml -I file_formats
#20 28.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 typing/typetexp.ml -I typing
#20 28.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 typing/tast_iterator.ml -I typing
#20 28.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 typing/cmt2annot.ml -I typing
#20 28.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 typing/parmatch.ml -I typing
#20 28.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 lambda/translcore.ml -I lambda
#20 28.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/compile.ml -I driver
#20 28.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/maindriver.ml -I driver
#20 28.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 middle_end/flambda/base_types/closure_element.mli
#20 28.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 middle_end/symbol.mli
#20 28.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 middle_end/flambda/parameter.mli
#20 28.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 middle_end/flambda/base_types/mutable_variable.mli
#20 28.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 typing/typedecl.ml -I typing
#20 28.97 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.ml -I typing
#20 28.97 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.ml -I typing
#20 28.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/includemod.ml -I typing
#20 28.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/includemod_errorprinter.mli
#20 28.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/typemod.mli
#20 28.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.mli
#20 28.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.mli
#20 29.02 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod_errorprinter.ml -I typing
#20 29.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/flambda/base_types/closure_origin.mli
#20 29.08 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.ml -I typing
#20 29.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 driver/compmisc.ml -I driver
#20 29.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 driver/compile_common.ml -I driver
#20 29.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 bytecomp/bytepackager.ml -I bytecomp
#20 29.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/flambda/projection.mli
#20 29.20 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda.mli
#20 29.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/freshening.mli
#20 29.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.mli
#20 29.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.mli
#20 29.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 file_formats/cmx_format.mli
#20 29.62 ./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
#20 37.40 ./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
#20 37.49 ./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
#20 38.21 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 38.21 make -j ocamllex ocamltools library
#20 38.22 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 38.23 make -j -C yacc  all
#20 38.23 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#20 38.23 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  \
#20 38.23   -o closure.o closure.c
#20 38.23 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  \
#20 38.23   -o error.o error.c
#20 38.23 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  \
#20 38.23   -o lalr.o lalr.c
#20 38.24 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  \
#20 38.24   -o lr0.o lr0.c
#20 38.24 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  \
#20 38.24   -o main.o main.c
#20 38.24 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  \
#20 38.24   -o mkpar.o mkpar.c
#20 38.24 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  \
#20 38.24   -o output.o output.c
#20 38.24 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  \
#20 38.24   -o reader.o reader.c
#20 38.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 middle_end/backend_intf.mli
#20 38.24 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  \
#20 38.24   -o skeleton.o skeleton.c
#20 38.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 middle_end/flambda/inlining_cost.mli
#20 38.24 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  \
#20 38.24   -o symtab.o symtab.c
#20 38.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 middle_end/internal_variable_names.ml -I middle_end
#20 38.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 middle_end/linkage_name.ml -I middle_end
#20 38.24 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  \
#20 38.24   -o verbose.o verbose.c
#20 38.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 middle_end/compilation_unit.ml -I middle_end
#20 38.24 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  \
#20 38.24   -o warshall.o warshall.c
#20 38.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 middle_end/variable.ml -I middle_end
#20 38.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 middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#20 38.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 middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#20 38.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 middle_end/symbol.ml -I middle_end
#20 38.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 middle_end/backend_var.ml -I middle_end
#20 38.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 middle_end/clambda_primitives.ml -I middle_end
#20 38.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 middle_end/printclambda_primitives.mli
#20 38.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 middle_end/clambda.ml -I middle_end
#20 38.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 middle_end/printclambda.mli
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.mli
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/convert_primitives.mli
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.mli
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.mli
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.ml -I middle_end/flambda
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.ml -I middle_end/flambda
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/projection.ml -I middle_end/flambda
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.mli
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.mli
#20 38.25 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.ml -I middle_end/flambda
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/share_constants.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_closure_vars.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.mli
#20 38.26 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.mli
#20 38.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/ref_to_variables.mli
#20 38.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_invariants.mli
#20 38.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/traverse_for_exported_symbols.mli
#20 38.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_offsets.mli
#20 38.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.mli
#20 38.27 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.mli
#20 38.27 make -j -C stdlib  all
#20 38.27 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 38.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/closure/closure.mli
#20 38.29 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.mli
#20 38.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/closure/closure_middle_end.mli
#20 38.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/closure_conversion.mli
#20 38.29 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalAtomic.mli
#20 38.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/lift_let_to_initialize_symbol.mli
#20 38.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/find_recursive_functions.mli
#20 38.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/invariant_params.mli
#20 38.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 middle_end/flambda/inconstant_idents.mli
#20 38.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 middle_end/flambda/lift_constants.mli
#20 38.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 middle_end/flambda/remove_unused_arguments.mli
#20 38.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 middle_end/flambda/build_export_info.mli
#20 38.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 middle_end/flambda/flambda_middle_end.mli
#20 38.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 middle_end/printclambda_primitives.ml -I middle_end
#20 38.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 middle_end/printclambda.ml -I middle_end
#20 38.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 middle_end/semantics_of_primitives.ml -I middle_end
#20 38.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 middle_end/convert_primitives.ml -I middle_end
#20 38.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 middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
#20 38.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 middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#20 38.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 middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#20 38.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 middle_end/flambda/pass_wrapper.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/flambda.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/effect_analysis.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/simplify_common.mli
#20 38.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 middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#20 38.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 -c camlinternalAtomic.ml
#20 38.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 middle_end/flambda/simplify_primitives.mli
#20 38.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 middle_end/flambda/ref_to_variables.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/flambda_invariants.ml -I middle_end/flambda
#20 38.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.ml -I middle_end/flambda
#20 38.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.mli
#20 38.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops_intf.mli
#20 38.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#20 38.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_cost.ml -I middle_end/flambda
#20 38.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.ml -I middle_end/flambda
#20 38.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.ml -I middle_end/flambda
#20 38.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
#20 38.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#20 38.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/share_constants.ml -I middle_end/flambda
#20 38.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_closure_vars.ml -I middle_end/flambda
#20 38.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#20 38.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_offsets.ml -I middle_end/flambda
#20 38.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
#20 38.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.ml -I middle_end/flambda
#20 38.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/freshening.ml -I middle_end/flambda
#20 38.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#20 38.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.ml -I middle_end
#20 38.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.ml -I middle_end/closure
#20 38.36 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure_middle_end.ml -I middle_end/closure
#20 38.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 middle_end/flambda/import_approx.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/lift_constants.ml -I middle_end/flambda
#20 38.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 middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
#20 38.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/invariant_params.ml -I middle_end/flambda
#20 38.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/traverse_for_exported_symbols.ml -I middle_end/flambda
#20 38.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_common.ml -I middle_end/flambda
#20 38.39 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops.mli
#20 38.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify_aux.mli
#20 38.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
#20 38.40 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats.mli
#20 38.44 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops.ml -I middle_end/flambda
#20 38.44 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_primitives.ml -I middle_end/flambda
#20 38.46 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats.ml -I middle_end/flambda
#20 38.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  -nopervasives -c camlinternalFormatBasics.ml
#20 38.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  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision_intf.mli
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify_aux.ml -I middle_end/flambda
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.mli
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.mli
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.mli
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.mli
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.mli
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify.mli
#20 38.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/build_export_info.ml -I middle_end/flambda
#20 38.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.mli
#20 38.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.mli
#20 38.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.ml -I middle_end/flambda
#20 38.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.ml -I middle_end/flambda
#20 38.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
#20 38.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.ml -I middle_end/flambda
#20 38.56 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.ml -I middle_end/flambda
#20 38.57 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#20 38.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  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#20 38.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 middle_end/flambda/inline_and_simplify.ml -I middle_end/flambda
#20 38.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   \
#20 38.62          -o stdlib__Pervasives.cmo -c pervasives.ml
#20 38.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   \
#20 38.62          -o stdlib__Either.cmi -c either.mli
#20 38.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   \
#20 38.62          -o stdlib__Sys.cmi -c sys.mli
#20 38.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   \
#20 38.63          -o stdlib__Nativeint.cmi -c nativeint.mli
#20 38.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   \
#20 38.63          -o stdlib__Int32.cmi -c int32.mli
#20 38.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 camlinternalLazy.mli
#20 38.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   \
#20 38.64          -o stdlib__Bool.cmi -c bool.mli
#20 38.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
#20 38.64 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
#20 38.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   \
#20 38.64          -o stdlib__Char.cmi -c char.mli
#20 38.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   \
#20 38.64          -o stdlib__Uchar.cmi -c uchar.mli
#20 38.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   \
#20 38.64          -o stdlib__Int.cmi -c int.mli
#20 38.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   \
#20 38.65          -o stdlib__Unit.cmi -c unit.mli
#20 38.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   \
#20 38.65          -o stdlib__Marshal.cmi -c marshal.mli
#20 38.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   \
#20 38.65          -o stdlib__Int64.cmi -c int64.mli
#20 38.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   \
#20 38.66          -o stdlib__Lexing.cmi -c lexing.mli
#20 38.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   \
#20 38.66          -o stdlib__Stream.cmi -c stream.mli
#20 38.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   \
#20 38.66          -o stdlib__Arg.cmi -c arg.mli
#20 38.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   \
#20 38.66          -o stdlib__Atomic.cmi -c atomic.mli
#20 38.67 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.67          -o stdlib__Printexc.cmi -c printexc.mli
#20 38.67 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.67          -o stdlib__Fun.cmi -c fun.mli
#20 38.67 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.67          -o stdlib__Digest.cmi -c digest.mli
#20 38.67 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 38.67          -o stdlib__Scanf.cmi -c scanf.mli
#20 38.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   \
#20 38.68          -o stdlib__Callback.cmi -c callback.mli
#20 38.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   \
#20 38.68          -o stdlib__Filename.cmi -c filename.mli
#20 38.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   \
#20 38.68          -o stdlib__Complex.cmi -c complex.mli
#20 38.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   \
#20 38.68          -o stdlib__In_channel.cmi -c in_channel.mli
#20 38.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.69          -o stdlib__Out_channel.cmi -c out_channel.mli
#20 38.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c std_exit.ml
#20 38.69 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.69          -o stdlib__Either.cmo -c either.ml
#20 38.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.70          -o stdlib__Sys.cmo -c sys.ml
#20 38.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.70          -o stdlib__Obj.cmi -c obj.mli
#20 38.70 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.70          -o stdlib__Lazy.cmi -c lazy.mli
#20 38.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   \
#20 38.71          -o stdlib__Seq.cmi -c seq.mli
#20 38.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   \
#20 38.71          -o stdlib__Bool.cmo -c bool.ml
#20 38.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   \
#20 38.71          -o stdlib__Char.cmo -c char.ml
#20 38.72 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.72          -o stdlib__Uchar.cmo -c uchar.ml
#20 38.72 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.72          -o stdlib__Int.cmo -c int.ml
#20 38.72 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.72          -o stdlib__Unit.cmo -c unit.ml
#20 38.72 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.72          -o stdlib__Int32.cmo -c int32.ml
#20 38.72 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.72          -o stdlib__Int64.cmo -c int64.ml
#20 38.73 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.73          -o stdlib__Nativeint.cmo -c nativeint.ml
#20 38.73 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.73          -o stdlib__Atomic.cmo -c atomic.ml
#20 38.73 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.73          -o stdlib__Fun.cmo -c fun.ml
#20 38.73 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.73          -o stdlib__Gc.cmi -c gc.mli
#20 38.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.74          -o stdlib__Random.cmi -c random.mli
#20 38.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.74          -o stdlib__Genlex.cmi -c genlex.mli
#20 38.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.74          -o stdlib__Complex.cmo -c complex.ml
#20 38.74 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.74          -o stdlib__Bigarray.cmi -c bigarray.mli
#20 38.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.75          -o stdlib__Out_channel.cmo -c out_channel.ml
#20 38.75 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.75          -o stdlib__Obj.cmo -c obj.ml
#20 38.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalLazy.ml
#20 38.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.76          -o stdlib__Lazy.cmo -c lazy.ml
#20 38.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.76          -o stdlib__Parsing.cmi -c parsing.mli
#20 38.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.76          -o stdlib__Set.cmi -c set.mli
#20 38.76 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.76          -o stdlib__Map.cmi -c map.mli
#20 38.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.77          -o stdlib__Stack.cmi -c stack.mli
#20 38.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.77          -o stdlib__Queue.cmi -c queue.mli
#20 38.77 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A \
#20 38.77          -o stdlib__Buffer.cmi -c buffer.mli
#20 38.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.78          -o stdlib__Hashtbl.cmi -c hashtbl.mli
#20 38.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.78          -o stdlib__Callback.cmo -c callback.ml
#20 38.78 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalOO.mli
#20 38.79 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalMod.mli
#20 38.79 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 38.79          -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#20 38.79 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 38.79          -o stdlib__ListLabels.cmi -c listLabels.mli
#20 38.79 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 38.79          -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#20 38.80 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 38.80          -o stdlib__StringLabels.cmi -c stringLabels.mli
#20 38.80 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.80          -o stdlib__Seq.cmo -c seq.ml
#20 38.80 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.80          -o stdlib__Option.cmi -c option.mli
#20 38.80 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.80          -o stdlib__Result.cmi -c result.mli
#20 38.81 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.81          -o stdlib__List.cmi -c list.mli
#20 38.81 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.81          -o stdlib__Bytes.cmi -c bytes.mli
#20 38.81 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.81          -o stdlib__String.cmi -c string.mli
#20 38.81 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.81          -o stdlib__Array.cmi -c array.mli
#20 38.82 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.82          -o stdlib__Float.cmi -c float.mli
#20 38.82 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.82          -o stdlib__Queue.cmo -c queue.ml
#20 38.82 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match -c camlinternalFormat.mli
#20 38.82 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 38.82          -o stdlib__Printf.cmi -c printf.mli
#20 38.83 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 38.83          -o stdlib__Format.cmi -c format.mli
#20 38.83 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -no-principal \
#20 38.83          -o stdlib__Oo.cmi -c oo.mli
#20 38.83 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.83          -o stdlib__Option.cmo -c option.ml
#20 38.84 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.84          -o stdlib__Map.cmo -c map.ml
#20 38.84 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.84          -o stdlib__Result.cmo -c result.ml
#20 38.86 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.86          -o stdlib__List.cmo -c list.ml
#20 38.86 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.86          -o stdlib__Array.cmo -c array.ml
#20 38.86 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.86          -o stdlib__Parsing.cmo -c parsing.ml
#20 38.86 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.86          -o stdlib__Set.cmo -c set.ml
#20 38.87 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.87          -o stdlib__Stack.cmo -c stack.ml
#20 38.87 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.87          -o stdlib__Stream.cmo -c stream.ml
#20 38.87 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A \
#20 38.87          -o stdlib__Buffer.cmo -c buffer.ml
#20 38.87 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match -c camlinternalFormat.ml
#20 38.87 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 38.87          -o stdlib__Printf.cmo -c printf.ml
#20 38.88 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.88          -o stdlib__Arg.cmo -c arg.ml
#20 38.88 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.88          -o stdlib__Printexc.cmo -c printexc.ml
#20 38.88 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.88          -o stdlib__Gc.cmo -c gc.ml
#20 38.88 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.88          -o stdlib__Digest.cmo -c digest.ml
#20 38.89 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.89          -o stdlib__Random.cmo -c random.ml
#20 38.89 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.89          -o stdlib__Hashtbl.cmo -c hashtbl.ml
#20 38.89 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.89          -o stdlib__Weak.cmi -c weak.mli
#20 38.89 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
#20 38.89          -o stdlib__Scanf.cmo -c scanf.ml
#20 38.90 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalOO.ml
#20 38.90 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.90          -o stdlib__Oo.cmo -c oo.ml
#20 38.90 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalMod.ml
#20 38.91 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.91          -o stdlib__Genlex.cmo -c genlex.ml
#20 38.91 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.91          -o stdlib__Ephemeron.cmi -c ephemeron.mli
#20 38.91 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.91          -o stdlib__Filename.cmo -c filename.ml
#20 38.91 ../boot/ocamlrun ../ocamlc -strict-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 \
#20 38.91          -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#20 38.92 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
#20 38.92          -o stdlib__ListLabels.cmo -c listLabels.ml
#20 38.92 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
#20 38.92          -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#20 38.92 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
#20 38.92          -o stdlib__StringLabels.cmo -c stringLabels.ml
#20 38.92 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 38.92          -o stdlib__MoreLabels.cmi -c moreLabels.mli
#20 38.93 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
#20 38.93          -o stdlib__StdLabels.cmi -c stdLabels.mli
#20 38.93 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.93          -o stdlib__Bigarray.cmo -c bigarray.ml
#20 38.93 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.93          -o stdlib__In_channel.cmo -c in_channel.ml
#20 38.94 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.94          -o stdlib__Bytes.cmo -c bytes.ml
#20 38.94 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.94          -o stdlib__String.cmo -c string.ml
#20 38.94 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.94          -o stdlib__Marshal.cmo -c marshal.ml
#20 38.95 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
#20 38.95          -o stdlib__Float.cmo -c float.ml
#20 38.95 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.95          -o stdlib__Lexing.cmo -c lexing.ml
#20 38.95 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 38.95          -o stdlib__Weak.cmo -c weak.ml
#20 38.96 ../boot/ocamlrun ../ocamlc -strict-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 \
#20 38.96          -o stdlib__Format.cmo -c format.ml
#20 38.97 ../boot/ocamlrun ../ocamlc -strict-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 \
#20 38.97          -o stdlib__StdLabels.cmo -c stdLabels.ml
#20 39.09 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
#20 39.09          -o stdlib__Ephemeron.cmo -c ephemeron.ml
#20 39.13 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 
#20 39.14 ../boot/ocamlrun ../ocamlc -strict-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 \
#20 39.14          -o stdlib__MoreLabels.cmo -c moreLabels.ml
#20 39.16 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#20 39.16 make -j -C lex all
#20 39.17 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#20 39.17 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.mli
#20 39.17 ../yacc/ocamlyacc -v parser.mly
#20 39.17 ../boot/ocamlrun ../boot/ocamllex -q lexer.mll
#20 39.17 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.mli
#20 39.19 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
#20 39.19 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot syntax.mli
#20 39.20 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
#20 39.22 ../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
#20 39.22 ../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
#20 39.22 ../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
#20 39.24 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot parser.ml
#20 39.25 ../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
#20 39.25 ../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
#20 39.25 ../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
#20 39.25 ../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
#20 39.27 ../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
#20 39.27 ../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
#20 39.27 ../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
#20 39.28 ../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
#20 39.28 ../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
#20 39.30 ../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
#20 39.30 ../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
#20 39.30 ../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
#20 39.41 ./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
#20 39.59 ../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
#20 39.62 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#20 39.62 make -j -C tools all
#20 39.62 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 39.63 ../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
#20 39.64 ../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
#20 39.64 ../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
#20 39.64 ../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
#20 39.64 ../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
#20 39.64 ../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
#20 39.64 ../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
#20 39.64 ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
#20 39.65 ../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
#20 39.65 ../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
#20 39.65 ../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
#20 39.65 ../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
#20 39.65 ../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
#20 39.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 -compat-32 -I .. -o ocamldep ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamldep.cmo
#20 39.66 ../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
#20 39.68 ../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
#20 39.68 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o 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
#20 39.69 ../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
#20 39.69 ../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
#20 39.72 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o primreq ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma primreq.cmo
#20 39.73 ../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
#20 39.73 ../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
#20 39.73 ../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
#20 39.80 ../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
#20 39.84 ../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
#20 39.94 ../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
#20 39.97 ../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
#20 40.00 ../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
#20 40.69 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 41.26 ../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
#20 41.29 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 41.29 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 41.29 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 41.29 make -j ocaml
#20 41.30 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 41.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 toplevel/expunge.ml -I toplevel
#20 41.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 toplevel/genprintval.mli
#20 41.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 toplevel/trace.mli
#20 41.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 toplevel/toploop.mli
#20 41.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 toplevel/topdirs.mli
#20 41.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 toplevel/topmain.mli
#20 41.35 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
#20 41.35 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml -I toplevel
#20 41.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 toplevel/topcommon.mli
#20 41.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 toplevel/genprintval.ml -I toplevel
#20 41.37 cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
#20 41.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
#20 41.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 toplevel/topeval.mli
#20 41.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 toplevel/topcommon.ml -I toplevel
#20 41.49 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
#20 41.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml -I toplevel
#20 41.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml -I toplevel
#20 41.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/topeval.ml -I toplevel/byte
#20 41.49 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/trace.ml -I toplevel/byte
#20 41.50 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/topmain.ml -I toplevel/byte
#20 41.82 ./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
#20 41.84 ./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
#20 42.61 ./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
#20 42.66 rm ocaml.tmp
#20 42.66 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 42.66 make -j opt-core
#20 42.66 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 42.67 make -j -C runtime  allopt
#20 42.67 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o startup_aux.n.o startup_aux.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o startup_nat.n.o startup_nat.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o main.n.o main.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o fail_nat.n.o fail_nat.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o roots_nat.n.o roots_nat.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o signals.n.o signals.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o signals_nat.n.o signals_nat.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o misc.n.o misc.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o freelist.n.o freelist.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o major_gc.n.o major_gc.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o minor_gc.n.o minor_gc.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o memory.n.o memory.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o alloc.n.o alloc.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o compare.n.o compare.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o ints.n.o ints.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o floats.n.o floats.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o str.n.o str.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o array.n.o array.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o io.n.o io.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o extern.n.o extern.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o intern.n.o intern.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o hash.n.o hash.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o sys.n.o sys.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o parsing.n.o parsing.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o gc_ctrl.n.o gc_ctrl.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o eventlog.n.o eventlog.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o md5.n.o md5.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o obj.n.o obj.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o lexing.n.o lexing.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o unix.n.o unix.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o printexc.n.o printexc.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o callback.n.o callback.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o weak.n.o weak.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o compact.n.o compact.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o finalise.n.o finalise.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o custom.n.o custom.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o globroots.n.o globroots.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o backtrace_nat.n.o backtrace_nat.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o backtrace.n.o backtrace.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o dynlink_nat.n.o dynlink_nat.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o debugger.n.o debugger.c
#20 42.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o meta.n.o meta.c
#20 42.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 dynlink.n.o dynlink.c
#20 42.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 clambda_checks.n.o clambda_checks.c
#20 42.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 afl.n.o afl.c
#20 42.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 bigarray.n.o bigarray.c
#20 42.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 memprof.n.o memprof.c
#20 42.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 domain.n.o domain.c
#20 42.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 skiplist.n.o skiplist.c
#20 42.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 codefrag.n.o codefrag.c
#20 42.79 gcc -c -DSYS_linux -I../runtime -DMODEL_default -o amd64.o amd64.S || \
#20 42.79 { echo "If your assembler produced syntax errors, it is probably";\
#20 42.79           echo "unhappy with the preprocessor. Check your assembler, or";\
#20 42.79           echo "try producing amd64.o by hand.";\
#20 42.79           exit 2; }
#20 42.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 -DDEBUG  -o startup_aux.nd.o startup_aux.c
#20 42.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 -DDEBUG  -o startup_nat.nd.o startup_nat.c
#20 42.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 -DDEBUG  -o main.nd.o main.c
#20 42.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 -DDEBUG  -o fail_nat.nd.o fail_nat.c
#20 42.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 -DDEBUG  -o roots_nat.nd.o roots_nat.c
#20 42.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 -DDEBUG  -o signals.nd.o signals.c
#20 42.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 -DDEBUG  -o signals_nat.nd.o signals_nat.c
#20 42.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 -DDEBUG  -o misc.nd.o misc.c
#20 42.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 -DDEBUG  -o freelist.nd.o freelist.c
#20 42.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 -DDEBUG  -o major_gc.nd.o major_gc.c
#20 42.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 -DDEBUG  -o minor_gc.nd.o minor_gc.c
#20 42.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 -DDEBUG  -o memory.nd.o memory.c
#20 42.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 -DDEBUG  -o alloc.nd.o alloc.c
#20 42.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 -DDEBUG  -o compare.nd.o compare.c
#20 42.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 -DDEBUG  -o ints.nd.o ints.c
#20 42.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 floats.nd.o floats.c
#20 42.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 str.nd.o str.c
#20 42.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 array.nd.o array.c
#20 42.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 io.nd.o io.c
#20 42.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 extern.nd.o extern.c
#20 42.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 intern.nd.o intern.c
#20 42.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 hash.nd.o hash.c
#20 42.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 sys.nd.o sys.c
#20 42.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 parsing.nd.o parsing.c
#20 42.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
#20 42.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 eventlog.nd.o eventlog.c
#20 42.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 md5.nd.o md5.c
#20 42.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 obj.nd.o obj.c
#20 42.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 lexing.nd.o lexing.c
#20 42.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 unix.nd.o unix.c
#20 42.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 printexc.nd.o printexc.c
#20 42.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 callback.nd.o callback.c
#20 42.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 weak.nd.o weak.c
#20 42.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 compact.nd.o compact.c
#20 42.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 finalise.nd.o finalise.c
#20 42.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 custom.nd.o custom.c
#20 42.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 globroots.nd.o globroots.c
#20 42.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 backtrace_nat.nd.o backtrace_nat.c
#20 42.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 backtrace.nd.o backtrace.c
#20 42.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 dynlink_nat.nd.o dynlink_nat.c
#20 42.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 debugger.nd.o debugger.c
#20 42.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 meta.nd.o meta.c
#20 42.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 dynlink.nd.o dynlink.c
#20 42.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 clambda_checks.nd.o clambda_checks.c
#20 42.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 afl.nd.o afl.c
#20 42.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 bigarray.nd.o bigarray.c
#20 42.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 memprof.nd.o memprof.c
#20 42.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 domain.nd.o domain.c
#20 42.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 skiplist.nd.o skiplist.c
#20 42.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 codefrag.nd.o codefrag.c
#20 42.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 -DCAML_INSTR  -o startup_aux.ni.o startup_aux.c
#20 42.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 -DCAML_INSTR  -o startup_nat.ni.o startup_nat.c
#20 42.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 -DCAML_INSTR  -o main.ni.o main.c
#20 42.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 -DCAML_INSTR  -o fail_nat.ni.o fail_nat.c
#20 42.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 -DCAML_INSTR  -o roots_nat.ni.o roots_nat.c
#20 42.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 -DCAML_INSTR  -o signals.ni.o signals.c
#20 42.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 -DCAML_INSTR  -o signals_nat.ni.o signals_nat.c
#20 42.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 -DCAML_INSTR  -o misc.ni.o misc.c
#20 42.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 -DCAML_INSTR  -o freelist.ni.o freelist.c
#20 42.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 -DCAML_INSTR  -o major_gc.ni.o major_gc.c
#20 42.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 -DCAML_INSTR  -o minor_gc.ni.o minor_gc.c
#20 42.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 -DCAML_INSTR  -o memory.ni.o memory.c
#20 42.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 -DCAML_INSTR  -o alloc.ni.o alloc.c
#20 42.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 compare.ni.o compare.c
#20 42.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 ints.ni.o ints.c
#20 42.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 floats.ni.o floats.c
#20 42.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 str.ni.o str.c
#20 43.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 array.ni.o array.c
#20 43.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 io.ni.o io.c
#20 43.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 extern.ni.o extern.c
#20 43.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 intern.ni.o intern.c
#20 43.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 hash.ni.o hash.c
#20 43.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 sys.ni.o sys.c
#20 43.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 parsing.ni.o parsing.c
#20 43.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 gc_ctrl.ni.o gc_ctrl.c
#20 43.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 eventlog.ni.o eventlog.c
#20 43.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 md5.ni.o md5.c
#20 43.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 obj.ni.o obj.c
#20 43.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 lexing.ni.o lexing.c
#20 43.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 unix.ni.o unix.c
#20 43.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 printexc.ni.o printexc.c
#20 43.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 callback.ni.o callback.c
#20 43.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 weak.ni.o weak.c
#20 43.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 compact.ni.o compact.c
#20 43.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 finalise.ni.o finalise.c
#20 43.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 custom.ni.o custom.c
#20 43.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 globroots.ni.o globroots.c
#20 43.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 backtrace_nat.ni.o backtrace_nat.c
#20 43.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 backtrace.ni.o backtrace.c
#20 43.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 dynlink_nat.ni.o dynlink_nat.c
#20 43.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 debugger.ni.o debugger.c
#20 43.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 meta.ni.o meta.c
#20 43.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 dynlink.ni.o dynlink.c
#20 43.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 clambda_checks.ni.o clambda_checks.c
#20 43.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 afl.ni.o afl.c
#20 43.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 bigarray.ni.o bigarray.c
#20 43.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 memprof.ni.o memprof.c
#20 43.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 domain.ni.o domain.c
#20 43.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 skiplist.ni.o skiplist.c
#20 43.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 codefrag.ni.o codefrag.c
#20 43.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o startup_aux.npic.o startup_aux.c
#20 43.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o startup_nat.npic.o startup_nat.c
#20 43.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o main.npic.o main.c
#20 43.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o fail_nat.npic.o fail_nat.c
#20 43.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= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux  -o roots_nat.npic.o roots_nat.c
#20 43.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 signals.npic.o signals.c
#20 43.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 signals_nat.npic.o signals_nat.c
#20 43.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 misc.npic.o misc.c
#20 43.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 freelist.npic.o freelist.c
#20 43.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 major_gc.npic.o major_gc.c
#20 43.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 minor_gc.npic.o minor_gc.c
#20 43.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 memory.npic.o memory.c
#20 43.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 alloc.npic.o alloc.c
#20 43.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 compare.npic.o compare.c
#20 43.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 ints.npic.o ints.c
#20 43.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 floats.npic.o floats.c
#20 43.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 str.npic.o str.c
#20 43.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 array.npic.o array.c
#20 43.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 io.npic.o io.c
#20 43.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 extern.npic.o extern.c
#20 43.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 intern.npic.o intern.c
#20 43.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 hash.npic.o hash.c
#20 43.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 sys.npic.o sys.c
#20 43.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 parsing.npic.o parsing.c
#20 43.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 gc_ctrl.npic.o gc_ctrl.c
#20 43.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 eventlog.npic.o eventlog.c
#20 43.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 md5.npic.o md5.c
#20 43.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 obj.npic.o obj.c
#20 43.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 lexing.npic.o lexing.c
#20 43.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 unix.npic.o unix.c
#20 43.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 printexc.npic.o printexc.c
#20 43.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 callback.npic.o callback.c
#20 43.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 weak.npic.o weak.c
#20 43.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 compact.npic.o compact.c
#20 43.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 finalise.npic.o finalise.c
#20 43.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 custom.npic.o custom.c
#20 43.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 globroots.npic.o globroots.c
#20 43.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 backtrace_nat.npic.o backtrace_nat.c
#20 43.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 backtrace.npic.o backtrace.c
#20 43.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 dynlink_nat.npic.o dynlink_nat.c
#20 43.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 debugger.npic.o debugger.c
#20 43.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 meta.npic.o meta.c
#20 43.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.npic.o dynlink.c
#20 43.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 clambda_checks.npic.o clambda_checks.c
#20 43.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 afl.npic.o afl.c
#20 43.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 bigarray.npic.o bigarray.c
#20 43.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 memprof.npic.o memprof.c
#20 43.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 domain.npic.o domain.c
#20 43.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 skiplist.npic.o skiplist.c
#20 43.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 codefrag.npic.o codefrag.c
#20 43.34 gcc -c -DSYS_linux -I../runtime -DMODEL_default -fPIC -o amd64_libasmrunpic.o amd64.S
#20 43.87 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
#20 43.89 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
#20 43.89 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
#20 43.94 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
#20 43.94 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 
#20 44.02 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 44.02 cp runtime/libasmrun.a stdlib/libasmrun.a
#20 44.03 make -j ocamlopt
#20 44.03 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 44.05 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_ast.mli
#20 44.06 cd asmcomp; ln -sf amd64/arch.ml .
#20 44.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 asmcomp/cmm.mli
#20 44.06 cd asmcomp; ln -sf amd64/proc.ml .
#20 44.06 cd asmcomp; ln -sf amd64/selection.ml .
#20 44.06 cd asmcomp; ln -sf amd64/CSE.ml .
#20 44.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 asmcomp/coloring.mli
#20 44.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 asmcomp/linscan.mli
#20 44.06 cd asmcomp; ln -sf amd64/reload.ml .
#20 44.06 cd asmcomp; ln -sf amd64/scheduling.ml .
#20 44.06 make -j -C tools cvt_emit
#20 44.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 asmcomp/asmlink.mli
#20 44.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 asmcomp/asmlibrarian.mli
#20 44.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 asmcomp/asmpackager.mli
#20 44.06 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 44.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/opterrors.mli
#20 44.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 driver/optcompile.mli
#20 44.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 driver/optmaindriver.mli
#20 44.08 ../boot/ocamlrun ../boot/ocamllex -q cvt_emit.mll
#20 44.08 ../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
#20 44.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml -I asmcomp
#20 44.09 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_proc.mli
#20 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.mli
#20 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.mli
#20 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.mli
#20 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.ml -I driver
#20 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmain.ml -I driver
#20 44.10 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml -I asmcomp
#20 44.11 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.mli
#20 44.11 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.mli
#20 44.11 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.mli
#20 44.11 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.mli
#20 44.11 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.mli
#20 44.11 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.mli
#20 44.11 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.mli
#20 44.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_proc.ml -I asmcomp
#20 44.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.ml -I asmcomp
#20 44.13 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.ml -I asmcomp
#20 44.14 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.ml -I asmcomp
#20 44.15 ../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
#20 44.15 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml -I asmcomp
#20 44.16 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.ml -I asmcomp
#20 44.16 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.ml -I asmcomp
#20 44.16 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_helpers.mli
#20 44.16 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.ml -I asmcomp
#20 44.17 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml -I asmcomp
#20 44.20 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 44.20 echo \# 1 \"amd64/emit.mlp\" > asmcomp/emit.ml
#20 44.21 ./boot/ocamlrun tools/cvt_emit < asmcomp/amd64/emit.mlp >> asmcomp/emit.ml \
#20 44.21 || { rm -f asmcomp/emit.ml; exit 2; }
#20 44.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/cmm.ml -I asmcomp
#20 44.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/mach.mli
#20 44.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/strmatch.ml -I asmcomp
#20 44.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/mach.ml -I asmcomp
#20 44.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/proc.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interval.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printmach.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/dataflow.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/polling.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selection.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/liveness.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/spill.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/split.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interf.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reload.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.mli
#20 44.28 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml -I asmcomp
#20 44.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/dataflow.ml -I asmcomp
#20 44.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/split.ml -I asmcomp
#20 44.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/CSE.ml -I asmcomp
#20 44.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/polling.ml -I asmcomp
#20 44.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/proc.ml -I asmcomp
#20 44.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.ml -I asmcomp
#20 44.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/interval.ml -I asmcomp
#20 44.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/printmach.ml -I asmcomp
#20 44.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/CSEgen.ml -I asmcomp
#20 44.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/liveness.ml -I asmcomp
#20 44.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/spill.ml -I asmcomp
#20 44.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/interf.ml -I asmcomp
#20 44.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/coloring.ml -I asmcomp
#20 44.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/linscan.ml -I asmcomp
#20 44.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/deadcode.ml -I asmcomp
#20 44.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 driver/optmaindriver.ml -I driver
#20 44.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml -I asmcomp
#20 44.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.ml -I asmcomp
#20 44.32 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml -I asmcomp
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml -I asmcomp
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml -I asmcomp
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.ml -I asmcomp
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.mli
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linearize.mli
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/linear_format.mli
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.mli
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.mli
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml -I asmcomp
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitenv.mli
#20 44.34 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.mli
#20 44.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 asmcomp/linearize.ml -I asmcomp
#20 44.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 asmcomp/printlinear.ml -I asmcomp
#20 44.38 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/linear_format.ml -I file_formats
#20 44.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/schedgen.ml -I asmcomp
#20 44.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/scheduling.ml -I asmcomp
#20 44.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/emitaux.mli
#20 44.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/branch_relaxation.mli
#20 44.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/branch_relaxation.ml -I asmcomp
#20 44.44 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml -I asmcomp
#20 44.44 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml -I asmcomp
#20 44.44 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.mli
#20 44.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/asmgen.ml -I asmcomp
#20 44.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/asmlink.ml -I asmcomp
#20 44.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/asmpackager.ml -I asmcomp
#20 44.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 driver/optcompile.ml -I driver
#20 45.54 ./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
#20 45.60 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
#20 46.60 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 46.60 make -j libraryopt
#20 46.60 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 46.62 make -j -C stdlib  allopt
#20 46.62 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 46.63 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -nopervasives -c camlinternalFormatBasics.ml
#20 46.63 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -nopervasives -c camlinternalAtomic.ml
#20 47.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  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#20 47.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.30            -o stdlib__Pervasives.cmx -c pervasives.ml
#20 47.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.30            -o stdlib__Either.cmx -c either.ml
#20 47.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.30            -o stdlib__Sys.cmx -c sys.ml
#20 47.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.30            -o stdlib__Bool.cmx -c bool.ml
#20 47.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   \
#20 47.31            -o stdlib__Char.cmx -c char.ml
#20 47.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   \
#20 47.31            -o stdlib__Int.cmx -c int.ml
#20 47.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   \
#20 47.31            -o stdlib__Unit.cmx -c unit.ml
#20 47.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   \
#20 47.32            -o stdlib__Int64.cmx -c int64.ml
#20 47.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   \
#20 47.32            -o stdlib__Atomic.cmx -c atomic.ml
#20 47.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   \
#20 47.32            -o stdlib__Complex.cmx -c complex.ml
#20 47.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   -c std_exit.ml
#20 47.37 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.37            -o stdlib__Nativeint.cmx -c nativeint.ml
#20 47.38 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.38            -o stdlib__Int32.cmx -c int32.ml
#20 47.39 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.39            -o stdlib__Uchar.cmx -c uchar.ml
#20 47.46 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.46            -o stdlib__Obj.cmx -c obj.ml
#20 47.56 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -afl-inst-ratio 0 -c camlinternalLazy.ml
#20 47.56 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.56            -o stdlib__Callback.cmx -c callback.ml
#20 47.63 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 47.63            -o stdlib__Lazy.cmx -c lazy.ml
#20 47.69 ../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   \
#20 47.69            -o stdlib__Seq.cmx -c seq.ml
#20 48.03 ../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   \
#20 48.03            -o stdlib__Option.cmx -c option.ml
#20 48.03 ../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   \
#20 48.03            -o stdlib__Result.cmx -c result.ml
#20 48.03 ../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   \
#20 48.03            -o stdlib__List.cmx -c list.ml
#20 48.04 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.04            -o stdlib__Bytes.cmx -c bytes.ml
#20 48.04 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.04            -o stdlib__Array.cmx -c array.ml
#20 48.04 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.04            -o stdlib__Map.cmx -c map.ml
#20 48.04 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.04            -o stdlib__Queue.cmx -c queue.ml
#20 48.42 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -nolabels -no-alias-deps \
#20 48.42            -o stdlib__ArrayLabels.cmx -c arrayLabels.ml
#20 48.43 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.43            -o stdlib__Bigarray.cmx -c bigarray.ml
#20 48.46 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -nolabels -no-alias-deps \
#20 48.46            -o stdlib__Float.cmx -c float.ml
#20 48.46 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.46            -o stdlib__Set.cmx -c set.ml
#20 48.46 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.46            -o stdlib__Stack.cmx -c stack.ml
#20 48.46 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -nolabels -no-alias-deps \
#20 48.46            -o stdlib__ListLabels.cmx -c listLabels.ml
#20 48.66 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.66            -o stdlib__String.cmx -c string.ml
#20 48.67 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.67            -o stdlib__Marshal.cmx -c marshal.ml
#20 48.67 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -nolabels -no-alias-deps \
#20 48.67            -o stdlib__BytesLabels.cmx -c bytesLabels.ml
#20 48.89 ../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   \
#20 48.89            -o stdlib__Lexing.cmx -c lexing.ml
#20 48.90 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.90            -o stdlib__Stream.cmx -c stream.ml
#20 48.90 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -inline 3 \
#20 48.90            -o stdlib__Buffer.cmx -c buffer.ml
#20 48.90 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 48.90            -o stdlib__Digest.cmx -c digest.ml
#20 48.91 ../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
#20 48.91 ../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 \
#20 48.91            -o stdlib__StringLabels.cmx -c stringLabels.ml
#20 48.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  -nolabels -no-alias-deps \
#20 48.96            -o stdlib__StdLabels.cmx -c stdLabels.ml
#20 48.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   \
#20 48.99            -o stdlib__Random.cmx -c random.ml
#20 49.03 ../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   \
#20 49.03            -o stdlib__Parsing.cmx -c parsing.ml
#20 49.16 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   -c camlinternalFormat.ml
#20 49.18 ../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   \
#20 49.18            -o stdlib__Hashtbl.cmx -c hashtbl.ml
#20 49.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 49.30            -o stdlib__Oo.cmx -c oo.ml
#20 49.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   -c camlinternalMod.ml
#20 49.64 ../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   \
#20 49.64            -o stdlib__Weak.cmx -c weak.ml
#20 49.64 ../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   \
#20 49.64            -o stdlib__Genlex.cmx -c genlex.ml
#20 49.64 ../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   \
#20 49.64            -o stdlib__Ephemeron.cmx -c ephemeron.ml
#20 49.65 ../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 \
#20 49.65            -o stdlib__MoreLabels.cmx -c moreLabels.ml
#20 52.22 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 52.22            -o stdlib__Printf.cmx -c printf.ml
#20 52.22 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 52.22            -o stdlib__Format.cmx -c format.ml
#20 52.29 ../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   \
#20 52.29            -o stdlib__Arg.cmx -c arg.ml
#20 52.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 52.30            -o stdlib__Printexc.cmx -c printexc.ml
#20 52.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections  -inline 9 \
#20 52.30            -o stdlib__Scanf.cmx -c scanf.ml
#20 52.30 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 52.30            -o stdlib__Filename.cmx -c filename.ml
#20 52.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   \
#20 52.51            -o stdlib__Fun.cmx -c fun.ml
#20 52.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   \
#20 52.51            -o stdlib__Gc.cmx -c gc.ml
#20 52.57 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 52.57            -o stdlib__In_channel.cmx -c in_channel.ml
#20 52.58 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -function-sections   \
#20 52.58            -o stdlib__Out_channel.cmx -c out_channel.ml
#20 53.33 ../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
#20 53.41 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 53.41 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 53.41 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 53.41 make -j ocamlc.opt
#20 53.41 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 53.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 53.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 53.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 53.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 53.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 53.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 53.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 utils/domainstate.ml -I utils
#20 53.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 utils/binutils.ml -I utils
#20 53.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 utils/lazy_backtrack.ml -I utils
#20 53.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 parsing/camlinternalMenhirLib.ml -I parsing
#20 53.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 lambda/switch.ml -I lambda
#20 53.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 lambda/runtimedef.ml -I lambda
#20 53.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 bytecomp/opcodes.ml -I bytecomp
#20 53.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/misc.ml -I utils
#20 53.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 bytecomp/bytesections.ml -I bytecomp
#20 54.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 utils/identifiable.ml -I utils
#20 54.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/profile.ml -I utils
#20 54.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/load_path.ml -I utils
#20 54.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/warnings.ml -I utils
#20 54.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/consistbl.ml -I utils
#20 54.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/targetint.ml -I utils
#20 54.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/diffing.ml -I utils
#20 54.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/longident.ml -I parsing
#20 54.41 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/dll.ml -I bytecomp
#20 54.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 utils/diffing_with_keys.ml -I utils
#20 54.86 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/numbers.ml -I utils
#20 55.11 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/clflags.ml -I utils
#20 55.11 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c utils/strongly_connected_components.ml -I utils
#20 55.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 utils/ccomp.ml -I utils
#20 55.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 parsing/location.ml -I parsing
#20 55.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/ident.ml -I typing
#20 56.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 typing/path.ml -I typing
#20 56.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 56.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/docstrings.ml -I parsing
#20 56.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/syntaxerr.ml -I parsing
#20 56.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/ast_iterator.ml -I parsing
#20 56.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/attr_helper.ml -I parsing
#20 56.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/builtin_attributes.ml -I parsing
#20 56.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 lambda/debuginfo.ml -I lambda
#20 56.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 driver/compenv.ml -I driver
#20 56.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 driver/errors.ml -I driver
#20 56.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 typing/primitive.ml -I typing
#20 56.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 parsing/ast_helper.ml -I parsing
#20 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 parsing/depend.ml -I parsing
#20 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/type_immediacy.ml -I typing
#20 56.92 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/types.ml -I typing
#20 57.14 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/main_args.ml -I driver
#20 57.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 parsing/ast_invariants.ml -I parsing
#20 57.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 typing/btype.ml -I typing
#20 57.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 file_formats/cmi_format.ml -I file_formats
#20 57.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 typing/errortrace.ml -I typing
#20 57.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 typing/persistent_env.ml -I typing
#20 57.68 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/pprintast.ml -I parsing
#20 57.68 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/parser.ml -I parsing
#20 57.68 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/ast_mapper.ml -I parsing
#20 58.13 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/predef.ml -I typing
#20 58.13 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/datarepr.ml -I typing
#20 58.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 typing/signature_group.ml -I typing
#20 58.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 typing/subst.ml -I typing
#20 59.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/env.ml -I typing
#20 61.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/printast.ml -I parsing
#20 61.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 typing/oprint.ml -I typing
#20 61.95 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedtree.ml -I typing
#20 61.95 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/ctype.ml -I typing
#20 61.95 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_properties.ml -I typing
#20 61.95 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/lambda.ml -I lambda
#20 62.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/tast_iterator.ml -I typing
#20 62.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/tast_mapper.ml -I typing
#20 62.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/untypeast.ml -I typing
#20 62.38 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/printpat.ml -I typing
#20 62.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 62.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 62.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 62.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 62.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/meta.ml -I bytecomp
#20 62.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 bytecomp/symtable.ml -I bytecomp
#20 62.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 typing/printtyped.ml -I typing
#20 63.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 lambda/simplif.ml -I lambda
#20 65.34 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/printtyp.ml -I typing
#20 65.34 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/mtype.ml -I typing
#20 65.34 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/patterns.ml -I typing
#20 65.34 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_variance.ml -I typing
#20 65.34 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_unboxed.ml -I typing
#20 65.34 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/typedecl_separability.ml -I typing
#20 65.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 65.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 65.63 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/rec_check.ml -I typing
#20 65.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/parmatch.ml -I typing
#20 67.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/includeclass.ml -I typing
#20 67.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 typing/envaux.ml -I typing
#20 67.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 typing/includecore.ml -I typing
#20 67.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 typing/stypes.ml -I typing
#20 67.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 typing/typetexp.ml -I typing
#20 67.29 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c lambda/printlambda.ml -I lambda
#20 68.00 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c parsing/lexer.ml -I parsing
#20 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 typing/typedecl.ml -I typing
#20 68.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 lambda/matching.ml -I lambda
#20 68.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 bytecomp/printinstr.ml -I bytecomp
#20 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 parsing/parse.ml -I parsing
#20 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 file_formats/cmt_format.ml -I file_formats
#20 68.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 driver/pparse.ml -I driver
#20 68.70 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/cmt2annot.ml -I typing
#20 68.70 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c typing/includemod.ml -I typing
#20 68.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/makedepend.ml -I driver
#20 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 typing/includemod_errorprinter.ml -I typing
#20 69.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/typecore.ml -I typing
#20 70.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 lambda/translprim.ml -I lambda
#20 70.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/bytegen.ml -I bytecomp
#20 74.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 typing/typeclass.ml -I typing
#20 74.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/translcore.ml -I lambda
#20 75.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/translclass.ml -I lambda
#20 76.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 typing/typemod.ml -I typing
#20 76.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 lambda/translmod.ml -I lambda
#20 77.97 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/emitcode.ml -I bytecomp
#20 78.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 bytecomp/bytelink.ml -I bytecomp
#20 78.43 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compmisc.ml -I driver
#20 78.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 driver/compile_common.ml -I driver
#20 78.74 ./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
#20 78.74 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/compile.ml -I driver
#20 79.00 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c bytecomp/bytelibrarian.ml -I bytecomp
#20 79.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 bytecomp/bytepackager.ml -I bytecomp
#20 79.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 driver/maindriver.ml -I driver
#20 79.41 ./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
#20 79.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 driver/main.ml -I driver
#20 79.48 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink  -o ocamlc.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa driver/main.cmx -cclib -lpthread
#20 80.43 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 80.43 make -j otherlibraries ocamldebugger ocamldoc \
#20 80.43   
#20 80.43 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 80.45 make -j -C yacc  all
#20 80.45 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#20 80.46 make[3]: Nothing to be done for 'all'.
#20 80.46 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#20 80.46 make -j -C lex all
#20 80.47 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#20 80.47 make[3]: Nothing to be done for 'all'.
#20 80.47 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#20 80.47 make -j -C tools all
#20 80.47 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 80.50 make[3]: Nothing to be done for 'all'.
#20 80.50 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 80.50 make -j -C otherlibs all
#20 80.50 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#20 80.51 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#20 80.52 cp -f dynlink_compilerlibs/Makefile.copy-sources dynlink_compilerlibs/Makefile
#20 80.52 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 \
#20 80.52           echo "dynlink_compilerlibs/$(basename $ml): ../../$ml" \
#20 80.52             >> dynlink_compilerlibs/Makefile; \
#20 80.52           echo "dynlink_compilerlibs/$(basename $ml)i: ../../${ml}i" \
#20 80.52             >> dynlink_compilerlibs/Makefile; \
#20 80.52         done;
#20 80.75 for mli in parsing/asttypes.mli parsing/parsetree.mli typing/outcometree.mli file_formats/cmo_format.mli file_formats/cmxs_format.mli; do \
#20 80.75           echo "dynlink_compilerlibs/$(basename $mli): ../../$mli" \
#20 80.75             >> dynlink_compilerlibs/Makefile; \
#20 80.75           echo \
#20 80.75             "dynlink_compilerlibs/$(basename $mli .mli).ml: ../../$mli"\
#20 80.75             >> dynlink_compilerlibs/Makefile; \
#20 80.75         done
#20 80.78 cp ../../utils/binutils.ml dynlink_compilerlibs/binutils.ml
#20 80.78 cp ../../utils/config.ml dynlink_compilerlibs/config.ml
#20 80.78 cp ../../utils/build_path_prefix_map.ml dynlink_compilerlibs/build_path_prefix_map.ml
#20 80.78 cp ../../utils/misc.ml dynlink_compilerlibs/misc.ml
#20 80.79 cp ../../utils/identifiable.ml dynlink_compilerlibs/identifiable.ml
#20 80.79 cp ../../utils/numbers.ml dynlink_compilerlibs/numbers.ml
#20 80.79 cp ../../utils/arg_helper.ml dynlink_compilerlibs/arg_helper.ml
#20 80.79 cp ../../utils/clflags.ml dynlink_compilerlibs/clflags.ml
#20 80.79 cp ../../utils/profile.ml dynlink_compilerlibs/profile.ml
#20 80.79 cp ../../utils/consistbl.ml dynlink_compilerlibs/consistbl.ml
#20 80.79 cp ../../utils/terminfo.ml dynlink_compilerlibs/terminfo.ml
#20 80.79 cp ../../utils/warnings.ml dynlink_compilerlibs/warnings.ml
#20 80.79 cp ../../utils/local_store.ml dynlink_compilerlibs/local_store.ml
#20 80.79 cp ../../utils/load_path.ml dynlink_compilerlibs/load_path.ml
#20 80.79 cp ../../utils/int_replace_polymorphic_compare.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#20 80.79 cp ../../utils/lazy_backtrack.ml dynlink_compilerlibs/lazy_backtrack.ml
#20 80.79 cp ../../parsing/location.ml dynlink_compilerlibs/location.ml
#20 80.79 cp ../../parsing/longident.ml dynlink_compilerlibs/longident.ml
#20 80.79 cp ../../parsing/docstrings.ml dynlink_compilerlibs/docstrings.ml
#20 80.79 cp ../../parsing/syntaxerr.ml dynlink_compilerlibs/syntaxerr.ml
#20 80.79 cp ../../parsing/ast_helper.ml dynlink_compilerlibs/ast_helper.ml
#20 80.79 cp ../../parsing/ast_mapper.ml dynlink_compilerlibs/ast_mapper.ml
#20 80.79 cp ../../parsing/attr_helper.ml dynlink_compilerlibs/attr_helper.ml
#20 80.80 cp ../../parsing/builtin_attributes.ml dynlink_compilerlibs/builtin_attributes.ml
#20 80.80 cp ../../typing/ident.ml dynlink_compilerlibs/ident.ml
#20 80.80 cp ../../typing/path.ml dynlink_compilerlibs/path.ml
#20 80.80 cp ../../typing/primitive.ml dynlink_compilerlibs/primitive.ml
#20 80.80 cp ../../typing/type_immediacy.ml dynlink_compilerlibs/type_immediacy.ml
#20 80.80 cp ../../typing/shape.ml dynlink_compilerlibs/shape.ml
#20 80.80 cp ../../typing/types.ml dynlink_compilerlibs/types.ml
#20 80.80 cp ../../typing/btype.ml dynlink_compilerlibs/btype.ml
#20 80.80 cp ../../typing/subst.ml dynlink_compilerlibs/subst.ml
#20 80.80 cp ../../typing/predef.ml dynlink_compilerlibs/predef.ml
#20 80.80 cp ../../typing/datarepr.ml dynlink_compilerlibs/datarepr.ml
#20 80.80 cp ../../file_formats/cmi_format.ml dynlink_compilerlibs/cmi_format.ml
#20 80.80 cp ../../typing/persistent_env.ml dynlink_compilerlibs/persistent_env.ml
#20 80.80 cp ../../typing/env.ml dynlink_compilerlibs/env.ml
#20 80.80 cp ../../lambda/debuginfo.ml dynlink_compilerlibs/debuginfo.ml
#20 80.80 cp ../../lambda/lambda.ml dynlink_compilerlibs/lambda.ml
#20 80.80 cp ../../lambda/runtimedef.ml dynlink_compilerlibs/runtimedef.ml
#20 80.80 cp ../../bytecomp/instruct.ml dynlink_compilerlibs/instruct.ml
#20 80.80 cp ../../bytecomp/opcodes.ml dynlink_compilerlibs/opcodes.ml
#20 80.81 cp ../../bytecomp/bytesections.ml dynlink_compilerlibs/bytesections.ml
#20 80.81 cp ../../bytecomp/dll.ml dynlink_compilerlibs/dll.ml
#20 80.81 cp ../../bytecomp/meta.ml dynlink_compilerlibs/meta.ml
#20 80.81 cp ../../bytecomp/symtable.ml dynlink_compilerlibs/symtable.ml
#20 80.81 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.ml
#20 80.81 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.ml
#20 80.81 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.ml
#20 80.81 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.ml
#20 80.81 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.ml
#20 80.81 cp ../../utils/binutils.mli dynlink_compilerlibs/binutils.mli
#20 80.81 cp ../../utils/config.mli dynlink_compilerlibs/config.mli
#20 80.81 cp ../../utils/build_path_prefix_map.mli dynlink_compilerlibs/build_path_prefix_map.mli
#20 80.81 cp ../../utils/misc.mli dynlink_compilerlibs/misc.mli
#20 80.81 cp ../../utils/identifiable.mli dynlink_compilerlibs/identifiable.mli
#20 80.81 cp ../../utils/numbers.mli dynlink_compilerlibs/numbers.mli
#20 80.81 cp ../../utils/arg_helper.mli dynlink_compilerlibs/arg_helper.mli
#20 80.81 cp ../../utils/clflags.mli dynlink_compilerlibs/clflags.mli
#20 80.81 cp ../../utils/profile.mli dynlink_compilerlibs/profile.mli
#20 80.81 cp ../../utils/consistbl.mli dynlink_compilerlibs/consistbl.mli
#20 80.81 cp ../../utils/terminfo.mli dynlink_compilerlibs/terminfo.mli
#20 80.81 cp ../../utils/warnings.mli dynlink_compilerlibs/warnings.mli
#20 80.81 cp ../../utils/local_store.mli dynlink_compilerlibs/local_store.mli
#20 80.81 cp ../../utils/load_path.mli dynlink_compilerlibs/load_path.mli
#20 80.82 cp ../../utils/int_replace_polymorphic_compare.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#20 80.82 cp ../../utils/lazy_backtrack.mli dynlink_compilerlibs/lazy_backtrack.mli
#20 80.82 cp ../../parsing/location.mli dynlink_compilerlibs/location.mli
#20 80.82 cp ../../parsing/longident.mli dynlink_compilerlibs/longident.mli
#20 80.82 cp ../../parsing/docstrings.mli dynlink_compilerlibs/docstrings.mli
#20 80.82 cp ../../parsing/syntaxerr.mli dynlink_compilerlibs/syntaxerr.mli
#20 80.82 cp ../../parsing/ast_helper.mli dynlink_compilerlibs/ast_helper.mli
#20 80.82 cp ../../parsing/ast_mapper.mli dynlink_compilerlibs/ast_mapper.mli
#20 80.82 cp ../../parsing/attr_helper.mli dynlink_compilerlibs/attr_helper.mli
#20 80.82 cp ../../parsing/builtin_attributes.mli dynlink_compilerlibs/builtin_attributes.mli
#20 80.82 cp ../../typing/ident.mli dynlink_compilerlibs/ident.mli
#20 80.82 cp ../../typing/path.mli dynlink_compilerlibs/path.mli
#20 80.82 cp ../../typing/primitive.mli dynlink_compilerlibs/primitive.mli
#20 80.82 cp ../../typing/type_immediacy.mli dynlink_compilerlibs/type_immediacy.mli
#20 80.82 cp ../../typing/shape.mli dynlink_compilerlibs/shape.mli
#20 80.82 cp ../../typing/types.mli dynlink_compilerlibs/types.mli
#20 80.82 cp ../../typing/btype.mli dynlink_compilerlibs/btype.mli
#20 80.82 cp ../../typing/subst.mli dynlink_compilerlibs/subst.mli
#20 80.82 cp ../../typing/predef.mli dynlink_compilerlibs/predef.mli
#20 80.82 cp ../../typing/datarepr.mli dynlink_compilerlibs/datarepr.mli
#20 80.82 cp ../../file_formats/cmi_format.mli dynlink_compilerlibs/cmi_format.mli
#20 80.82 cp ../../typing/persistent_env.mli dynlink_compilerlibs/persistent_env.mli
#20 80.82 cp ../../typing/env.mli dynlink_compilerlibs/env.mli
#20 80.83 cp ../../lambda/debuginfo.mli dynlink_compilerlibs/debuginfo.mli
#20 80.83 cp ../../lambda/lambda.mli dynlink_compilerlibs/lambda.mli
#20 80.83 cp ../../lambda/runtimedef.mli dynlink_compilerlibs/runtimedef.mli
#20 80.83 cp ../../bytecomp/instruct.mli dynlink_compilerlibs/instruct.mli
#20 80.83 cp ../../bytecomp/opcodes.mli dynlink_compilerlibs/opcodes.mli
#20 80.83 cp ../../bytecomp/bytesections.mli dynlink_compilerlibs/bytesections.mli
#20 80.83 cp ../../bytecomp/dll.mli dynlink_compilerlibs/dll.mli
#20 80.83 cp ../../bytecomp/meta.mli dynlink_compilerlibs/meta.mli
#20 80.83 cp ../../bytecomp/symtable.mli dynlink_compilerlibs/symtable.mli
#20 80.83 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.mli
#20 80.83 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.mli
#20 80.83 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.mli
#20 80.83 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.mli
#20 80.83 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.mli
#20 80.84 ../../ocamlc.opt -depend -slash -I dynlink_compilerlibs \
#20 80.84 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 \
#20 80.84 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 \
#20 80.84         > dynlink_compilerlibs/.depend
#20 81.08 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.08           -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmi dynlink_compilerlibs/binutils.mli
#20 81.08 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.08           -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmi dynlink_compilerlibs/config.mli
#20 81.08 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.08           -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmi dynlink_compilerlibs/build_path_prefix_map.mli
#20 81.08 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.08           -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmi dynlink_compilerlibs/identifiable.mli
#20 81.08 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.08           -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmi dynlink_compilerlibs/arg_helper.mli
#20 81.08 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.08           -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmi dynlink_compilerlibs/profile.mli
#20 81.08 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.08           -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmi dynlink_compilerlibs/terminfo.mli
#20 81.08 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.08           -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmi dynlink_compilerlibs/warnings.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmi dynlink_compilerlibs/local_store.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmi dynlink_compilerlibs/load_path.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmi dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmi dynlink_compilerlibs/lazy_backtrack.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmi dynlink_compilerlibs/longident.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmi dynlink_compilerlibs/runtimedef.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmi dynlink_compilerlibs/opcodes.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmi dynlink_compilerlibs/bytesections.mli
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmi dynlink_compilerlibs/dll.mli
#20 81.09 ../../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
#20 81.09 cp dynlink_platform_intf.ml dynlink_platform_intf.mli
#20 81.09 ../../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
#20 81.09 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.09           -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/binutils.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/build_path_prefix_map.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmi dynlink_compilerlibs/misc.mli
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/terminfo.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmo dynlink_compilerlibs/config.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/lazy_backtrack.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/local_store.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/arg_helper.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmi dynlink_compilerlibs/location.mli
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/runtimedef.ml
#20 81.10 ../../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
#20 81.10 ../../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
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/opcodes.ml
#20 81.10 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.10           -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/bytesections.ml
#20 81.11 cp dynlink.cmi dynlink.mli byte/
#20 81.12 ../../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
#20 81.12 ../../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
#20 81.12 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.12           -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmi dynlink_compilerlibs/asttypes.mli
#20 81.12 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.12           -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmi dynlink_compilerlibs/syntaxerr.mli
#20 81.14 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.14           -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmi dynlink_compilerlibs/parsetree.mli
#20 81.14 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.14           -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/asttypes.ml
#20 81.14 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.14           -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmi dynlink_compilerlibs/cmxs_format.mli
#20 81.14 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.14           -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/misc.ml
#20 81.14 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.14           -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/identifiable.ml
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmi dynlink_compilerlibs/numbers.mli
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmi dynlink_compilerlibs/clflags.mli
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/profile.ml
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmi dynlink_compilerlibs/consistbl.mli
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/warnings.ml
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/load_path.ml
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/longident.ml
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/syntaxerr.ml
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmi dynlink_compilerlibs/ident.mli
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/dll.ml
#20 81.15 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.15           -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmo dynlink_compilerlibs/cmxs_format.ml
#20 81.16 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.16           -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmo dynlink_compilerlibs/location.ml
#20 81.17 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.17           -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/consistbl.ml
#20 81.17 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.17           -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmi dynlink_compilerlibs/docstrings.mli
#20 81.17 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.17           -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmi dynlink_compilerlibs/ast_mapper.mli
#20 81.17 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.17           -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmi dynlink_compilerlibs/attr_helper.mli
#20 81.18 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.18           -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmi dynlink_compilerlibs/builtin_attributes.mli
#20 81.18 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.18           -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmi dynlink_compilerlibs/type_immediacy.mli
#20 81.18 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.18           -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmi dynlink_compilerlibs/debuginfo.mli
#20 81.18 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.18           -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/parsetree.ml
#20 81.18 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.18           -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/ident.ml
#20 81.18 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.18           -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmi dynlink_compilerlibs/path.mli
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmi dynlink_compilerlibs/outcometree.mli
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/attr_helper.ml
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/docstrings.ml
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmi dynlink_compilerlibs/ast_helper.mli
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/builtin_attributes.ml
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/type_immediacy.ml
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/numbers.ml
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/clflags.ml
#20 81.19 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.19           -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/debuginfo.ml
#20 81.20 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.20           -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmo dynlink_compilerlibs/path.ml
#20 81.20 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.20           -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmi dynlink_compilerlibs/shape.mli
#20 81.21 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.21           -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmi dynlink_compilerlibs/primitive.mli
#20 81.21 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.21           -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/outcometree.ml
#20 81.22 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.22           -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_helper.ml
#20 81.22 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.22           -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/ast_mapper.ml
#20 81.22 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.22           -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/primitive.ml
#20 81.24 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.24           -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/shape.ml
#20 81.24 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.24           -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmi dynlink_compilerlibs/types.mli
#20 81.28 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.28           -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmo dynlink_compilerlibs/types.ml
#20 81.28 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.28           -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmi dynlink_compilerlibs/btype.mli
#20 81.28 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.28           -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmi dynlink_compilerlibs/subst.mli
#20 81.28 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.28           -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmi dynlink_compilerlibs/predef.mli
#20 81.28 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.28           -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmi dynlink_compilerlibs/datarepr.mli
#20 81.28 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.28           -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmi dynlink_compilerlibs/cmi_format.mli
#20 81.30 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.30           -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/cmi_format.ml
#20 81.30 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.30           -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmi dynlink_compilerlibs/persistent_env.mli
#20 81.31 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.31           -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmi dynlink_compilerlibs/env.mli
#20 81.31 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.31           -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/btype.ml
#20 81.31 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.31           -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/subst.ml
#20 81.32 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.32           -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/predef.ml
#20 81.32 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.32           -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/datarepr.ml
#20 81.33 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.33           -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/persistent_env.ml
#20 81.34 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.34           -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmo dynlink_compilerlibs/env.ml
#20 81.34 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.34           -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmi dynlink_compilerlibs/lambda.mli
#20 81.37 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.37           -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/lambda.ml
#20 81.37 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.37           -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmi dynlink_compilerlibs/instruct.mli
#20 81.37 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.37           -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmi dynlink_compilerlibs/cmo_format.mli
#20 81.39 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.39           -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmi dynlink_compilerlibs/symtable.mli
#20 81.39 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.39           -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmo_format.ml
#20 81.39 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.39           -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/instruct.ml
#20 81.39 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.39           -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmi dynlink_compilerlibs/meta.mli
#20 81.41 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.41           -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/meta.ml
#20 81.41 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 81.41           -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/symtable.ml
#20 81.80 ../../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
#20 82.22 ../../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
#20 82.22 ../../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
#20 82.22 ../../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
#20 82.31 ../../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
#20 82.32 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -o extract_crc dynlink.cma byte/dynlink_compilerlibs.cmo extract_crc.cmo
#20 82.50 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#20 82.51 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#20 82.52 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   \
#20 82.52   -o accept.o accept.c
#20 82.52 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   \
#20 82.52   -o access.o access.c
#20 82.52 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   \
#20 82.52   -o addrofstr.o addrofstr.c
#20 82.52 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   \
#20 82.52   -o alarm.o alarm.c
#20 82.52 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   \
#20 82.52   -o bind.o bind.c
#20 82.52 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   \
#20 82.52   -o channels.o channels.c
#20 82.52 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   \
#20 82.52   -o chdir.o chdir.c
#20 82.52 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   \
#20 82.52   -o chmod.o chmod.c
#20 82.52 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   \
#20 82.52   -o chown.o chown.c
#20 82.52 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   \
#20 82.52   -o chroot.o chroot.c
#20 82.52 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   \
#20 82.52   -o close.o close.c
#20 82.52 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   \
#20 82.52   -o fsync.o fsync.c
#20 82.52 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   \
#20 82.52   -o closedir.o closedir.c
#20 82.52 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   \
#20 82.52   -o connect.o connect.c
#20 82.52 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   \
#20 82.52   -o cst2constr.o cst2constr.c
#20 82.52 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   \
#20 82.52   -o cstringv.o cstringv.c
#20 82.52 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   \
#20 82.52   -o dup.o dup.c
#20 82.53 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   \
#20 82.53   -o dup2.o dup2.c
#20 82.53 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   \
#20 82.53   -o envir.o envir.c
#20 82.53 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   \
#20 82.53   -o errmsg.o errmsg.c
#20 82.53 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   \
#20 82.53   -o execv.o execv.c
#20 82.53 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   \
#20 82.53   -o execve.o execve.c
#20 82.53 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   \
#20 82.53   -o execvp.o execvp.c
#20 82.53 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   \
#20 82.53   -o exit.o exit.c
#20 82.53 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   \
#20 82.53   -o fchmod.o fchmod.c
#20 82.53 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   \
#20 82.53   -o fchown.o fchown.c
#20 82.53 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   \
#20 82.53   -o fcntl.o fcntl.c
#20 82.53 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   \
#20 82.53   -o fork.o fork.c
#20 82.53 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   \
#20 82.53   -o ftruncate.o ftruncate.c
#20 82.53 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   \
#20 82.53   -o getaddrinfo.o getaddrinfo.c
#20 82.53 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   \
#20 82.53   -o getcwd.o getcwd.c
#20 82.53 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   \
#20 82.53   -o getegid.o getegid.c
#20 82.54 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   \
#20 82.54   -o geteuid.o geteuid.c
#20 82.54 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   \
#20 82.54   -o getgid.o getgid.c
#20 82.54 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   \
#20 82.54   -o getgr.o getgr.c
#20 82.54 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   \
#20 82.54   -o getgroups.o getgroups.c
#20 82.54 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   \
#20 82.54   -o gethost.o gethost.c
#20 82.54 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   \
#20 82.54   -o gethostname.o gethostname.c
#20 82.54 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   \
#20 82.54   -o getlogin.o getlogin.c
#20 82.54 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   \
#20 82.54   -o getnameinfo.o getnameinfo.c
#20 82.54 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   \
#20 82.54   -o getpeername.o getpeername.c
#20 82.54 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   \
#20 82.54   -o getpid.o getpid.c
#20 82.54 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   \
#20 82.54   -o getppid.o getppid.c
#20 82.54 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   \
#20 82.54   -o getproto.o getproto.c
#20 82.55 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   \
#20 82.55   -o getpw.o getpw.c
#20 82.55 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   \
#20 82.55   -o gettimeofday.o gettimeofday.c
#20 82.55 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   \
#20 82.55   -o getserv.o getserv.c
#20 82.55 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   \
#20 82.55   -o getsockname.o getsockname.c
#20 82.55 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   \
#20 82.55   -o getuid.o getuid.c
#20 82.55 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   \
#20 82.55   -o gmtime.o gmtime.c
#20 82.55 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   \
#20 82.55   -o initgroups.o initgroups.c
#20 82.55 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   \
#20 82.55   -o isatty.o isatty.c
#20 82.55 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   \
#20 82.55   -o itimer.o itimer.c
#20 82.55 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   \
#20 82.55   -o kill.o kill.c
#20 82.56 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   \
#20 82.56   -o link.o link.c
#20 82.56 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   \
#20 82.56   -o listen.o listen.c
#20 82.56 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   \
#20 82.56   -o lockf.o lockf.c
#20 82.56 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   \
#20 82.56   -o lseek.o lseek.c
#20 82.56 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   \
#20 82.56   -o mkdir.o mkdir.c
#20 82.56 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   \
#20 82.56   -o mkfifo.o mkfifo.c
#20 82.57 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   \
#20 82.57   -o mmap.o mmap.c
#20 82.57 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   \
#20 82.57   -o mmap_ba.o mmap_ba.c
#20 82.58 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   \
#20 82.58   -o nice.o nice.c
#20 82.58 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   \
#20 82.58   -o open.o open.c
#20 82.58 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   \
#20 82.58   -o opendir.o opendir.c
#20 82.59 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   \
#20 82.59   -o pipe.o pipe.c
#20 82.59 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   \
#20 82.59   -o putenv.o putenv.c
#20 82.60 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   \
#20 82.60   -o read.o read.c
#20 82.60 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   \
#20 82.60   -o realpath.o realpath.c
#20 82.61 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   \
#20 82.61   -o readdir.o readdir.c
#20 82.61 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   \
#20 82.61   -o readlink.o readlink.c
#20 82.61 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   \
#20 82.61   -o rename.o rename.c
#20 82.62 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   \
#20 82.62   -o rewinddir.o rewinddir.c
#20 82.62 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   \
#20 82.62   -o rmdir.o rmdir.c
#20 82.62 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   \
#20 82.62   -o select.o select.c
#20 82.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   \
#20 82.63   -o sendrecv.o sendrecv.c
#20 82.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   \
#20 82.63   -o setgid.o setgid.c
#20 82.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   \
#20 82.63   -o setgroups.o setgroups.c
#20 82.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   \
#20 82.63   -o setsid.o setsid.c
#20 82.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   \
#20 82.63   -o setuid.o setuid.c
#20 82.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   \
#20 82.63   -o shutdown.o shutdown.c
#20 82.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   \
#20 82.64   -o signals.o signals.c
#20 82.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   \
#20 82.64   -o sleep.o sleep.c
#20 82.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   \
#20 82.64   -o socket.o socket.c
#20 82.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   \
#20 82.64   -o socketaddr.o socketaddr.c
#20 82.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   \
#20 82.64   -o socketpair.o socketpair.c
#20 82.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   \
#20 82.64   -o sockopt.o sockopt.c
#20 82.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   \
#20 82.64   -o spawn.o spawn.c
#20 82.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   \
#20 82.65   -o stat.o stat.c
#20 82.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   \
#20 82.65   -o strofaddr.o strofaddr.c
#20 82.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   \
#20 82.65   -o symlink.o symlink.c
#20 82.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   \
#20 82.65   -o termios.o termios.c
#20 82.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   \
#20 82.65   -o time.o time.c
#20 82.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   \
#20 82.65   -o times.o times.c
#20 82.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   \
#20 82.65   -o truncate.o truncate.c
#20 82.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   \
#20 82.65   -o umask.o umask.c
#20 82.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   \
#20 82.65   -o unixsupport.o unixsupport.c
#20 82.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   \
#20 82.65   -o unlink.o unlink.c
#20 82.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   \
#20 82.66   -o utimes.o utimes.c
#20 82.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   \
#20 82.66   -o wait.o wait.c
#20 82.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   \
#20 82.66   -o write.o write.c
#20 82.66 ../../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
#20 82.72 ../../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
#20 82.72 ../../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
#20 82.79 ../../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
#20 82.83 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#20 82.83          unix.cmo unixLabels.cmo 
#20 82.84 ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o channels.o chdir.o chmod.o chown.o chroot.o close.o fsync.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o initgroups.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o mmap.o mmap_ba.o nice.o open.o opendir.o pipe.o putenv.o read.o realpath.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setgroups.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o spawn.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o -lm 
#20 82.96 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#20 82.96 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#20 82.97 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats  bigarray.mli
#20 82.98 ../../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
#20 83.00 ../../ocamlc.opt -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo 
#20 83.00 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#20 83.01 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#20 83.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  -I../../runtime   \
#20 83.01   -o strstubs.o strstubs.c
#20 83.01 ../../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
#20 83.03 ../../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
#20 83.09 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#20 83.09          str.cmo 
#20 83.22 ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o 
#20 83.27 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#20 83.28 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#20 83.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  -I../../runtime  \
#20 83.29   -o st_stubs.b.o st_stubs.c
#20 83.29 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.mli
#20 83.29 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.mli
#20 83.29 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.mli
#20 83.29 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.mli
#20 83.29 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.mli
#20 83.30 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#20 83.30 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.mli
#20 83.30 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#20 83.31 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#20 83.31 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#20 83.31 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#20 83.31 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#20 83.34 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -linkall thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo semaphore.cmo
#20 83.62 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o
#20 83.67 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#20 83.68 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#20 83.68 make -j -C debugger all
#20 83.68 make -j -C ocamldoc all
#20 83.68 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#20 83.68 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 83.69 ../ocamlc.opt -nostdlib -I ../stdlib  -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.mli
#20 83.69 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_messages.ml
#20 83.69 ../ocamlc.opt -nostdlib -I ../stdlib  -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_types.mli
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.mli
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug primitives.mli
#20 83.69 ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
#20 83.69 ../boot/ocamlrun ../lex/ocamllex -q odoc_text_lexer.mll
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug unix_tools.mli
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_config.mli
#20 83.69 ../ocamlc.opt -nostdlib -I ../stdlib  -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.mli
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug parameters.mli
#20 83.69 ../ocamlc.opt -nostdlib -I ../stdlib  -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_print.mli
#20 83.69 ../boot/ocamlrun ../lex/ocamllex -q debugger_lexer.mll
#20 83.69 ../yacc/ocamlyacc  debugger_parser.mly
#20 83.69 ../ocamlc.opt -nostdlib -I ../stdlib  -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments_global.mli
#20 83.69 ../yacc/ocamlyacc --strict -v odoc_parser.mly
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug question.mli
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug exec.mli
#20 83.69 ../boot/ocamlrun ../lex/ocamllex -q odoc_lexer.mll
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug source.mli
#20 83.69 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug events.mli
#20 83.69 ../boot/ocamlrun ../lex/ocamllex -q odoc_see_lexer.mll
#20 83.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_control.ml
#20 83.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug trap_barrier.mli
#20 83.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_inherit.ml
#20 83.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug history.mli
#20 83.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_source.mli
#20 83.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex_style.ml
#20 83.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_management.mli
#20 83.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug loadprinter.mli
#20 83.70 ../boot/ocamlrun ../lex/ocamllex -q odoc_ocamlhtml.mll
#20 83.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug command_line.mli
#20 83.70 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.ml
#20 83.70 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.ml
#20 83.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.ml
#20 83.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.ml
#20 83.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.ml
#20 83.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 pos.mli
#20 83.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 events.ml
#20 83.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 program_loading.mli
#20 83.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 time_travel.mli
#20 83.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 frames.mli
#20 83.71 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_information.mli
#20 83.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.ml
#20 83.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 debugcom.mli
#20 83.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 input_handling.mli
#20 83.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.ml
#20 83.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_global.mli
#20 83.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_misc.mli
#20 83.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_text_parser.mli
#20 83.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.ml
#20 83.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_text.mli
#20 83.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_parameter.ml
#20 83.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.ml
#20 83.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_type.ml
#20 83.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_print.ml
#20 83.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_comments_global.ml
#20 83.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_parser.mli
#20 83.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_env.mli
#20 83.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 pos.ml
#20 83.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 input_handling.ml
#20 83.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.ml
#20 83.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 parser_aux.mli
#20 83.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_ocamlhtml.ml
#20 83.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 debugcom.ml
#20 83.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 checkpoints.mli
#20 83.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 symbols.mli
#20 83.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 breakpoints.mli
#20 83.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.ml
#20 83.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_name.ml
#20 83.74 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.ml
#20 83.74 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#20 83.74 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#20 83.74 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.ml
#20 83.74 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_see_lexer.ml
#20 83.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.ml
#20 83.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
#20 83.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
#20 83.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 frames.ml
#20 83.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
#20 83.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
#20 83.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
#20 83.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 symbols.ml
#20 83.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
#20 83.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
#20 83.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 breakpoints.ml
#20 83.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 time_travel.ml
#20 83.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 program_management.ml
#20 83.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_lexer.ml
#20 83.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 debugger_lexer.mli
#20 83.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 debugger_parser.ml
#20 83.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_global.ml
#20 83.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_types.ml
#20 83.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
#20 83.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
#20 83.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
#20 83.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
#20 83.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
#20 83.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
#20 83.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
#20 83.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
#20 83.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
#20 83.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
#20 83.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
#20 83.82 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_module.ml
#20 83.82 ../ocamlc.opt -nostdlib -I ../stdlib  -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.mli
#20 83.83 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.ml
#20 83.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_merge.mli
#20 83.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_sig.mli
#20 83.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_search.mli
#20 83.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_scan.ml
#20 83.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.mli
#20 83.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_comments.mli
#20 83.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_dep.ml
#20 83.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_analyse.mli
#20 83.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_merge.ml
#20 83.89 ../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
#20 83.89 ../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
#20 83.89 ../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
#20 83.89 ../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
#20 83.89 ../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
#20 83.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_cross.ml
#20 83.91 ../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
#20 83.91 ../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
#20 83.94 ../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
#20 83.94 ../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
#20 83.94 ../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
#20 83.94 ../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
#20 83.94 ../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
#20 83.94 ../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
#20 83.95 ../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
#20 83.95 ../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
#20 84.01 ../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
#20 84.02 ../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
#20 84.03 ../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
#20 84.03 ../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
#20 84.16 ../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
#20 84.39 ../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
#20 84.41 ../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
#20 84.41 ../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
#20 84.42 ../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
#20 84.43 ../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
#20 84.43 ../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
#20 84.43 ../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
#20 84.43 ../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
#20 84.71 ../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
#20 84.79 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 84.84 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#20 84.84 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 84.84 make -j ocamlopt.opt
#20 84.84 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 84.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/internal_variable_names.ml -I middle_end
#20 84.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/linkage_name.ml -I middle_end
#20 84.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/backend_var.ml -I middle_end
#20 84.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/clambda_primitives.ml -I middle_end
#20 84.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/id_types.ml -I middle_end/flambda/base_types
#20 84.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/tag.ml -I middle_end/flambda/base_types
#20 84.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/static_exception.ml -I middle_end/flambda/base_types
#20 84.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/pass_wrapper.ml -I middle_end/flambda
#20 84.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/allocated_const.ml -I middle_end/flambda
#20 84.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 asmcomp/x86_proc.ml -I asmcomp
#20 84.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 asmcomp/arch.ml -I asmcomp
#20 84.88 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/opterrors.ml -I driver
#20 84.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_primitives.ml -I middle_end
#20 84.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/semantics_of_primitives.ml -I middle_end
#20 84.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/convert_primitives.ml -I middle_end
#20 85.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 middle_end/clambda.ml -I middle_end
#20 85.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 middle_end/compilation_unit.ml -I middle_end
#20 85.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/cmm.ml -I asmcomp
#20 85.10 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 85.10 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 85.10 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 85.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 middle_end/variable.ml -I middle_end
#20 85.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 middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#20 85.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 middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#20 85.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 middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#20 85.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 asmcomp/printcmm.ml -I asmcomp
#20 85.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 asmcomp/reg.ml -I asmcomp
#20 85.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 asmcomp/afl_instrument.ml -I asmcomp
#20 85.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 asmcomp/strmatch.ml -I asmcomp
#20 85.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 asmcomp/cmm_invariants.ml -I asmcomp
#20 85.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 asmcomp/emitaux.ml -I asmcomp
#20 85.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/printclambda.ml -I middle_end
#20 85.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 middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#20 85.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 middle_end/symbol.ml -I middle_end
#20 85.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 middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#20 85.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 middle_end/flambda/parameter.ml -I middle_end/flambda
#20 85.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 asmcomp/mach.ml -I asmcomp
#20 85.55 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#20 85.55 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#20 85.56 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/proc.ml -I asmcomp
#20 85.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 85.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 85.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 85.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 85.57 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 85.63 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
#20 85.66 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#20 85.66 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/projection.ml -I middle_end/flambda
#20 85.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 file_formats/linear_format.ml -I file_formats
#20 85.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/branch_relaxation_intf.ml -I asmcomp
#20 85.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/polling.ml -I asmcomp
#20 85.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 asmcomp/branch_relaxation.ml -I asmcomp
#20 85.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 asmcomp/reload.ml -I asmcomp
#20 85.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/interval.ml -I asmcomp
#20 85.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/CSEgen.ml -I asmcomp
#20 85.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/spill.ml -I asmcomp
#20 85.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/interf.ml -I asmcomp
#20 85.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/coloring.ml -I asmcomp
#20 85.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/deadcode.ml -I asmcomp
#20 85.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/linearize.ml -I asmcomp
#20 85.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/schedgen.ml -I asmcomp
#20 85.91 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/printmach.ml -I asmcomp
#20 85.91 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/linscan.ml -I asmcomp
#20 85.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 middle_end/flambda/un_anf.ml -I middle_end/flambda
#20 85.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/selectgen.ml -I asmcomp
#20 85.94 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda.ml -I middle_end/flambda
#20 86.03 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/scheduling.ml -I asmcomp
#20 86.03 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/CSE.ml -I asmcomp
#20 86.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 asmcomp/liveness.ml -I asmcomp
#20 86.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 asmcomp/printlinear.ml -I asmcomp
#20 86.99 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/selection.ml -I asmcomp
#20 87.03 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#20 87.03 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/effect_analysis.ml -I middle_end/flambda
#20 87.03 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#20 87.03 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#20 87.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 middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#20 87.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_utils.ml -I middle_end/flambda
#20 87.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/inlining_cost.ml -I middle_end/flambda
#20 87.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/lift_code.ml -I middle_end/flambda
#20 87.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/share_constants.ml -I middle_end/flambda
#20 87.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/ref_to_variables.ml -I middle_end/flambda
#20 87.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_invariants.ml -I middle_end/flambda
#20 88.00 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
#20 88.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_stats.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/freshening.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/invariant_params.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/remove_unused_closure_vars.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/closure_offsets.ml -I middle_end/flambda
#20 88.62 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
#20 88.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 middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#20 89.42 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/export_info.ml -I middle_end/flambda
#20 89.42 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/lift_constants.ml -I middle_end/flambda
#20 89.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/simplify_common.ml -I middle_end/flambda
#20 89.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/inline_and_simplify_aux.ml -I middle_end/flambda
#20 89.52 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/simplify_boxed_integer_ops.ml -I middle_end/flambda
#20 89.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/simplify_primitives.ml -I middle_end/flambda
#20 90.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 middle_end/flambda/export_info_for_pack.ml -I middle_end/flambda
#20 90.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 middle_end/compilenv.ml -I middle_end
#20 90.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 middle_end/flambda/traverse_for_exported_symbols.ml -I middle_end/flambda
#20 90.03 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/extract_projections.ml -I middle_end/flambda
#20 90.04 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
#20 90.04 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
#20 90.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/unbox_free_vars_of_closures.ml -I middle_end/flambda
#20 90.35 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/closure/closure.ml -I middle_end/closure
#20 90.35 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/import_approx.ml -I middle_end/flambda
#20 90.35 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/build_export_info.ml -I middle_end/flambda
#20 90.35 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
#20 90.35 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmmgen_state.ml -I asmcomp
#20 90.35 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/emit.ml -I asmcomp
#20 90.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 asmcomp/cmm_helpers.ml -I asmcomp
#20 90.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/inlining_decision.ml -I middle_end/flambda
#20 90.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/unbox_specialised_args.ml -I middle_end/flambda
#20 90.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/unbox_closures.ml -I middle_end/flambda
#20 90.92 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/inline_and_simplify.ml -I middle_end/flambda
#20 91.52 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/closure/closure_middle_end.ml -I middle_end/closure
#20 91.95 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#20 92.42 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/cmmgen.ml -I asmcomp
#20 93.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/asmgen.ml -I asmcomp
#20 93.95 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c asmcomp/asmlink.ml -I asmcomp
#20 93.95 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/optcompile.ml -I driver
#20 94.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 94.44 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#20 94.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/optmaindriver.ml -I driver
#20 94.87 ./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
#20 94.87 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c driver/optmain.ml -I driver
#20 95.02 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink  -o ocamlopt.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa driver/optmain.cmx
#20 96.50 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 96.50 make -j otherlibrariesopt
#20 96.51 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 96.52 make -j -C otherlibs allopt
#20 96.52 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#20 96.52 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/binutils.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmx dynlink_compilerlibs/config.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/build_path_prefix_map.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/arg_helper.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/terminfo.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/local_store.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/lazy_backtrack.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/runtimedef.ml
#20 96.54 ../../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 \
#20 96.54           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/opcodes.ml
#20 96.54 ../../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
#20 96.55 cp dynlink.cmi dynlink.mli native/
#20 96.59 ../../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
#20 96.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 \
#20 96.59           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/bytesections.ml
#20 96.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 \
#20 96.59           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/misc.ml
#20 96.82 ../../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 \
#20 96.82           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/identifiable.ml
#20 96.82 ../../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 \
#20 96.82           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/profile.ml
#20 96.82 ../../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 \
#20 96.82           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/consistbl.ml
#20 96.82 ../../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 \
#20 96.82           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/warnings.ml
#20 96.82 ../../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 \
#20 96.82           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/load_path.ml
#20 96.82 ../../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 \
#20 96.82           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/longident.ml
#20 96.83 ../../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 \
#20 96.83           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/dll.ml
#20 96.83 ../../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 \
#20 96.83           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmx dynlink_compilerlibs/cmxs_format.ml
#20 96.98 ../../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 \
#20 96.98           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/numbers.ml
#20 97.06 ../../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 \
#20 97.06           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/clflags.ml
#20 97.27 ../../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 \
#20 97.27           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmx dynlink_compilerlibs/location.ml
#20 97.27 ../../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 \
#20 97.27           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/ident.ml
#20 97.40 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 97.40           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmx dynlink_compilerlibs/path.ml
#20 97.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 \
#20 97.44           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/asttypes.ml
#20 97.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 \
#20 97.44           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/syntaxerr.ml
#20 97.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 \
#20 97.45           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/shape.ml
#20 97.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 \
#20 97.47           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/parsetree.ml
#20 97.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 \
#20 97.47           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/debuginfo.ml
#20 97.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 \
#20 97.51           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/docstrings.ml
#20 97.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 \
#20 97.51           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/attr_helper.ml
#20 97.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 \
#20 97.51           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/builtin_attributes.ml
#20 97.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 \
#20 97.60           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/type_immediacy.ml
#20 97.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 \
#20 97.60           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_helper.ml
#20 97.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 \
#20 97.63           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/outcometree.ml
#20 97.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 \
#20 97.65           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/primitive.ml
#20 97.71 ../../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 \
#20 97.71           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmx dynlink_compilerlibs/types.ml
#20 97.87 ../../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 \
#20 97.87           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/btype.ml
#20 97.87 ../../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 \
#20 97.87           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/cmi_format.ml
#20 97.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 \
#20 97.89           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/ast_mapper.ml
#20 97.92 ../../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 \
#20 97.92           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/persistent_env.ml
#20 98.09 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 98.09           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/predef.ml
#20 98.09 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 98.09           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/datarepr.ml
#20 98.19 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 98.19           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/subst.ml
#20 98.39 ../../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 \
#20 98.39           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmx dynlink_compilerlibs/env.ml
#20 99.11 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#20 99.11           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/lambda.ml
#20 99.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 \
#20 99.31           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/instruct.ml
#20 99.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 \
#20 99.31           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmo_format.ml
#20 99.34 ../../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 \
#20 99.34           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/meta.ml
#20 99.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 \
#20 99.37           -function-sections -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/symtable.ml
#20 99.50 ../../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
#20 99.81 ../../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
#20 99.94 ../../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
#20 99.98 ../../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 \
#20 99.98             -o dynlink.cmxa native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx
#20 100.0 cp native/dynlink.cmx dynlink.cmx
#20 100.0 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#20 100.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#20 100.1 ../../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
#20 100.2 ../../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
#20 100.3 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#20 100.3          unix.cmx unixLabels.cmx 
#20 100.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
#20 100.4 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#20 100.4 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#20 100.4 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats  -function-sections bigarray.ml
#20 100.5 ../../ocamlopt.opt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx 
#20 100.5 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
#20 100.5 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#20 100.5 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#20 100.5 ../../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
#20 100.7 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#20 100.7          str.cmx 
#20 100.7 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
#20 100.7 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#20 100.8 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#20 100.8 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  \
#20 100.8   -o st_stubs.n.o st_stubs.c
#20 100.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections thread.ml
#20 100.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections mutex.ml
#20 100.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections condition.ml
#20 100.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections threadUnix.ml
#20 100.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections event.ml
#20 100.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string -function-sections semaphore.ml
#20 100.9 ../../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
#20 101.1 ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs.n.o
#20 101.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#20 101.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#20 101.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 101.1 make -j ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
#20 101.1    ocamlnat
#20 101.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 101.2 make -j -C lex allopt
#20 101.2 make -j -C tools opt
#20 101.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#20 101.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 101.2 ./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
#20 101.2 make -j -C yacc  all
#20 101.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#20 101.2 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
#20 101.2 cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
#20 101.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#20 101.2 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
#20 101.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/genprintval.ml -I toplevel
#20 101.2 ../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
#20 101.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/trace.ml -I toplevel/native
#20 101.2 ../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
#20 101.2 make[3]: Nothing to be done for 'all'.
#20 101.2 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#20 101.2 make -j -C lex all
#20 101.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#20 101.2 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - profiling.ml
#20 101.2 make[3]: Nothing to be done for 'all'.
#20 101.2 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#20 101.2 make -j -C ocamldoc opt.opt
#20 101.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 101.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.ml
#20 101.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_messages.ml
#20 101.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_print.ml
#20 101.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments_global.ml
#20 101.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_control.ml
#20 101.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_inherit.ml
#20 101.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ocamlhtml.ml
#20 101.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex_style.ml
#20 101.3 ../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
#20 101.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 101.3 ../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
#20 101.3 ../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
#20 101.3 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_types.ml
#20 101.4 ../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
#20 101.4 ../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
#20 101.4 ../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
#20 101.4 ../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
#20 101.4 ../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
#20 101.4 ../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
#20 101.5 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.ml
#20 101.5 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.ml
#20 101.5 ../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
#20 101.5 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_lexer.ml
#20 101.5 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_value.ml
#20 101.5 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_type.ml
#20 101.5 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.ml
#20 101.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#20 101.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#20 101.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_class.ml
#20 101.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_module.ml
#20 101.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.ml
#20 101.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text.ml
#20 101.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/topcommon.ml -I toplevel
#20 101.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_merge.ml
#20 101.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_search.ml
#20 101.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_scan.ml
#20 101.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dep.ml
#20 101.9 ../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
#20 101.9 ../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
#20 101.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_cross.ml
#20 101.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_sig.ml
#20 102.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/tophooks.ml -I toplevel/native
#20 102.0 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
#20 102.0 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
#20 102.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/topeval.ml -I toplevel/native
#20 102.1 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#20 102.3 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ast.ml
#20 102.4 ../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
#20 102.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -I toplevel/native -c toplevel/toploop.ml
#20 102.5 ../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
#20 102.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.ml
#20 102.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -I toplevel/native -c toplevel/topdirs.ml
#20 102.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -c toplevel/native/topmain.ml -I toplevel/native
#20 102.8 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.ml
#20 102.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -function-sections -I toplevel/native -c toplevel/topstart.ml
#20 102.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dag2html.ml
#20 102.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_to_text.ml
#20 102.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_man.ml
#20 102.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dot.ml
#20 102.9 ../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
#20 102.9 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#20 102.9 make -j -C tools opt.opt
#20 102.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 102.9 ../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
#20 102.9 ../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
#20 102.9 ../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
#20 102.9 ../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
#20 103.0 ../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
#20 103.0 ../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
#20 103.0 ../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
#20 103.0 ../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
#20 103.0 ../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
#20 103.0 ../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
#20 103.0 ../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
#20 103.0 ../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
#20 103.0 ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib \
#20 103.0   -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
#20 103.0 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamldep.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamldep.cmx
#20 103.0 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o 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
#20 103.0 ../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
#20 103.0 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o stripdebug.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa stripdebug.cmx
#20 103.1 ../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
#20 103.1 ../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
#20 103.1 ../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
#20 103.1 ../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
#20 103.1 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex.ml
#20 103.1 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_texi.ml
#20 103.2 ./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
#20 103.2 ../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
#20 103.3 ./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
#20 103.3 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_html.ml
#20 103.3 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlmklib.opt ../utils/config.cmx ../utils/build_path_prefix_map.cmx ../utils/misc.cmx ocamlmklib.cmx
#20 103.3 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlobjinfo.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ../compilerlibs/ocamlmiddleend.cmxa objinfo.cmx
#20 103.4 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o 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
#20 103.5 ../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
#20 104.3 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_gen.ml
#20 104.4 ../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
#20 104.4 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 104.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc.ml
#20 104.6 ../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
#20 104.6 ../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
#20 104.6 ../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
#20 105.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 105.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 105.5 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 105.5 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#20 105.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 105.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"
#20 105.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 105.5 mkdir -p "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#20 105.5 make -j -C runtime install
#20 105.5 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 105.6 /usr/bin/install -c -p ocamlrun ocamlrund ocamlruni "/tmp/opam/bootstrap/ocaml/bin"
#20 105.6 /usr/bin/install -c -p -m 644 ld.conf libcamlrun.a libcamlrund.a libcamlruni.a libcamlrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 105.6 /usr/bin/install -c -p libcamlrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 105.7 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#20 105.7 /usr/bin/install -c -p -m 644 caml/domain_state.tbl caml/*.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#20 105.7 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 105.7 /usr/bin/install -c -p ocaml "/tmp/opam/bootstrap/ocaml/bin"
#20 105.7 /usr/bin/install -c -p ocamlc "/tmp/opam/bootstrap/ocaml/bin/ocamlc.byte"
#20 105.7 make -j -C stdlib install
#20 105.7 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 105.7 stale=""; \
#20 105.7   if test -n "$stale" ; then \
#20 105.7     echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#20 105.7     echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cm* and re-run make install"; \
#20 105.7     exit 1; \
#20 105.7   fi
#20 105.7 /usr/bin/install -c -p -m 644 \
#20 105.7   stdlib.cma std_exit.cmo *.cmi camlheader_ur \
#20 105.7   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 105.7 /usr/bin/install -c -p -m 644 \
#20 105.7   *.cmt *.cmti *.mli *.ml \
#20 105.7   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 105.8 /usr/bin/install -c -p -m 644 target_camlheader "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheader"
#20 105.8 /usr/bin/install -c -p -m 644 target_camlheaderd "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderd"
#20 105.8 /usr/bin/install -c -p -m 644 target_camlheaderi "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderi"
#20 105.8 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 105.8 /usr/bin/install -c -p lex/ocamllex \
#20 105.8   "/tmp/opam/bootstrap/ocaml/bin/ocamllex.byte"
#20 105.8 /usr/bin/install -c -p yacc/ocamlyacc "/tmp/opam/bootstrap/ocaml/bin"
#20 105.8 /usr/bin/install -c -p -m 644 \
#20 105.8    utils/*.cmi \
#20 105.8    parsing/*.cmi \
#20 105.8    typing/*.cmi \
#20 105.8    bytecomp/*.cmi \
#20 105.8    file_formats/*.cmi \
#20 105.8    lambda/*.cmi \
#20 105.8    driver/*.cmi \
#20 105.8    toplevel/*.cmi \
#20 105.8    "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 105.8 /usr/bin/install -c -p -m 644 \
#20 105.8    toplevel/byte/*.cmi \
#20 105.8    "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 105.8 /usr/bin/install -c -p -m 644 \
#20 105.8    utils/*.cmt utils/*.cmti utils/*.mli \
#20 105.8    parsing/*.cmt parsing/*.cmti parsing/*.mli \
#20 105.8    typing/*.cmt typing/*.cmti typing/*.mli \
#20 105.8    file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
#20 105.8    lambda/*.cmt lambda/*.cmti lambda/*.mli \
#20 105.8    bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
#20 105.8    driver/*.cmt driver/*.cmti driver/*.mli \
#20 105.8    toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
#20 105.8    "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 105.9 /usr/bin/install -c -p -m 644 \
#20 105.9    toplevel/byte/*.cmt \
#20 105.9    "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 105.9 /usr/bin/install -c -p -m 644 \
#20 105.9   compilerlibs/*.cma \
#20 105.9   "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.0 /usr/bin/install -c -p -m 644 \
#20 106.0    driver/main.cmo toplevel/topstart.cmo \
#20 106.0    "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.0 /usr/bin/install -c -p expunge "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.0 /usr/bin/install -c -p -m 644 \
#20 106.0    toplevel/topdirs.cmi \
#20 106.0    "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.0 /usr/bin/install -c -p -m 644 \
#20 106.0    toplevel/topdirs.cmt \
#20 106.0    toplevel/topdirs.cmti toplevel/topdirs.mli \
#20 106.0    "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.0 make -j -C tools install
#20 106.0 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 106.0 /usr/bin/install -c -p -m 644 \
#20 106.0   profiling.cmi profiling.cmo \
#20 106.0   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.0 /usr/bin/install -c -p -m 644 \
#20 106.0   profiling.cmt profiling.cmti \
#20 106.0   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.0 for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
#20 106.0 do \
#20 106.0   /usr/bin/install -c -p "$i" "/tmp/opam/bootstrap/ocaml/bin/$i.byte"; \
#20 106.0   if test -f "$i".opt; then \
#20 106.0     /usr/bin/install -c -p "$i.opt" "/tmp/opam/bootstrap/ocaml/bin" && \
#20 106.0     (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.opt" "$i"); \
#20 106.0   else \
#20 106.0     (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.byte" "$i"); \
#20 106.0   fi; \
#20 106.0 done
#20 106.2 if test -f ocamlcmt.opt; then \
#20 106.2   /usr/bin/install -c -p\
#20 106.2     ocamlcmt.opt "/tmp/opam/bootstrap/ocaml/bin/ocamlcmt"; \
#20 106.2 else \
#20 106.2   /usr/bin/install -c -p ocamlcmt "/tmp/opam/bootstrap/ocaml/bin"; \
#20 106.2 fi
#20 106.2 /usr/bin/install -c -p -m 644 \
#20 106.2   eventlog_metadata \
#20 106.2   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 106.2 make -j -C man install
#20 106.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#20 106.2 mkdir -p '/tmp/opam/bootstrap/ocaml/man/man1'
#20 106.2 /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'
#20 106.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#20 106.2 for i in dynlink unix bigarray str systhreads; do \
#20 106.2   make -j -C otherlibs/$i install || exit $?; \
#20 106.2 done
#20 106.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#20 106.3 /usr/bin/install -c -p -m 644 \
#20 106.3   dynlink.cmi dynlink.cma \
#20 106.3   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.3 /usr/bin/install -c -p -m 644 \
#20 106.3   dynlink.cmti dynlink.mli \
#20 106.3   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.3 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#20 106.3 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#20 106.3 if test -f dllunix.so; then \
#20 106.3   /usr/bin/install -c -p \
#20 106.3     dllunix.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#20 106.3 fi
#20 106.3 /usr/bin/install -c -p -m 644 libunix.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.3 /usr/bin/install -c -p -m 644 \
#20 106.3   unix.cma unix.cmi unixLabels.cmi \
#20 106.3   "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.3 /usr/bin/install -c -p -m 644 \
#20 106.3   unix.mli unixLabels.mli \
#20 106.3           unix.cmti unixLabels.cmti \
#20 106.3   "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.3 if test -n "unixsupport.h socketaddr.h"; then \
#20 106.3   /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#20 106.3 fi
#20 106.3 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#20 106.3 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#20 106.3 if test -f dllbigarray.so; then \
#20 106.3   /usr/bin/install -c -p \
#20 106.3     dllbigarray.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#20 106.3 fi
#20 106.3 /usr/bin/install -c -p -m 644 \
#20 106.3   bigarray.cma bigarray.cmi \
#20 106.3   "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.3 /usr/bin/install -c -p -m 644 \
#20 106.3   bigarray.mli \
#20 106.3           bigarray.cmti \
#20 106.3   "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.3 if test -n ""; then \
#20 106.3   /usr/bin/install -c -p -m 644  "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#20 106.3 fi
#20 106.3 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#20 106.3 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#20 106.3 if test -f dllcamlstr.so; then \
#20 106.3   /usr/bin/install -c -p \
#20 106.3     dllcamlstr.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#20 106.3 fi
#20 106.3 /usr/bin/install -c -p -m 644 libcamlstr.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.4 /usr/bin/install -c -p -m 644 \
#20 106.4   str.cma str.cmi \
#20 106.4   "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.4 /usr/bin/install -c -p -m 644 \
#20 106.4   str.mli \
#20 106.4           str.cmti \
#20 106.4   "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.4 if test -n ""; then \
#20 106.4   /usr/bin/install -c -p -m 644  "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#20 106.4 fi
#20 106.4 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#20 106.4 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#20 106.4 if test -f dllthreads.so; then \
#20 106.4   /usr/bin/install -c -p dllthreads.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#20 106.4 fi
#20 106.4 /usr/bin/install -c -p -m 644 libthreads.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.4 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#20 106.4 /usr/bin/install -c -p -m 644 \
#20 106.4   thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi semaphore.cmi threads.cma \
#20 106.4   "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#20 106.4 /usr/bin/install -c -p -m 644 \
#20 106.4   thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti semaphore.cmti \
#20 106.4   "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#20 106.4 /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"
#20 106.4 /usr/bin/install -c -p -m 644 threads.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#20 106.4 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#20 106.4 make -j -C ocamldoc install
#20 106.4 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 106.4 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#20 106.4 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#20 106.4 /usr/bin/install -c -p ../ocamldoc/ocamldoc "/tmp/opam/bootstrap/ocaml/bin"
#20 106.4 /usr/bin/install -c -p -m 644 \
#20 106.4   ocamldoc.hva *.cmi odoc_info.cma \
#20 106.4   "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#20 106.4 /usr/bin/install -c -p -m 644 \
#20 106.4   odoc_info.cmi \
#20 106.4   "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#20 106.4 /usr/bin/install -c -p -m 644 \
#20 106.4   odoc_info.mli odoc_info.cmt odoc_info.cmti \
#20 106.4   "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#20 106.4 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 106.4 if test -n "ocamldebugger"; then \
#20 106.4   make -j -C debugger install; \
#20 106.4 fi
#20 106.5 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#20 106.5 /usr/bin/install -c -p ocamldebug "/tmp/opam/bootstrap/ocaml/bin"
#20 106.5 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#20 106.5 /usr/bin/install -c -p -m 644 Makefile.config "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.5 /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#20 106.5 if test -f ocamlopt; then make -j installopt; else \
#20 106.5    cd "/tmp/opam/bootstrap/ocaml/bin"; \
#20 106.5    ln -sf ocamlc.byte ocamlc; \
#20 106.5    ln -sf ocamllex.byte ocamllex; \
#20 106.5    (test -f flexlink.byte && \
#20 106.5       ln -sf flexlink.byte flexlink) || true; \
#20 106.5 fi
#20 106.5 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 106.5 make -j -C runtime installopt
#20 106.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 106.6 /usr/bin/install -c -p -m 644 libasmrun.a libasmrund.a libasmruni.a libasmrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.6 /usr/bin/install -c -p libasmrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#20 106.6 /usr/bin/install -c -p ocamlopt "/tmp/opam/bootstrap/ocaml/bin/ocamlopt.byte"
#20 106.7 make -j -C stdlib installopt
#20 106.7 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 106.7 stale=""; \
#20 106.7   if test -n "$stale" ; then \
#20 106.7     echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#20 106.7     echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cmx and re-run make install"; \
#20 106.7     exit 1; \
#20 106.7   fi
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7   stdlib.cmxa stdlib.a std_exit.o *.cmx \
#20 106.7   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.7 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7     middle_end/*.cmi \
#20 106.7     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7     middle_end/closure/*.cmi \
#20 106.7     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7     middle_end/flambda/*.cmi \
#20 106.7     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7     middle_end/flambda/base_types/*.cmi \
#20 106.7     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7     asmcomp/*.cmi \
#20 106.7     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7     middle_end/*.cmt middle_end/*.cmti \
#20 106.7     middle_end/*.mli \
#20 106.7     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7     middle_end/closure/*.cmt middle_end/closure/*.cmti \
#20 106.7     middle_end/closure/*.mli \
#20 106.7     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.7 /usr/bin/install -c -p -m 644 \
#20 106.7     middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
#20 106.7     middle_end/flambda/*.mli \
#20 106.7     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.8 /usr/bin/install -c -p -m 644 \
#20 106.8     middle_end/flambda/base_types/*.cmt \
#20 106.8             middle_end/flambda/base_types/*.cmti \
#20 106.8     middle_end/flambda/base_types/*.mli \
#20 106.8     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.8 /usr/bin/install -c -p -m 644 \
#20 106.8     asmcomp/*.cmt asmcomp/*.cmti \
#20 106.8     asmcomp/*.mli \
#20 106.8     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.8 /usr/bin/install -c -p -m 644 \
#20 106.8     driver/optmain.cmo \
#20 106.8     "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 106.8 make -j -C ocamldoc installopt
#20 106.8 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 106.8 if test -f ../ocamldoc/ocamldoc.opt; then make -j installopt_really ; fi
#20 106.8 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 106.8 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#20 106.8 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#20 106.8 /usr/bin/install -c -p ../ocamldoc/ocamldoc.opt "/tmp/opam/bootstrap/ocaml/bin"
#20 106.9 /usr/bin/install -c -p -m 644 \
#20 106.9   odoc_info.cmi \
#20 106.9   "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#20 106.9 /usr/bin/install -c -p -m 644 \
#20 106.9   odoc_info.mli odoc_info.cmt odoc_info.cmti \
#20 106.9   "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#20 106.9 /usr/bin/install -c -p -m 644 \
#20 106.9   ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
#20 106.9   "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#20 106.9 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 106.9 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#20 106.9 for i in dynlink unix bigarray str systhreads; do \
#20 106.9   make -j -C otherlibs/$i installopt || exit $?; \
#20 106.9 done
#20 106.9 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#20 106.9 /usr/bin/install -c -p -m 644 \
#20 106.9   native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx dynlink.cmxa dynlink.a \
#20 106.9   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 106.9 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#20 106.9 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#20 106.9 /usr/bin/install -c -p -m 644 \
#20 106.9    unix.cmx unixLabels.cmx unix.cmxa unix.a \
#20 106.9    "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 106.9 if test -f unix.cmxs; then \
#20 106.9   /usr/bin/install -c -p unix.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#20 106.9 fi
#20 106.9 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#20 106.9 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#20 107.0 /usr/bin/install -c -p -m 644 \
#20 107.0    bigarray.cmx bigarray.cmxa bigarray.a \
#20 107.0    "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 107.0 if test -f bigarray.cmxs; then \
#20 107.0   /usr/bin/install -c -p bigarray.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#20 107.0 fi
#20 107.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#20 107.0 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#20 107.0 /usr/bin/install -c -p -m 644 \
#20 107.0    str.cmx str.cmxa str.a \
#20 107.0    "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#20 107.0 if test -f str.cmxs; then \
#20 107.0   /usr/bin/install -c -p str.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#20 107.0 fi
#20 107.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#20 107.0 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#20 107.0 /usr/bin/install -c -p -m 644 libthreadsnat.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 107.0 /usr/bin/install -c -p -m 644 \
#20 107.0   thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx threads.cmxa threads.a \
#20 107.0   "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#20 107.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#20 107.0 if test -f ocamlopt.opt; then make -j installoptopt; else \
#20 107.0    cd "/tmp/opam/bootstrap/ocaml/bin"; \
#20 107.0    ln -sf ocamlc.byte ocamlc; \
#20 107.0    ln -sf ocamlopt.byte ocamlopt; \
#20 107.0    ln -sf ocamllex.byte ocamllex; \
#20 107.0    (test -f flexlink.byte && \
#20 107.0      ln -sf flexlink.byte flexlink) || true; \
#20 107.0 fi
#20 107.0 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 107.0 /usr/bin/install -c -p ocamlc.opt "/tmp/opam/bootstrap/ocaml/bin"
#20 107.0 /usr/bin/install -c -p ocamlopt.opt "/tmp/opam/bootstrap/ocaml/bin"
#20 107.1 /usr/bin/install -c -p lex/ocamllex.opt "/tmp/opam/bootstrap/ocaml/bin"
#20 107.1 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#20 107.1    ln -sf ocamlc.opt ocamlc; \
#20 107.1    ln -sf ocamlopt.opt ocamlopt; \
#20 107.1    ln -sf ocamllex.opt ocamllex
#20 107.1 /usr/bin/install -c -p -m 644 \
#20 107.1    utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
#20 107.1    toplevel/*.cmx toplevel/native/*.cmx \
#20 107.1    toplevel/native/tophooks.cmi \
#20 107.1    file_formats/*.cmx \
#20 107.1    lambda/*.cmx \
#20 107.1    driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
#20 107.1            middle_end/closure/*.cmx \
#20 107.1            middle_end/flambda/*.cmx \
#20 107.1            middle_end/flambda/base_types/*.cmx \
#20 107.1           "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 107.1 /usr/bin/install -c -p -m 644 \
#20 107.1    compilerlibs/*.cmxa compilerlibs/*.a \
#20 107.1    "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 107.1 /usr/bin/install -c -p -m 644 \
#20 107.1    driver/main.cmx driver/main.o \
#20 107.1    driver/optmain.cmx driver/optmain.o \
#20 107.1    toplevel/topstart.o \
#20 107.1    "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#20 107.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 107.1 make -j -C tools installopt
#20 107.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 107.2 /usr/bin/install -c -p -m 644 \
#20 107.2           profiling.cmx profiling.o \
#20 107.2   "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#20 107.2 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#20 107.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#20 107.2 make: Entering directory '/tmp/opam/src_ext'
#20 107.2  * Downloading cppo...
#20 107.6 cppo.tar.gz has the expected MD5.
#20 107.6  * Downloading base64...
#20 108.2 base64.tbz has the expected MD5.
#20 108.2  * Downloading extlib...
#20 113.6 extlib.tar.gz has the expected MD5.
#20 113.6  * Downloading re...
#20 113.9 re.tar.gz has the expected MD5.
#20 113.9  * Downloading ocamlgraph...
#20 114.2 ocamlgraph.tbz has the expected MD5.
#20 114.2  * Downloading cudf...
#20 114.6 cudf.tar.gz has the expected MD5.
#20 114.6  * Downloading dose3...
#20 115.2 dose3.tar.gz has the expected MD5.
#20 115.2  * Downloading opam-file-format...
#20 115.5 opam-file-format.tar.gz has the expected MD5.
#20 115.5  * Downloading stdlib-shims...
#20 115.8 stdlib-shims.tbz has the expected MD5.
#20 115.8  * Downloading spdx_licenses...
#20 116.1 spdx_licenses.tar.gz has the expected MD5.
#20 116.1  * Downloading opam-0install-cudf...
#20 116.5 opam-0install-cudf.tar.gz has the expected MD5.
#20 116.5  * Downloading 0install-solver...
#20 116.9 0install-solver.tbz has the expected MD5.
#20 116.9  * Downloading uutf...
#20 117.0 uutf.tbz has the expected MD5.
#20 117.1  * Downloading jsonm...
#20 117.2 jsonm.tbz has the expected MD5.
#20 117.2  * Downloading sha...
#20 117.9 sha.tbz has the expected MD5.
#20 117.9  * Downloading swhid_core...
#20 118.3 swhid_core.tar.gz has the expected MD5.
#20 118.3  * Downloading menhir...
#20 118.6 menhir.tar.gz has the expected MD5.
#20 118.7  * Downloading patch...
#20 119.0 patch.tar.gz has the expected MD5.
#20 119.0  * Downloading mccs...
#20 119.3 mccs.tar.gz has the expected MD5.
#20 119.3  * Downloading dune-local...
#20 119.8 dune-local.tbz has the expected MD5.
#20 119.8  * Downloading ocaml...
#20 120.9 ocaml.tar.gz has the expected MD5.
#20 120.9  * Downloading flexdll...
#20 121.3 flexdll.tar.gz has the expected MD5.
#20 121.3 make: Leaving directory '/tmp/opam/src_ext'
#20 DONE 121.4s

#21 [stage-0  9/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/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
#21 0.844 Note: switching to '263921263e1f745613e2882745114b7b08f3608b'.
#21 0.844 
#21 0.844 You are in 'detached HEAD' state. You can look around, make experimental
#21 0.844 changes and commit them, and you can discard any commits you make in this
#21 0.844 state without impacting any branches by switching back to a branch.
#21 0.844 
#21 0.844 If you want to create a new branch to retain commits you create, you may
#21 0.844 do so (now or later) by using -c with the switch command. Example:
#21 0.844 
#21 0.844   git switch -c <new-branch-name>
#21 0.844 
#21 0.844 Or undo this operation with:
#21 0.844 
#21 0.844   git switch -
#21 0.844 
#21 0.844 Turn off this advice by setting config variable advice.detachedHead to false
#21 0.844 
#21 0.844 HEAD is now at 263921263 Merge pull request #6177 from kit-ty-kate/fix-release-2.1
#21 1.007 checking for ocamlc... ocamlc
#21 1.016 OCaml version is 4.14.2
#21 1.024 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#21 1.024 checking for ocamlopt... ocamlopt
#21 1.033 checking for ocamlc.opt... ocamlc.opt
#21 1.041 checking for ocamlopt.opt... ocamlopt.opt
#21 1.051 checking for ocaml... ocaml
#21 1.052 checking for ocamldep... ocamldep
#21 1.052 checking for ocamldep.opt... ocamldep.opt
#21 1.061 checking for ocamlmktop... ocamlmktop
#21 1.061 checking for ocamlmklib... ocamlmklib
#21 1.061 checking for ocamldoc... ocamldoc
#21 1.062 checking for ocamldoc.opt... ocamldoc.opt
#21 1.074 checking for ocamlbuild... no
#21 1.074 checking OCaml Sys.os_type... Unix
#21 1.104 checking for gawk... gawk
#21 1.116 checking for compiler type... cc
#21 1.463 checking for compiler architecture... amd64
#21 1.795 checking for compiler system... linux
#21 2.175 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#21 2.231 checking whether the C compiler works... yes
#21 2.293 checking for C compiler default output file name... a.out
#21 2.296 checking for suffix of executables... 
#21 2.356 checking whether we are cross compiling... no
#21 2.417 checking for suffix of object files... o
#21 2.462 checking whether the compiler supports GNU C... yes
#21 2.497 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#21 2.529 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#21 2.606 checking for stdio.h... yes
#21 2.643 checking for stdlib.h... yes
#21 2.686 checking for string.h... yes
#21 2.733 checking for inttypes.h... yes
#21 2.774 checking for stdint.h... yes
#21 2.817 checking for strings.h... yes
#21 2.867 checking for sys/stat.h... yes
#21 2.917 checking for sys/types.h... yes
#21 2.965 checking for unistd.h... yes
#21 3.016 checking for acl/libacl.h... no
#21 3.062 checking for library containing acl_get_perm... no
#21 3.190 checking for ocamlobjinfo... ocamlobjinfo
#21 3.191 checking for ocamlfind... no
#21 3.192 checking for curl... curl
#21 3.193 checking for dune... no
#21 3.194 checking for cppo... no
#21 3.194 checking for patch... patch
#21 3.195 checking for bunzip2... bunzip2
#21 3.208 
#21 3.208 checking for OCaml findlib package unix... not found
#21 3.210 checking for OCaml findlib package bigarray... not found
#21 3.211 checking for OCaml findlib package extlib... not found
#21 3.213 checking for OCaml findlib package re... not found
#21 3.214 checking for OCaml findlib package re.glob... not found
#21 3.216 checking for OCaml findlib package cmdliner... not found
#21 3.218 checking for OCaml findlib package ocamlgraph... not found
#21 3.219 checking for OCaml findlib package cudf... not found
#21 3.220 checking for OCaml findlib package dose3.common... not found
#21 3.223 checking for OCaml findlib package dose3.algo... not found
#21 3.225 checking for OCaml findlib package opam-file-format... not found
#21 3.226 checking for OCaml findlib package mccs... not found
#21 3.228 checking for OCaml findlib package opam-0install-cudf... not found
#21 3.230 checking for g++... g++
#21 3.271 checking whether the compiler supports GNU C++... yes
#21 3.305 checking whether g++ accepts -g... yes
#21 3.339 checking for g++ option to enable C++11 features... none needed
#21 3.494 
#21 3.494 ============================================================================
#21 3.494 Some dependencies are missing. If you are just interested in the stand-alone
#21 3.494 'opam' binary, run 'make lib-ext' to download and include them.
#21 3.494 ============================================================================
#21 3.494 
#21 3.522 configure: creating ./config.status
#21 3.682 config.status: creating Makefile.config
#21 3.700 config.status: creating src/ocaml-flags-configure.sexp
#21 3.731 config.status: creating src/stubs/c-flags.sexp
#21 3.759 config.status: creating src/stubs/libacl/c-libraries.sexp
#21 3.791 
#21 3.796 Opam will be built WITH a built-in solver
#21 3.796 
#21 3.796 Executables will be installed in /usr/local/bin
#21 3.796 Manual pages will be installed in /usr/local/share/man
#21 3.834 make -j -C src_ext lib-ext
#21 3.836 make[1]: Entering directory '/tmp/opam-build-2.1/src_ext'
#21 3.880 [ -e dune-local.tbz ] || \
#21 3.880 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; }; }; }
#21 3.885 [ -e cppo.tar.gz ] || \
#21 3.885 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; }; }; }
#21 3.891 [ -e base64.tbz ] || \
#21 3.891 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; }; }; }
#21 3.895 [ -e extlib.tar.gz ] || \
#21 3.895 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; }; }; }
#21 3.900 [ -e re.tbz ] || \
#21 3.900 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; }; }; }
#21 3.905 [ -e cmdliner.tbz ] || \
#21 3.905 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; }; }; }
#21 3.911 [ -e ocamlgraph.tbz ] || \
#21 3.911 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; }; }; }
#21 3.916 [ -e cudf.tar.gz ] || \
#21 3.916 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; }; }; }
#21 3.921 [ -e dose3.tar.gz ] || \
#21 3.921 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; }; }; }
#21 3.926 [ -e opam-file-format.tar.gz ] || \
#21 3.926 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; }; }; }
#21 3.931 [ -e result.tbz ] || \
#21 3.931 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; }; }; }
#21 3.936 [ -e seq.tar.gz ] || \
#21 3.936 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; }; }; }
#21 3.941 [ -e stdlib-shims.tbz ] || \
#21 3.941 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; }; }; }
#21 3.946 [ -e mccs.tar.gz ] || \
#21 3.946 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; }; }; }
#21 3.950 [ -e opam-0install-cudf.tbz ] || \
#21 3.950 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; }; }; }
#21 3.954 [ -e 0install-solver.tbz ] || \
#21 3.954 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; }; }; }
#21 4.081 stdlib-shims.tbz has the expected MD5.
#21 4.082 mkdir -p tmp-stdlib-shims
#21 4.086 cd tmp-stdlib-shims && bunzip2 -c ../stdlib-shims.tbz | tar xf -
#21 4.092 rm -rf stdlib-shims
#21 4.151 cudf.tar.gz has the expected MD5.
#21 4.152 mkdir -p tmp-cudf
#21 4.155 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#21 4.168 rm -rf cudf
#21 4.180 patching file lib/dune
#21 4.212 cmdliner.tbz has the expected MD5.
#21 4.213 mkdir -p tmp-cmdliner
#21 4.216 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#21 4.231 rm -rf cmdliner
#21 4.241 result.tbz has the expected MD5.
#21 4.243 mkdir -p tmp-result
#21 4.245 cd tmp-result && bunzip2 -c ../result.tbz | tar xf -
#21 4.245 patching file src/cmdliner_docgen.ml
#21 4.247 patching file src/cmdliner.ml
#21 4.248 patching file src/cmdliner.mli
#21 4.248 patching file src/cmdliner_arg.ml
#21 4.248 patching file src/cmdliner_arg.mli
#21 4.249 patching file src/cmdliner_base.ml
#21 4.249 patching file src/cmdliner_cline.ml
#21 4.249 patching file src/cmdliner_cline.mli
#21 4.249 patching file src/cmdliner_docgen.ml
#21 4.250 patching file src/cmdliner_manpage.ml
#21 4.250 patching file src/cmdliner_term.ml
#21 4.250 patching file src/cmdliner_term.mli
#21 4.250 patching file src/dune
#21 4.251 rm -rf result
#21 4.275 extlib.tar.gz has the expected MD5.
#21 4.276 mkdir -p tmp-extlib
#21 4.278 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#21 4.288 rm -rf extlib
#21 4.330 base64.tbz has the expected MD5.
#21 4.331 mkdir -p tmp-base64
#21 4.331 re.tbz has the expected MD5.
#21 4.333 mkdir -p tmp-re
#21 4.333 cd tmp-base64 && bunzip2 -c ../base64.tbz | tar xf -
#21 4.334 opam-0install-cudf.tbz has the expected MD5.
#21 4.335 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#21 4.335 mkdir -p tmp-opam-0install-cudf
#21 4.337 cd tmp-opam-0install-cudf && bunzip2 -c ../opam-0install-cudf.tbz | tar xf -
#21 4.342 rm -rf base64
#21 4.346 rm -rf opam-0install-cudf
#21 4.352 dose3.tar.gz has the expected MD5.
#21 4.353 mkdir -p tmp-dose3
#21 4.355 patching file src/base64.ml
#21 4.355 patching file src/base64.mli
#21 4.355 patching file src/dune
#21 4.356 rm -rf re
#21 4.357 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#21 4.368 cppo.tar.gz has the expected MD5.
#21 4.369 mkdir -p tmp-cppo
#21 4.371 cd tmp-cppo && gunzip -c ../cppo.tar.gz | tar xf -
#21 4.381 rm -rf cppo
#21 4.398 rm -rf dose3
#21 4.410 patching file src/common/dune
#21 4.410 patching file src/common/util.ml
#21 4.415 ocamlgraph.tbz has the expected MD5.
#21 4.416 mkdir -p tmp-ocamlgraph
#21 4.419 cd tmp-ocamlgraph && bunzip2 -c ../ocamlgraph.tbz | tar xf -
#21 4.481 rm -rf ocamlgraph
#21 4.496 patching file src/dot_lexer.mll
#21 4.496 patching file src/dune
#21 4.608 opam-file-format.tar.gz has the expected MD5.
#21 4.609 mkdir -p tmp-opam-file-format
#21 4.612 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#21 4.621 rm -rf opam-file-format
#21 4.660 seq.tar.gz has the expected MD5.
#21 4.661 mkdir -p tmp-seq
#21 4.664 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#21 4.671 rm -rf seq
#21 4.693 rm -f seq/src/seq.ml seq/src/seq.mli
#21 5.553 0install-solver.tbz has the expected MD5.
#21 5.554 mkdir -p tmp-0install-solver
#21 5.556 cd tmp-0install-solver && bunzip2 -c ../0install-solver.tbz | tar xf -
#21 5.670 rm -rf 0install-solver
#21 6.121 mccs.tar.gz has the expected MD5.
#21 6.123 mkdir -p tmp-mccs
#21 6.126 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#21 6.179 rm -rf mccs
#21 7.197 dune-local.tbz has the expected MD5.
#21 7.199 mkdir -p tmp-dune-local
#21 7.202 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#21 8.098 rm -rf dune-local
#21 8.120 rm dune-local.download
#21 8.120 make[1]: Leaving directory '/tmp/opam-build-2.1/src_ext'
#21 8.120 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#21 8.195 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#21 8.856 ./.duneboot.exe
#21 12.76 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#21 12.76 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#21 12.76 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#21 12.76 Here is an example of a case that is not matched:
#21 12.76 Checksum_mismatch _
#21 12.76 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#21 12.76 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#21 12.76 Here is an example of a case that is not matched:
#21 12.76 Checksum_mismatch _
#21 12.76 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#21 12.76 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#21 12.76 Here is an example of a case that is not matched:
#21 12.76 Checksum_mismatch _
#21 12.84 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#21 12.84 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#21 12.84 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#21 12.84 Here is an example of a case that is not matched:
#21 12.84 Checksum_mismatch _
#21 14.54 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#21 14.54 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#21 14.54 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#21 14.54 Here is an example of a case that is not matched:
#21 14.54 Checksum_mismatch _
#21 14.76 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#21 14.76 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#21 14.76 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#21 14.76 Here is an example of a case that is not matched:
#21 14.76 Checksum_mismatch _
#21 14.76 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#21 14.76 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#21 14.76 Here is an example of a case that is not matched:
#21 14.76 Checksum_mismatch _
#21 14.76 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#21 14.76 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#21 14.76 Here is an example of a case that is not matched:
#21 14.76 (_, Checksum_mismatch _)
#21 27.29 

src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#21 27.45 (will skip building the GTK plugin)
#21 27.45 sh: line 1: ocamlfind: command not found
#21 31.22 File "src/core/opamStubsTypes.ml", line 1:
#21 31.22 Warning 70 [missing-mli]: Cannot find interface file.
#21 31.66 File "src/solver/opamCudfSolverSig.ml", line 1:
#21 31.66 Warning 70 [missing-mli]: Cannot find interface file.
#21 31.71 File "src/tools/opam_installer.ml", line 1:
#21 31.71 Warning 70 [missing-mli]: Cannot find interface file.
#21 41.60 sed -f process.sed opam.install > processed-opam.install
#21 41.60 src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install
#21 41.76 (will skip building the GTK plugin)
#21 41.76 sh: line 1: ocamlfind: command not found
#21 42.08 sed -f process.sed opam-installer.install > processed-opam-installer.install
#21 DONE 42.8s

#22 [stage-0 10/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/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
#22 0.865 Note: switching to '01e9a24a61e23e42d513b4b775d8c30c807439b2'.
#22 0.865 
#22 0.865 You are in 'detached HEAD' state. You can look around, make experimental
#22 0.865 changes and commit them, and you can discard any commits you make in this
#22 0.865 state without impacting any branches by switching back to a branch.
#22 0.865 
#22 0.865 If you want to create a new branch to retain commits you create, you may
#22 0.865 do so (now or later) by using -c with the switch command. Example:
#22 0.865 
#22 0.865   git switch -c <new-branch-name>
#22 0.865 
#22 0.865 Or undo this operation with:
#22 0.865 
#22 0.865   git switch -
#22 0.865 
#22 0.865 Turn off this advice by setting config variable advice.detachedHead to false
#22 0.865 
#22 0.865 HEAD is now at 01e9a24a6 Merge pull request #6187 from ocaml/revert-6183-processing-patches-2.2
#22 1.046 checking for ocamlc... ocamlc
#22 1.054 OCaml version is 4.14.2
#22 1.063 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#22 1.063 checking for ocamlopt... ocamlopt
#22 1.072 checking for ocamlc.opt... ocamlc.opt
#22 1.080 checking for ocamlopt.opt... ocamlopt.opt
#22 1.090 checking for ocaml... ocaml
#22 1.091 checking for ocamldep... ocamldep
#22 1.092 checking for ocamldep.opt... ocamldep.opt
#22 1.101 checking for ocamlmktop... ocamlmktop
#22 1.101 checking for ocamlmklib... ocamlmklib
#22 1.101 checking for ocamldoc... ocamldoc
#22 1.102 checking for ocamldoc.opt... ocamldoc.opt
#22 1.114 checking for ocamlbuild... no
#22 1.114 checking OCaml Sys.os_type... Unix
#22 1.154 checking for gawk... gawk
#22 1.170 checking for compiler type... cc
#22 1.527 checking for compiler architecture... amd64
#22 1.868 checking for compiler system... linux
#22 2.210 checking for compiler target... x86_64-pc-linux-gnu
#22 2.561 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#22 2.624 checking whether the C compiler works... yes
#22 2.693 checking for C compiler default output file name... a.out
#22 2.696 checking for suffix of executables... 
#22 2.760 checking whether we are cross compiling... no
#22 2.833 checking for suffix of object files... o
#22 2.878 checking whether the compiler supports GNU C... yes
#22 2.918 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#22 2.952 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#22 3.041 checking for stdio.h... yes
#22 3.079 checking for stdlib.h... yes
#22 3.126 checking for string.h... yes
#22 3.176 checking for inttypes.h... yes
#22 3.222 checking for stdint.h... yes
#22 3.271 checking for strings.h... yes
#22 3.320 checking for sys/stat.h... yes
#22 3.365 checking for sys/types.h... yes
#22 3.408 checking for unistd.h... yes
#22 3.457 checking for acl/libacl.h... no
#22 3.507 checking for library containing acl_get_perm... no
#22 3.639 checking for ocamlobjinfo... ocamlobjinfo
#22 3.640 checking for ocamlfind... no
#22 3.641 checking for curl... curl
#22 3.642 checking for dune... no
#22 3.643 checking for patch... patch
#22 3.644 checking for bunzip2... bunzip2
#22 3.660 checking for linking method... shared
#22 3.661 
#22 3.661 checking for OCaml findlib package unix... not found
#22 3.662 checking for OCaml findlib package re 1.9.0 or later... no
#22 3.665 checking for OCaml findlib package base64 3.1.0 or later... no
#22 3.668 checking for OCaml findlib package cmdliner... not found
#22 3.669 checking for OCaml findlib package ocamlgraph... not found
#22 3.671 checking for OCaml findlib package cudf 0.7 or later... no
#22 3.674 checking for OCaml findlib package dose3.common 6.1 or later... no
#22 3.676 checking for OCaml findlib package dose3.algo 6.1 or later... no
#22 3.679 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#22 3.681 checking for OCaml findlib package spdx_licenses... not found
#22 3.683 checking for OCaml findlib package opam-0install-cudf 0.4 or later... no
#22 3.686 checking for OCaml findlib package jsonm... not found
#22 3.688 checking for OCaml findlib package uutf... not found
#22 3.689 checking for OCaml findlib package sha... not found
#22 3.691 checking for OCaml findlib package swhid_core... not found
#22 3.692 checking for OCaml findlib package mccs 1.1+17 or later... no
#22 3.698 checking for g++... g++
#22 3.742 checking whether the compiler supports GNU C++... yes
#22 3.782 checking whether g++ accepts -g... yes
#22 3.823 checking for g++ option to enable C++11 features... none needed
#22 3.961 checking whether g++ really is a C++ compiler... yes
#22 3.992 
#22 4.021 configure: creating ./config.status
#22 4.158 config.status: creating Makefile.config
#22 4.176 config.status: creating src/ocaml-flags-configure.sexp
#22 4.202 config.status: creating src/stubs/c-flags.sexp
#22 4.232 config.status: creating src/stubs/libacl/c-libraries.sexp
#22 4.268 
#22 4.273 Opam will be built WITH its default built-in solver
#22 4.273 
#22 4.273 Executables will be installed in /usr/local/bin
#22 4.273 Manual pages will be installed in /usr/local/share/man
#22 4.273 
#22 4.273 Downloading vendored source dependencies...
#22 4.286  * Downloading dune-local...
#22 4.818  * Downloading cppo...
#22 5.246  * Downloading base64...
#22 5.501  * Downloading extlib...
#22 5.659  * Downloading re...
#22 6.220  * Downloading cmdliner...
#22 6.471  * Downloading ocamlgraph...
#22 7.208  * Downloading cudf...
#22 7.430  * Downloading dose3...
#22 7.907  * Downloading opam-file-format...
#22 8.352  * Downloading seq...
#22 8.821  * Downloading stdlib-shims...
#22 9.090  * Downloading spdx_licenses...
#22 9.641  * Downloading opam-0install-cudf...
#22 10.10  * Downloading 0install-solver...
#22 10.63  * Downloading uutf...
#22 10.84  * Downloading jsonm...
#22 11.06  * Downloading sha...
#22 11.30  * Downloading swhid_core...
#22 11.56  * Downloading mccs...
#22 11.94 done
#22 11.94 Extracting vendored source dependencies in src_ext/... done
#22 13.64 make -j -C src_ext lib-ext
#22 13.65 make[1]: Entering directory '/tmp/opam-build-2.2/src_ext'
#22 13.65 NOTE: make lib-ext is no longer required
#22 13.65 make[1]: Leaving directory '/tmp/opam-build-2.2/src_ext'
#22 13.65 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#22 13.74 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#22 14.47 ./.duneboot.exe
#22 18.38 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#22 18.38 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#22 18.38 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#22 18.38 Here is an example of a case that is not matched:
#22 18.38 Checksum_mismatch _
#22 18.38 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#22 18.38 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#22 18.38 Here is an example of a case that is not matched:
#22 18.38 Checksum_mismatch _
#22 18.38 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#22 18.38 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#22 18.38 Here is an example of a case that is not matched:
#22 18.38 Checksum_mismatch _
#22 18.46 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#22 18.46 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#22 18.46 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#22 18.46 Here is an example of a case that is not matched:
#22 18.46 Checksum_mismatch _
#22 20.10 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#22 20.10 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#22 20.10 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#22 20.10 Here is an example of a case that is not matched:
#22 20.10 Checksum_mismatch _
#22 20.29 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#22 20.29 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#22 20.29 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#22 20.29 Here is an example of a case that is not matched:
#22 20.29 Checksum_mismatch _
#22 20.29 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#22 20.29 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#22 20.29 Here is an example of a case that is not matched:
#22 20.29 Checksum_mismatch _
#22 20.29 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#22 20.29 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#22 20.29 Here is an example of a case that is not matched:
#22 20.29 (_, Checksum_mismatch _)
#22 32.88 

src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#22 47.21 sed -f process.sed opam.install > processed-opam.install
#22 47.21 src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install
#22 47.71 sed -f process.sed opam-installer.install > processed-opam-installer.install
#22 DONE 48.6s

#23 [stage-0 11/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/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
#23 1.022 Note: switching to '35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724'.
#23 1.022 
#23 1.022 You are in 'detached HEAD' state. You can look around, make experimental
#23 1.022 changes and commit them, and you can discard any commits you make in this
#23 1.022 state without impacting any branches by switching back to a branch.
#23 1.022 
#23 1.022 If you want to create a new branch to retain commits you create, you may
#23 1.022 do so (now or later) by using -c with the switch command. Example:
#23 1.022 
#23 1.022   git switch -c <new-branch-name>
#23 1.022 
#23 1.022 Or undo this operation with:
#23 1.022 
#23 1.022   git switch -
#23 1.022 
#23 1.022 Turn off this advice by setting config variable advice.detachedHead to false
#23 1.022 
#23 1.022 HEAD is now at 35acd0c5a Merge pull request #6332 from kit-ty-kate/2.3-fix-admin-check-installability
#23 1.207 checking for ocamlc... ocamlc
#23 1.217 OCaml version is 4.14.2
#23 1.225 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#23 1.225 checking for ocamlopt... ocamlopt
#23 1.235 checking for ocamlc.opt... ocamlc.opt
#23 1.243 checking for ocamlopt.opt... ocamlopt.opt
#23 1.254 checking for ocaml... ocaml
#23 1.254 checking for ocamldep... ocamldep
#23 1.255 checking for ocamldep.opt... ocamldep.opt
#23 1.263 checking for ocamlmktop... ocamlmktop
#23 1.263 checking for ocamlmklib... ocamlmklib
#23 1.264 checking for ocamldoc... ocamldoc
#23 1.265 checking for ocamldoc.opt... ocamldoc.opt
#23 1.277 checking for ocamlbuild... no
#23 1.278 checking OCaml Sys.os_type... Unix
#23 1.316 checking for gawk... gawk
#23 1.331 checking for compiler type... cc
#23 1.728 checking for compiler architecture... amd64
#23 2.026 checking for compiler system... linux
#23 2.302 checking for compiler target... x86_64-pc-linux-gnu
#23 2.603 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#23 2.655 checking whether the C compiler works... yes
#23 2.712 checking for C compiler default output file name... a.out
#23 2.716 checking for suffix of executables... 
#23 2.771 checking whether we are cross compiling... no
#23 2.838 checking for suffix of object files... o
#23 2.876 checking whether the compiler supports GNU C... yes
#23 2.912 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#23 2.948 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#23 3.037 checking for ocamlobjinfo... ocamlobjinfo
#23 3.038 checking for ocamlfind... no
#23 3.039 checking for curl... curl
#23 3.040 checking for dune... no
#23 3.041 checking for patch... patch
#23 3.042 checking for bunzip2... bunzip2
#23 3.057 checking for linking method... shared
#23 3.058 
#23 3.058 checking for OCaml findlib package unix... not found
#23 3.060 checking for OCaml findlib package re 1.9.0 or later... no
#23 3.063 checking for OCaml findlib package base64 3.1.0 or later... no
#23 3.065 checking for OCaml findlib package cmdliner... not found
#23 3.067 checking for OCaml findlib package ocamlgraph... not found
#23 3.068 checking for OCaml findlib package cudf 0.7 or later... no
#23 3.070 checking for OCaml findlib package dose3.common 6.1 or later... no
#23 3.073 checking for OCaml findlib package dose3.algo 6.1 or later... no
#23 3.076 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#23 3.079 checking for OCaml findlib package spdx_licenses... not found
#23 3.080 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#23 3.082 checking for OCaml findlib package jsonm... not found
#23 3.084 checking for OCaml findlib package uutf... not found
#23 3.085 checking for OCaml findlib package sha... not found
#23 3.087 checking for OCaml findlib package swhid_core... not found
#23 3.089 checking for OCaml findlib package mccs 1.1+17 or later... no
#23 3.093 checking for g++... g++
#23 3.133 checking whether the compiler supports GNU C++... yes
#23 3.167 checking whether g++ accepts -g... yes
#23 3.203 checking for g++ option to enable C++11 features... none needed
#23 3.319 checking whether g++ really is a C++ compiler... yes
#23 3.347 
#23 3.380 configure: creating ./config.status
#23 3.532 config.status: creating Makefile.config
#23 3.555 config.status: creating src/ocaml-flags-configure.sexp
#23 3.582 config.status: creating src/core/c-flags.sexp
#23 3.612 
#23 3.616 Opam will be built WITH its default built-in solver
#23 3.616 
#23 3.616 Executables will be installed in /usr/local/bin
#23 3.617 Manual pages will be installed in /usr/local/share/man
#23 3.617 
#23 3.617 Downloading vendored source dependencies...
#23 3.629  * Downloading dune-local...
#23 8.250  * Downloading cppo...
#23 8.678  * Downloading base64...
#23 8.823  * Downloading extlib...
#23 9.174  * Downloading re...
#23 9.526  * Downloading cmdliner...
#23 9.778  * Downloading ocamlgraph...
#23 9.950  * Downloading cudf...
#23 10.51  * Downloading dose3...
#23 11.16  * Downloading opam-file-format...
#23 11.45  * Downloading seq...
#23 11.70  * Downloading stdlib-shims...
#23 11.97  * Downloading spdx_licenses...
#23 12.28  * Downloading opam-0install-cudf...
#23 12.42  * Downloading 0install-solver...
#23 12.59  * Downloading uutf...
#23 12.80  * Downloading jsonm...
#23 13.01  * Downloading sha...
#23 13.16  * Downloading swhid_core...
#23 13.44  * Downloading mccs...
#23 13.94 done
#23 13.94 Extracting vendored source dependencies in src_ext/... done
#23 15.71 make -j -C src_ext lib-ext
#23 15.72 make[1]: Entering directory '/tmp/opam-build-2.3/src_ext'
#23 15.72 NOTE: make lib-ext is no longer required
#23 15.72 make[1]: Leaving directory '/tmp/opam-build-2.3/src_ext'
#23 15.72 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#23 15.80 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#23 16.39 ./.duneboot.exe
#23 34.63 

src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#23 48.93 sed -f process.sed opam.install > processed-opam.install
#23 48.93 src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install
#23 49.44 sed -f process.sed opam-installer.install > processed-opam-installer.install
#23 DONE 50.1s

#24 [stage-0 12/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/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
#24 0.873 Note: switching to '7c92631391984f698f31ee24f3ae4dc1cd3698ff'.
#24 0.873 
#24 0.873 You are in 'detached HEAD' state. You can look around, make experimental
#24 0.873 changes and commit them, and you can discard any commits you make in this
#24 0.873 state without impacting any branches by switching back to a branch.
#24 0.873 
#24 0.873 If you want to create a new branch to retain commits you create, you may
#24 0.873 do so (now or later) by using -c with the switch command. Example:
#24 0.873 
#24 0.873   git switch -c <new-branch-name>
#24 0.873 
#24 0.873 Or undo this operation with:
#24 0.873 
#24 0.873   git switch -
#24 0.873 
#24 0.873 Turn off this advice by setting config variable advice.detachedHead to false
#24 0.873 
#24 0.873 HEAD is now at 7c9263139 Merge pull request #6616 from kit-ty-kate/rel-2.4.1
#24 1.041 checking for ocamlc... ocamlc
#24 1.047 OCaml version is 4.14.2
#24 1.055 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#24 1.055 checking for ocamlopt... ocamlopt
#24 1.065 checking for ocamlc.opt... ocamlc.opt
#24 1.071 checking for ocamlopt.opt... ocamlopt.opt
#24 1.081 checking for ocaml... ocaml
#24 1.081 checking for ocamldep... ocamldep
#24 1.082 checking for ocamldep.opt... ocamldep.opt
#24 1.090 checking for ocamlmktop... ocamlmktop
#24 1.090 checking for ocamlmklib... ocamlmklib
#24 1.090 checking for ocamldoc... ocamldoc
#24 1.091 checking for ocamldoc.opt... ocamldoc.opt
#24 1.100 checking for ocamlbuild... no
#24 1.101 checking OCaml Sys.os_type... Unix
#24 1.136 checking for gawk... gawk
#24 1.151 checking for compiler type... cc
#24 1.517 checking for compiler architecture... amd64
#24 1.879 checking for compiler system... linux
#24 2.251 checking for compiler target... x86_64-pc-linux-gnu
#24 2.586 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#24 2.641 checking whether the C compiler works... yes
#24 2.706 checking for C compiler default output file name... a.out
#24 2.709 checking for suffix of executables... 
#24 2.771 checking whether we are cross compiling... no
#24 2.839 checking for suffix of object files... o
#24 2.881 checking whether the compiler supports GNU C... yes
#24 2.919 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#24 2.958 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#24 3.047 checking for ocamlobjinfo... ocamlobjinfo
#24 3.047 checking for ocamlfind... no
#24 3.048 checking for curl... curl
#24 3.049 checking for dune... no
#24 3.050 checking for patch... patch
#24 3.051 checking for bunzip2... bunzip2
#24 3.066 checking for linking method... shared
#24 3.067 
#24 3.067 checking for OCaml findlib package unix... not found
#24 3.069 checking for OCaml findlib package re 1.9.0 or later... no
#24 3.072 checking for OCaml findlib package base64 3.1.0 or later... no
#24 3.074 checking for OCaml findlib package cmdliner... not found
#24 3.077 checking for OCaml findlib package ocamlgraph... not found
#24 3.078 checking for OCaml findlib package cudf 0.7 or later... no
#24 3.081 checking for OCaml findlib package dose3.common 6.1 or later... no
#24 3.083 checking for OCaml findlib package dose3.algo 6.1 or later... no
#24 3.086 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#24 3.089 checking for OCaml findlib package spdx_licenses... not found
#24 3.090 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#24 3.092 checking for OCaml findlib package jsonm... not found
#24 3.094 checking for OCaml findlib package uutf... not found
#24 3.096 checking for OCaml findlib package sha... not found
#24 3.098 checking for OCaml findlib package swhid_core... not found
#24 3.100 checking for OCaml findlib package patch... not found
#24 3.102 checking for OCaml findlib package mccs 1.1+17 or later... no
#24 3.106 checking for g++... g++
#24 3.145 checking whether the compiler supports GNU C++... yes
#24 3.184 checking whether g++ accepts -g... yes
#24 3.218 checking for g++ option to enable C++11 features... none needed
#24 3.350 checking whether g++ really is a C++ compiler... yes
#24 3.386 
#24 3.419 configure: creating ./config.status
#24 3.569 config.status: creating Makefile.config
#24 3.590 config.status: creating src/ocaml-flags-configure.sexp
#24 3.618 config.status: creating src/core/c-flags.sexp
#24 3.649 
#24 3.654 Opam will be built WITH its default built-in solver
#24 3.654 
#24 3.654 Executables will be installed in /usr/local/bin
#24 3.654 Manual pages will be installed in /usr/local/share/man
#24 3.654 
#24 3.654 Downloading vendored source dependencies...
#24 3.667  * Downloading dune-local...
#24 4.204  * Downloading cppo...
#24 4.697  * Downloading base64...
#24 4.983  * Downloading extlib...
#24 5.470  * Downloading re...
#24 5.802  * Downloading cmdliner...
#24 6.056  * Downloading ocamlgraph...
#24 6.680  * Downloading cudf...
#24 6.915  * Downloading dose3...
#24 7.168  * Downloading opam-file-format...
#24 7.459  * Downloading seq...
#24 7.720  * Downloading stdlib-shims...
#24 8.046  * Downloading spdx_licenses...
#24 8.518  * Downloading opam-0install-cudf...
#24 8.910  * Downloading 0install-solver...
#24 9.604  * Downloading uutf...
#24 9.823  * Downloading jsonm...
#24 10.05  * Downloading sha...
#24 10.47  * Downloading swhid_core...
#24 10.93  * Downloading menhir...
#24 11.34  * Downloading patch...
#24 11.73  * Downloading mccs...
#24 12.20 done
#24 12.20 Extracting vendored source dependencies in src_ext/... done
#24 14.22 make -j -C src_ext lib-ext
#24 14.22 make[1]: Entering directory '/tmp/opam-build-2.4/src_ext'
#24 14.23 NOTE: make lib-ext is no longer required
#24 14.23 make[1]: Leaving directory '/tmp/opam-build-2.4/src_ext'
#24 14.23 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#24 14.31 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#24 14.96 ./.duneboot.exe
#24 35.26 

src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#24 38.16 Creating menhirLib.ml...
#24 38.16 Creating menhirLib.mli...
#24 45.17 Read 99 sample input sentences and 99 error messages.
#24 45.17 Read 99 sample input sentences and 47 error messages.
#24 45.52 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#24 45.52 Grammar has 37 terminal symbols.
#24 45.52 Grammar has 129 productions.
#24 45.52 Built an LR(0) automaton with 199 states.
#24 45.52 The grammar is not SLR(1) -- 7 states have a conflict.
#24 45.52 The construction mode is no-pager.
#24 45.52 Built an LR(1) automaton with 308 states.
#24 45.52 One shift/reduce conflict was silently solved.
#24 45.52 Extra reductions on error were added in 50 states.
#24 45.52 Priority played a role in 0 of these states.
#24 45.52 156 out of 308 states have a default reduction.
#24 45.52 108 out of 308 states are represented.
#24 45.52 44 out of 96 symbols keep track of their start position.
#24 45.52 39 out of 96 symbols keep track of their end position.
#24 45.52 The StackLang code contains 4113 instructions in 277 blocks.
#24 45.52 The StackLang code comprises 5 mutually recursive groups.
#24 45.80 Read 99 sample input sentences and 47 error messages.
#24 64.14 sed -f process.sed opam.install > processed-opam.install
#24 64.14 src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install
#24 65.65 sed -f process.sed opam-installer.install > processed-opam-installer.install
#24 DONE 66.6s

#25 [stage-0 13/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout 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
#25 0.943 Note: switching to '6218d0c4c022106034a93c8ecb5b80fa213d7356'.
#25 0.943 
#25 0.943 You are in 'detached HEAD' state. You can look around, make experimental
#25 0.943 changes and commit them, and you can discard any commits you make in this
#25 0.943 state without impacting any branches by switching back to a branch.
#25 0.943 
#25 0.943 If you want to create a new branch to retain commits you create, you may
#25 0.943 do so (now or later) by using -c with the switch command. Example:
#25 0.943 
#25 0.943   git switch -c <new-branch-name>
#25 0.943 
#25 0.943 Or undo this operation with:
#25 0.943 
#25 0.943   git switch -
#25 0.943 
#25 0.943 Turn off this advice by setting config variable advice.detachedHead to false
#25 0.943 
#25 0.943 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#25 1.194 checking for ocamlc... ocamlc
#25 1.205 OCaml version is 4.14.2
#25 1.213 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#25 1.214 checking for ocamlopt... ocamlopt
#25 1.225 checking for ocamlc.opt... ocamlc.opt
#25 1.234 checking for ocamlopt.opt... ocamlopt.opt
#25 1.247 checking for ocaml... ocaml
#25 1.247 checking for ocamldep... ocamldep
#25 1.248 checking for ocamldep.opt... ocamldep.opt
#25 1.259 checking for ocamlmktop... ocamlmktop
#25 1.259 checking for ocamlmklib... ocamlmklib
#25 1.260 checking for ocamldoc... ocamldoc
#25 1.261 checking for ocamldoc.opt... ocamldoc.opt
#25 1.274 checking for ocamlbuild... no
#25 1.275 checking OCaml Sys.os_type... Unix
#25 1.319 checking for gawk... gawk
#25 1.334 checking for compiler type... cc
#25 1.779 checking for compiler architecture... amd64
#25 2.157 checking for compiler system... linux
#25 2.506 checking for compiler target... x86_64-pc-linux-gnu
#25 2.871 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#25 2.933 checking whether the C compiler works... yes
#25 2.997 checking for C compiler default output file name... a.out
#25 3.000 checking for suffix of executables... 
#25 3.089 checking whether we are cross compiling... no
#25 3.166 checking for suffix of object files... o
#25 3.207 checking whether the compiler supports GNU C... yes
#25 3.244 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#25 3.280 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#25 3.392 checking for ocamlobjinfo... ocamlobjinfo
#25 3.393 checking for ocamlfind... no
#25 3.394 checking for curl... curl
#25 3.395 checking for dune... no
#25 3.395 checking for patch... patch
#25 3.396 checking for bunzip2... bunzip2
#25 3.412 checking for linking method... shared
#25 3.412 
#25 3.412 checking for OCaml findlib package unix... not found
#25 3.414 checking for OCaml findlib package re 1.9.0 or later... no
#25 3.416 checking for OCaml findlib package base64 3.1.0 or later... no
#25 3.419 checking for OCaml findlib package ocamlgraph... not found
#25 3.421 checking for OCaml findlib package cudf 0.7 or later... no
#25 3.424 checking for OCaml findlib package dose3.common 6.1 or later... no
#25 3.427 checking for OCaml findlib package dose3.algo 6.1 or later... no
#25 3.430 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#25 3.433 checking for OCaml findlib package spdx_licenses... not found
#25 3.434 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#25 3.437 checking for OCaml findlib package jsonm... not found
#25 3.439 checking for OCaml findlib package uutf... not found
#25 3.442 checking for OCaml findlib package sha... not found
#25 3.443 checking for OCaml findlib package swhid_core... not found
#25 3.445 checking for OCaml findlib package patch... not found
#25 3.447 checking for OCaml findlib package mccs 1.1+17 or later... no
#25 3.451 checking for g++... g++
#25 3.493 checking whether the compiler supports GNU C++... yes
#25 3.537 checking whether g++ accepts -g... yes
#25 3.576 checking for g++ option to enable C++11 features... none needed
#25 3.706 checking whether g++ really is a C++ compiler... yes
#25 3.737 
#25 3.766 configure: creating ./config.status
#25 3.921 config.status: creating Makefile.config
#25 3.941 config.status: creating src/ocaml-flags-configure.sexp
#25 3.967 config.status: creating src/core/c-flags.sexp
#25 3.993 
#25 3.997 Opam will be built WITH its default built-in solver
#25 3.997 
#25 3.997 Executables will be installed in /usr/local/bin
#25 3.997 Manual pages will be installed in /usr/local/share/man
#25 3.997 
#25 3.997 Downloading vendored source dependencies...
#25 4.010  * Downloading dune-local...
#25 4.442  * Downloading cppo...
#25 4.762  * Downloading base64...
#25 4.937  * Downloading extlib...
#25 5.102  * Downloading re...
#25 5.496  * Downloading ocamlgraph...
#25 5.663  * Downloading cudf...
#25 6.030  * Downloading dose3...
#25 6.443  * Downloading opam-file-format...
#25 6.617  * Downloading stdlib-shims...
#25 6.791  * Downloading spdx_licenses...
#25 6.991  * Downloading opam-0install-cudf...
#25 7.174  * Downloading 0install-solver...
#25 7.355  * Downloading uutf...
#25 7.585  * Downloading jsonm...
#25 7.829  * Downloading sha...
#25 7.999  * Downloading swhid_core...
#25 8.297  * Downloading menhir...
#25 8.693  * Downloading patch...
#25 8.822  * Downloading mccs...
#25 8.977 done
#25 8.977 Extracting vendored source dependencies in src_ext/... done
#25 11.20 make -j -C src_ext lib-ext
#25 11.20 make[1]: Entering directory '/tmp/opam-build-2.5/src_ext'
#25 11.20 NOTE: make lib-ext is no longer required
#25 11.20 make[1]: Leaving directory '/tmp/opam-build-2.5/src_ext'
#25 11.20 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#25 11.29 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#25 12.16 ./.duneboot.exe
#25 42.15 

src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#25 45.58 Creating menhirLib.ml...
#25 45.58 Creating menhirLib.mli...
#25 54.03 Read 99 sample input sentences and 99 error messages.
#25 54.03 Read 99 sample input sentences and 47 error messages.
#25 54.38 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#25 54.38 Grammar has 37 terminal symbols.
#25 54.38 Grammar has 129 productions.
#25 54.38 Built an LR(0) automaton with 199 states.
#25 54.38 The grammar is not SLR(1) -- 7 states have a conflict.
#25 54.38 The construction mode is no-pager.
#25 54.38 Built an LR(1) automaton with 308 states.
#25 54.38 One shift/reduce conflict was silently solved.
#25 54.38 Extra reductions on error were added in 50 states.
#25 54.38 Priority played a role in 0 of these states.
#25 54.38 156 out of 308 states have a default reduction.
#25 54.38 108 out of 308 states are represented.
#25 54.38 44 out of 96 symbols keep track of their start position.
#25 54.38 39 out of 96 symbols keep track of their end position.
#25 54.38 The StackLang code contains 4113 instructions in 277 blocks.
#25 54.38 The StackLang code comprises 5 mutually recursive groups.
#25 54.64 Read 99 sample input sentences and 47 error messages.
#25 79.06 sed -f process.sed opam.install > processed-opam.install
#25 79.07 src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install
#25 80.63 sed -f process.sed opam-installer.install > processed-opam-installer.install
#25 DONE 82.2s

#26 [stage-0 14/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 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
#26 1.387 Note: switching to '1ea21b460db391ba6f8fb727ee296a86f65579e2'.
#26 1.387 
#26 1.387 You are in 'detached HEAD' state. You can look around, make experimental
#26 1.387 changes and commit them, and you can discard any commits you make in this
#26 1.387 state without impacting any branches by switching back to a branch.
#26 1.387 
#26 1.387 If you want to create a new branch to retain commits you create, you may
#26 1.387 do so (now or later) by using -c with the switch command. Example:
#26 1.387 
#26 1.387   git switch -c <new-branch-name>
#26 1.387 
#26 1.387 Or undo this operation with:
#26 1.387 
#26 1.387   git switch -
#26 1.387 
#26 1.387 Turn off this advice by setting config variable advice.detachedHead to false
#26 1.387 
#26 1.387 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#26 1.707 checking for ocamlc... ocamlc
#26 1.734 OCaml version is 4.14.2
#26 1.748 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#26 1.749 checking for ocamlopt... ocamlopt
#26 1.766 checking for ocamlc.opt... ocamlc.opt
#26 1.781 checking for ocamlopt.opt... ocamlopt.opt
#26 1.798 checking for ocaml... ocaml
#26 1.804 checking for ocamldep... ocamldep
#26 1.804 checking for ocamldep.opt... ocamldep.opt
#26 1.822 checking for ocamlmktop... ocamlmktop
#26 1.823 checking for ocamlmklib... ocamlmklib
#26 1.823 checking for ocamldoc... ocamldoc
#26 1.824 checking for ocamldoc.opt... ocamldoc.opt
#26 1.840 checking for ocamlbuild... no
#26 1.840 checking OCaml Sys.os_type... Unix
#26 1.890 checking for gawk... gawk
#26 1.912 checking for compiler type... cc
#26 2.443 checking for compiler architecture... amd64
#26 2.970 checking for compiler system... linux
#26 3.493 checking for compiler target... x86_64-pc-linux-gnu
#26 4.049 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#26 4.156 checking whether the C compiler works... yes
#26 4.254 checking for C compiler default output file name... a.out
#26 4.261 checking for suffix of executables... 
#26 4.366 checking whether we are cross compiling... no
#26 4.472 checking for suffix of object files... o
#26 4.537 checking whether the compiler supports GNU C... yes
#26 4.601 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#26 4.666 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#26 4.813 checking for ocamlobjinfo... ocamlobjinfo
#26 4.814 checking for ocamlfind... no
#26 4.814 checking for curl... curl
#26 4.815 checking for dune... no
#26 4.816 checking for patch... patch
#26 4.817 checking for bunzip2... bunzip2
#26 4.846 checking for linking method... shared
#26 4.847 
#26 4.847 checking for OCaml findlib package unix... not found
#26 4.850 checking for OCaml findlib package re 1.9.0 or later... no
#26 4.857 checking for OCaml findlib package base64 3.1.0 or later... no
#26 4.859 checking for OCaml findlib package ocamlgraph... not found
#26 4.861 checking for OCaml findlib package cudf 0.7 or later... no
#26 4.870 checking for OCaml findlib package dose3.common 6.1 or later... no
#26 4.877 checking for OCaml findlib package dose3.algo 6.1 or later... no
#26 4.886 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#26 4.899 checking for OCaml findlib package spdx_licenses... not found
#26 4.903 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#26 4.909 checking for OCaml findlib package jsonm... not found
#26 4.911 checking for OCaml findlib package uutf... not found
#26 4.912 checking for OCaml findlib package sha... not found
#26 4.914 checking for OCaml findlib package swhid_core... not found
#26 4.921 checking for OCaml findlib package patch... not found
#26 4.925 checking for OCaml findlib package mccs 1.1+17 or later... no
#26 4.932 checking for g++... g++
#26 5.007 checking whether the compiler supports GNU C++... yes
#26 5.073 checking whether g++ accepts -g... yes
#26 5.130 checking for g++ option to enable C++11 features... none needed
#26 5.326 checking whether g++ really is a C++ compiler... yes
#26 5.375 
#26 5.427 configure: creating ./config.status
#26 5.684 config.status: creating Makefile.config
#26 5.714 config.status: creating src/ocaml-flags-configure.sexp
#26 5.759 config.status: creating src/core/c-flags.sexp
#26 5.811 
#26 5.817 Opam will be built WITH its default built-in solver
#26 5.818 
#26 5.818 Executables will be installed in /usr/local/bin
#26 5.819 Manual pages will be installed in /usr/local/share/man
#26 5.819 
#26 5.820 Downloading vendored source dependencies...
#26 5.839  * Downloading dune-local...
#26 6.135  * Downloading cppo...
#26 6.647  * Downloading base64...
#26 6.999  * Downloading extlib...
#26 7.350  * Downloading re...
#26 7.704  * Downloading ocamlgraph...
#26 8.048  * Downloading cudf...
#26 8.508  * Downloading dose3...
#26 8.951  * Downloading opam-file-format...
#26 9.308  * Downloading stdlib-shims...
#26 9.662  * Downloading spdx_licenses...
#26 10.02  * Downloading opam-0install-cudf...
#26 10.38  * Downloading 0install-solver...
#26 10.77  * Downloading uutf...
#26 11.03  * Downloading jsonm...
#26 11.28  * Downloading sha...
#26 11.49  * Downloading swhid_core...
#26 11.79  * Downloading menhir...
#26 12.30  * Downloading patch...
#26 12.49  * Downloading mccs...
#26 12.74 done
#26 12.74 Extracting vendored source dependencies in src_ext/... done
#26 16.67 make -j -C src_ext lib-ext
#26 16.67 make[1]: Entering directory '/tmp/opam-build-master/src_ext'
#26 16.69 NOTE: make lib-ext is no longer required
#26 16.69 make[1]: Leaving directory '/tmp/opam-build-master/src_ext'
#26 16.69 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#26 16.80 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#26 18.04 ./.duneboot.exe
#26 59.25 

src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#26 72.19 Creating menhirLib.ml...
#26 72.19 Creating menhirLib.mli...
#26 93.36 Read 99 sample input sentences and 99 error messages.
#26 93.36 Read 99 sample input sentences and 47 error messages.
#26 94.08 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#26 94.08 Grammar has 37 terminal symbols.
#26 94.08 Grammar has 129 productions.
#26 94.08 Built an LR(0) automaton with 199 states.
#26 94.08 The grammar is not SLR(1) -- 7 states have a conflict.
#26 94.08 The construction mode is no-pager.
#26 94.08 Built an LR(1) automaton with 308 states.
#26 94.08 One shift/reduce conflict was silently solved.
#26 94.08 Extra reductions on error were added in 50 states.
#26 94.08 Priority played a role in 0 of these states.
#26 94.08 156 out of 308 states have a default reduction.
#26 94.08 108 out of 308 states are represented.
#26 94.08 44 out of 96 symbols keep track of their start position.
#26 94.08 39 out of 96 symbols keep track of their end position.
#26 94.08 The StackLang code contains 4113 instructions in 277 blocks.
#26 94.08 The StackLang code comprises 5 mutually recursive groups.
#26 94.55 Read 99 sample input sentences and 47 error messages.
#26 124.1 sed -f process.sed opam.install > processed-opam.install
#26 124.1 src_ext/dune-local/_boot/dune.exe build --profile=release --root .  --promote-install-files -- opam-installer.install
#26 125.8 sed -f process.sed opam-installer.install > processed-opam-installer.install
#26 DONE 126.9s

#27 [stage-1  6/41] COPY --from=0 [ /usr/bin/opam-2.1, /usr/bin/opam-2.1 ]
#27 DONE 0.2s

#28 [stage-1  7/41] RUN ln /usr/bin/opam-2.1 /usr/bin/opam
#28 DONE 0.4s

#29 [stage-1  8/41] COPY --from=0 [ /usr/bin/opam-2.2, /usr/bin/opam-2.2 ]
#29 DONE 0.2s

#30 [stage-1  9/41] COPY --from=0 [ /usr/bin/opam-2.3, /usr/bin/opam-2.3 ]
#30 DONE 0.2s

#31 [stage-1 10/41] COPY --from=0 [ /usr/bin/opam-2.4, /usr/bin/opam-2.4 ]
#31 DONE 0.1s

#32 [stage-1 11/41] COPY --from=0 [ /usr/bin/opam-2.5, /usr/bin/opam-2.5 ]
#32 DONE 0.1s

#33 [stage-1 12/41] COPY --from=0 [ /usr/bin/opam-master, /usr/bin/opam-dev ]
#33 DONE 0.2s

#34 [stage-1 13/41] RUN dnf config-manager --set-enabled crb
#34 DONE 0.8s

#35 [stage-1 14/41] RUN yum update -y
#35 1.166 CentOS Stream 9 - BaseOS                         35 kB/s |  14 kB     00:00    
#35 1.724 CentOS Stream 9 - AppStream                      37 kB/s |  15 kB     00:00    
#35 3.389 CentOS Stream 9 - CRB                           6.2 MB/s | 8.1 MB     00:01    
#35 9.025 Dependencies resolved.
#35 9.031 Nothing to do.
#35 9.031 Complete!
#35 DONE 9.2s

#36 [stage-1 15/41] RUN sed -i.bak '/LC_TIME LC_ALL LANGUAGE/aDefaults    env_keep += "OPAMYES OPAMJOBS OPAMVERBOSE"' /etc/sudoers
#36 DONE 0.5s

#37 [stage-1 16/41] COPY <<-EOF /etc/sudoers.d/opam
#37 DONE 0.1s

#38 [stage-1 17/41] RUN chmod 440 /etc/sudoers.d/opam
#38 DONE 0.4s

#39 [stage-1 18/41] RUN chown root:root /etc/sudoers.d/opam
#39 DONE 0.5s

#40 [stage-1 19/41] RUN sed -i.bak 's/^Defaults.*requiretty//g' /etc/sudoers
#40 DONE 0.9s

#41 [stage-1 20/41] RUN useradd -d /home/opam -u 1000 -m -s /bin/bash opam
#41 DONE 0.7s

#42 [stage-1 21/41] RUN passwd -l opam
#42 0.825 Locking password for user opam.
#42 0.825 passwd: Success
#42 DONE 0.9s

#43 [stage-1 22/41] RUN chown -R opam:opam /home/opam
#43 DONE 0.8s

#44 [stage-1 23/41] WORKDIR /home/opam
#44 DONE 0.1s

#45 [stage-1 24/41] RUN mkdir .ssh
#45 DONE 0.6s

#46 [stage-1 25/41] RUN chmod 700 .ssh
#46 DONE 0.6s

#47 [stage-1 26/41] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#47 DONE 0.1s

#48 [stage-1 27/41] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#48 DONE 0.1s

#49 [stage-1 28/41] RUN chmod a+x /home/opam/opam-sandbox-disable
#49 DONE 0.7s

#50 [stage-1 29/41] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#50 DONE 0.6s

#51 [stage-1 30/41] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#51 DONE 0.1s

#52 [stage-1 31/41] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#52 DONE 0.2s

#53 [stage-1 32/41] RUN chmod a+x /home/opam/opam-sandbox-enable
#53 DONE 0.6s

#54 [stage-1 33/41] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#54 DONE 0.8s

#55 [stage-1 34/41] RUN git config --global user.email "docker@example.com"
#55 DONE 0.7s

#56 [stage-1 35/41] RUN git config --global user.name "Docker"
#56 DONE 0.5s

#57 [stage-1 36/41] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#57 DONE 33.0s

#58 [stage-1 37/41] RUN opam-sandbox-disable
#58 0.377 --- opam sandboxing disabled
#58 DONE 0.4s

#59 [stage-1 38/41] RUN opam init -k git -a /home/opam/opam-repository --bare
#59 0.493 Configuring from /home/opam/.opamrc and then from built-in defaults.
#59 0.494 Checking for available remotes: rsync and local, git.
#59 0.494   - you won't be able to use mercurial repositories unless you install the hg command on your system.
#59 0.494   - you won't be able to use darcs repositories unless you install the darcs command on your system.
#59 0.494 
#59 0.498 
#59 0.498 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#59 90.93 [default] Initialised
#59 120.9 
#59 120.9 User configuration:
#59 120.9   Updating ~/.profile.
#59 120.9 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#59 120.9 
#59 DONE 123.1s

#60 [stage-1 39/41] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#60 DONE 0.3s

#61 [stage-1 40/41] RUN rm -rf .opam/repo/default/.git
#61 DONE 0.4s

#62 [stage-1 41/41] COPY --link [ Dockerfile, /Dockerfile.opam ]
#62 DONE 0.1s

#63 exporting to image
#63 exporting layers
#63 exporting layers 19.8s done
#63 writing image sha256:33ca2e31e9394e1bcc022efeb67dbd4e28083b5105dffa9180e05795dc8cc87b done
#63 DONE 19.8s
Pushing "sha256:33ca2e31e9394e1bcc022efeb67dbd4e28083b5105dffa9180e05795dc8cc87b" to "ocurrent/opam-staging:centos-9-opam-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
9b07c6a9b47e: Preparing
5f70bf18a086: Preparing
94bc9a0fb837: Preparing
6354b19e4ca1: Preparing
b410a34f6ea7: Preparing
bc76c14be4df: Preparing
9fcb1917bed6: Preparing
f1d394745b27: Preparing
2cbb198012cd: Preparing
9b3406ea66de: Preparing
bc76c14be4df: Waiting
0ae1103c995f: Preparing
9fcb1917bed6: Waiting
9d264977cef9: Preparing
2cbb198012cd: Waiting
87aa0a46253e: Preparing
f1d394745b27: Waiting
4bfe60aba2e7: Preparing
9b3406ea66de: Waiting
0ae1103c995f: Waiting
be4e6e0960c9: Preparing
9d264977cef9: Waiting
2eb50aa92227: Preparing
4bfe60aba2e7: Waiting
297b603cc67b: Preparing
0717cfa2eec7: Preparing
be4e6e0960c9: Waiting
5f70bf18a086: Preparing
a849933ff4c8: Preparing
0717cfa2eec7: Waiting
7f5c1eeaf019: Preparing
2eb50aa92227: Waiting
297b603cc67b: Waiting
a849933ff4c8: Waiting
03a3c4ae161e: Preparing
7f5c1eeaf019: Waiting
8581d925e111: Preparing
c304074bb291: Preparing
03a3c4ae161e: Waiting
c304074bb291: Preparing
219be8f5c6e5: Preparing
245be0dbb339: Preparing
c304074bb291: Waiting
219be8f5c6e5: Waiting
3a03863716b3: Preparing
245be0dbb339: Waiting
715d907146e3: Preparing
3a03863716b3: Waiting
224f68926bd4: Preparing
715d907146e3: Waiting
c12520789768: Preparing
224f68926bd4: Waiting
ee4e918b6200: Preparing
c12520789768: Waiting
43aa1929972d: Preparing
ee4e918b6200: Waiting
8cdf952b3cc2: Preparing
455c9243bae2: Preparing
8cdf952b3cc2: Waiting
d971ba16fa5b: Preparing
d2b7e3818271: Preparing
455c9243bae2: Waiting
d971ba16fa5b: Waiting
46d90106b685: Preparing
d2b7e3818271: Waiting
95f5d170cce5: Preparing
8f918c6395e5: Preparing
46d90106b685: Waiting
95f5d170cce5: Waiting
0fecb5f0b07a: Preparing
8f918c6395e5: Waiting
0fecb5f0b07a: Waiting
5f70bf18a086: Layer already exists
94bc9a0fb837: Pushed
b410a34f6ea7: Pushed
9b07c6a9b47e: Pushed
f1d394745b27: Pushed
9fcb1917bed6: Pushed
2cbb198012cd: Pushed
0ae1103c995f: Pushed
9d264977cef9: Pushed
9b3406ea66de: Pushed
be4e6e0960c9: Pushed
87aa0a46253e: Pushed
4bfe60aba2e7: Pushed
2eb50aa92227: Pushed
0717cfa2eec7: Pushed
297b603cc67b: Pushed
a849933ff4c8: Pushed
7f5c1eeaf019: Pushed
03a3c4ae161e: Pushed
8581d925e111: Pushed
c304074bb291: Pushed
219be8f5c6e5: Pushed
245be0dbb339: Pushed
715d907146e3: Pushed
224f68926bd4: Pushed
c12520789768: Pushed
3a03863716b3: Pushed
ee4e918b6200: Pushed
43aa1929972d: Pushed
8cdf952b3cc2: Pushed
455c9243bae2: Pushed
d971ba16fa5b: Pushed
d2b7e3818271: Pushed
6354b19e4ca1: Pushed
8f918c6395e5: Pushed
95f5d170cce5: Pushed
0fecb5f0b07a: Pushed
bc76c14be4df: Pushed
46d90106b685: Pushed
centos-9-opam-amd64: digest: sha256:735acdac4ae8ea0dc15aeaad4725e0217c131db41b3b05f7e7a8d5e6b6de5df0 size: 8875
The push refers to repository [docker.io/ocurrent/opam-staging]
9b07c6a9b47e: Preparing
5f70bf18a086: Preparing
94bc9a0fb837: Preparing
6354b19e4ca1: Preparing
b410a34f6ea7: Preparing
bc76c14be4df: Preparing
9fcb1917bed6: Preparing
f1d394745b27: Preparing
2cbb198012cd: Preparing
9b3406ea66de: Preparing
0ae1103c995f: Preparing
9d264977cef9: Preparing
87aa0a46253e: Preparing
4bfe60aba2e7: Preparing
be4e6e0960c9: Preparing
2eb50aa92227: Preparing
297b603cc67b: Preparing
0717cfa2eec7: Preparing
5f70bf18a086: Preparing
a849933ff4c8: Preparing
7f5c1eeaf019: Preparing
03a3c4ae161e: Preparing
8581d925e111: Preparing
c304074bb291: Preparing
c304074bb291: Preparing
219be8f5c6e5: Preparing
245be0dbb339: Preparing
3a03863716b3: Preparing
715d907146e3: Preparing
224f68926bd4: Preparing
c12520789768: Preparing
ee4e918b6200: Preparing
43aa1929972d: Preparing
8cdf952b3cc2: Preparing
455c9243bae2: Preparing
d971ba16fa5b: Preparing
d2b7e3818271: Preparing
46d90106b685: Preparing
95f5d170cce5: Preparing
f1d394745b27: Waiting
2cbb198012cd: Waiting
9b3406ea66de: Waiting
bc76c14be4df: Waiting
9fcb1917bed6: Waiting
0ae1103c995f: Waiting
9d264977cef9: Waiting
0717cfa2eec7: Waiting
87aa0a46253e: Waiting
a849933ff4c8: Waiting
4bfe60aba2e7: Waiting
7f5c1eeaf019: Waiting
297b603cc67b: Waiting
be4e6e0960c9: Waiting
2eb50aa92227: Waiting
c304074bb291: Waiting
8581d925e111: Waiting
219be8f5c6e5: Waiting
8cdf952b3cc2: Waiting
455c9243bae2: Waiting
245be0dbb339: Waiting
715d907146e3: Waiting
224f68926bd4: Waiting
43aa1929972d: Waiting
d971ba16fa5b: Waiting
c12520789768: Waiting
3a03863716b3: Waiting
ee4e918b6200: Waiting
46d90106b685: Waiting
d2b7e3818271: Waiting
8f918c6395e5: Preparing
0fecb5f0b07a: Preparing
95f5d170cce5: Waiting
0fecb5f0b07a: Waiting
8f918c6395e5: Waiting
9b07c6a9b47e: Layer already exists
6354b19e4ca1: Layer already exists
b410a34f6ea7: Layer already exists
5f70bf18a086: Layer already exists
94bc9a0fb837: Layer already exists
f1d394745b27: Layer already exists
2cbb198012cd: Layer already exists
9d264977cef9: Layer already exists
87aa0a46253e: Layer already exists
9fcb1917bed6: Layer already exists
9b3406ea66de: Layer already exists
4bfe60aba2e7: Layer already exists
bc76c14be4df: Layer already exists
297b603cc67b: Layer already exists
be4e6e0960c9: Layer already exists
0ae1103c995f: Layer already exists
2eb50aa92227: Layer already exists
a849933ff4c8: Layer already exists
7f5c1eeaf019: Layer already exists
03a3c4ae161e: Layer already exists
8581d925e111: Layer already exists
c304074bb291: Layer already exists
245be0dbb339: Layer already exists
0717cfa2eec7: Layer already exists
219be8f5c6e5: Layer already exists
715d907146e3: Layer already exists
224f68926bd4: Layer already exists
3a03863716b3: Layer already exists
c12520789768: Layer already exists
ee4e918b6200: Layer already exists
8cdf952b3cc2: Layer already exists
43aa1929972d: Layer already exists
455c9243bae2: Layer already exists
d2b7e3818271: Layer already exists
d971ba16fa5b: Layer already exists
46d90106b685: Layer already exists
95f5d170cce5: Layer already exists
8f918c6395e5: Layer already exists
0fecb5f0b07a: Layer already exists
centos-9-opam-amd64: digest: sha256:735acdac4ae8ea0dc15aeaad4725e0217c131db41b3b05f7e7a8d5e6b6de5df0 size: 8875
Job succeeded
2026-06-06 13:44.41: Job succeeded