Build:
- 0
2026-03-16 09:48.41: New job: Build using linux-riscv64 in
[https://github.com/ocaml/opam-repository#master (4f056bfedf536e66065c3783e694e6aa0b38261a)]
2026-03-16 09:48.41: Will push staging image to ocurrent/opam-staging:ubuntu-24.04-opam-riscv64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM ubuntu:noble
LABEL distro_style="apt"
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.0/opam /usr/local/bin/opam-2.0 && chmod a+x /usr/local/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout edf980ebd18ad6b5e990dbf3b6367cffcaf01815 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
FROM ubuntu:noble
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
Acquire::Retries "5";
EOF
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
COPY --from=0 [ "/usr/local/bin/opam-2.0", "/usr/bin/opam-2.0" ]
RUN ln /usr/bin/opam-2.0 /usr/bin/opam
COPY --from=0 [ "/usr/local/bin/opam-2.1", "/usr/bin/opam-2.1" ]
COPY --from=0 [ "/usr/local/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/local/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/local/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/local/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/local/bin/opam-master", "/usr/bin/opam-dev" ]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
COPY <<-EOF /etc/sudoers.d/opam
opam ALL=(ALL:ALL) NOPASSWD:ALL
EOF
RUN chmod 440 /etc/sudoers.d/opam
RUN chown root:root /etc/sudoers.d/opam
RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
RUN adduser --uid 1000 --disabled-password --gecos '' opam
RUN passwd -l opam
RUN chown -R opam:opam /home/opam
USER opam
ENV HOME="/home/opam"
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
wrap-build-commands: []
wrap-install-commands: []
wrap-remove-commands: []
required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#!/bin/sh
cp ~/.opamrc-nosandbox ~/.opamrc
echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#!/bin/sh
cp ~/.opamrc-sandbox ~/.opamrc
echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
RUN opam-sandbox-disable
RUN opam init -k git -a /home/opam/opam-repository --bare
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
RUN rm -rf .opam/repo/default/.git
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2026-03-16 09:48.41: Using cache hint "opam-ubuntu-24.04"
2026-03-16 09:48.41: Waiting for resource in pool OCluster
2026-03-16 09:48.41: Waiting for worker…
2026-03-18 18:55.19: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
Updating files: 9% (1826/18390)
Updating files: 10% (1839/18390)
Updating files: 11% (2023/18390)
Updating files: 12% (2207/18390)
Updating files: 13% (2391/18390)
Updating files: 14% (2575/18390)
Updating files: 15% (2759/18390)
Updating files: 16% (2943/18390)
Updating files: 17% (3127/18390)
Updating files: 18% (3311/18390)
Updating files: 19% (3495/18390)
Updating files: 20% (3678/18390)
Updating files: 21% (3862/18390)
Updating files: 22% (4046/18390)
Updating files: 22% (4077/18390)
Updating files: 23% (4230/18390)
Updating files: 24% (4414/18390)
Updating files: 25% (4598/18390)
Updating files: 26% (4782/18390)
Updating files: 27% (4966/18390)
Updating files: 28% (5150/18390)
Updating files: 29% (5334/18390)
Updating files: 30% (5517/18390)
Updating files: 31% (5701/18390)
Updating files: 32% (5885/18390)
Updating files: 33% (6069/18390)
Updating files: 34% (6253/18390)
Updating files: 34% (6396/18390)
Updating files: 35% (6437/18390)
Updating files: 36% (6621/18390)
Updating files: 37% (6805/18390)
Updating files: 38% (6989/18390)
Updating files: 39% (7173/18390)
Updating files: 40% (7356/18390)
Updating files: 41% (7540/18390)
Updating files: 42% (7724/18390)
Updating files: 43% (7908/18390)
Updating files: 44% (8092/18390)
Updating files: 45% (8276/18390)
Updating files: 46% (8460/18390)
Updating files: 47% (8644/18390)
Updating files: 47% (8645/18390)
Updating files: 48% (8828/18390)
Updating files: 49% (9012/18390)
Updating files: 50% (9195/18390)
Updating files: 51% (9379/18390)
Updating files: 52% (9563/18390)
Updating files: 53% (9747/18390)
Updating files: 54% (9931/18390)
Updating files: 55% (10115/18390)
Updating files: 56% (10299/18390)
Updating files: 57% (10483/18390)
Updating files: 58% (10667/18390)
Updating files: 59% (10851/18390)
Updating files: 59% (10962/18390)
Updating files: 60% (11034/18390)
Updating files: 61% (11218/18390)
Updating files: 62% (11402/18390)
Updating files: 63% (11586/18390)
Updating files: 64% (11770/18390)
Updating files: 65% (11954/18390)
Updating files: 66% (12138/18390)
Updating files: 67% (12322/18390)
Updating files: 68% (12506/18390)
Updating files: 69% (12690/18390)
Updating files: 70% (12873/18390)
Updating files: 71% (13057/18390)
Updating files: 72% (13241/18390)
Updating files: 72% (13263/18390)
Updating files: 73% (13425/18390)
Updating files: 74% (13609/18390)
Updating files: 75% (13793/18390)
Updating files: 76% (13977/18390)
Updating files: 77% (14161/18390)
Updating files: 78% (14345/18390)
Updating files: 79% (14529/18390)
Updating files: 80% (14712/18390)
Updating files: 81% (14896/18390)
Updating files: 82% (15080/18390)
Updating files: 83% (15264/18390)
Updating files: 84% (15448/18390)
Updating files: 85% (15632/18390)
Updating files: 85% (15646/18390)
Updating files: 86% (15816/18390)
Updating files: 87% (16000/18390)
Updating files: 88% (16184/18390)
Updating files: 89% (16368/18390)
Updating files: 90% (16551/18390)
Updating files: 91% (16735/18390)
Updating files: 92% (16919/18390)
Updating files: 93% (17103/18390)
Updating files: 94% (17287/18390)
Updating files: 95% (17471/18390)
Updating files: 96% (17655/18390)
Updating files: 97% (17839/18390)
Updating files: 97% (17901/18390)
Updating files: 98% (18023/18390)
Updating files: 99% (18207/18390)
Updating files: 100% (18390/18390)
Updating files: 100% (18390/18390), done.
HEAD is now at ffb54b9bdd Merge pull request #29488 from alan-j-hu/release-textmate-language-0.5.0
HEAD is now at 4f056bfedf Merge pull request #29543 from Zaneham/add-olint-0.1.0
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 7.12kB 0.0s done
#1 DONE 0.2s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 1.6s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:4a43a54dd1fedceb30ba47e76cfcf2b47304f4161c0caeac2db1c61804ea3c91
#3 resolve docker.io/docker/dockerfile:1@sha256:4a43a54dd1fedceb30ba47e76cfcf2b47304f4161c0caeac2db1c61804ea3c91 0.0s done
#3 sha256:4a43a54dd1fedceb30ba47e76cfcf2b47304f4161c0caeac2db1c61804ea3c91 8.43kB / 8.43kB done
#3 sha256:50583a45c53c7d24f5e0b746e8e274e80a772c1e9920a0193e9cbc41bea66d71 1.13kB / 1.13kB done
#3 sha256:22c6d66e6639899f16c21c209e872b1c56b6ee58be98e2c5b1a5cb0deee7fb05 1.33kB / 1.33kB done
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 0B / 13.09MB 0.1s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 1.05MB / 13.09MB 0.3s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 3.15MB / 13.09MB 0.5s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 4.19MB / 13.09MB 0.6s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 6.29MB / 13.09MB 0.8s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 8.39MB / 13.09MB 1.0s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 10.49MB / 13.09MB 1.2s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 11.53MB / 13.09MB 1.3s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 13.09MB / 13.09MB 1.4s
#3 sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 13.09MB / 13.09MB 1.5s done
#3 extracting sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1
#3 extracting sha256:1052166a52bde957ada4b206faa7a988f7f36bc9e2dd5b201553912a5c16f5b1 2.0s done
#3 DONE 3.8s
#4 [internal] load metadata for docker.io/library/ubuntu:noble
#4 DONE 1.4s
#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 [internal] preparing inline document
#11 DONE 0.0s
#12 [stage-0 1/14] FROM docker.io/library/ubuntu:noble@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932
#12 resolve docker.io/library/ubuntu:noble@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932 0.1s done
#12 ...
#10 [internal] preparing inline document
#10 DONE 0.1s
#12 [stage-0 1/14] FROM docker.io/library/ubuntu:noble@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932
#12 sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932 6.69kB / 6.69kB done
#12 sha256:c3570aeb3f0e000d16c7740aa75e9931f47492b273aeaaa8cfc5383e8a61dd29 424B / 424B done
#12 sha256:81c69b7c6895113f5196a216d2caa7c5bca233166ec44566e0a4eed54cb05325 2.30kB / 2.30kB done
#12 ...
#11 [internal] preparing inline document
#11 DONE 0.4s
#12 [stage-0 1/14] FROM docker.io/library/ubuntu:noble@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932
#12 DONE 0.5s
#6 [internal] preparing inline document
#6 DONE 0.4s
#7 [internal] preparing inline document
#7 DONE 0.5s
#13 [stage-0 2/14] RUN apt-get -y update
#13 ...
#8 [internal] preparing inline document
#8 DONE 0.5s
#9 [internal] preparing inline document
#9 DONE 0.6s
#14 [internal] load build context
#14 ...
#15 [stage-1 2/41] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#15 DONE 2.1s
#14 [internal] load build context
#14 ...
#16 [stage-1 3/41] COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
#16 DONE 0.4s
#14 [internal] load build context
#14 transferring context: 7.04MB 4.6s
#14 transferring context: 7.67MB 9.7s
#14 ...
#13 [stage-0 2/14] RUN apt-get -y update
#13 2.452 Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
#13 2.601 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
#13 2.641 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
#13 2.704 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
#13 3.136 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/multiverse riscv64 Packages [204 kB]
#13 3.270 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe riscv64 Packages [18.3 MB]
#13 5.046 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 Packages [1700 kB]
#13 5.268 Get:8 http://ports.ubuntu.com/ubuntu-ports noble/restricted riscv64 Packages [3482 B]
#13 5.268 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [4801 B]
#13 5.281 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [11.0 kB]
#13 5.281 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [946 kB]
#13 5.345 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1525 kB]
#13 5.448 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [49.4 kB]
#13 5.448 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.5 kB]
#13 5.448 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse riscv64 Packages [695 B]
#13 5.448 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [3443 B]
#13 5.448 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [974 kB]
#13 5.541 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [620 kB]
#13 5.581 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [8714 B]
#13 11.35 Fetched 25.0 MB in 9s (2792 kB/s)
#13 11.35 Reading package lists...
#13 ...
#17 [stage-1 4/41] RUN apt-get -y update
#17 1.273 Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
#17 1.861 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
#17 2.146 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
#17 2.505 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
#17 2.791 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 Packages [1700 kB]
#17 4.983 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/restricted riscv64 Packages [3482 B]
#17 4.983 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe riscv64 Packages [18.3 MB]
#17 7.000 Get:8 http://ports.ubuntu.com/ubuntu-ports noble/multiverse riscv64 Packages [204 kB]
#17 7.022 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [4801 B]
#17 7.042 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1525 kB]
#17 7.222 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [11.0 kB]
#17 7.237 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [946 kB]
#17 7.338 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [49.4 kB]
#17 7.362 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse riscv64 Packages [695 B]
#17 7.362 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.5 kB]
#17 7.364 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [974 kB]
#17 7.495 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [8714 B]
#17 7.495 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [3443 B]
#17 7.502 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [620 kB]
#17 ...
#14 [internal] load build context
#14 transferring context: 8.31MB 14.7s
#14 ...
#13 [stage-0 2/14] RUN apt-get -y update
#13 11.35 Reading package lists...
#13 DONE 21.2s
#14 [internal] load build context
#14 transferring context: 8.96MB 21.9s
#14 ...
#17 [stage-1 4/41] RUN apt-get -y update
#17 13.34 Fetched 25.0 MB in 12s (2023 kB/s)
#17 13.34 Reading package lists...
#17 DONE 22.1s
#14 [internal] load build context
#14 ...
#18 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 0.898 Reading package lists...
#18 ...
#14 [internal] load build context
#14 transferring context: 10.01MB 30.5s
#14 ...
#19 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 0.956 Reading package lists...
#19 6.803 Building dependency tree...
#19 7.581 Reading state information...
#19 8.001 Calculating upgrade...
#19 ...
#14 [internal] load build context
#14 transferring context: 10.62MB 35.5s
#14 transferring context: 11.18MB 40.6s
#14 ...
#18 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 0.898 Reading package lists...
#18 6.971 Building dependency tree...
#18 7.835 Reading state information...
#18 8.280 Calculating upgrade...
#18 10.74 The following packages will be upgraded:
#18 10.76 bsdutils coreutils gcc-14-base libblkid1 libgcc-s1 libgnutls30t64 libmount1
#18 10.76 libsmartcols1 libstdc++6 libuuid1 mount util-linux
#18 11.01 12 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#18 11.01 Need to get 5612 kB of archives.
#18 11.01 After this operation, 1024 B of additional disk space will be used.
#18 11.01 Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 bsdutils riscv64 1:2.39.3-9ubuntu6.5 [116 kB]
#18 11.16 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 coreutils riscv64 9.4-3ubuntu6.2 [1459 kB]
#18 11.42 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 util-linux riscv64 2.39.3-9ubuntu6.5 [1333 kB]
#18 11.63 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 mount riscv64 2.39.3-9ubuntu6.5 [152 kB]
#18 11.67 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gcc-14-base riscv64 14.2.0-4ubuntu2~24.04.1 [51.0 kB]
#18 11.67 Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libstdc++6 riscv64 14.2.0-4ubuntu2~24.04.1 [819 kB]
#18 11.77 Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgcc-s1 riscv64 14.2.0-4ubuntu2~24.04.1 [62.9 kB]
#18 11.78 Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libblkid1 riscv64 2.39.3-9ubuntu6.5 [206 kB]
#18 11.81 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmount1 riscv64 2.39.3-9ubuntu6.5 [212 kB]
#18 11.82 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsmartcols1 riscv64 2.39.3-9ubuntu6.5 [147 kB]
#18 11.83 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libuuid1 riscv64 2.39.3-9ubuntu6.5 [38.5 kB]
#18 11.84 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgnutls30t64 riscv64 3.8.3-1.1ubuntu3.5 [1016 kB]
#18 12.88 debconf: delaying package configuration, since apt-utils is not installed
#18 13.09 Fetched 5612 kB in 1s (5452 kB/s)
#18 13.20 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 13.24 Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.5_riscv64.deb ...
#18 13.29 Unpacking bsdutils (1:2.39.3-9ubuntu6.5) over (1:2.39.3-9ubuntu6.4) ...
#18 13.74 Setting up bsdutils (1:2.39.3-9ubuntu6.5) ...
#18 13.95 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 13.99 Preparing to unpack .../coreutils_9.4-3ubuntu6.2_riscv64.deb ...
#18 14.03 Unpacking coreutils (9.4-3ubuntu6.2) over (9.4-3ubuntu6.1) ...
#18 16.29 Setting up coreutils (9.4-3ubuntu6.2) ...
#18 16.47 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 16.49 Preparing to unpack .../util-linux_2.39.3-9ubuntu6.5_riscv64.deb ...
#18 16.54 Unpacking util-linux (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#18 ...
#19 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 10.41 The following packages will be upgraded:
#19 10.42 bsdutils coreutils gcc-14-base libblkid1 libgcc-s1 libgnutls30t64 libmount1
#19 10.43 libsmartcols1 libstdc++6 libuuid1 mount util-linux
#19 10.66 12 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#19 10.66 Need to get 5612 kB of archives.
#19 10.66 After this operation, 1024 B of additional disk space will be used.
#19 10.66 Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 bsdutils riscv64 1:2.39.3-9ubuntu6.5 [116 kB]
#19 10.79 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 coreutils riscv64 9.4-3ubuntu6.2 [1459 kB]
#19 11.03 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 util-linux riscv64 2.39.3-9ubuntu6.5 [1333 kB]
#19 11.16 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 mount riscv64 2.39.3-9ubuntu6.5 [152 kB]
#19 11.17 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gcc-14-base riscv64 14.2.0-4ubuntu2~24.04.1 [51.0 kB]
#19 11.18 Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libstdc++6 riscv64 14.2.0-4ubuntu2~24.04.1 [819 kB]
#19 11.24 Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgcc-s1 riscv64 14.2.0-4ubuntu2~24.04.1 [62.9 kB]
#19 11.24 Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libblkid1 riscv64 2.39.3-9ubuntu6.5 [206 kB]
#19 11.26 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmount1 riscv64 2.39.3-9ubuntu6.5 [212 kB]
#19 11.28 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsmartcols1 riscv64 2.39.3-9ubuntu6.5 [147 kB]
#19 11.30 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libuuid1 riscv64 2.39.3-9ubuntu6.5 [38.5 kB]
#19 11.30 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgnutls30t64 riscv64 3.8.3-1.1ubuntu3.5 [1016 kB]
#19 12.84 debconf: delaying package configuration, since apt-utils is not installed
#19 13.07 Fetched 5612 kB in 1s (6728 kB/s)
#19 13.22 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 13.33 Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.5_riscv64.deb ...
#19 13.38 Unpacking bsdutils (1:2.39.3-9ubuntu6.5) over (1:2.39.3-9ubuntu6.4) ...
#19 13.75 Setting up bsdutils (1:2.39.3-9ubuntu6.5) ...
#19 13.90 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 13.92 Preparing to unpack .../coreutils_9.4-3ubuntu6.2_riscv64.deb ...
#19 13.95 Unpacking coreutils (9.4-3ubuntu6.2) over (9.4-3ubuntu6.1) ...
#19 16.13 Setting up coreutils (9.4-3ubuntu6.2) ...
#19 16.30 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 16.34 Preparing to unpack .../util-linux_2.39.3-9ubuntu6.5_riscv64.deb ...
#19 16.37 Unpacking util-linux (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#19 19.09 Setting up util-linux (2.39.3-9ubuntu6.5) ...
#19 20.51 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 20.54 Preparing to unpack .../mount_2.39.3-9ubuntu6.5_riscv64.deb ...
#19 20.59 Unpacking mount (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#19 ...
#14 [internal] load build context
#14 transferring context: 11.76MB 45.7s
#14 ...
#19 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 20.95 Preparing to unpack .../gcc-14-base_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#19 21.00 Unpacking gcc-14-base:riscv64 (14.2.0-4ubuntu2~24.04.1) over (14.2.0-4ubuntu2~24.04) ...
#19 21.24 Setting up gcc-14-base:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#19 21.53 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 21.57 Preparing to unpack .../libstdc++6_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#19 21.81 Unpacking libstdc++6:riscv64 (14.2.0-4ubuntu2~24.04.1) over (14.2.0-4ubuntu2~24.04) ...
#19 22.33 Setting up libstdc++6:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#19 22.56 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 22.58 Preparing to unpack .../libgcc-s1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#19 22.62 Unpacking libgcc-s1:riscv64 (14.2.0-4ubuntu2~24.04.1) over (14.2.0-4ubuntu2~24.04) ...
#19 22.79 Setting up libgcc-s1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#19 22.99 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 23.04 Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.5_riscv64.deb ...
#19 23.08 Unpacking libblkid1:riscv64 (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#19 23.32 Setting up libblkid1:riscv64 (2.39.3-9ubuntu6.5) ...
#19 23.50 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 23.53 Preparing to unpack .../libmount1_2.39.3-9ubuntu6.5_riscv64.deb ...
#19 23.57 Unpacking libmount1:riscv64 (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#19 23.87 Setting up libmount1:riscv64 (2.39.3-9ubuntu6.5) ...
#19 24.25 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 24.29 Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.5_riscv64.deb ...
#19 24.40 Unpacking libsmartcols1:riscv64 (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#19 24.91 Setting up libsmartcols1:riscv64 (2.39.3-9ubuntu6.5) ...
#19 25.08 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 25.10 Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.5_riscv64.deb ...
#19 25.14 Unpacking libuuid1:riscv64 (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#19 25.32 Setting up libuuid1:riscv64 (2.39.3-9ubuntu6.5) ...
#19 25.68 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 25.71 Preparing to unpack .../libgnutls30t64_3.8.3-1.1ubuntu3.5_riscv64.deb ...
#19 25.75 Unpacking libgnutls30t64:riscv64 (3.8.3-1.1ubuntu3.5) over (3.8.3-1.1ubuntu3.4) ...
#19 26.20 Setting up libgnutls30t64:riscv64 (3.8.3-1.1ubuntu3.5) ...
#19 26.32 Setting up mount (2.39.3-9ubuntu6.5) ...
#19 26.37 Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
#19 ...
#14 [internal] load build context
#14 ...
#19 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 DONE 27.8s
#14 [internal] load build context
#14 transferring context: 12.26MB 50.7s
#14 ...
#18 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 18.57 Setting up util-linux (2.39.3-9ubuntu6.5) ...
#18 20.10 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 20.11 Preparing to unpack .../mount_2.39.3-9ubuntu6.5_riscv64.deb ...
#18 20.14 Unpacking mount (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#18 20.48 Preparing to unpack .../gcc-14-base_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#18 20.56 Unpacking gcc-14-base:riscv64 (14.2.0-4ubuntu2~24.04.1) over (14.2.0-4ubuntu2~24.04) ...
#18 20.95 Setting up gcc-14-base:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#18 21.41 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 21.46 Preparing to unpack .../libstdc++6_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#18 21.59 Unpacking libstdc++6:riscv64 (14.2.0-4ubuntu2~24.04.1) over (14.2.0-4ubuntu2~24.04) ...
#18 22.30 Setting up libstdc++6:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#18 22.51 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 22.53 Preparing to unpack .../libgcc-s1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#18 22.59 Unpacking libgcc-s1:riscv64 (14.2.0-4ubuntu2~24.04.1) over (14.2.0-4ubuntu2~24.04) ...
#18 22.80 Setting up libgcc-s1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#18 22.99 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 23.03 Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.5_riscv64.deb ...
#18 23.07 Unpacking libblkid1:riscv64 (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#18 23.46 Setting up libblkid1:riscv64 (2.39.3-9ubuntu6.5) ...
#18 24.05 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 24.08 Preparing to unpack .../libmount1_2.39.3-9ubuntu6.5_riscv64.deb ...
#18 24.25 Unpacking libmount1:riscv64 (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#18 24.49 Setting up libmount1:riscv64 (2.39.3-9ubuntu6.5) ...
#18 24.69 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 24.72 Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.5_riscv64.deb ...
#18 24.76 Unpacking libsmartcols1:riscv64 (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#18 24.98 Setting up libsmartcols1:riscv64 (2.39.3-9ubuntu6.5) ...
#18 25.17 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 25.19 Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.5_riscv64.deb ...
#18 25.23 Unpacking libuuid1:riscv64 (2.39.3-9ubuntu6.5) over (2.39.3-9ubuntu6.4) ...
#18 25.42 Setting up libuuid1:riscv64 (2.39.3-9ubuntu6.5) ...
#18 25.65 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#18 25.68 Preparing to unpack .../libgnutls30t64_3.8.3-1.1ubuntu3.5_riscv64.deb ...
#18 25.72 Unpacking libgnutls30t64:riscv64 (3.8.3-1.1ubuntu3.5) over (3.8.3-1.1ubuntu3.4) ...
#18 26.12 Setting up libgnutls30t64:riscv64 (3.8.3-1.1ubuntu3.5) ...
#18 26.22 Setting up mount (2.39.3-9ubuntu6.5) ...
#18 26.25 Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
#18 DONE 27.1s
#14 [internal] load build context
#14 transferring context: 12.89MB 55.9s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 0.961 Reading package lists...
#20 7.182 Building dependency tree...
#20 7.956 Reading state information...
#20 9.957 The following additional packages will be installed:
#20 9.957 adduser binutils binutils-common binutils-riscv64-linux-gnu bzip2
#20 9.957 ca-certificates cpp cpp-13 cpp-13-riscv64-linux-gnu cpp-riscv64-linux-gnu
#20 9.957 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core
#20 9.957 fonts-dejavu-mono g++ g++-13 g++-13-riscv64-linux-gnu g++-riscv64-linux-gnu
#20 9.957 gcc gcc-13 gcc-13-base gcc-13-riscv64-linux-gnu gcc-riscv64-linux-gnu
#20 9.957 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf
#20 9.957 gpgsm keyboxd krb5-locales less libalgorithm-diff-perl
#20 9.957 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaom3 libapparmor1
#20 9.957 libasan8 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin
#20 9.957 libc-devtools libc6-dev libcbor0.10 libcc1-0 libcrypt-dev libctf-nobfd0
#20 9.957 libctf0 libcurl3t64-gnutls libcurl4t64 libde265-0 libdeflate0 libdpkg-perl
#20 9.957 libedit2 liberror-perl libexpat1 libfakeroot libfido2-1
#20 9.957 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev libgd3
#20 9.957 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#20 9.957 libheif-plugin-aomdec libheif-plugin-aomenc libheif-plugin-libde265 libheif1
#20 9.957 libisl23 libitm1 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3
#20 9.957 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2
#20 9.957 liblerc4 liblocale-gettext-perl libmpc3 libmpfr6 libnghttp2-14
#20 9.957 libperl5.38t64 libpng16-16t64 libpsl5t64 libreadline8t64 librtmp1 libsasl2-2
#20 9.957 libsasl2-modules libsasl2-modules-db libsframe1 libsharpyuv0 libsqlite3-0
#20 9.957 libssh-4 libstdc++-13-dev libtiff6 libubsan1 libwebp7 libx11-6 libx11-data
#20 9.957 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev
#20 9.957 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl
#20 9.959 patch perl perl-modules-5.38 pinentry-curses publicsuffix readline-common
#20 9.966 rpcsvc-proto xauth xz-utils
#20 9.972 Suggested packages:
#20 9.972 cron quota ecryptfs-utils binutils-doc gprofng-gui bzip2-doc cpp-doc
#20 9.972 gcc-13-locales cpp-13-doc dbus-user-session libpam-systemd pinentry-gnome3
#20 9.972 tor debian-keyring gcc-13-doc gcc-multilib autoconf automake libtool flex
#20 9.972 bison gdb gcc-doc gdb-riscv64-linux-gnu gettext-base git-daemon-run
#20 9.972 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
#20 9.972 git-mediawiki git-svn parcimonie xloadimage gpg-wks-server scdaemon
#20 9.972 glibc-doc bzr libgd-tools gdbm-l10n krb5-doc krb5-user libheif-plugin-x265
#20 9.972 libheif-plugin-ffmpegdec libheif-plugin-jpegdec libheif-plugin-jpegenc
#20 9.972 libheif-plugin-j2kdec libheif-plugin-j2kenc libheif-plugin-rav1e
#20 9.972 libheif-plugin-svtenc libsasl2-modules-gssapi-mit
#20 9.972 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#20 9.972 libsasl2-modules-sql libstdc++-13-doc make-doc man-browser keychain
#20 9.972 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#20 9.972 libterm-readline-gnu-perl | libterm-readline-perl-perl
#20 9.972 libtap-harness-archive-perl pinentry-doc readline-doc
#20 ...
#14 [internal] load build context
#14 transferring context: 13.48MB 60.9s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 1.575 Reading package lists...
#21 7.414 Building dependency tree...
#21 8.229 Reading state information...
#21 ...
#14 [internal] load build context
#14 transferring context: 14.13MB 65.9s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 11.24 The following NEW packages will be installed:
#20 11.24 adduser binutils binutils-common binutils-riscv64-linux-gnu build-essential
#20 11.24 bzip2 ca-certificates cpp cpp-13 cpp-13-riscv64-linux-gnu
#20 11.24 cpp-riscv64-linux-gnu curl dirmngr dpkg-dev fakeroot fontconfig-config
#20 11.24 fonts-dejavu-core fonts-dejavu-mono g++ g++-13 g++-13-riscv64-linux-gnu
#20 11.24 g++-riscv64-linux-gnu gcc gcc-13 gcc-13-base gcc-13-riscv64-linux-gnu
#20 11.24 gcc-riscv64-linux-gnu git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
#20 11.24 gpg-wks-client gpgconf gpgsm keyboxd krb5-locales less
#20 11.24 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#20 11.24 libaom3 libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libbsd0
#20 11.24 libc-dev-bin libc-devtools libc6-dev libcap-dev libcbor0.10 libcc1-0
#20 11.24 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64 libde265-0
#20 11.24 libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot
#20 11.24 libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev
#20 11.24 libgd3 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#20 11.24 libheif-plugin-aomdec libheif-plugin-aomenc libheif-plugin-libde265 libheif1
#20 11.24 libisl23 libitm1 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3
#20 11.24 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2
#20 11.24 liblerc4 liblocale-gettext-perl libmpc3 libmpfr6 libnghttp2-14
#20 11.24 libperl5.38t64 libpng16-16t64 libpsl5t64 libreadline8t64 librtmp1 libsasl2-2
#20 11.24 libsasl2-modules libsasl2-modules-db libsframe1 libsharpyuv0 libsqlite3-0
#20 11.24 libssh-4 libstdc++-13-dev libtiff6 libubsan1 libwebp7 libx11-6 libx11-data
#20 11.24 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev
#20 11.25 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl
#20 11.25 patch perl perl-modules-5.38 pinentry-curses publicsuffix readline-common
#20 11.25 rpcsvc-proto sudo xauth xz-utils
#20 11.54 0 upgraded, 142 newly installed, 0 to remove and 0 not upgraded.
#20 11.54 Need to get 103 MB of archives.
#20 11.54 After this operation, 411 MB of additional disk space will be used.
#20 11.54 Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liblocale-gettext-perl riscv64 1.07-6ubuntu5 [15.7 kB]
#20 11.61 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl-modules-5.38 all 5.38.2-3.2ubuntu0.2 [3110 kB]
#20 12.22 Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgdbm6t64 riscv64 1.23-5.1build1 [35.9 kB]
#20 12.23 Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgdbm-compat4t64 riscv64 1.23-5.1build1 [6884 B]
#20 12.24 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libperl5.38t64 riscv64 5.38.2-3.2ubuntu0.2 [4471 kB]
#20 12.78 Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl riscv64 5.38.2-3.2ubuntu0.2 [231 kB]
#20 12.80 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 adduser all 3.137ubuntu1 [101 kB]
#20 12.81 Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 openssl riscv64 3.0.13-0ubuntu3.7 [993 kB]
#20 12.89 Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 ca-certificates all 20240203 [159 kB]
#20 12.91 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 krb5-locales all 1.20.1-6ubuntu2.6 [14.8 kB]
#20 12.91 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 less riscv64 590-2ubuntu2.1 [146 kB]
#20 12.92 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libapparmor1 riscv64 4.0.1really4.0.1-0ubuntu0.24.04.5 [52.2 kB]
#20 12.94 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libbsd0 riscv64 0.12.1-1build1.1 [43.9 kB]
#20 12.95 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libexpat1 riscv64 2.6.1-2ubuntu0.4 [87.5 kB]
#20 12.97 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libkrb5support0 riscv64 1.20.1-6ubuntu2.6 [37.6 kB]
#20 12.99 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libk5crypto3 riscv64 1.20.1-6ubuntu2.6 [109 kB]
#20 13.05 Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libkeyutils1 riscv64 1.6.3-3build1 [9804 B]
#20 13.08 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libkrb5-3 riscv64 1.20.1-6ubuntu2.6 [385 kB]
#20 13.17 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgssapi-krb5-2 riscv64 1.20.1-6ubuntu2.6 [154 kB]
#20 13.19 Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 readline-common all 8.2-4build1 [56.5 kB]
#20 13.19 Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libreadline8t64 riscv64 8.2-4build1 [156 kB]
#20 13.20 Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsqlite3-0 riscv64 3.45.1-1ubuntu2.5 [739 kB]
#20 13.26 Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 netbase all 6.4 [13.1 kB]
#20 13.27 Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 sudo riscv64 1.9.15p5-3ubuntu5.24.04.2 [956 kB]
#20 13.35 Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libcbor0.10 riscv64 0.10.2-1.2ubuntu2 [26.6 kB]
#20 13.35 Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libedit2 riscv64 3.1-20230828-1build1 [96.7 kB]
#20 13.35 Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfido2-1 riscv64 1.14.0-1build3 [90.0 kB]
#20 13.37 Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjansson4 riscv64 2.14-2build2 [34.7 kB]
#20 13.38 Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libnghttp2-14 riscv64 1.59.0-1ubuntu0.2 [85.7 kB]
#20 13.39 Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libpng16-16t64 riscv64 1.6.43-5ubuntu0.5 [194 kB]
#20 13.43 Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libpsl5t64 riscv64 0.21.2-1.1build1 [57.9 kB]
#20 13.46 Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxau6 riscv64 1:1.0.9-1build6 [7318 B]
#20 13.49 Get:33 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxdmcp6 riscv64 1:1.1.3-0ubuntu6 [11.0 kB]
#20 13.52 Get:34 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxcb1 riscv64 1.15-1ubuntu2 [52.7 kB]
#20 13.54 Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-data all 2:1.8.7-1build1 [115 kB]
#20 13.57 Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-6 riscv64 2:1.8.7-1build1 [677 kB]
#20 13.68 Get:37 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxext6 riscv64 2:1.3.4-1build2 [33.2 kB]
#20 13.72 Get:38 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxmuu1 riscv64 2:1.1.3-3build2 [8874 B]
#20 13.72 Get:39 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 manpages all 6.7-2 [1384 kB]
#20 13.86 Get:40 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 openssh-client riscv64 1:9.6p1-3ubuntu13.15 [937 kB]
#20 13.94 Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 publicsuffix all 20231001.0357-0.1 [129 kB]
#20 13.96 Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 xauth riscv64 1:1.1.2-1build1 [25.9 kB]
#20 13.99 Get:43 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 xz-utils riscv64 5.6.1+really5.4.5-1ubuntu0.2 [269 kB]
#20 14.01 Get:44 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils-common riscv64 2.42-4ubuntu2.10 [210 kB]
#20 14.03 Get:45 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsframe1 riscv64 2.42-4ubuntu2.10 [17.4 kB]
#20 14.03 Get:46 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libbinutils riscv64 2.42-4ubuntu2.10 [575 kB]
#20 14.16 Get:47 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libctf-nobfd0 riscv64 2.42-4ubuntu2.10 [110 kB]
#20 14.18 Get:48 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libctf0 riscv64 2.42-4ubuntu2.10 [107 kB]
#20 14.20 Get:49 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils-riscv64-linux-gnu riscv64 2.42-4ubuntu2.10 [918 kB]
#20 14.32 Get:50 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils riscv64 2.42-4ubuntu2.10 [2994 B]
#20 14.32 Get:51 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc-dev-bin riscv64 2.39-0ubuntu8.7 [20.0 kB]
#20 14.33 Get:52 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 linux-libc-dev riscv64 6.8.0-106.106 [2064 kB]
#20 14.55 Get:53 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libcrypt-dev riscv64 1:4.4.36-4build1 [250 kB]
#20 14.59 Get:54 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 rpcsvc-proto riscv64 1.4.2-0ubuntu7 [65.8 kB]
#20 14.59 Get:55 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc6-dev riscv64 2.39-0ubuntu8.7 [3456 kB]
#20 14.98 Get:56 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gcc-13-base riscv64 13.3.0-6ubuntu2~24.04.1 [51.6 kB]
#20 14.98 Get:57 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libisl23 riscv64 0.26-3build1.1 [719 kB]
#20 15.05 Get:58 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmpfr6 riscv64 4.2.1-1build1.1 [293 kB]
#20 15.09 Get:59 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmpc3 riscv64 1.3.1-1build1.1 [59.7 kB]
#20 15.10 Get:60 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 cpp-13-riscv64-linux-gnu riscv64 13.3.0-6ubuntu2~24.04.1 [10.5 MB]
#20 16.58 Get:61 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 cpp-13 riscv64 13.3.0-6ubuntu2~24.04.1 [1038 B]
#20 16.65 Get:62 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 cpp-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [5316 B]
#20 16.71 Get:63 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 cpp riscv64 4:13.2.0-7ubuntu1 [22.4 kB]
#20 16.74 Get:64 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcc1-0 riscv64 14.2.0-4ubuntu2~24.04.1 [46.6 kB]
#20 16.78 Get:65 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgomp1 riscv64 14.2.0-4ubuntu2~24.04.1 [149 kB]
#20 16.84 Get:66 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libitm1 riscv64 14.2.0-4ubuntu2~24.04.1 [30.1 kB]
#20 16.84 Get:67 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libatomic1 riscv64 14.2.0-4ubuntu2~24.04.1 [10.1 kB]
#20 16.85 Get:68 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libasan8 riscv64 14.2.0-4ubuntu2~24.04.1 [2643 kB]
#20 17.42 Get:69 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libubsan1 riscv64 14.2.0-4ubuntu2~24.04.1 [1089 kB]
#20 17.50 Get:70 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgcc-13-dev riscv64 13.3.0-6ubuntu2~24.04.1 [4026 kB]
#20 18.24 Get:71 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gcc-13-riscv64-linux-gnu riscv64 13.3.0-6ubuntu2~24.04.1 [20.4 MB]
#20 ...
#14 [internal] load build context
#14 transferring context: 14.83MB 71.1s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 10.36 The following additional packages will be installed:
#21 10.36 adduser binutils binutils-common binutils-riscv64-linux-gnu bzip2
#21 10.36 ca-certificates cpp cpp-13 cpp-13-riscv64-linux-gnu cpp-riscv64-linux-gnu
#21 10.36 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core
#21 10.36 fonts-dejavu-mono g++ g++-13 g++-13-riscv64-linux-gnu g++-riscv64-linux-gnu
#21 10.36 gcc gcc-13 gcc-13-base gcc-13-riscv64-linux-gnu gcc-riscv64-linux-gnu
#21 10.36 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf
#21 10.36 gpgsm keyboxd krb5-locales less libalgorithm-diff-perl
#21 10.36 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaom3 libapparmor1
#21 10.36 libasan8 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin
#21 10.36 libc-devtools libc6-dev libcbor0.10 libcc1-0 libcrypt-dev libctf-nobfd0
#21 10.36 libctf0 libcurl3t64-gnutls libcurl4t64 libde265-0 libdeflate0 libdpkg-perl
#21 10.36 libedit2 liberror-perl libexpat1 libfakeroot libfido2-1
#21 10.36 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev libgd3
#21 10.36 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#21 10.36 libheif-plugin-aomdec libheif-plugin-aomenc libheif-plugin-libde265 libheif1
#21 10.36 libisl23 libitm1 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3
#21 10.36 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2
#21 10.36 liblerc4 liblocale-gettext-perl libmpc3 libmpfr6 libnghttp2-14
#21 10.37 libperl5.38t64 libpng16-16t64 libpopt0 libpsl5t64 libpthread-stubs0-dev
#21 10.37 libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
#21 10.37 libsframe1 libsharpyuv0 libsqlite3-0 libssh-4 libstdc++-13-dev libtiff6
#21 10.37 libubsan1 libwebp7 libx11-6 libx11-data libxau-dev libxau6 libxcb1
#21 10.37 libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev
#21 10.37 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl
#21 10.37 patch perl perl-modules-5.38 pinentry-curses publicsuffix readline-common
#21 10.37 rpcsvc-proto x11proto-dev xauth xorg-sgml-doctools xtrans-dev xz-utils
#21 10.38 Suggested packages:
#21 10.38 cron quota ecryptfs-utils binutils-doc gprofng-gui bzip2-doc cpp-doc
#21 10.38 gcc-13-locales cpp-13-doc dbus-user-session libpam-systemd pinentry-gnome3
#21 10.38 tor debian-keyring gcc-13-doc gcc-multilib autoconf automake libtool flex
#21 10.38 bison gdb gcc-doc gdb-riscv64-linux-gnu gettext-base git-daemon-run
#21 10.38 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
#21 10.38 git-mediawiki git-svn parcimonie xloadimage gpg-wks-server scdaemon
#21 10.38 glibc-doc bzr libgd-tools gdbm-l10n krb5-doc krb5-user libheif-plugin-x265
#21 10.38 libheif-plugin-ffmpegdec libheif-plugin-jpegdec libheif-plugin-jpegenc
#21 10.38 libheif-plugin-j2kdec libheif-plugin-j2kenc libheif-plugin-rav1e
#21 10.38 libheif-plugin-svtenc libsasl2-modules-gssapi-mit
#21 10.38 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#21 10.38 libsasl2-modules-sql libstdc++-13-doc libx11-doc libxcb-doc make-doc
#21 10.38 man-browser hunspell keychain libpam-ssh monkeysphere ssh-askpass ed
#21 10.38 diffutils-doc perl-doc libterm-readline-gnu-perl
#21 10.38 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
#21 10.38 readline-doc openssh-server python3 python3-braceexpand zip
#21 12.01 The following NEW packages will be installed:
#21 12.01 adduser binutils binutils-common binutils-riscv64-linux-gnu bubblewrap
#21 12.01 build-essential bzip2 ca-certificates cpp cpp-13 cpp-13-riscv64-linux-gnu
#21 12.01 cpp-riscv64-linux-gnu curl dirmngr dpkg-dev fakeroot fontconfig-config
#21 12.01 fonts-dejavu-core fonts-dejavu-mono g++ g++-13 g++-13-riscv64-linux-gnu
#21 12.01 g++-riscv64-linux-gnu gcc gcc-13 gcc-13-base gcc-13-riscv64-linux-gnu
#21 12.01 gcc-riscv64-linux-gnu git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
#21 12.01 gpg-wks-client gpgconf gpgsm keyboxd krb5-locales less
#21 12.01 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#21 12.01 libaom3 libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libbsd0
#21 12.01 libc-dev-bin libc-devtools libc6-dev libcap-dev libcbor0.10 libcc1-0
#21 12.01 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64 libde265-0
#21 12.01 libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot
#21 12.01 libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev
#21 12.01 libgd3 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#21 12.01 libheif-plugin-aomdec libheif-plugin-aomenc libheif-plugin-libde265 libheif1
#21 12.01 libisl23 libitm1 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3
#21 12.01 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2
#21 12.01 liblerc4 liblocale-gettext-perl libmpc3 libmpfr6 libnghttp2-14
#21 12.01 libperl5.38t64 libpng16-16t64 libpopt0 libpsl5t64 libpthread-stubs0-dev
#21 12.03 libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
#21 12.03 libsframe1 libsharpyuv0 libsqlite3-0 libssh-4 libstdc++-13-dev libtiff6
#21 12.03 libubsan1 libwebp7 libx11-6 libx11-data libx11-dev libxau-dev libxau6
#21 12.03 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxmuu1 libxpm4
#21 12.03 linux-libc-dev lto-disabled-list make manpages manpages-dev nano netbase
#21 12.03 openssh-client openssl patch perl perl-modules-5.38 pinentry-curses
#21 12.03 publicsuffix readline-common rpcsvc-proto rsync sudo unzip x11proto-dev
#21 12.03 xauth xorg-sgml-doctools xtrans-dev xz-utils
#21 12.33 0 upgraded, 155 newly installed, 0 to remove and 0 not upgraded.
#21 12.33 Need to get 107 MB of archives.
#21 12.33 After this operation, 426 MB of additional disk space will be used.
#21 12.33 Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liblocale-gettext-perl riscv64 1.07-6ubuntu5 [15.7 kB]
#21 12.40 Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libpopt0 riscv64 1.19+dfsg-1build1 [29.8 kB]
#21 12.42 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 rsync riscv64 3.2.7-1ubuntu1.2 [446 kB]
#21 12.62 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl-modules-5.38 all 5.38.2-3.2ubuntu0.2 [3110 kB]
#21 13.12 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgdbm6t64 riscv64 1.23-5.1build1 [35.9 kB]
#21 13.12 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgdbm-compat4t64 riscv64 1.23-5.1build1 [6884 B]
#21 13.13 Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libperl5.38t64 riscv64 5.38.2-3.2ubuntu0.2 [4471 kB]
#21 13.87 Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl riscv64 5.38.2-3.2ubuntu0.2 [231 kB]
#21 13.89 Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 adduser all 3.137ubuntu1 [101 kB]
#21 13.90 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 openssl riscv64 3.0.13-0ubuntu3.7 [993 kB]
#21 13.99 Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 ca-certificates all 20240203 [159 kB]
#21 14.01 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 krb5-locales all 1.20.1-6ubuntu2.6 [14.8 kB]
#21 14.01 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 less riscv64 590-2ubuntu2.1 [146 kB]
#21 14.03 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libapparmor1 riscv64 4.0.1really4.0.1-0ubuntu0.24.04.5 [52.2 kB]
#21 14.03 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libbsd0 riscv64 0.12.1-1build1.1 [43.9 kB]
#21 14.04 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libexpat1 riscv64 2.6.1-2ubuntu0.4 [87.5 kB]
#21 14.05 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libkrb5support0 riscv64 1.20.1-6ubuntu2.6 [37.6 kB]
#21 14.06 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libk5crypto3 riscv64 1.20.1-6ubuntu2.6 [109 kB]
#21 14.07 Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libkeyutils1 riscv64 1.6.3-3build1 [9804 B]
#21 14.07 Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libkrb5-3 riscv64 1.20.1-6ubuntu2.6 [385 kB]
#21 14.19 Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgssapi-krb5-2 riscv64 1.20.1-6ubuntu2.6 [154 kB]
#21 14.21 Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 readline-common all 8.2-4build1 [56.5 kB]
#21 14.21 Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libreadline8t64 riscv64 8.2-4build1 [156 kB]
#21 14.24 Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsqlite3-0 riscv64 3.45.1-1ubuntu2.5 [739 kB]
#21 14.42 Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 netbase all 6.4 [13.1 kB]
#21 14.42 Get:26 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 sudo riscv64 1.9.15p5-3ubuntu5.24.04.2 [956 kB]
#21 14.52 Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libcbor0.10 riscv64 0.10.2-1.2ubuntu2 [26.6 kB]
#21 14.52 Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libedit2 riscv64 3.1-20230828-1build1 [96.7 kB]
#21 14.54 Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfido2-1 riscv64 1.14.0-1build3 [90.0 kB]
#21 14.54 Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjansson4 riscv64 2.14-2build2 [34.7 kB]
#21 14.55 Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libnghttp2-14 riscv64 1.59.0-1ubuntu0.2 [85.7 kB]
#21 14.55 Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libpng16-16t64 riscv64 1.6.43-5ubuntu0.5 [194 kB]
#21 14.57 Get:33 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libpsl5t64 riscv64 0.21.2-1.1build1 [57.9 kB]
#21 14.57 Get:34 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxau6 riscv64 1:1.0.9-1build6 [7318 B]
#21 14.57 Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxdmcp6 riscv64 1:1.1.3-0ubuntu6 [11.0 kB]
#21 14.58 Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxcb1 riscv64 1.15-1ubuntu2 [52.7 kB]
#21 14.59 Get:37 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-data all 2:1.8.7-1build1 [115 kB]
#21 14.61 Get:38 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-6 riscv64 2:1.8.7-1build1 [677 kB]
#21 14.74 Get:39 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxext6 riscv64 2:1.3.4-1build2 [33.2 kB]
#21 14.76 Get:40 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxmuu1 riscv64 2:1.1.3-3build2 [8874 B]
#21 14.77 Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 manpages all 6.7-2 [1384 kB]
#21 14.96 Get:42 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 nano riscv64 7.2-2ubuntu0.1 [290 kB]
#21 15.00 Get:43 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 openssh-client riscv64 1:9.6p1-3ubuntu13.15 [937 kB]
#21 15.16 Get:44 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 publicsuffix all 20231001.0357-0.1 [129 kB]
#21 15.17 Get:45 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 xauth riscv64 1:1.1.2-1build1 [25.9 kB]
#21 15.18 Get:46 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 xz-utils riscv64 5.6.1+really5.4.5-1ubuntu0.2 [269 kB]
#21 15.22 Get:47 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils-common riscv64 2.42-4ubuntu2.10 [210 kB]
#21 15.32 Get:48 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsframe1 riscv64 2.42-4ubuntu2.10 [17.4 kB]
#21 15.34 Get:49 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libbinutils riscv64 2.42-4ubuntu2.10 [575 kB]
#21 15.40 Get:50 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libctf-nobfd0 riscv64 2.42-4ubuntu2.10 [110 kB]
#21 15.40 Get:51 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libctf0 riscv64 2.42-4ubuntu2.10 [107 kB]
#21 15.40 Get:52 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils-riscv64-linux-gnu riscv64 2.42-4ubuntu2.10 [918 kB]
#21 15.54 Get:53 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils riscv64 2.42-4ubuntu2.10 [2994 B]
#21 15.54 Get:54 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 bubblewrap riscv64 0.9.0-1ubuntu0.1 [51.2 kB]
#21 15.54 Get:55 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc-dev-bin riscv64 2.39-0ubuntu8.7 [20.0 kB]
#21 15.54 Get:56 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 linux-libc-dev riscv64 6.8.0-106.106 [2064 kB]
#21 15.89 Get:57 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libcrypt-dev riscv64 1:4.4.36-4build1 [250 kB]
#21 15.92 Get:58 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 rpcsvc-proto riscv64 1.4.2-0ubuntu7 [65.8 kB]
#21 15.93 Get:59 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc6-dev riscv64 2.39-0ubuntu8.7 [3456 kB]
#21 16.51 Get:60 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gcc-13-base riscv64 13.3.0-6ubuntu2~24.04.1 [51.6 kB]
#21 16.51 Get:61 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libisl23 riscv64 0.26-3build1.1 [719 kB]
#21 16.63 Get:62 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmpfr6 riscv64 4.2.1-1build1.1 [293 kB]
#21 16.68 Get:63 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmpc3 riscv64 1.3.1-1build1.1 [59.7 kB]
#21 16.68 Get:64 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 cpp-13-riscv64-linux-gnu riscv64 13.3.0-6ubuntu2~24.04.1 [10.5 MB]
#21 18.48 Get:65 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 cpp-13 riscv64 13.3.0-6ubuntu2~24.04.1 [1038 B]
#21 18.48 Get:66 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 cpp-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [5316 B]
#21 18.48 Get:67 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 cpp riscv64 4:13.2.0-7ubuntu1 [22.4 kB]
#21 18.48 Get:68 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcc1-0 riscv64 14.2.0-4ubuntu2~24.04.1 [46.6 kB]
#21 18.48 Get:69 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgomp1 riscv64 14.2.0-4ubuntu2~24.04.1 [149 kB]
#21 18.49 Get:70 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libitm1 riscv64 14.2.0-4ubuntu2~24.04.1 [30.1 kB]
#21 18.49 Get:71 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libatomic1 riscv64 14.2.0-4ubuntu2~24.04.1 [10.1 kB]
#21 18.51 Get:72 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libasan8 riscv64 14.2.0-4ubuntu2~24.04.1 [2643 kB]
#21 18.94 Get:73 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libubsan1 riscv64 14.2.0-4ubuntu2~24.04.1 [1089 kB]
#21 19.16 Get:74 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgcc-13-dev riscv64 13.3.0-6ubuntu2~24.04.1 [4026 kB]
#21 19.83 Get:75 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gcc-13-riscv64-linux-gnu riscv64 13.3.0-6ubuntu2~24.04.1 [20.4 MB]
#21 ...
#14 [internal] load build context
#14 transferring context: 15.40MB 76.1s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 22.54 Get:76 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gcc-13 riscv64 13.3.0-6ubuntu2~24.04.1 [484 kB]
#21 22.59 Get:77 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 gcc-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [1202 B]
#21 22.60 Get:78 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 gcc riscv64 4:13.2.0-7ubuntu1 [5016 B]
#21 22.60 Get:79 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libstdc++-13-dev riscv64 13.3.0-6ubuntu2~24.04.1 [5985 kB]
#21 23.27 Get:80 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 g++-13-riscv64-linux-gnu riscv64 13.3.0-6ubuntu2~24.04.1 [12.0 MB]
#21 24.88 Get:81 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 g++-13 riscv64 13.3.0-6ubuntu2~24.04.1 [16.0 kB]
#21 24.88 Get:82 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 g++-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [960 B]
#21 24.90 Get:83 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 g++ riscv64 4:13.2.0-7ubuntu1 [1082 B]
#21 24.90 Get:84 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 make riscv64 4.3-4.1build2 [178 kB]
#21 24.92 Get:85 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libdpkg-perl all 1.22.6ubuntu6.5 [269 kB]
#21 24.93 Get:86 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 bzip2 riscv64 1.0.8-5.1build0.1 [35.0 kB]
#21 24.94 Get:87 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 patch riscv64 2.7.6-7build3 [113 kB]
#21 24.94 Get:88 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 lto-disabled-list all 47 [12.4 kB]
#21 24.97 Get:89 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 dpkg-dev all 1.22.6ubuntu6.5 [1074 kB]
#21 25.05 Get:90 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 build-essential riscv64 12.10ubuntu1 [4934 B]
#21 25.05 Get:91 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libbrotli1 riscv64 1.1.0-2build2 [389 kB]
#21 25.08 Get:92 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsasl2-modules-db riscv64 2.1.28+dfsg1-5ubuntu3.1 [22.3 kB]
#21 25.08 Get:93 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsasl2-2 riscv64 2.1.28+dfsg1-5ubuntu3.1 [62.3 kB]
#21 25.09 Get:94 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libldap2 riscv64 2.6.10+dfsg-0ubuntu0.24.04.1 [209 kB]
#21 25.10 Get:95 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2build7 [58.8 kB]
#21 25.11 Get:96 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libssh-4 riscv64 0.10.6-2ubuntu0.4 [204 kB]
#21 25.13 Get:97 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcurl4t64 riscv64 8.5.0-2ubuntu10.8 [358 kB]
#21 25.15 Get:98 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 curl riscv64 8.5.0-2ubuntu10.8 [226 kB]
#21 25.17 Get:99 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpgconf riscv64 2.4.4-2ubuntu17.4 [134 kB]
#21 25.18 Get:100 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libksba8 riscv64 1.6.6-1build1 [126 kB]
#21 25.19 Get:101 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 dirmngr riscv64 2.4.4-2ubuntu17.4 [404 kB]
#21 25.30 Get:102 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfakeroot riscv64 1.33-1 [34.6 kB]
#21 25.38 Get:103 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fakeroot riscv64 1.33-1 [78.4 kB]
#21 25.42 Get:104 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fonts-dejavu-mono all 2.37-8 [502 kB]
#21 25.60 Get:105 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fonts-dejavu-core all 2.37-8 [835 kB]
#21 25.70 Get:106 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fontconfig-config riscv64 2.15.0-1.1ubuntu2 [37.4 kB]
#21 25.72 Get:107 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcurl3t64-gnutls riscv64 8.5.0-2ubuntu10.8 [349 kB]
#21 25.74 Get:108 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liberror-perl all 0.17029-2 [25.6 kB]
#21 25.77 Get:109 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]
#21 25.87 Get:110 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 git riscv64 1:2.43.0-1ubuntu7.3 [5438 kB]
#21 26.47 Get:111 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg-utils riscv64 2.4.4-2ubuntu17.4 [193 kB]
#21 26.51 Get:112 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg riscv64 2.4.4-2ubuntu17.4 [608 kB]
#21 26.56 Get:113 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 pinentry-curses riscv64 1.2.1-3ubuntu5 [40.6 kB]
#21 26.57 Get:114 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg-agent riscv64 2.4.4-2ubuntu17.4 [282 kB]
#21 26.59 Get:115 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpgsm riscv64 2.4.4-2ubuntu17.4 [284 kB]
#21 26.61 Get:116 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 keyboxd riscv64 2.4.4-2ubuntu17.4 [139 kB]
#21 26.63 Get:117 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg all 2.4.4-2ubuntu17.4 [359 kB]
#21 26.71 Get:118 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg-l10n all 2.4.4-2ubuntu17.4 [66.4 kB]
#21 26.71 Get:119 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg-wks-client riscv64 2.4.4-2ubuntu17.4 [108 kB]
#21 26.71 Get:120 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#21 26.73 Get:121 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-8build3 [11.0 kB]
#21 26.73 Get:122 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#21 26.73 Get:123 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libaom3 riscv64 3.8.2-2ubuntu0.1 [1439 kB]
#21 26.88 Get:124 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libfreetype6 riscv64 2.13.2+dfsg-1ubuntu0.1 [430 kB]
#21 26.91 Get:125 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfontconfig1 riscv64 2.15.0-1.1ubuntu2 [145 kB]
#21 26.93 Get:126 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libsharpyuv0 riscv64 1.3.2-0.4build3 [14.9 kB]
#21 26.93 Get:127 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-aomdec riscv64 1.17.6-1ubuntu4.2 [10.6 kB]
#21 26.94 Get:128 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libde265-0 riscv64 1.0.15-1build3 [191 kB]
#21 26.97 Get:129 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-libde265 riscv64 1.17.6-1ubuntu4.2 [11.2 kB]
#21 26.97 Get:130 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif1 riscv64 1.17.6-1ubuntu4.2 [307 kB]
#21 27.01 Get:131 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjpeg-turbo8 riscv64 2.1.5-2ubuntu2 [137 kB]
#21 27.05 Get:132 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjpeg8 riscv64 8c-2ubuntu11 [2150 B]
#21 27.07 Get:133 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libdeflate0 riscv64 1.19-1build1.1 [40.2 kB]
#21 27.07 Get:134 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjbig0 riscv64 2.1-6.1ubuntu2 [31.3 kB]
#21 27.08 Get:135 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liblerc4 riscv64 4.0.0+ds-4ubuntu2 [190 kB]
#21 27.10 Get:136 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libwebp7 riscv64 1.3.2-0.4build3 [204 kB]
#21 27.14 Get:137 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libtiff6 riscv64 4.5.1+git230720-4ubuntu2.4 [206 kB]
#21 27.16 Get:138 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxpm4 riscv64 1:3.5.17-1build2 [38.2 kB]
#21 27.18 Get:139 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgd3 riscv64 2.3.3-9ubuntu5 [136 kB]
#21 27.20 Get:140 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc-devtools riscv64 2.39-0ubuntu8.7 [27.7 kB]
#21 27.20 Get:141 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcap-dev riscv64 1:2.66-5ubuntu2.2 [580 kB]
#21 27.26 Get:142 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfile-fcntllock-perl riscv64 0.22-4ubuntu5 [30.5 kB]
#21 27.27 Get:143 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-aomenc riscv64 1.17.6-1ubuntu4.2 [18.2 kB]
#21 27.27 Get:144 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libldap-common all 2.6.10+dfsg-0ubuntu0.24.04.1 [32.9 kB]
#21 27.28 Get:145 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libpthread-stubs0-dev riscv64 0.4-1build3 [4734 B]
#21 27.29 Get:146 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-5ubuntu3.1 [72.6 kB]
#21 27.30 Get:147 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
#21 27.31 Get:148 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 x11proto-dev all 2023.2-1 [602 kB]
#21 27.36 Get:149 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxau-dev riscv64 1:1.0.9-1build6 [14.2 kB]
#21 27.36 Get:150 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxdmcp-dev riscv64 1:1.1.3-0ubuntu6 [37.4 kB]
#21 27.36 Get:151 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 xtrans-dev all 1.4.0-1 [68.9 kB]
#21 27.37 Get:152 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxcb1-dev riscv64 1.15-1ubuntu2 [172 kB]
#21 27.38 Get:153 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-dev riscv64 2:1.8.7-1build1 [1410 kB]
#21 27.56 Get:154 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 manpages-dev all 6.7-2 [2013 kB]
#21 27.77 Get:155 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 unzip riscv64 6.0-28ubuntu4.1 [177 kB]
#21 ...
#14 [internal] load build context
#14 transferring context: 15.97MB 81.2s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 21.95 Get:72 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gcc-13 riscv64 13.3.0-6ubuntu2~24.04.1 [484 kB]
#20 22.03 Get:73 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 gcc-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [1202 B]
#20 22.03 Get:74 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 gcc riscv64 4:13.2.0-7ubuntu1 [5016 B]
#20 22.04 Get:75 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libstdc++-13-dev riscv64 13.3.0-6ubuntu2~24.04.1 [5985 kB]
#20 23.43 Get:76 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 g++-13-riscv64-linux-gnu riscv64 13.3.0-6ubuntu2~24.04.1 [12.0 MB]
#20 26.36 Get:77 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 g++-13 riscv64 13.3.0-6ubuntu2~24.04.1 [16.0 kB]
#20 26.36 Get:78 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 g++-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [960 B]
#20 26.38 Get:79 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 g++ riscv64 4:13.2.0-7ubuntu1 [1082 B]
#20 26.38 Get:80 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 make riscv64 4.3-4.1build2 [178 kB]
#20 26.39 Get:81 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libdpkg-perl all 1.22.6ubuntu6.5 [269 kB]
#20 26.43 Get:82 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 bzip2 riscv64 1.0.8-5.1build0.1 [35.0 kB]
#20 26.44 Get:83 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 patch riscv64 2.7.6-7build3 [113 kB]
#20 26.52 Get:84 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 lto-disabled-list all 47 [12.4 kB]
#20 26.54 Get:85 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 dpkg-dev all 1.22.6ubuntu6.5 [1074 kB]
#20 26.69 Get:86 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 build-essential riscv64 12.10ubuntu1 [4934 B]
#20 26.69 Get:87 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libbrotli1 riscv64 1.1.0-2build2 [389 kB]
#20 26.78 Get:88 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsasl2-modules-db riscv64 2.1.28+dfsg1-5ubuntu3.1 [22.3 kB]
#20 26.79 Get:89 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsasl2-2 riscv64 2.1.28+dfsg1-5ubuntu3.1 [62.3 kB]
#20 26.82 Get:90 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libldap2 riscv64 2.6.10+dfsg-0ubuntu0.24.04.1 [209 kB]
#20 26.92 Get:91 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2build7 [58.8 kB]
#20 26.93 Get:92 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libssh-4 riscv64 0.10.6-2ubuntu0.4 [204 kB]
#20 26.97 Get:93 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcurl4t64 riscv64 8.5.0-2ubuntu10.8 [358 kB]
#20 27.16 Get:94 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 curl riscv64 8.5.0-2ubuntu10.8 [226 kB]
#20 27.20 Get:95 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpgconf riscv64 2.4.4-2ubuntu17.4 [134 kB]
#20 27.23 Get:96 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libksba8 riscv64 1.6.6-1build1 [126 kB]
#20 27.40 Get:97 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 dirmngr riscv64 2.4.4-2ubuntu17.4 [404 kB]
#20 27.48 Get:98 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfakeroot riscv64 1.33-1 [34.6 kB]
#20 27.48 Get:99 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fakeroot riscv64 1.33-1 [78.4 kB]
#20 27.50 Get:100 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fonts-dejavu-mono all 2.37-8 [502 kB]
#20 27.88 Get:101 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fonts-dejavu-core all 2.37-8 [835 kB]
#20 28.15 Get:102 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fontconfig-config riscv64 2.15.0-1.1ubuntu2 [37.4 kB]
#20 28.16 Get:103 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcurl3t64-gnutls riscv64 8.5.0-2ubuntu10.8 [349 kB]
#20 28.34 Get:104 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liberror-perl all 0.17029-2 [25.6 kB]
#20 28.34 Get:105 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]
#20 28.74 Get:106 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 git riscv64 1:2.43.0-1ubuntu7.3 [5438 kB]
#20 30.71 Get:107 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg-utils riscv64 2.4.4-2ubuntu17.4 [193 kB]
#20 30.74 Get:108 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg riscv64 2.4.4-2ubuntu17.4 [608 kB]
#20 30.84 Get:109 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 pinentry-curses riscv64 1.2.1-3ubuntu5 [40.6 kB]
#20 30.85 Get:110 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg-agent riscv64 2.4.4-2ubuntu17.4 [282 kB]
#20 30.89 Get:111 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpgsm riscv64 2.4.4-2ubuntu17.4 [284 kB]
#20 30.94 Get:112 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 keyboxd riscv64 2.4.4-2ubuntu17.4 [139 kB]
#20 30.96 Get:113 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg all 2.4.4-2ubuntu17.4 [359 kB]
#20 31.01 Get:114 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg-l10n all 2.4.4-2ubuntu17.4 [66.4 kB]
#20 31.02 Get:115 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg-wks-client riscv64 2.4.4-2ubuntu17.4 [108 kB]
#20 31.03 Get:116 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#20 31.04 Get:117 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-8build3 [11.0 kB]
#20 31.04 Get:118 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#20 31.05 Get:119 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libaom3 riscv64 3.8.2-2ubuntu0.1 [1439 kB]
#20 31.23 Get:120 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libfreetype6 riscv64 2.13.2+dfsg-1ubuntu0.1 [430 kB]
#20 31.26 Get:121 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfontconfig1 riscv64 2.15.0-1.1ubuntu2 [145 kB]
#20 31.27 Get:122 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libsharpyuv0 riscv64 1.3.2-0.4build3 [14.9 kB]
#20 31.28 Get:123 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-aomdec riscv64 1.17.6-1ubuntu4.2 [10.6 kB]
#20 31.28 Get:124 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libde265-0 riscv64 1.0.15-1build3 [191 kB]
#20 31.31 Get:125 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-libde265 riscv64 1.17.6-1ubuntu4.2 [11.2 kB]
#20 31.31 Get:126 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif1 riscv64 1.17.6-1ubuntu4.2 [307 kB]
#20 31.34 Get:127 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjpeg-turbo8 riscv64 2.1.5-2ubuntu2 [137 kB]
#20 31.36 Get:128 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjpeg8 riscv64 8c-2ubuntu11 [2150 B]
#20 31.36 Get:129 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libdeflate0 riscv64 1.19-1build1.1 [40.2 kB]
#20 31.37 Get:130 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjbig0 riscv64 2.1-6.1ubuntu2 [31.3 kB]
#20 31.38 Get:131 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liblerc4 riscv64 4.0.0+ds-4ubuntu2 [190 kB]
#20 31.40 Get:132 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libwebp7 riscv64 1.3.2-0.4build3 [204 kB]
#20 31.42 Get:133 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libtiff6 riscv64 4.5.1+git230720-4ubuntu2.4 [206 kB]
#20 31.44 Get:134 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxpm4 riscv64 1:3.5.17-1build2 [38.2 kB]
#20 31.44 Get:135 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgd3 riscv64 2.3.3-9ubuntu5 [136 kB]
#20 31.46 Get:136 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc-devtools riscv64 2.39-0ubuntu8.7 [27.7 kB]
#20 31.47 Get:137 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcap-dev riscv64 1:2.66-5ubuntu2.2 [580 kB]
#20 31.52 Get:138 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfile-fcntllock-perl riscv64 0.22-4ubuntu5 [30.5 kB]
#20 31.52 Get:139 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-aomenc riscv64 1.17.6-1ubuntu4.2 [18.2 kB]
#20 31.53 Get:140 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libldap-common all 2.6.10+dfsg-0ubuntu0.24.04.1 [32.9 kB]
#20 31.53 Get:141 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-5ubuntu3.1 [72.6 kB]
#20 31.55 Get:142 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 manpages-dev all 6.7-2 [2013 kB]
#20 ...
#14 [internal] load build context
#14 transferring context: 37.98MB 86.3s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 29.43 debconf: delaying package configuration, since apt-utils is not installed
#21 29.72 Fetched 107 MB in 16s (6854 kB/s)
#21 29.82 Selecting previously unselected package liblocale-gettext-perl.
#21 29.82 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#21 29.86 Preparing to unpack .../0-liblocale-gettext-perl_1.07-6ubuntu5_riscv64.deb ...
#21 29.87 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...
#21 30.02 Selecting previously unselected package libpopt0:riscv64.
#21 30.02 Preparing to unpack .../1-libpopt0_1.19+dfsg-1build1_riscv64.deb ...
#21 30.04 Unpacking libpopt0:riscv64 (1.19+dfsg-1build1) ...
#21 30.16 Selecting previously unselected package rsync.
#21 30.16 Preparing to unpack .../2-rsync_3.2.7-1ubuntu1.2_riscv64.deb ...
#21 30.18 Unpacking rsync (3.2.7-1ubuntu1.2) ...
#21 30.42 Selecting previously unselected package perl-modules-5.38.
#21 30.42 Preparing to unpack .../3-perl-modules-5.38_5.38.2-3.2ubuntu0.2_all.deb ...
#21 30.44 Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.2) ...
#21 33.00 Selecting previously unselected package libgdbm6t64:riscv64.
#21 33.00 Preparing to unpack .../4-libgdbm6t64_1.23-5.1build1_riscv64.deb ...
#21 33.01 Unpacking libgdbm6t64:riscv64 (1.23-5.1build1) ...
#21 33.15 Selecting previously unselected package libgdbm-compat4t64:riscv64.
#21 33.16 Preparing to unpack .../5-libgdbm-compat4t64_1.23-5.1build1_riscv64.deb ...
#21 33.17 Unpacking libgdbm-compat4t64:riscv64 (1.23-5.1build1) ...
#21 33.29 Selecting previously unselected package libperl5.38t64:riscv64.
#21 33.30 Preparing to unpack .../6-libperl5.38t64_5.38.2-3.2ubuntu0.2_riscv64.deb ...
#21 33.31 Unpacking libperl5.38t64:riscv64 (5.38.2-3.2ubuntu0.2) ...
#21 35.29 Selecting previously unselected package perl.
#21 35.29 Preparing to unpack .../7-perl_5.38.2-3.2ubuntu0.2_riscv64.deb ...
#21 35.33 Unpacking perl (5.38.2-3.2ubuntu0.2) ...
#21 35.60 Selecting previously unselected package adduser.
#21 35.60 Preparing to unpack .../8-adduser_3.137ubuntu1_all.deb ...
#21 35.61 Unpacking adduser (3.137ubuntu1) ...
#21 35.85 Setting up adduser (3.137ubuntu1) ...
#21 36.10 Selecting previously unselected package openssl.
#21 36.10 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6479 files and directories currently installed.)
#21 36.14 Preparing to unpack .../000-openssl_3.0.13-0ubuntu3.7_riscv64.deb ...
#21 36.16 Unpacking openssl (3.0.13-0ubuntu3.7) ...
#21 36.50 Selecting previously unselected package ca-certificates.
#21 36.50 Preparing to unpack .../001-ca-certificates_20240203_all.deb ...
#21 36.51 Unpacking ca-certificates (20240203) ...
#21 36.85 Selecting previously unselected package krb5-locales.
#21 36.85 Preparing to unpack .../002-krb5-locales_1.20.1-6ubuntu2.6_all.deb ...
#21 36.87 Unpacking krb5-locales (1.20.1-6ubuntu2.6) ...
#21 36.99 Selecting previously unselected package less.
#21 36.99 Preparing to unpack .../003-less_590-2ubuntu2.1_riscv64.deb ...
#21 37.02 Unpacking less (590-2ubuntu2.1) ...
#21 37.21 Selecting previously unselected package libapparmor1:riscv64.
#21 37.21 Preparing to unpack .../004-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.5_riscv64.deb ...
#21 37.22 Unpacking libapparmor1:riscv64 (4.0.1really4.0.1-0ubuntu0.24.04.5) ...
#21 37.37 Selecting previously unselected package libbsd0:riscv64.
#21 37.37 Preparing to unpack .../005-libbsd0_0.12.1-1build1.1_riscv64.deb ...
#21 37.38 Unpacking libbsd0:riscv64 (0.12.1-1build1.1) ...
#21 37.54 Selecting previously unselected package libexpat1:riscv64.
#21 37.54 Preparing to unpack .../006-libexpat1_2.6.1-2ubuntu0.4_riscv64.deb ...
#21 37.54 Unpacking libexpat1:riscv64 (2.6.1-2ubuntu0.4) ...
#21 ...
#14 [internal] load build context
#14 transferring context: 87.37MB 91.3s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 32.77 debconf: delaying package configuration, since apt-utils is not installed
#20 33.02 Fetched 103 MB in 20s (5104 kB/s)
#20 33.13 Selecting previously unselected package liblocale-gettext-perl.
#20 33.13 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#20 33.15 Preparing to unpack .../0-liblocale-gettext-perl_1.07-6ubuntu5_riscv64.deb ...
#20 33.17 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...
#20 33.29 Selecting previously unselected package perl-modules-5.38.
#20 33.30 Preparing to unpack .../1-perl-modules-5.38_5.38.2-3.2ubuntu0.2_all.deb ...
#20 33.30 Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.2) ...
#20 35.74 Selecting previously unselected package libgdbm6t64:riscv64.
#20 35.74 Preparing to unpack .../2-libgdbm6t64_1.23-5.1build1_riscv64.deb ...
#20 35.77 Unpacking libgdbm6t64:riscv64 (1.23-5.1build1) ...
#20 35.90 Selecting previously unselected package libgdbm-compat4t64:riscv64.
#20 35.90 Preparing to unpack .../3-libgdbm-compat4t64_1.23-5.1build1_riscv64.deb ...
#20 35.92 Unpacking libgdbm-compat4t64:riscv64 (1.23-5.1build1) ...
#20 36.06 Selecting previously unselected package libperl5.38t64:riscv64.
#20 36.06 Preparing to unpack .../4-libperl5.38t64_5.38.2-3.2ubuntu0.2_riscv64.deb ...
#20 36.08 Unpacking libperl5.38t64:riscv64 (5.38.2-3.2ubuntu0.2) ...
#20 38.26 Selecting previously unselected package perl.
#20 38.26 Preparing to unpack .../5-perl_5.38.2-3.2ubuntu0.2_riscv64.deb ...
#20 38.30 Unpacking perl (5.38.2-3.2ubuntu0.2) ...
#20 38.55 Selecting previously unselected package adduser.
#20 38.56 Preparing to unpack .../6-adduser_3.137ubuntu1_all.deb ...
#20 38.58 Unpacking adduser (3.137ubuntu1) ...
#20 38.78 Setting up adduser (3.137ubuntu1) ...
#20 39.08 Selecting previously unselected package openssl.
#20 39.08 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6439 files and directories currently installed.)
#20 39.10 Preparing to unpack .../000-openssl_3.0.13-0ubuntu3.7_riscv64.deb ...
#20 39.10 Unpacking openssl (3.0.13-0ubuntu3.7) ...
#20 39.47 Selecting previously unselected package ca-certificates.
#20 39.47 Preparing to unpack .../001-ca-certificates_20240203_all.deb ...
#20 39.49 Unpacking ca-certificates (20240203) ...
#20 39.87 Selecting previously unselected package krb5-locales.
#20 39.87 Preparing to unpack .../002-krb5-locales_1.20.1-6ubuntu2.6_all.deb ...
#20 39.88 Unpacking krb5-locales (1.20.1-6ubuntu2.6) ...
#20 40.03 Selecting previously unselected package less.
#20 40.04 Preparing to unpack .../003-less_590-2ubuntu2.1_riscv64.deb ...
#20 40.06 Unpacking less (590-2ubuntu2.1) ...
#20 40.24 Selecting previously unselected package libapparmor1:riscv64.
#20 40.24 Preparing to unpack .../004-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.5_riscv64.deb ...
#20 40.26 Unpacking libapparmor1:riscv64 (4.0.1really4.0.1-0ubuntu0.24.04.5) ...
#20 40.43 Selecting previously unselected package libbsd0:riscv64.
#20 40.44 Preparing to unpack .../005-libbsd0_0.12.1-1build1.1_riscv64.deb ...
#20 40.62 Unpacking libbsd0:riscv64 (0.12.1-1build1.1) ...
#20 41.07 Selecting previously unselected package libexpat1:riscv64.
#20 41.07 Preparing to unpack .../006-libexpat1_2.6.1-2ubuntu0.4_riscv64.deb ...
#20 41.08 Unpacking libexpat1:riscv64 (2.6.1-2ubuntu0.4) ...
#20 41.24 Selecting previously unselected package libkrb5support0:riscv64.
#20 41.24 Preparing to unpack .../007-libkrb5support0_1.20.1-6ubuntu2.6_riscv64.deb ...
#20 41.26 Unpacking libkrb5support0:riscv64 (1.20.1-6ubuntu2.6) ...
#20 41.45 Selecting previously unselected package libk5crypto3:riscv64.
#20 41.45 Preparing to unpack .../008-libk5crypto3_1.20.1-6ubuntu2.6_riscv64.deb ...
#20 41.46 Unpacking libk5crypto3:riscv64 (1.20.1-6ubuntu2.6) ...
#20 41.61 Selecting previously unselected package libkeyutils1:riscv64.
#20 41.62 Preparing to unpack .../009-libkeyutils1_1.6.3-3build1_riscv64.deb ...
#20 41.62 Unpacking libkeyutils1:riscv64 (1.6.3-3build1) ...
#20 41.76 Selecting previously unselected package libkrb5-3:riscv64.
#20 41.77 Preparing to unpack .../010-libkrb5-3_1.20.1-6ubuntu2.6_riscv64.deb ...
#20 41.80 Unpacking libkrb5-3:riscv64 (1.20.1-6ubuntu2.6) ...
#20 42.05 Selecting previously unselected package libgssapi-krb5-2:riscv64.
#20 42.05 Preparing to unpack .../011-libgssapi-krb5-2_1.20.1-6ubuntu2.6_riscv64.deb ...
#20 42.06 Unpacking libgssapi-krb5-2:riscv64 (1.20.1-6ubuntu2.6) ...
#20 42.38 Selecting previously unselected package readline-common.
#20 42.38 Preparing to unpack .../012-readline-common_8.2-4build1_all.deb ...
#20 42.38 Unpacking readline-common (8.2-4build1) ...
#20 42.57 Selecting previously unselected package libreadline8t64:riscv64.
#20 42.57 Preparing to unpack .../013-libreadline8t64_8.2-4build1_riscv64.deb ...
#20 42.60 Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#20 42.63 Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8.2 to /lib/riscv64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
#20 42.68 Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#20 42.71 Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8.2 to /lib/riscv64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
#20 42.71 Unpacking libreadline8t64:riscv64 (8.2-4build1) ...
#20 42.88 Selecting previously unselected package libsqlite3-0:riscv64.
#20 42.89 Preparing to unpack .../014-libsqlite3-0_3.45.1-1ubuntu2.5_riscv64.deb ...
#20 42.91 Unpacking libsqlite3-0:riscv64 (3.45.1-1ubuntu2.5) ...
#20 ...
#14 [internal] load build context
#14 transferring context: 135.23MB 96.3s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 38.24 Selecting previously unselected package libkrb5support0:riscv64.
#21 38.24 Preparing to unpack .../007-libkrb5support0_1.20.1-6ubuntu2.6_riscv64.deb ...
#21 38.26 Unpacking libkrb5support0:riscv64 (1.20.1-6ubuntu2.6) ...
#21 38.42 Selecting previously unselected package libk5crypto3:riscv64.
#21 38.42 Preparing to unpack .../008-libk5crypto3_1.20.1-6ubuntu2.6_riscv64.deb ...
#21 38.44 Unpacking libk5crypto3:riscv64 (1.20.1-6ubuntu2.6) ...
#21 38.62 Selecting previously unselected package libkeyutils1:riscv64.
#21 38.62 Preparing to unpack .../009-libkeyutils1_1.6.3-3build1_riscv64.deb ...
#21 38.63 Unpacking libkeyutils1:riscv64 (1.6.3-3build1) ...
#21 38.78 Selecting previously unselected package libkrb5-3:riscv64.
#21 38.78 Preparing to unpack .../010-libkrb5-3_1.20.1-6ubuntu2.6_riscv64.deb ...
#21 38.80 Unpacking libkrb5-3:riscv64 (1.20.1-6ubuntu2.6) ...
#21 39.04 Selecting previously unselected package libgssapi-krb5-2:riscv64.
#21 39.05 Preparing to unpack .../011-libgssapi-krb5-2_1.20.1-6ubuntu2.6_riscv64.deb ...
#21 39.08 Unpacking libgssapi-krb5-2:riscv64 (1.20.1-6ubuntu2.6) ...
#21 39.29 Selecting previously unselected package readline-common.
#21 39.29 Preparing to unpack .../012-readline-common_8.2-4build1_all.deb ...
#21 39.31 Unpacking readline-common (8.2-4build1) ...
#21 39.64 Selecting previously unselected package libreadline8t64:riscv64.
#21 39.64 Preparing to unpack .../013-libreadline8t64_8.2-4build1_riscv64.deb ...
#21 39.67 Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#21 39.72 Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8.2 to /lib/riscv64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
#21 39.76 Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#21 39.80 Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8.2 to /lib/riscv64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
#21 39.82 Unpacking libreadline8t64:riscv64 (8.2-4build1) ...
#21 40.00 Selecting previously unselected package libsqlite3-0:riscv64.
#21 40.01 Preparing to unpack .../014-libsqlite3-0_3.45.1-1ubuntu2.5_riscv64.deb ...
#21 40.02 Unpacking libsqlite3-0:riscv64 (3.45.1-1ubuntu2.5) ...
#21 40.26 Selecting previously unselected package netbase.
#21 40.26 Preparing to unpack .../015-netbase_6.4_all.deb ...
#21 40.27 Unpacking netbase (6.4) ...
#21 40.43 Selecting previously unselected package sudo.
#21 40.43 Preparing to unpack .../016-sudo_1.9.15p5-3ubuntu5.24.04.2_riscv64.deb ...
#21 40.46 Unpacking sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#21 40.80 Selecting previously unselected package libcbor0.10:riscv64.
#21 40.81 Preparing to unpack .../017-libcbor0.10_0.10.2-1.2ubuntu2_riscv64.deb ...
#21 40.82 Unpacking libcbor0.10:riscv64 (0.10.2-1.2ubuntu2) ...
#21 40.97 Selecting previously unselected package libedit2:riscv64.
#21 40.97 Preparing to unpack .../018-libedit2_3.1-20230828-1build1_riscv64.deb ...
#21 40.99 Unpacking libedit2:riscv64 (3.1-20230828-1build1) ...
#21 41.18 Selecting previously unselected package libfido2-1:riscv64.
#21 41.18 Preparing to unpack .../019-libfido2-1_1.14.0-1build3_riscv64.deb ...
#21 41.19 Unpacking libfido2-1:riscv64 (1.14.0-1build3) ...
#21 41.35 Selecting previously unselected package libjansson4:riscv64.
#21 41.36 Preparing to unpack .../020-libjansson4_2.14-2build2_riscv64.deb ...
#21 41.37 Unpacking libjansson4:riscv64 (2.14-2build2) ...
#21 41.51 Selecting previously unselected package libnghttp2-14:riscv64.
#21 41.51 Preparing to unpack .../021-libnghttp2-14_1.59.0-1ubuntu0.2_riscv64.deb ...
#21 41.52 Unpacking libnghttp2-14:riscv64 (1.59.0-1ubuntu0.2) ...
#21 41.68 Selecting previously unselected package libpng16-16t64:riscv64.
#21 41.68 Preparing to unpack .../022-libpng16-16t64_1.6.43-5ubuntu0.5_riscv64.deb ...
#21 41.71 Unpacking libpng16-16t64:riscv64 (1.6.43-5ubuntu0.5) ...
#21 41.88 Selecting previously unselected package libpsl5t64:riscv64.
#21 41.89 Preparing to unpack .../023-libpsl5t64_0.21.2-1.1build1_riscv64.deb ...
#21 41.91 Unpacking libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#21 42.07 Selecting previously unselected package libxau6:riscv64.
#21 42.07 Preparing to unpack .../024-libxau6_1%3a1.0.9-1build6_riscv64.deb ...
#21 42.09 Unpacking libxau6:riscv64 (1:1.0.9-1build6) ...
#21 42.23 Selecting previously unselected package libxdmcp6:riscv64.
#21 42.24 Preparing to unpack .../025-libxdmcp6_1%3a1.1.3-0ubuntu6_riscv64.deb ...
#21 42.25 Unpacking libxdmcp6:riscv64 (1:1.1.3-0ubuntu6) ...
#21 42.40 Selecting previously unselected package libxcb1:riscv64.
#21 42.40 Preparing to unpack .../026-libxcb1_1.15-1ubuntu2_riscv64.deb ...
#21 42.42 Unpacking libxcb1:riscv64 (1.15-1ubuntu2) ...
#21 42.70 Selecting previously unselected package libx11-data.
#21 42.70 Preparing to unpack .../027-libx11-data_2%3a1.8.7-1build1_all.deb ...
#21 42.71 Unpacking libx11-data (2:1.8.7-1build1) ...
#21 43.24 Selecting previously unselected package libx11-6:riscv64.
#21 43.24 Preparing to unpack .../028-libx11-6_2%3a1.8.7-1build1_riscv64.deb ...
#21 43.25 Unpacking libx11-6:riscv64 (2:1.8.7-1build1) ...
#21 44.68 Selecting previously unselected package libxext6:riscv64.
#21 44.68 Preparing to unpack .../029-libxext6_2%3a1.3.4-1build2_riscv64.deb ...
#21 46.03 Unpacking libxext6:riscv64 (2:1.3.4-1build2) ...
#21 46.22 Selecting previously unselected package libxmuu1:riscv64.
#21 46.22 Preparing to unpack .../030-libxmuu1_2%3a1.1.3-3build2_riscv64.deb ...
#21 46.22 Unpacking libxmuu1:riscv64 (2:1.1.3-3build2) ...
#21 46.34 Selecting previously unselected package manpages.
#21 46.35 Preparing to unpack .../031-manpages_6.7-2_all.deb ...
#21 46.36 Unpacking manpages (6.7-2) ...
#21 46.68 Selecting previously unselected package nano.
#21 46.68 Preparing to unpack .../032-nano_7.2-2ubuntu0.1_riscv64.deb ...
#21 46.70 Unpacking nano (7.2-2ubuntu0.1) ...
#21 46.91 Selecting previously unselected package openssh-client.
#21 46.91 Preparing to unpack .../033-openssh-client_1%3a9.6p1-3ubuntu13.15_riscv64.deb ...
#21 47.00 Unpacking openssh-client (1:9.6p1-3ubuntu13.15) ...
#21 47.35 Selecting previously unselected package publicsuffix.
#21 47.35 Preparing to unpack .../034-publicsuffix_20231001.0357-0.1_all.deb ...
#21 47.37 Unpacking publicsuffix (20231001.0357-0.1) ...
#21 47.52 Selecting previously unselected package xauth.
#21 47.53 Preparing to unpack .../035-xauth_1%3a1.1.2-1build1_riscv64.deb ...
#21 47.54 Unpacking xauth (1:1.1.2-1build1) ...
#21 48.42 Selecting previously unselected package xz-utils.
#21 48.42 Preparing to unpack .../036-xz-utils_5.6.1+really5.4.5-1ubuntu0.2_riscv64.deb ...
#21 ...
#14 [internal] load build context
#14 transferring context: 191.75MB 101.3s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 43.23 Selecting previously unselected package netbase.
#20 43.23 Preparing to unpack .../015-netbase_6.4_all.deb ...
#20 43.24 Unpacking netbase (6.4) ...
#20 43.38 Selecting previously unselected package sudo.
#20 43.38 Preparing to unpack .../016-sudo_1.9.15p5-3ubuntu5.24.04.2_riscv64.deb ...
#20 43.40 Unpacking sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#20 43.79 Selecting previously unselected package libcbor0.10:riscv64.
#20 43.80 Preparing to unpack .../017-libcbor0.10_0.10.2-1.2ubuntu2_riscv64.deb ...
#20 43.81 Unpacking libcbor0.10:riscv64 (0.10.2-1.2ubuntu2) ...
#20 43.98 Selecting previously unselected package libedit2:riscv64.
#20 43.99 Preparing to unpack .../018-libedit2_3.1-20230828-1build1_riscv64.deb ...
#20 44.01 Unpacking libedit2:riscv64 (3.1-20230828-1build1) ...
#20 44.17 Selecting previously unselected package libfido2-1:riscv64.
#20 44.18 Preparing to unpack .../019-libfido2-1_1.14.0-1build3_riscv64.deb ...
#20 44.19 Unpacking libfido2-1:riscv64 (1.14.0-1build3) ...
#20 44.36 Selecting previously unselected package libjansson4:riscv64.
#20 44.36 Preparing to unpack .../020-libjansson4_2.14-2build2_riscv64.deb ...
#20 44.37 Unpacking libjansson4:riscv64 (2.14-2build2) ...
#20 44.53 Selecting previously unselected package libnghttp2-14:riscv64.
#20 44.53 Preparing to unpack .../021-libnghttp2-14_1.59.0-1ubuntu0.2_riscv64.deb ...
#20 44.55 Unpacking libnghttp2-14:riscv64 (1.59.0-1ubuntu0.2) ...
#20 44.73 Selecting previously unselected package libpng16-16t64:riscv64.
#20 44.73 Preparing to unpack .../022-libpng16-16t64_1.6.43-5ubuntu0.5_riscv64.deb ...
#20 44.74 Unpacking libpng16-16t64:riscv64 (1.6.43-5ubuntu0.5) ...
#20 44.94 Selecting previously unselected package libpsl5t64:riscv64.
#20 44.94 Preparing to unpack .../023-libpsl5t64_0.21.2-1.1build1_riscv64.deb ...
#20 44.95 Unpacking libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#20 45.11 Selecting previously unselected package libxau6:riscv64.
#20 45.11 Preparing to unpack .../024-libxau6_1%3a1.0.9-1build6_riscv64.deb ...
#20 45.12 Unpacking libxau6:riscv64 (1:1.0.9-1build6) ...
#20 45.24 Selecting previously unselected package libxdmcp6:riscv64.
#20 45.24 Preparing to unpack .../025-libxdmcp6_1%3a1.1.3-0ubuntu6_riscv64.deb ...
#20 45.29 Unpacking libxdmcp6:riscv64 (1:1.1.3-0ubuntu6) ...
#20 45.54 Selecting previously unselected package libxcb1:riscv64.
#20 45.54 Preparing to unpack .../026-libxcb1_1.15-1ubuntu2_riscv64.deb ...
#20 45.55 Unpacking libxcb1:riscv64 (1.15-1ubuntu2) ...
#20 45.69 Selecting previously unselected package libx11-data.
#20 45.70 Preparing to unpack .../027-libx11-data_2%3a1.8.7-1build1_all.deb ...
#20 45.71 Unpacking libx11-data (2:1.8.7-1build1) ...
#20 48.85 Selecting previously unselected package libx11-6:riscv64.
#20 48.86 Preparing to unpack .../028-libx11-6_2%3a1.8.7-1build1_riscv64.deb ...
#20 48.87 Unpacking libx11-6:riscv64 (2:1.8.7-1build1) ...
#20 49.12 Selecting previously unselected package libxext6:riscv64.
#20 49.12 Preparing to unpack .../029-libxext6_2%3a1.3.4-1build2_riscv64.deb ...
#20 49.14 Unpacking libxext6:riscv64 (2:1.3.4-1build2) ...
#20 49.29 Selecting previously unselected package libxmuu1:riscv64.
#20 49.29 Preparing to unpack .../030-libxmuu1_2%3a1.1.3-3build2_riscv64.deb ...
#20 49.32 Unpacking libxmuu1:riscv64 (2:1.1.3-3build2) ...
#20 49.46 Selecting previously unselected package manpages.
#20 49.46 Preparing to unpack .../031-manpages_6.7-2_all.deb ...
#20 49.47 Unpacking manpages (6.7-2) ...
#20 49.84 Selecting previously unselected package openssh-client.
#20 49.84 Preparing to unpack .../032-openssh-client_1%3a9.6p1-3ubuntu13.15_riscv64.deb ...
#20 49.87 Unpacking openssh-client (1:9.6p1-3ubuntu13.15) ...
#20 50.27 Selecting previously unselected package publicsuffix.
#20 50.27 Preparing to unpack .../033-publicsuffix_20231001.0357-0.1_all.deb ...
#20 50.28 Unpacking publicsuffix (20231001.0357-0.1) ...
#20 51.20 Selecting previously unselected package xauth.
#20 51.20 Preparing to unpack .../034-xauth_1%3a1.1.2-1build1_riscv64.deb ...
#20 51.21 Unpacking xauth (1:1.1.2-1build1) ...
#20 51.36 Selecting previously unselected package xz-utils.
#20 51.36 Preparing to unpack .../035-xz-utils_5.6.1+really5.4.5-1ubuntu0.2_riscv64.deb ...
#20 51.38 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ...
#20 51.64 Selecting previously unselected package binutils-common:riscv64.
#20 51.64 Preparing to unpack .../036-binutils-common_2.42-4ubuntu2.10_riscv64.deb ...
#20 51.65 Unpacking binutils-common:riscv64 (2.42-4ubuntu2.10) ...
#20 51.80 Selecting previously unselected package libsframe1:riscv64.
#20 51.81 Preparing to unpack .../037-libsframe1_2.42-4ubuntu2.10_riscv64.deb ...
#20 51.81 Unpacking libsframe1:riscv64 (2.42-4ubuntu2.10) ...
#20 51.96 Selecting previously unselected package libbinutils:riscv64.
#20 51.96 Preparing to unpack .../038-libbinutils_2.42-4ubuntu2.10_riscv64.deb ...
#20 52.00 Unpacking libbinutils:riscv64 (2.42-4ubuntu2.10) ...
#20 52.27 Selecting previously unselected package libctf-nobfd0:riscv64.
#20 52.27 Preparing to unpack .../039-libctf-nobfd0_2.42-4ubuntu2.10_riscv64.deb ...
#20 52.32 Unpacking libctf-nobfd0:riscv64 (2.42-4ubuntu2.10) ...
#20 52.50 Selecting previously unselected package libctf0:riscv64.
#20 52.50 Preparing to unpack .../040-libctf0_2.42-4ubuntu2.10_riscv64.deb ...
#20 52.52 Unpacking libctf0:riscv64 (2.42-4ubuntu2.10) ...
#20 52.69 Selecting previously unselected package binutils-riscv64-linux-gnu.
#20 52.69 Preparing to unpack .../041-binutils-riscv64-linux-gnu_2.42-4ubuntu2.10_riscv64.deb ...
#20 52.70 Unpacking binutils-riscv64-linux-gnu (2.42-4ubuntu2.10) ...
#20 ...
#14 [internal] load build context
#14 transferring context: 240.33MB 106.4s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 48.43 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ...
#21 48.65 Selecting previously unselected package binutils-common:riscv64.
#21 48.65 Preparing to unpack .../037-binutils-common_2.42-4ubuntu2.10_riscv64.deb ...
#21 48.66 Unpacking binutils-common:riscv64 (2.42-4ubuntu2.10) ...
#21 48.91 Selecting previously unselected package libsframe1:riscv64.
#21 48.91 Preparing to unpack .../038-libsframe1_2.42-4ubuntu2.10_riscv64.deb ...
#21 48.92 Unpacking libsframe1:riscv64 (2.42-4ubuntu2.10) ...
#21 49.07 Selecting previously unselected package libbinutils:riscv64.
#21 49.07 Preparing to unpack .../039-libbinutils_2.42-4ubuntu2.10_riscv64.deb ...
#21 49.09 Unpacking libbinutils:riscv64 (2.42-4ubuntu2.10) ...
#21 49.35 Selecting previously unselected package libctf-nobfd0:riscv64.
#21 49.35 Preparing to unpack .../040-libctf-nobfd0_2.42-4ubuntu2.10_riscv64.deb ...
#21 49.36 Unpacking libctf-nobfd0:riscv64 (2.42-4ubuntu2.10) ...
#21 49.52 Selecting previously unselected package libctf0:riscv64.
#21 49.52 Preparing to unpack .../041-libctf0_2.42-4ubuntu2.10_riscv64.deb ...
#21 49.54 Unpacking libctf0:riscv64 (2.42-4ubuntu2.10) ...
#21 49.68 Selecting previously unselected package binutils-riscv64-linux-gnu.
#21 49.68 Preparing to unpack .../042-binutils-riscv64-linux-gnu_2.42-4ubuntu2.10_riscv64.deb ...
#21 49.70 Unpacking binutils-riscv64-linux-gnu (2.42-4ubuntu2.10) ...
#21 50.43 Selecting previously unselected package binutils.
#21 50.43 Preparing to unpack .../043-binutils_2.42-4ubuntu2.10_riscv64.deb ...
#21 50.45 Unpacking binutils (2.42-4ubuntu2.10) ...
#21 50.58 Selecting previously unselected package bubblewrap.
#21 50.58 Preparing to unpack .../044-bubblewrap_0.9.0-1ubuntu0.1_riscv64.deb ...
#21 50.59 Unpacking bubblewrap (0.9.0-1ubuntu0.1) ...
#21 50.75 Selecting previously unselected package libc-dev-bin.
#21 50.75 Preparing to unpack .../045-libc-dev-bin_2.39-0ubuntu8.7_riscv64.deb ...
#21 50.76 Unpacking libc-dev-bin (2.39-0ubuntu8.7) ...
#21 50.88 Selecting previously unselected package linux-libc-dev:riscv64.
#21 50.88 Preparing to unpack .../046-linux-libc-dev_6.8.0-106.106_riscv64.deb ...
#21 50.90 Unpacking linux-libc-dev:riscv64 (6.8.0-106.106) ...
#21 52.55 Selecting previously unselected package libcrypt-dev:riscv64.
#21 52.55 Preparing to unpack .../047-libcrypt-dev_1%3a4.4.36-4build1_riscv64.deb ...
#21 52.59 Unpacking libcrypt-dev:riscv64 (1:4.4.36-4build1) ...
#21 52.85 Selecting previously unselected package rpcsvc-proto.
#21 52.85 Preparing to unpack .../048-rpcsvc-proto_1.4.2-0ubuntu7_riscv64.deb ...
#21 52.87 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#21 53.04 Selecting previously unselected package libc6-dev:riscv64.
#21 53.06 Preparing to unpack .../049-libc6-dev_2.39-0ubuntu8.7_riscv64.deb ...
#21 53.06 Unpacking libc6-dev:riscv64 (2.39-0ubuntu8.7) ...
#21 54.90 Selecting previously unselected package gcc-13-base:riscv64.
#21 54.91 Preparing to unpack .../050-gcc-13-base_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 54.92 Unpacking gcc-13-base:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 55.12 Selecting previously unselected package libisl23:riscv64.
#21 55.12 Preparing to unpack .../051-libisl23_0.26-3build1.1_riscv64.deb ...
#21 55.14 Unpacking libisl23:riscv64 (0.26-3build1.1) ...
#21 55.47 Selecting previously unselected package libmpfr6:riscv64.
#21 55.48 Preparing to unpack .../052-libmpfr6_4.2.1-1build1.1_riscv64.deb ...
#21 55.49 Unpacking libmpfr6:riscv64 (4.2.1-1build1.1) ...
#21 55.71 Selecting previously unselected package libmpc3:riscv64.
#21 55.71 Preparing to unpack .../053-libmpc3_1.3.1-1build1.1_riscv64.deb ...
#21 55.72 Unpacking libmpc3:riscv64 (1.3.1-1build1.1) ...
#21 55.87 Selecting previously unselected package cpp-13-riscv64-linux-gnu.
#21 55.87 Preparing to unpack .../054-cpp-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 55.89 Unpacking cpp-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 57.80 Selecting previously unselected package cpp-13.
#21 57.80 Preparing to unpack .../055-cpp-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 57.82 Unpacking cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 57.95 Selecting previously unselected package cpp-riscv64-linux-gnu.
#21 57.96 Preparing to unpack .../056-cpp-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 57.97 Unpacking cpp-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 58.14 Selecting previously unselected package cpp.
#21 58.14 Preparing to unpack .../057-cpp_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 58.18 Unpacking cpp (4:13.2.0-7ubuntu1) ...
#21 58.34 Selecting previously unselected package libcc1-0:riscv64.
#21 58.35 Preparing to unpack .../058-libcc1-0_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 58.36 Unpacking libcc1-0:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 58.53 Selecting previously unselected package libgomp1:riscv64.
#21 58.53 Preparing to unpack .../059-libgomp1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 58.55 Unpacking libgomp1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 ...
#14 [internal] load build context
#14 transferring context: 240.57MB 111.5s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 53.48 Selecting previously unselected package binutils.
#20 53.48 Preparing to unpack .../042-binutils_2.42-4ubuntu2.10_riscv64.deb ...
#20 53.50 Unpacking binutils (2.42-4ubuntu2.10) ...
#20 53.65 Selecting previously unselected package libc-dev-bin.
#20 53.65 Preparing to unpack .../043-libc-dev-bin_2.39-0ubuntu8.7_riscv64.deb ...
#20 53.66 Unpacking libc-dev-bin (2.39-0ubuntu8.7) ...
#20 53.79 Selecting previously unselected package linux-libc-dev:riscv64.
#20 53.79 Preparing to unpack .../044-linux-libc-dev_6.8.0-106.106_riscv64.deb ...
#20 53.80 Unpacking linux-libc-dev:riscv64 (6.8.0-106.106) ...
#20 55.30 Selecting previously unselected package libcrypt-dev:riscv64.
#20 55.30 Preparing to unpack .../045-libcrypt-dev_1%3a4.4.36-4build1_riscv64.deb ...
#20 55.34 Unpacking libcrypt-dev:riscv64 (1:4.4.36-4build1) ...
#20 55.55 Selecting previously unselected package rpcsvc-proto.
#20 55.56 Preparing to unpack .../046-rpcsvc-proto_1.4.2-0ubuntu7_riscv64.deb ...
#20 55.56 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#20 55.75 Selecting previously unselected package libc6-dev:riscv64.
#20 55.75 Preparing to unpack .../047-libc6-dev_2.39-0ubuntu8.7_riscv64.deb ...
#20 55.77 Unpacking libc6-dev:riscv64 (2.39-0ubuntu8.7) ...
#20 57.64 Selecting previously unselected package gcc-13-base:riscv64.
#20 57.64 Preparing to unpack .../048-gcc-13-base_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 57.65 Unpacking gcc-13-base:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 57.84 Selecting previously unselected package libisl23:riscv64.
#20 57.84 Preparing to unpack .../049-libisl23_0.26-3build1.1_riscv64.deb ...
#20 57.85 Unpacking libisl23:riscv64 (0.26-3build1.1) ...
#20 58.15 Selecting previously unselected package libmpfr6:riscv64.
#20 58.16 Preparing to unpack .../050-libmpfr6_4.2.1-1build1.1_riscv64.deb ...
#20 58.17 Unpacking libmpfr6:riscv64 (4.2.1-1build1.1) ...
#20 58.37 Selecting previously unselected package libmpc3:riscv64.
#20 58.38 Preparing to unpack .../051-libmpc3_1.3.1-1build1.1_riscv64.deb ...
#20 58.39 Unpacking libmpc3:riscv64 (1.3.1-1build1.1) ...
#20 58.54 Selecting previously unselected package cpp-13-riscv64-linux-gnu.
#20 58.54 Preparing to unpack .../052-cpp-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 58.57 Unpacking cpp-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 60.53 Selecting previously unselected package cpp-13.
#20 60.54 Preparing to unpack .../053-cpp-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 60.55 Unpacking cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 60.69 Selecting previously unselected package cpp-riscv64-linux-gnu.
#20 60.70 Preparing to unpack .../054-cpp-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 60.72 Unpacking cpp-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 60.86 Selecting previously unselected package cpp.
#20 60.87 Preparing to unpack .../055-cpp_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 60.92 Unpacking cpp (4:13.2.0-7ubuntu1) ...
#20 61.06 Selecting previously unselected package libcc1-0:riscv64.
#20 61.07 Preparing to unpack .../056-libcc1-0_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 61.08 Unpacking libcc1-0:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 61.25 Selecting previously unselected package libgomp1:riscv64.
#20 61.25 Preparing to unpack .../057-libgomp1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 61.27 Unpacking libgomp1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 61.48 Selecting previously unselected package libitm1:riscv64.
#20 61.48 Preparing to unpack .../058-libitm1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 61.50 Unpacking libitm1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 61.66 Selecting previously unselected package libatomic1:riscv64.
#20 61.67 Preparing to unpack .../059-libatomic1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 61.68 Unpacking libatomic1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 61.85 Selecting previously unselected package libasan8:riscv64.
#20 61.85 Preparing to unpack .../060-libasan8_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 61.87 Unpacking libasan8:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 62.56 Selecting previously unselected package libubsan1:riscv64.
#20 62.56 Preparing to unpack .../061-libubsan1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 62.58 Unpacking libubsan1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 62.90 Selecting previously unselected package libgcc-13-dev:riscv64.
#20 62.91 Preparing to unpack .../062-libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 62.92 Unpacking libgcc-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 ...
#14 [internal] load build context
#14 transferring context: 240.84MB 116.5s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 58.73 Selecting previously unselected package libitm1:riscv64.
#21 58.74 Preparing to unpack .../060-libitm1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 58.75 Unpacking libitm1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 58.90 Selecting previously unselected package libatomic1:riscv64.
#21 58.91 Preparing to unpack .../061-libatomic1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 58.92 Unpacking libatomic1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 59.10 Selecting previously unselected package libasan8:riscv64.
#21 59.11 Preparing to unpack .../062-libasan8_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 59.13 Unpacking libasan8:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 59.87 Selecting previously unselected package libubsan1:riscv64.
#21 59.87 Preparing to unpack .../063-libubsan1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 59.88 Unpacking libubsan1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 60.21 Selecting previously unselected package libgcc-13-dev:riscv64.
#21 60.21 Preparing to unpack .../064-libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 60.23 Unpacking libgcc-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 62.32 Selecting previously unselected package gcc-13-riscv64-linux-gnu.
#21 62.32 Preparing to unpack .../065-gcc-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 62.34 Unpacking gcc-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 66.11 Selecting previously unselected package gcc-13.
#21 66.12 Preparing to unpack .../066-gcc-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 66.13 Unpacking gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 66.31 Selecting previously unselected package gcc-riscv64-linux-gnu.
#21 66.31 Preparing to unpack .../067-gcc-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 66.40 Unpacking gcc-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 68.60 Selecting previously unselected package gcc.
#21 68.60 Preparing to unpack .../068-gcc_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 68.63 Unpacking gcc (4:13.2.0-7ubuntu1) ...
#21 ...
#14 [internal] load build context
#14 transferring context: 241.17MB 121.6s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 65.05 Selecting previously unselected package gcc-13-riscv64-linux-gnu.
#20 65.05 Preparing to unpack .../063-gcc-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 65.08 Unpacking gcc-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 68.84 Selecting previously unselected package gcc-13.
#20 68.85 Preparing to unpack .../064-gcc-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 68.86 Unpacking gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 69.14 Selecting previously unselected package gcc-riscv64-linux-gnu.
#20 69.14 Preparing to unpack .../065-gcc-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 69.14 Unpacking gcc-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 71.36 Selecting previously unselected package gcc.
#20 71.36 Preparing to unpack .../066-gcc_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 71.40 Unpacking gcc (4:13.2.0-7ubuntu1) ...
#20 74.02 Selecting previously unselected package libstdc++-13-dev:riscv64.
#20 74.02 Preparing to unpack .../067-libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 74.05 Unpacking libstdc++-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 ...
#14 [internal] load build context
#14 transferring context: 241.47MB 126.7s
#14 transferring context: 241.81MB 131.8s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 71.27 Selecting previously unselected package libstdc++-13-dev:riscv64.
#21 71.28 Preparing to unpack .../069-libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 71.29 Unpacking libstdc++-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 76.07 Selecting previously unselected package g++-13-riscv64-linux-gnu.
#21 76.07 Preparing to unpack .../070-g++-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 76.09 Unpacking g++-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 78.14 Selecting previously unselected package g++-13.
#21 78.16 Preparing to unpack .../071-g++-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 78.17 Unpacking g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 78.32 Selecting previously unselected package g++-riscv64-linux-gnu.
#21 78.32 Preparing to unpack .../072-g++-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 78.34 Unpacking g++-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 78.47 Selecting previously unselected package g++.
#21 78.47 Preparing to unpack .../073-g++_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 78.48 Unpacking g++ (4:13.2.0-7ubuntu1) ...
#21 78.62 Selecting previously unselected package make.
#21 78.62 Preparing to unpack .../074-make_4.3-4.1build2_riscv64.deb ...
#21 78.63 Unpacking make (4.3-4.1build2) ...
#21 78.79 Selecting previously unselected package libdpkg-perl.
#21 78.79 Preparing to unpack .../075-libdpkg-perl_1.22.6ubuntu6.5_all.deb ...
#21 78.81 Unpacking libdpkg-perl (1.22.6ubuntu6.5) ...
#21 79.10 Selecting previously unselected package bzip2.
#21 79.10 Preparing to unpack .../076-bzip2_1.0.8-5.1build0.1_riscv64.deb ...
#21 79.11 Unpacking bzip2 (1.0.8-5.1build0.1) ...
#21 79.29 Selecting previously unselected package patch.
#21 79.29 Preparing to unpack .../077-patch_2.7.6-7build3_riscv64.deb ...
#21 79.31 Unpacking patch (2.7.6-7build3) ...
#21 79.45 Selecting previously unselected package lto-disabled-list.
#21 79.45 Preparing to unpack .../078-lto-disabled-list_47_all.deb ...
#21 79.47 Unpacking lto-disabled-list (47) ...
#21 79.60 Selecting previously unselected package dpkg-dev.
#21 79.60 Preparing to unpack .../079-dpkg-dev_1.22.6ubuntu6.5_all.deb ...
#21 79.62 Unpacking dpkg-dev (1.22.6ubuntu6.5) ...
#21 ...
#14 [internal] load build context
#14 transferring context: 242.10MB 136.8s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 78.81 Selecting previously unselected package g++-13-riscv64-linux-gnu.
#20 78.81 Preparing to unpack .../068-g++-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 78.83 Unpacking g++-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 80.68 Selecting previously unselected package g++-13.
#20 80.68 Preparing to unpack .../069-g++-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 80.69 Unpacking g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 80.82 Selecting previously unselected package g++-riscv64-linux-gnu.
#20 80.83 Preparing to unpack .../070-g++-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 80.85 Unpacking g++-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 81.00 Selecting previously unselected package g++.
#20 81.01 Preparing to unpack .../071-g++_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 81.02 Unpacking g++ (4:13.2.0-7ubuntu1) ...
#20 81.16 Selecting previously unselected package make.
#20 81.16 Preparing to unpack .../072-make_4.3-4.1build2_riscv64.deb ...
#20 81.17 Unpacking make (4.3-4.1build2) ...
#20 81.36 Selecting previously unselected package libdpkg-perl.
#20 81.36 Preparing to unpack .../073-libdpkg-perl_1.22.6ubuntu6.5_all.deb ...
#20 81.37 Unpacking libdpkg-perl (1.22.6ubuntu6.5) ...
#20 81.65 Selecting previously unselected package bzip2.
#20 81.66 Preparing to unpack .../074-bzip2_1.0.8-5.1build0.1_riscv64.deb ...
#20 81.67 Unpacking bzip2 (1.0.8-5.1build0.1) ...
#20 81.84 Selecting previously unselected package patch.
#20 81.85 Preparing to unpack .../075-patch_2.7.6-7build3_riscv64.deb ...
#20 81.87 Unpacking patch (2.7.6-7build3) ...
#20 82.02 Selecting previously unselected package lto-disabled-list.
#20 82.03 Preparing to unpack .../076-lto-disabled-list_47_all.deb ...
#20 82.04 Unpacking lto-disabled-list (47) ...
#20 82.18 Selecting previously unselected package dpkg-dev.
#20 82.19 Preparing to unpack .../077-dpkg-dev_1.22.6ubuntu6.5_all.deb ...
#20 82.20 Unpacking dpkg-dev (1.22.6ubuntu6.5) ...
#20 84.80 Selecting previously unselected package build-essential.
#20 84.80 Preparing to unpack .../078-build-essential_12.10ubuntu1_riscv64.deb ...
#20 84.98 Unpacking build-essential (12.10ubuntu1) ...
#20 85.40 Selecting previously unselected package libbrotli1:riscv64.
#20 85.40 Preparing to unpack .../079-libbrotli1_1.1.0-2build2_riscv64.deb ...
#20 85.42 Unpacking libbrotli1:riscv64 (1.1.0-2build2) ...
#20 85.72 Selecting previously unselected package libsasl2-modules-db:riscv64.
#20 85.72 Preparing to unpack .../080-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#20 85.74 Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 85.88 Selecting previously unselected package libsasl2-2:riscv64.
#20 85.89 Preparing to unpack .../081-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#20 85.90 Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 86.09 Selecting previously unselected package libldap2:riscv64.
#20 86.09 Preparing to unpack .../082-libldap2_2.6.10+dfsg-0ubuntu0.24.04.1_riscv64.deb ...
#20 86.11 Unpacking libldap2:riscv64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 86.31 Selecting previously unselected package librtmp1:riscv64.
#20 86.32 Preparing to unpack .../083-librtmp1_2.4+20151223.gitfa8646d.1-2build7_riscv64.deb ...
#20 86.34 Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#20 86.65 Selecting previously unselected package libssh-4:riscv64.
#20 86.66 Preparing to unpack .../084-libssh-4_0.10.6-2ubuntu0.4_riscv64.deb ...
#20 86.67 Unpacking libssh-4:riscv64 (0.10.6-2ubuntu0.4) ...
#20 86.86 Selecting previously unselected package libcurl4t64:riscv64.
#20 86.87 Preparing to unpack .../085-libcurl4t64_8.5.0-2ubuntu10.8_riscv64.deb ...
#20 86.88 Unpacking libcurl4t64:riscv64 (8.5.0-2ubuntu10.8) ...
#20 87.08 Selecting previously unselected package curl.
#20 87.09 Preparing to unpack .../086-curl_8.5.0-2ubuntu10.8_riscv64.deb ...
#20 87.11 Unpacking curl (8.5.0-2ubuntu10.8) ...
#20 87.29 Selecting previously unselected package gpgconf.
#20 87.29 Preparing to unpack .../087-gpgconf_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 87.31 Unpacking gpgconf (2.4.4-2ubuntu17.4) ...
#20 87.49 Selecting previously unselected package libksba8:riscv64.
#20 87.50 Preparing to unpack .../088-libksba8_1.6.6-1build1_riscv64.deb ...
#20 87.51 Unpacking libksba8:riscv64 (1.6.6-1build1) ...
#20 87.72 Selecting previously unselected package dirmngr.
#20 87.72 Preparing to unpack .../089-dirmngr_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 87.80 Unpacking dirmngr (2.4.4-2ubuntu17.4) ...
#20 88.08 Selecting previously unselected package libfakeroot:riscv64.
#20 88.08 Preparing to unpack .../090-libfakeroot_1.33-1_riscv64.deb ...
#20 88.10 Unpacking libfakeroot:riscv64 (1.33-1) ...
#20 88.26 Selecting previously unselected package fakeroot.
#20 88.27 Preparing to unpack .../091-fakeroot_1.33-1_riscv64.deb ...
#20 88.28 Unpacking fakeroot (1.33-1) ...
#20 88.46 Selecting previously unselected package fonts-dejavu-mono.
#20 88.46 Preparing to unpack .../092-fonts-dejavu-mono_2.37-8_all.deb ...
#20 88.47 Unpacking fonts-dejavu-mono (2.37-8) ...
#20 88.75 Selecting previously unselected package fonts-dejavu-core.
#20 88.75 Preparing to unpack .../093-fonts-dejavu-core_2.37-8_all.deb ...
#20 88.85 Unpacking fonts-dejavu-core (2.37-8) ...
#20 ...
#14 [internal] load build context
#14 transferring context: 242.40MB 141.9s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 82.21 Selecting previously unselected package build-essential.
#21 82.21 Preparing to unpack .../080-build-essential_12.10ubuntu1_riscv64.deb ...
#21 82.38 Unpacking build-essential (12.10ubuntu1) ...
#21 82.67 Selecting previously unselected package libbrotli1:riscv64.
#21 82.67 Preparing to unpack .../081-libbrotli1_1.1.0-2build2_riscv64.deb ...
#21 82.68 Unpacking libbrotli1:riscv64 (1.1.0-2build2) ...
#21 82.98 Selecting previously unselected package libsasl2-modules-db:riscv64.
#21 82.99 Preparing to unpack .../082-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#21 83.00 Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 83.14 Selecting previously unselected package libsasl2-2:riscv64.
#21 83.15 Preparing to unpack .../083-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#21 83.16 Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 83.42 Selecting previously unselected package libldap2:riscv64.
#21 83.43 Preparing to unpack .../084-libldap2_2.6.10+dfsg-0ubuntu0.24.04.1_riscv64.deb ...
#21 83.44 Unpacking libldap2:riscv64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 83.68 Selecting previously unselected package librtmp1:riscv64.
#21 83.68 Preparing to unpack .../085-librtmp1_2.4+20151223.gitfa8646d.1-2build7_riscv64.deb ...
#21 83.73 Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#21 83.89 Selecting previously unselected package libssh-4:riscv64.
#21 83.89 Preparing to unpack .../086-libssh-4_0.10.6-2ubuntu0.4_riscv64.deb ...
#21 83.91 Unpacking libssh-4:riscv64 (0.10.6-2ubuntu0.4) ...
#21 84.15 Selecting previously unselected package libcurl4t64:riscv64.
#21 84.15 Preparing to unpack .../087-libcurl4t64_8.5.0-2ubuntu10.8_riscv64.deb ...
#21 84.17 Unpacking libcurl4t64:riscv64 (8.5.0-2ubuntu10.8) ...
#21 84.39 Selecting previously unselected package curl.
#21 84.39 Preparing to unpack .../088-curl_8.5.0-2ubuntu10.8_riscv64.deb ...
#21 84.40 Unpacking curl (8.5.0-2ubuntu10.8) ...
#21 84.57 Selecting previously unselected package gpgconf.
#21 84.57 Preparing to unpack .../089-gpgconf_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 84.58 Unpacking gpgconf (2.4.4-2ubuntu17.4) ...
#21 84.76 Selecting previously unselected package libksba8:riscv64.
#21 84.76 Preparing to unpack .../090-libksba8_1.6.6-1build1_riscv64.deb ...
#21 84.77 Unpacking libksba8:riscv64 (1.6.6-1build1) ...
#21 84.98 Selecting previously unselected package dirmngr.
#21 84.98 Preparing to unpack .../091-dirmngr_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 85.07 Unpacking dirmngr (2.4.4-2ubuntu17.4) ...
#21 85.33 Selecting previously unselected package libfakeroot:riscv64.
#21 85.34 Preparing to unpack .../092-libfakeroot_1.33-1_riscv64.deb ...
#21 85.35 Unpacking libfakeroot:riscv64 (1.33-1) ...
#21 85.52 Selecting previously unselected package fakeroot.
#21 85.52 Preparing to unpack .../093-fakeroot_1.33-1_riscv64.deb ...
#21 85.53 Unpacking fakeroot (1.33-1) ...
#21 85.71 Selecting previously unselected package fonts-dejavu-mono.
#21 85.71 Preparing to unpack .../094-fonts-dejavu-mono_2.37-8_all.deb ...
#21 85.73 Unpacking fonts-dejavu-mono (2.37-8) ...
#21 86.02 Selecting previously unselected package fonts-dejavu-core.
#21 86.03 Preparing to unpack .../095-fonts-dejavu-core_2.37-8_all.deb ...
#21 86.14 Unpacking fonts-dejavu-core (2.37-8) ...
#21 86.52 Selecting previously unselected package fontconfig-config.
#21 86.52 Preparing to unpack .../096-fontconfig-config_2.15.0-1.1ubuntu2_riscv64.deb ...
#21 87.45 Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ...
#21 87.75 Selecting previously unselected package libcurl3t64-gnutls:riscv64.
#21 87.75 Preparing to unpack .../097-libcurl3t64-gnutls_8.5.0-2ubuntu10.8_riscv64.deb ...
#21 87.77 Unpacking libcurl3t64-gnutls:riscv64 (8.5.0-2ubuntu10.8) ...
#21 87.98 Selecting previously unselected package liberror-perl.
#21 87.98 Preparing to unpack .../098-liberror-perl_0.17029-2_all.deb ...
#21 87.99 Unpacking liberror-perl (0.17029-2) ...
#21 88.16 Selecting previously unselected package git-man.
#21 88.16 Preparing to unpack .../099-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...
#21 88.17 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...
#21 88.47 Selecting previously unselected package git.
#21 88.47 Preparing to unpack .../100-git_1%3a2.43.0-1ubuntu7.3_riscv64.deb ...
#21 88.52 Unpacking git (1:2.43.0-1ubuntu7.3) ...
#21 91.11 Selecting previously unselected package gnupg-utils.
#21 91.11 Preparing to unpack .../101-gnupg-utils_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 91.12 Unpacking gnupg-utils (2.4.4-2ubuntu17.4) ...
#21 91.30 Selecting previously unselected package gpg.
#21 91.31 Preparing to unpack .../102-gpg_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 91.34 Unpacking gpg (2.4.4-2ubuntu17.4) ...
#21 91.59 Selecting previously unselected package pinentry-curses.
#21 91.59 Preparing to unpack .../103-pinentry-curses_1.2.1-3ubuntu5_riscv64.deb ...
#21 91.61 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...
#21 91.75 Selecting previously unselected package gpg-agent.
#21 91.76 Preparing to unpack .../104-gpg-agent_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 91.77 Unpacking gpg-agent (2.4.4-2ubuntu17.4) ...
#21 92.02 Selecting previously unselected package gpgsm.
#21 92.03 Preparing to unpack .../105-gpgsm_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 92.05 Unpacking gpgsm (2.4.4-2ubuntu17.4) ...
#21 92.25 Selecting previously unselected package keyboxd.
#21 92.25 Preparing to unpack .../106-keyboxd_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 92.27 Unpacking keyboxd (2.4.4-2ubuntu17.4) ...
#21 ...
#14 [internal] load build context
#14 transferring context: 242.71MB 146.9s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 89.24 Selecting previously unselected package fontconfig-config.
#20 89.24 Preparing to unpack .../094-fontconfig-config_2.15.0-1.1ubuntu2_riscv64.deb ...
#20 90.19 Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ...
#20 90.48 Selecting previously unselected package libcurl3t64-gnutls:riscv64.
#20 90.49 Preparing to unpack .../095-libcurl3t64-gnutls_8.5.0-2ubuntu10.8_riscv64.deb ...
#20 90.50 Unpacking libcurl3t64-gnutls:riscv64 (8.5.0-2ubuntu10.8) ...
#20 90.72 Selecting previously unselected package liberror-perl.
#20 90.72 Preparing to unpack .../096-liberror-perl_0.17029-2_all.deb ...
#20 90.75 Unpacking liberror-perl (0.17029-2) ...
#20 90.90 Selecting previously unselected package git-man.
#20 90.90 Preparing to unpack .../097-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...
#20 90.91 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...
#20 91.21 Selecting previously unselected package git.
#20 91.21 Preparing to unpack .../098-git_1%3a2.43.0-1ubuntu7.3_riscv64.deb ...
#20 91.25 Unpacking git (1:2.43.0-1ubuntu7.3) ...
#20 93.85 Selecting previously unselected package gnupg-utils.
#20 93.85 Preparing to unpack .../099-gnupg-utils_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 93.86 Unpacking gnupg-utils (2.4.4-2ubuntu17.4) ...
#20 94.04 Selecting previously unselected package gpg.
#20 94.05 Preparing to unpack .../100-gpg_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 94.08 Unpacking gpg (2.4.4-2ubuntu17.4) ...
#20 94.33 Selecting previously unselected package pinentry-curses.
#20 94.34 Preparing to unpack .../101-pinentry-curses_1.2.1-3ubuntu5_riscv64.deb ...
#20 94.36 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...
#20 94.52 Selecting previously unselected package gpg-agent.
#20 94.52 Preparing to unpack .../102-gpg-agent_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 94.53 Unpacking gpg-agent (2.4.4-2ubuntu17.4) ...
#20 94.76 Selecting previously unselected package gpgsm.
#20 94.77 Preparing to unpack .../103-gpgsm_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 94.79 Unpacking gpgsm (2.4.4-2ubuntu17.4) ...
#20 94.98 Selecting previously unselected package keyboxd.
#20 94.99 Preparing to unpack .../104-keyboxd_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 95.01 Unpacking keyboxd (2.4.4-2ubuntu17.4) ...
#20 95.18 Selecting previously unselected package gnupg.
#20 95.18 Preparing to unpack .../105-gnupg_2.4.4-2ubuntu17.4_all.deb ...
#20 95.21 Unpacking gnupg (2.4.4-2ubuntu17.4) ...
#20 95.38 Selecting previously unselected package gnupg-l10n.
#20 95.38 Preparing to unpack .../106-gnupg-l10n_2.4.4-2ubuntu17.4_all.deb ...
#20 95.39 Unpacking gnupg-l10n (2.4.4-2ubuntu17.4) ...
#20 95.59 Selecting previously unselected package gpg-wks-client.
#20 95.60 Preparing to unpack .../107-gpg-wks-client_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 95.62 Unpacking gpg-wks-client (2.4.4-2ubuntu17.4) ...
#20 95.78 Selecting previously unselected package libalgorithm-diff-perl.
#20 95.80 Preparing to unpack .../108-libalgorithm-diff-perl_1.201-1_all.deb ...
#20 95.80 Unpacking libalgorithm-diff-perl (1.201-1) ...
#20 95.94 Selecting previously unselected package libalgorithm-diff-xs-perl:riscv64.
#20 95.95 Preparing to unpack .../109-libalgorithm-diff-xs-perl_0.04-8build3_riscv64.deb ...
#20 95.97 Unpacking libalgorithm-diff-xs-perl:riscv64 (0.04-8build3) ...
#20 96.14 Selecting previously unselected package libalgorithm-merge-perl.
#20 96.15 Preparing to unpack .../110-libalgorithm-merge-perl_0.08-5_all.deb ...
#20 96.16 Unpacking libalgorithm-merge-perl (0.08-5) ...
#20 96.32 Selecting previously unselected package libaom3:riscv64.
#20 96.33 Preparing to unpack .../111-libaom3_3.8.2-2ubuntu0.1_riscv64.deb ...
#20 96.34 Unpacking libaom3:riscv64 (3.8.2-2ubuntu0.1) ...
#20 96.72 Selecting previously unselected package libfreetype6:riscv64.
#20 96.73 Preparing to unpack .../112-libfreetype6_2.13.2+dfsg-1ubuntu0.1_riscv64.deb ...
#20 96.75 Unpacking libfreetype6:riscv64 (2.13.2+dfsg-1ubuntu0.1) ...
#20 96.98 Selecting previously unselected package libfontconfig1:riscv64.
#20 96.98 Preparing to unpack .../113-libfontconfig1_2.15.0-1.1ubuntu2_riscv64.deb ...
#20 97.00 Unpacking libfontconfig1:riscv64 (2.15.0-1.1ubuntu2) ...
#20 97.16 Selecting previously unselected package libsharpyuv0:riscv64.
#20 97.16 Preparing to unpack .../114-libsharpyuv0_1.3.2-0.4build3_riscv64.deb ...
#20 97.17 Unpacking libsharpyuv0:riscv64 (1.3.2-0.4build3) ...
#20 97.31 Selecting previously unselected package libheif-plugin-aomdec:riscv64.
#20 97.32 Preparing to unpack .../115-libheif-plugin-aomdec_1.17.6-1ubuntu4.2_riscv64.deb ...
#20 97.34 Unpacking libheif-plugin-aomdec:riscv64 (1.17.6-1ubuntu4.2) ...
#20 97.51 Selecting previously unselected package libde265-0:riscv64.
#20 97.51 Preparing to unpack .../116-libde265-0_1.0.15-1build3_riscv64.deb ...
#20 97.55 Unpacking libde265-0:riscv64 (1.0.15-1build3) ...
#20 97.70 Selecting previously unselected package libheif-plugin-libde265:riscv64.
#20 97.71 Preparing to unpack .../117-libheif-plugin-libde265_1.17.6-1ubuntu4.2_riscv64.deb ...
#20 97.73 Unpacking libheif-plugin-libde265:riscv64 (1.17.6-1ubuntu4.2) ...
#20 97.90 Selecting previously unselected package libheif1:riscv64.
#20 97.91 Preparing to unpack .../118-libheif1_1.17.6-1ubuntu4.2_riscv64.deb ...
#20 97.92 Unpacking libheif1:riscv64 (1.17.6-1ubuntu4.2) ...
#20 98.15 Selecting previously unselected package libjpeg-turbo8:riscv64.
#20 98.16 Preparing to unpack .../119-libjpeg-turbo8_2.1.5-2ubuntu2_riscv64.deb ...
#20 98.18 Unpacking libjpeg-turbo8:riscv64 (2.1.5-2ubuntu2) ...
#20 98.35 Selecting previously unselected package libjpeg8:riscv64.
#20 98.35 Preparing to unpack .../120-libjpeg8_8c-2ubuntu11_riscv64.deb ...
#20 98.37 Unpacking libjpeg8:riscv64 (8c-2ubuntu11) ...
#20 98.53 Selecting previously unselected package libdeflate0:riscv64.
#20 98.54 Preparing to unpack .../121-libdeflate0_1.19-1build1.1_riscv64.deb ...
#20 98.55 Unpacking libdeflate0:riscv64 (1.19-1build1.1) ...
#20 98.74 Selecting previously unselected package libjbig0:riscv64.
#20 98.74 Preparing to unpack .../122-libjbig0_2.1-6.1ubuntu2_riscv64.deb ...
#20 98.75 Unpacking libjbig0:riscv64 (2.1-6.1ubuntu2) ...
#20 98.90 Selecting previously unselected package liblerc4:riscv64.
#20 98.91 Preparing to unpack .../123-liblerc4_4.0.0+ds-4ubuntu2_riscv64.deb ...
#20 98.92 Unpacking liblerc4:riscv64 (4.0.0+ds-4ubuntu2) ...
#20 99.15 Selecting previously unselected package libwebp7:riscv64.
#20 99.16 Preparing to unpack .../124-libwebp7_1.3.2-0.4build3_riscv64.deb ...
#20 99.18 Unpacking libwebp7:riscv64 (1.3.2-0.4build3) ...
#20 99.36 Selecting previously unselected package libtiff6:riscv64.
#20 99.37 Preparing to unpack .../125-libtiff6_4.5.1+git230720-4ubuntu2.4_riscv64.deb ...
#20 99.38 Unpacking libtiff6:riscv64 (4.5.1+git230720-4ubuntu2.4) ...
#20 ...
#14 [internal] load build context
#14 transferring context: 243.00MB 151.9s
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 92.44 Selecting previously unselected package gnupg.
#21 92.44 Preparing to unpack .../107-gnupg_2.4.4-2ubuntu17.4_all.deb ...
#21 92.47 Unpacking gnupg (2.4.4-2ubuntu17.4) ...
#21 92.63 Selecting previously unselected package gnupg-l10n.
#21 92.64 Preparing to unpack .../108-gnupg-l10n_2.4.4-2ubuntu17.4_all.deb ...
#21 92.65 Unpacking gnupg-l10n (2.4.4-2ubuntu17.4) ...
#21 92.84 Selecting previously unselected package gpg-wks-client.
#21 92.85 Preparing to unpack .../109-gpg-wks-client_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 92.86 Unpacking gpg-wks-client (2.4.4-2ubuntu17.4) ...
#21 93.02 Selecting previously unselected package libalgorithm-diff-perl.
#21 93.03 Preparing to unpack .../110-libalgorithm-diff-perl_1.201-1_all.deb ...
#21 93.04 Unpacking libalgorithm-diff-perl (1.201-1) ...
#21 93.18 Selecting previously unselected package libalgorithm-diff-xs-perl:riscv64.
#21 93.18 Preparing to unpack .../111-libalgorithm-diff-xs-perl_0.04-8build3_riscv64.deb ...
#21 93.19 Unpacking libalgorithm-diff-xs-perl:riscv64 (0.04-8build3) ...
#21 93.34 Selecting previously unselected package libalgorithm-merge-perl.
#21 93.35 Preparing to unpack .../112-libalgorithm-merge-perl_0.08-5_all.deb ...
#21 93.36 Unpacking libalgorithm-merge-perl (0.08-5) ...
#21 93.53 Selecting previously unselected package libaom3:riscv64.
#21 93.53 Preparing to unpack .../113-libaom3_3.8.2-2ubuntu0.1_riscv64.deb ...
#21 93.54 Unpacking libaom3:riscv64 (3.8.2-2ubuntu0.1) ...
#21 93.89 Selecting previously unselected package libfreetype6:riscv64.
#21 93.90 Preparing to unpack .../114-libfreetype6_2.13.2+dfsg-1ubuntu0.1_riscv64.deb ...
#21 93.91 Unpacking libfreetype6:riscv64 (2.13.2+dfsg-1ubuntu0.1) ...
#21 94.13 Selecting previously unselected package libfontconfig1:riscv64.
#21 94.13 Preparing to unpack .../115-libfontconfig1_2.15.0-1.1ubuntu2_riscv64.deb ...
#21 94.15 Unpacking libfontconfig1:riscv64 (2.15.0-1.1ubuntu2) ...
#21 94.33 Selecting previously unselected package libsharpyuv0:riscv64.
#21 94.33 Preparing to unpack .../116-libsharpyuv0_1.3.2-0.4build3_riscv64.deb ...
#21 94.35 Unpacking libsharpyuv0:riscv64 (1.3.2-0.4build3) ...
#21 94.49 Selecting previously unselected package libheif-plugin-aomdec:riscv64.
#21 94.49 Preparing to unpack .../117-libheif-plugin-aomdec_1.17.6-1ubuntu4.2_riscv64.deb ...
#21 94.50 Unpacking libheif-plugin-aomdec:riscv64 (1.17.6-1ubuntu4.2) ...
#21 94.68 Selecting previously unselected package libde265-0:riscv64.
#21 94.68 Preparing to unpack .../118-libde265-0_1.0.15-1build3_riscv64.deb ...
#21 94.71 Unpacking libde265-0:riscv64 (1.0.15-1build3) ...
#21 94.88 Selecting previously unselected package libheif-plugin-libde265:riscv64.
#21 94.89 Preparing to unpack .../119-libheif-plugin-libde265_1.17.6-1ubuntu4.2_riscv64.deb ...
#21 94.91 Unpacking libheif-plugin-libde265:riscv64 (1.17.6-1ubuntu4.2) ...
#21 95.07 Selecting previously unselected package libheif1:riscv64.
#21 95.08 Preparing to unpack .../120-libheif1_1.17.6-1ubuntu4.2_riscv64.deb ...
#21 95.11 Unpacking libheif1:riscv64 (1.17.6-1ubuntu4.2) ...
#21 95.31 Selecting previously unselected package libjpeg-turbo8:riscv64.
#21 95.32 Preparing to unpack .../121-libjpeg-turbo8_2.1.5-2ubuntu2_riscv64.deb ...
#21 95.33 Unpacking libjpeg-turbo8:riscv64 (2.1.5-2ubuntu2) ...
#21 95.50 Selecting previously unselected package libjpeg8:riscv64.
#21 95.50 Preparing to unpack .../122-libjpeg8_8c-2ubuntu11_riscv64.deb ...
#21 95.52 Unpacking libjpeg8:riscv64 (8c-2ubuntu11) ...
#21 95.71 Selecting previously unselected package libdeflate0:riscv64.
#21 95.71 Preparing to unpack .../123-libdeflate0_1.19-1build1.1_riscv64.deb ...
#21 95.72 Unpacking libdeflate0:riscv64 (1.19-1build1.1) ...
#21 95.91 Selecting previously unselected package libjbig0:riscv64.
#21 95.91 Preparing to unpack .../124-libjbig0_2.1-6.1ubuntu2_riscv64.deb ...
#21 95.92 Unpacking libjbig0:riscv64 (2.1-6.1ubuntu2) ...
#21 96.08 Selecting previously unselected package liblerc4:riscv64.
#21 96.08 Preparing to unpack .../125-liblerc4_4.0.0+ds-4ubuntu2_riscv64.deb ...
#21 96.10 Unpacking liblerc4:riscv64 (4.0.0+ds-4ubuntu2) ...
#21 96.28 Selecting previously unselected package libwebp7:riscv64.
#21 96.30 Preparing to unpack .../126-libwebp7_1.3.2-0.4build3_riscv64.deb ...
#21 96.30 Unpacking libwebp7:riscv64 (1.3.2-0.4build3) ...
#21 96.54 Selecting previously unselected package libtiff6:riscv64.
#21 96.54 Preparing to unpack .../127-libtiff6_4.5.1+git230720-4ubuntu2.4_riscv64.deb ...
#21 96.56 Unpacking libtiff6:riscv64 (4.5.1+git230720-4ubuntu2.4) ...
#21 96.75 Selecting previously unselected package libxpm4:riscv64.
#21 96.75 Preparing to unpack .../128-libxpm4_1%3a3.5.17-1build2_riscv64.deb ...
#21 96.77 Unpacking libxpm4:riscv64 (1:3.5.17-1build2) ...
#21 96.93 Selecting previously unselected package libgd3:riscv64.
#21 96.93 Preparing to unpack .../129-libgd3_2.3.3-9ubuntu5_riscv64.deb ...
#21 96.95 Unpacking libgd3:riscv64 (2.3.3-9ubuntu5) ...
#21 97.15 Selecting previously unselected package libc-devtools.
#21 97.15 Preparing to unpack .../130-libc-devtools_2.39-0ubuntu8.7_riscv64.deb ...
#21 97.17 Unpacking libc-devtools (2.39-0ubuntu8.7) ...
#21 97.31 Selecting previously unselected package libcap-dev:riscv64.
#21 97.32 Preparing to unpack .../131-libcap-dev_1%3a2.66-5ubuntu2.2_riscv64.deb ...
#21 97.34 Unpacking libcap-dev:riscv64 (1:2.66-5ubuntu2.2) ...
#21 97.73 Selecting previously unselected package libfile-fcntllock-perl.
#21 97.73 Preparing to unpack .../132-libfile-fcntllock-perl_0.22-4ubuntu5_riscv64.deb ...
#21 97.75 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...
#21 97.93 Selecting previously unselected package libheif-plugin-aomenc:riscv64.
#21 97.93 Preparing to unpack .../133-libheif-plugin-aomenc_1.17.6-1ubuntu4.2_riscv64.deb ...
#21 97.94 Unpacking libheif-plugin-aomenc:riscv64 (1.17.6-1ubuntu4.2) ...
#21 98.09 Selecting previously unselected package libldap-common.
#21 98.09 Preparing to unpack .../134-libldap-common_2.6.10+dfsg-0ubuntu0.24.04.1_all.deb ...
#21 98.11 Unpacking libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 98.26 Selecting previously unselected package libpthread-stubs0-dev:riscv64.
#21 98.26 Preparing to unpack .../135-libpthread-stubs0-dev_0.4-1build3_riscv64.deb ...
#21 98.28 Unpacking libpthread-stubs0-dev:riscv64 (0.4-1build3) ...
#21 98.44 Selecting previously unselected package libsasl2-modules:riscv64.
#21 98.45 Preparing to unpack .../136-libsasl2-modules_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#21 98.49 Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 98.66 Selecting previously unselected package xorg-sgml-doctools.
#21 98.66 Preparing to unpack .../137-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
#21 98.68 Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
#21 98.80 Selecting previously unselected package x11proto-dev.
#21 98.80 Preparing to unpack .../138-x11proto-dev_2023.2-1_all.deb ...
#21 98.81 Unpacking x11proto-dev (2023.2-1) ...
#21 99.19 Selecting previously unselected package libxau-dev:riscv64.
#21 99.20 Preparing to unpack .../139-libxau-dev_1%3a1.0.9-1build6_riscv64.deb ...
#21 99.21 Unpacking libxau-dev:riscv64 (1:1.0.9-1build6) ...
#21 99.37 Selecting previously unselected package libxdmcp-dev:riscv64.
#21 99.37 Preparing to unpack .../140-libxdmcp-dev_1%3a1.1.3-0ubuntu6_riscv64.deb ...
#21 99.39 Unpacking libxdmcp-dev:riscv64 (1:1.1.3-0ubuntu6) ...
#21 99.57 Selecting previously unselected package xtrans-dev.
#21 99.57 Preparing to unpack .../141-xtrans-dev_1.4.0-1_all.deb ...
#21 99.60 Unpacking xtrans-dev (1.4.0-1) ...
#21 99.83 Selecting previously unselected package libxcb1-dev:riscv64.
#21 99.84 Preparing to unpack .../142-libxcb1-dev_1.15-1ubuntu2_riscv64.deb ...
#21 99.86 Unpacking libxcb1-dev:riscv64 (1.15-1ubuntu2) ...
#21 100.1 Selecting previously unselected package libx11-dev:riscv64.
#21 100.1 Preparing to unpack .../143-libx11-dev_2%3a1.8.7-1build1_riscv64.deb ...
#21 100.1 Unpacking libx11-dev:riscv64 (2:1.8.7-1build1) ...
#21 100.8 Selecting previously unselected package manpages-dev.
#21 100.8 Preparing to unpack .../144-manpages-dev_6.7-2_all.deb ...
#21 100.8 Unpacking manpages-dev (6.7-2) ...
#21 101.7 Selecting previously unselected package unzip.
#21 101.7 Preparing to unpack .../145-unzip_6.0-28ubuntu4.1_riscv64.deb ...
#21 101.7 Unpacking unzip (6.0-28ubuntu4.1) ...
#21 102.0 Setting up libksba8:riscv64 (1.6.6-1build1) ...
#21 102.1 Setting up pinentry-curses (1.2.1-3ubuntu5) ...
#21 102.2 Setting up libexpat1:riscv64 (2.6.1-2ubuntu0.4) ...
#21 102.2 Setting up bubblewrap (0.9.0-1ubuntu0.1) ...
#21 102.3 Setting up libsharpyuv0:riscv64 (1.3.2-0.4build3) ...
#21 102.3 Setting up libaom3:riscv64 (3.8.2-2ubuntu0.1) ...
#21 102.4 Setting up libxau6:riscv64 (1:1.0.9-1build6) ...
#21 102.4 Setting up libkeyutils1:riscv64 (1.6.3-3build1) ...
#21 102.5 Setting up lto-disabled-list (47) ...
#21 102.5 Setting up libapparmor1:riscv64 (4.0.1really4.0.1-0ubuntu0.24.04.5) ...
#21 102.6 Setting up liblerc4:riscv64 (4.0.0+ds-4ubuntu2) ...
#21 102.6 Setting up libgdbm6t64:riscv64 (1.23-5.1build1) ...
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 99.58 Selecting previously unselected package libxpm4:riscv64.
#20 99.58 Preparing to unpack .../126-libxpm4_1%3a3.5.17-1build2_riscv64.deb ...
#20 99.59 Unpacking libxpm4:riscv64 (1:3.5.17-1build2) ...
#20 99.77 Selecting previously unselected package libgd3:riscv64.
#20 99.77 Preparing to unpack .../127-libgd3_2.3.3-9ubuntu5_riscv64.deb ...
#20 99.79 Unpacking libgd3:riscv64 (2.3.3-9ubuntu5) ...
#20 99.97 Selecting previously unselected package libc-devtools.
#20 99.97 Preparing to unpack .../128-libc-devtools_2.39-0ubuntu8.7_riscv64.deb ...
#20 99.99 Unpacking libc-devtools (2.39-0ubuntu8.7) ...
#20 100.1 Selecting previously unselected package libcap-dev:riscv64.
#20 100.1 Preparing to unpack .../129-libcap-dev_1%3a2.66-5ubuntu2.2_riscv64.deb ...
#20 100.1 Unpacking libcap-dev:riscv64 (1:2.66-5ubuntu2.2) ...
#20 100.5 Selecting previously unselected package libfile-fcntllock-perl.
#20 100.5 Preparing to unpack .../130-libfile-fcntllock-perl_0.22-4ubuntu5_riscv64.deb ...
#20 100.5 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...
#20 100.7 Selecting previously unselected package libheif-plugin-aomenc:riscv64.
#20 100.7 Preparing to unpack .../131-libheif-plugin-aomenc_1.17.6-1ubuntu4.2_riscv64.deb ...
#20 100.7 Unpacking libheif-plugin-aomenc:riscv64 (1.17.6-1ubuntu4.2) ...
#20 100.8 Selecting previously unselected package libldap-common.
#20 100.8 Preparing to unpack .../132-libldap-common_2.6.10+dfsg-0ubuntu0.24.04.1_all.deb ...
#20 100.9 Unpacking libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 101.0 Selecting previously unselected package libsasl2-modules:riscv64.
#20 101.0 Preparing to unpack .../133-libsasl2-modules_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#20 101.1 Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 101.3 Selecting previously unselected package manpages-dev.
#20 101.3 Preparing to unpack .../134-manpages-dev_6.7-2_all.deb ...
#20 101.3 Unpacking manpages-dev (6.7-2) ...
#20 102.2 Setting up libksba8:riscv64 (1.6.6-1build1) ...
#20 102.3 Setting up pinentry-curses (1.2.1-3ubuntu5) ...
#20 102.4 Setting up libexpat1:riscv64 (2.6.1-2ubuntu0.4) ...
#20 102.4 Setting up libsharpyuv0:riscv64 (1.3.2-0.4build3) ...
#20 102.4 Setting up libaom3:riscv64 (3.8.2-2ubuntu0.1) ...
#20 102.5 Setting up libxau6:riscv64 (1:1.0.9-1build6) ...
#20 102.5 Setting up libkeyutils1:riscv64 (1.6.3-3build1) ...
#20 102.6 Setting up lto-disabled-list (47) ...
#20 102.6 Setting up libapparmor1:riscv64 (4.0.1really4.0.1-0ubuntu0.24.04.5) ...
#20 102.6 Setting up liblerc4:riscv64 (4.0.0+ds-4ubuntu2) ...
#20 102.7 Setting up libgdbm6t64:riscv64 (1.23-5.1build1) ...
#20 102.7 Setting up libgdbm-compat4t64:riscv64 (1.23-5.1build1) ...
#20 102.7 Setting up libcbor0.10:riscv64 (0.10.2-1.2ubuntu2) ...
#20 102.8 Setting up manpages (6.7-2) ...
#20 102.8 Setting up libbrotli1:riscv64 (1.1.0-2build2) ...
#20 102.9 Setting up libsqlite3-0:riscv64 (3.45.1-1ubuntu2.5) ...
#20 102.9 Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 103.0 Setting up binutils-common:riscv64 (2.42-4ubuntu2.10) ...
#20 103.0 Setting up libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#20 103.0 Setting up libnghttp2-14:riscv64 (1.59.0-1ubuntu0.2) ...
#20 103.1 Setting up libdeflate0:riscv64 (1.19-1build1.1) ...
#20 103.1 Setting up less (590-2ubuntu2.1) ...
#20 103.1 Setting up linux-libc-dev:riscv64 (6.8.0-106.106) ...
#20 103.2 Setting up libctf-nobfd0:riscv64 (2.42-4ubuntu2.10) ...
#20 103.2 Setting up krb5-locales (1.20.1-6ubuntu2.6) ...
#20 103.2 Setting up libgomp1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 103.2 Setting up bzip2 (1.0.8-5.1build0.1) ...
#20 103.3 Setting up libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 103.3 Setting up libjbig0:riscv64 (2.1-6.1ubuntu2) ...
#20 103.4 Setting up libsframe1:riscv64 (2.42-4ubuntu2.10) ...
#20 103.4 Setting up libfakeroot:riscv64 (1.33-1) ...
#20 103.5 Setting up libjansson4:riscv64 (2.14-2build2) ...
#20 103.5 Setting up libkrb5support0:riscv64 (1.20.1-6ubuntu2.6) ...
#20 103.5 Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 103.6 Setting up fakeroot (1.33-1) ...
#20 103.6 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#20 103.6 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#20 103.6 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#20 103.6 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#20 103.6 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#20 103.6 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#20 103.6 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#20 103.6 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#20 103.6 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#20 103.6 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#20 103.7 Setting up gcc-13-base:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 103.7 Setting up libx11-data (2:1.8.7-1build1) ...
#20 103.7 Setting up make (4.3-4.1build2) ...
#20 103.8 Setting up libmpfr6:riscv64 (4.2.1-1build1.1) ...
#20 103.8 Setting up gnupg-l10n (2.4.4-2ubuntu17.4) ...
#20 103.8 Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#20 103.9 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ...
#20 103.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#20 103.9 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#20 103.9 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.2) ...
#20 104.0 Setting up fonts-dejavu-mono (2.37-8) ...
#20 104.1 Setting up libpng16-16t64:riscv64 (1.6.43-5ubuntu0.5) ...
#20 104.1 Setting up libmpc3:riscv64 (1.3.1-1build1.1) ...
#20 104.1 Setting up libatomic1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 104.2 Setting up patch (2.7.6-7build3) ...
#20 104.2 Setting up sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#20 104.3 Setting up fonts-dejavu-core (2.37-8) ...
#20 104.5 Setting up libk5crypto3:riscv64 (1.20.1-6ubuntu2.6) ...
#20 104.6 Setting up libjpeg-turbo8:riscv64 (2.1.5-2ubuntu2) ...
#20 104.6 Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 104.7 Setting up libwebp7:riscv64 (1.3.2-0.4build3) ...
#20 104.7 Setting up libubsan1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 104.8 Setting up libcrypt-dev:riscv64 (1:4.4.36-4build1) ...
#20 104.8 Setting up libasan8:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 104.9 Setting up git-man (1:2.43.0-1ubuntu7.3) ...
#20 104.9 Setting up netbase (6.4) ...
#20 105.0 Setting up libkrb5-3:riscv64 (1.20.1-6ubuntu2.6) ...
#20 105.1 Setting up libperl5.38t64:riscv64 (5.38.2-3.2ubuntu0.2) ...
#20 105.1 Setting up libbinutils:riscv64 (2.42-4ubuntu2.10) ...
#20 105.2 Setting up libfido2-1:riscv64 (1.14.0-1build3) ...
#20 105.2 Setting up libisl23:riscv64 (0.26-3build1.1) ...
#20 105.3 Setting up libde265-0:riscv64 (1.0.15-1build3) ...
#20 105.3 Setting up libc-dev-bin (2.39-0ubuntu8.7) ...
#20 105.4 Setting up openssl (3.0.13-0ubuntu3.7) ...
#20 105.4 Setting up libbsd0:riscv64 (0.12.1-1build1.1) ...
#20 105.5 Setting up libcap-dev:riscv64 (1:2.66-5ubuntu2.2) ...
#20 105.5 Setting up readline-common (8.2-4build1) ...
#20 105.6 Setting up publicsuffix (20231001.0357-0.1) ...
#20 105.6 Setting up libcc1-0:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 105.6 Setting up libldap2:riscv64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 105.7 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...
#20 105.7 Setting up libitm1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 105.9 Setting up gnupg-utils (2.4.4-2ubuntu17.4) ...
#20 106.0 Setting up libctf0:riscv64 (2.42-4ubuntu2.10) ...
#20 106.0 Setting up libjpeg8:riscv64 (8c-2ubuntu11) ...
#20 106.1 Setting up manpages-dev (6.7-2) ...
#20 106.1 Setting up libxdmcp6:riscv64 (1:1.1.3-0ubuntu6) ...
#20 106.2 Setting up libxcb1:riscv64 (1.15-1ubuntu2) ...
#20 106.2 Setting up cpp-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 106.2 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...
#20 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 102.7 Setting up libgdbm-compat4t64:riscv64 (1.23-5.1build1) ...
#21 102.7 Setting up libcbor0.10:riscv64 (0.10.2-1.2ubuntu2) ...
#21 102.7 Setting up manpages (6.7-2) ...
#21 102.8 Setting up unzip (6.0-28ubuntu4.1) ...
#21 102.8 Setting up libbrotli1:riscv64 (1.1.0-2build2) ...
#21 102.9 Setting up libsqlite3-0:riscv64 (3.45.1-1ubuntu2.5) ...
#21 102.9 Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 103.0 Setting up binutils-common:riscv64 (2.42-4ubuntu2.10) ...
#21 103.0 Setting up libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#21 103.1 Setting up libnghttp2-14:riscv64 (1.59.0-1ubuntu0.2) ...
#21 103.1 Setting up libdeflate0:riscv64 (1.19-1build1.1) ...
#21 103.2 Setting up less (590-2ubuntu2.1) ...
#21 103.2 Setting up linux-libc-dev:riscv64 (6.8.0-106.106) ...
#21 103.3 Setting up libctf-nobfd0:riscv64 (2.42-4ubuntu2.10) ...
#21 103.3 Setting up krb5-locales (1.20.1-6ubuntu2.6) ...
#21 103.4 Setting up libgomp1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 103.4 Setting up bzip2 (1.0.8-5.1build0.1) ...
#21 103.5 Setting up libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 103.6 Setting up libpthread-stubs0-dev:riscv64 (0.4-1build3) ...
#21 103.6 Setting up libjbig0:riscv64 (2.1-6.1ubuntu2) ...
#21 103.6 Setting up libsframe1:riscv64 (2.42-4ubuntu2.10) ...
#21 103.7 Setting up libfakeroot:riscv64 (1.33-1) ...
#21 103.7 Setting up libjansson4:riscv64 (2.14-2build2) ...
#21 103.7 Setting up libkrb5support0:riscv64 (1.20.1-6ubuntu2.6) ...
#21 103.8 Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 103.8 Setting up fakeroot (1.33-1) ...
#21 103.8 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#21 103.8 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#21 103.8 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#21 103.8 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#21 103.8 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#21 103.8 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#21 103.8 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#21 103.8 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#21 103.8 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#21 103.9 Setting up xtrans-dev (1.4.0-1) ...
#21 103.9 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#21 103.9 Setting up gcc-13-base:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 103.9 Setting up libx11-data (2:1.8.7-1build1) ...
#21 104.0 Setting up make (4.3-4.1build2) ...
#21 104.0 Setting up libmpfr6:riscv64 (4.2.1-1build1.1) ...
#21 104.0 Setting up gnupg-l10n (2.4.4-2ubuntu17.4) ...
#21 104.1 Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#21 104.1 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ...
#21 104.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#21 104.1 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#21 104.2 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.2) ...
#21 104.7 Setting up fonts-dejavu-mono (2.37-8) ...
#21 105.0 Setting up libpng16-16t64:riscv64 (1.6.43-5ubuntu0.5) ...
#21 105.0 Setting up libmpc3:riscv64 (1.3.1-1build1.1) ...
#21 105.1 Setting up libatomic1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 105.1 Setting up patch (2.7.6-7build3) ...
#21 105.1 Setting up sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#21 105.3 Setting up fonts-dejavu-core (2.37-8) ...
#21 105.5 Setting up libk5crypto3:riscv64 (1.20.1-6ubuntu2.6) ...
#21 105.5 Setting up libjpeg-turbo8:riscv64 (2.1.5-2ubuntu2) ...
#21 105.5 Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 105.6 Setting up libwebp7:riscv64 (1.3.2-0.4build3) ...
#21 105.6 Setting up libubsan1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 105.6 Setting up nano (7.2-2ubuntu0.1) ...
#21 105.7 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
#21 105.7 update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group editor) doesn't exist
#21 105.7 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
#21 105.7 update-alternatives: warning: skip creation of /usr/share/man/man1/pico.1.gz because associated file /usr/share/man/man1/nano.1.gz (of link group pico) doesn't exist
#21 105.7 Setting up libcrypt-dev:riscv64 (1:4.4.36-4build1) ...
#21 105.8 Setting up libasan8:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 105.8 Setting up git-man (1:2.43.0-1ubuntu7.3) ...
#21 105.9 Setting up xorg-sgml-doctools (1:1.11-1.1) ...
#21 105.9 Setting up netbase (6.4) ...
#21 106.0 Setting up libkrb5-3:riscv64 (1.20.1-6ubuntu2.6) ...
#21 106.1 Setting up libperl5.38t64:riscv64 (5.38.2-3.2ubuntu0.2) ...
#21 106.1 Setting up libbinutils:riscv64 (2.42-4ubuntu2.10) ...
#21 106.1 Setting up libfido2-1:riscv64 (1.14.0-1build3) ...
#21 106.2 Setting up libisl23:riscv64 (0.26-3build1.1) ...
#21 106.2 Setting up libde265-0:riscv64 (1.0.15-1build3) ...
#21 106.2 Setting up libc-dev-bin (2.39-0ubuntu8.7) ...
#21 106.2 Setting up openssl (3.0.13-0ubuntu3.7) ...
#21 106.3 Setting up libbsd0:riscv64 (0.12.1-1build1.1) ...
#21 106.4 Setting up libcap-dev:riscv64 (1:2.66-5ubuntu2.2) ...
#21 106.5 Setting up readline-common (8.2-4build1) ...
#21 106.5 Setting up publicsuffix (20231001.0357-0.1) ...
#21 106.6 Setting up libcc1-0:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 106.6 Setting up libldap2:riscv64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 106.6 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...
#21 106.7 Setting up libitm1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 106.7 Setting up libpopt0:riscv64 (1.19+dfsg-1build1) ...
#21 106.7 Setting up gnupg-utils (2.4.4-2ubuntu17.4) ...
#21 106.8 Setting up libctf0:riscv64 (2.42-4ubuntu2.10) ...
#21 106.8 Setting up libjpeg8:riscv64 (8c-2ubuntu11) ...
#21 106.8 Setting up x11proto-dev (2023.2-1) ...
#21 106.9 Setting up manpages-dev (6.7-2) ...
#21 106.9 Setting up libxdmcp6:riscv64 (1:1.1.3-0ubuntu6) ...
#21 106.9 Setting up libxcb1:riscv64 (1.15-1ubuntu2) ...
#21 107.0 Setting up libxau-dev:riscv64 (1:1.0.9-1build6) ...
#21 107.0 Setting up cpp-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 107.0 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...
#21 107.9 Setting up libedit2:riscv64 (3.1-20230828-1build1) ...
#21 108.0 Setting up binutils-riscv64-linux-gnu (2.42-4ubuntu2.10) ...
#21 108.0 Setting up binutils (2.42-4ubuntu2.10) ...
#21 108.0 Setting up ca-certificates (20240203) ...
#21 112.2 Updating certificates in /etc/ssl/certs...
#21 ...
#14 [internal] load build context
#14 transferring context: 243.72MB 164.9s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 107.5 Setting up libedit2:riscv64 (3.1-20230828-1build1) ...
#20 107.6 Setting up binutils-riscv64-linux-gnu (2.42-4ubuntu2.10) ...
#20 107.7 Setting up binutils (2.42-4ubuntu2.10) ...
#20 107.7 Setting up ca-certificates (20240203) ...
#20 111.8 Updating certificates in /etc/ssl/certs...
#20 117.4 146 added, 0 removed; done.
#20 117.6 Setting up perl (5.38.2-3.2ubuntu0.2) ...
#20 117.6 Setting up libfreetype6:riscv64 (2.13.2+dfsg-1ubuntu0.1) ...
#20 ...
#14 [internal] load build context
#14 transferring context: 243.97MB 169.9s
#14 transferring context: 244.35MB 175.0s
#14 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 117.7 Setting up libgssapi-krb5-2:riscv64 (1.20.1-6ubuntu2.6) ...
#20 117.7 Setting up libdpkg-perl (1.22.6ubuntu6.5) ...
#20 117.7 Setting up libssh-4:riscv64 (0.10.6-2ubuntu0.4) ...
#20 117.8 Setting up libreadline8t64:riscv64 (8.2-4build1) ...
#20 117.8 Setting up libgcc-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 117.8 Setting up libtiff6:riscv64 (4.5.1+git230720-4ubuntu2.4) ...
#20 117.9 Setting up gpgconf (2.4.4-2ubuntu17.4) ...
#20 117.9 Setting up libc6-dev:riscv64 (2.39-0ubuntu8.7) ...
#20 117.9 Setting up libx11-6:riscv64 (2:1.8.7-1build1) ...
#20 118.0 Setting up libfontconfig1:riscv64 (2.15.0-1.1ubuntu2) ...
#20 118.0 Setting up cpp-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 118.0 Setting up libxmuu1:riscv64 (2:1.1.3-3build2) ...
#20 118.1 Setting up gpg (2.4.4-2ubuntu17.4) ...
#20 118.1 Setting up libstdc++-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 118.1 Setting up gpg-agent (2.4.4-2ubuntu17.4) ...
#20 122.5 Setting up libxpm4:riscv64 (1:3.5.17-1build2) ...
#20 122.5 Setting up cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 122.5 Setting up libcurl4t64:riscv64 (8.5.0-2ubuntu10.8) ...
#20 122.5 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...
#20 122.6 Setting up libalgorithm-diff-perl (1.201-1) ...
#20 122.6 Setting up openssh-client (1:9.6p1-3ubuntu13.15) ...
#20 123.2 Setting up gpgsm (2.4.4-2ubuntu17.4) ...
#20 123.2 Setting up gcc-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 123.2 Setting up libcurl3t64-gnutls:riscv64 (8.5.0-2ubuntu10.8) ...
#20 123.3 Setting up libxext6:riscv64 (2:1.3.4-1build2) ...
#20 123.3 Setting up dpkg-dev (1.22.6ubuntu6.5) ...
#20 123.3 Setting up gcc-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 123.4 Setting up liberror-perl (0.17029-2) ...
#20 123.4 Setting up dirmngr (2.4.4-2ubuntu17.4) ...
#20 124.4 Setting up gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 124.4 Setting up keyboxd (2.4.4-2ubuntu17.4) ...
#20 125.4 Setting up git (1:2.43.0-1ubuntu7.3) ...
#20 125.4 Setting up xauth (1:1.1.2-1build1) ...
#20 125.5 Setting up cpp (4:13.2.0-7ubuntu1) ...
#20 125.5 Setting up gnupg (2.4.4-2ubuntu17.4) ...
#20 125.6 Setting up g++-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 125.6 Setting up curl (8.5.0-2ubuntu10.8) ...
#20 125.6 Setting up libalgorithm-diff-xs-perl:riscv64 (0.04-8build3) ...
#20 125.7 Setting up libalgorithm-merge-perl (0.08-5) ...
#20 125.7 Setting up g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 125.7 Setting up gpg-wks-client (2.4.4-2ubuntu17.4) ...
#20 125.8 Setting up gcc (4:13.2.0-7ubuntu1) ...
#20 125.9 Setting up g++-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 125.9 Setting up g++ (4:13.2.0-7ubuntu1) ...
#20 126.0 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#20 126.0 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#20 126.0 Setting up build-essential (12.10ubuntu1) ...
#20 126.0 Setting up libheif1:riscv64 (1.17.6-1ubuntu4.2) ...
#20 126.1 Setting up libgd3:riscv64 (2.3.3-9ubuntu5) ...
#20 126.1 Setting up libc-devtools (2.39-0ubuntu8.7) ...
#20 126.1 Setting up libheif-plugin-aomdec:riscv64 (1.17.6-1ubuntu4.2) ...
#20 126.2 Setting up libheif-plugin-libde265:riscv64 (1.17.6-1ubuntu4.2) ...
#20 126.2 Setting up libheif-plugin-aomenc:riscv64 (1.17.6-1ubuntu4.2) ...
#20 126.3 Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
#20 126.4 Processing triggers for ca-certificates (20240203) ...
#20 126.4 Updating certificates in /etc/ssl/certs...
#20 ...
#14 [internal] load build context
#14 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 117.2 146 added, 0 removed; done.
#21 117.4 Setting up libxdmcp-dev:riscv64 (1:1.1.3-0ubuntu6) ...
#21 117.4 Setting up perl (5.38.2-3.2ubuntu0.2) ...
#21 117.5 Setting up libfreetype6:riscv64 (2.13.2+dfsg-1ubuntu0.1) ...
#21 117.5 Setting up libgssapi-krb5-2:riscv64 (1.20.1-6ubuntu2.6) ...
#21 117.5 Setting up libdpkg-perl (1.22.6ubuntu6.5) ...
#21 117.5 Setting up libssh-4:riscv64 (0.10.6-2ubuntu0.4) ...
#21 117.6 Setting up libreadline8t64:riscv64 (8.2-4build1) ...
#21 117.6 Setting up libgcc-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 117.7 Setting up libtiff6:riscv64 (4.5.1+git230720-4ubuntu2.4) ...
#21 117.7 Setting up gpgconf (2.4.4-2ubuntu17.4) ...
#21 117.9 Setting up libc6-dev:riscv64 (2.39-0ubuntu8.7) ...
#21 117.9 Setting up libx11-6:riscv64 (2:1.8.7-1build1) ...
#21 118.0 Setting up libfontconfig1:riscv64 (2.15.0-1.1ubuntu2) ...
#21 118.0 Setting up cpp-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 118.0 Setting up libxmuu1:riscv64 (2:1.1.3-3build2) ...
#21 118.1 Setting up gpg (2.4.4-2ubuntu17.4) ...
#21 118.1 Setting up rsync (3.2.7-1ubuntu1.2) ...
#21 118.3 invoke-rc.d: could not determine current runlevel
#21 118.3 invoke-rc.d: policy-rc.d denied execution of start.
#21 119.1 Setting up libstdc++-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 119.1 Setting up gpg-agent (2.4.4-2ubuntu17.4) ...
#21 123.0 Setting up libxcb1-dev:riscv64 (1.15-1ubuntu2) ...
#21 123.0 Setting up libxpm4:riscv64 (1:3.5.17-1build2) ...
#21 123.1 Setting up cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 123.1 Setting up libcurl4t64:riscv64 (8.5.0-2ubuntu10.8) ...
#21 123.2 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...
#21 123.2 Setting up libalgorithm-diff-perl (1.201-1) ...
#21 123.3 Setting up openssh-client (1:9.6p1-3ubuntu13.15) ...
#21 123.9 Setting up gpgsm (2.4.4-2ubuntu17.4) ...
#21 123.9 Setting up gcc-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 124.0 Setting up libx11-dev:riscv64 (2:1.8.7-1build1) ...
#21 124.0 Setting up libcurl3t64-gnutls:riscv64 (8.5.0-2ubuntu10.8) ...
#21 124.1 Setting up libxext6:riscv64 (2:1.3.4-1build2) ...
#21 124.1 Setting up dpkg-dev (1.22.6ubuntu6.5) ...
#21 124.1 Setting up gcc-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 124.2 Setting up liberror-perl (0.17029-2) ...
#21 124.2 Setting up dirmngr (2.4.4-2ubuntu17.4) ...
#21 125.5 Setting up gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 125.5 Setting up keyboxd (2.4.4-2ubuntu17.4) ...
#21 126.7 Setting up git (1:2.43.0-1ubuntu7.3) ...
#21 126.8 Setting up xauth (1:1.1.2-1build1) ...
#21 126.8 Setting up cpp (4:13.2.0-7ubuntu1) ...
#21 126.9 Setting up gnupg (2.4.4-2ubuntu17.4) ...
#21 126.9 Setting up g++-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 126.9 Setting up curl (8.5.0-2ubuntu10.8) ...
#21 127.0 Setting up libalgorithm-diff-xs-perl:riscv64 (0.04-8build3) ...
#21 127.0 Setting up libalgorithm-merge-perl (0.08-5) ...
#21 127.0 Setting up g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 127.1 Setting up gpg-wks-client (2.4.4-2ubuntu17.4) ...
#21 127.1 Setting up gcc (4:13.2.0-7ubuntu1) ...
#21 127.2 Setting up g++-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 127.2 Setting up g++ (4:13.2.0-7ubuntu1) ...
#21 127.2 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#21 127.2 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#21 127.3 Setting up build-essential (12.10ubuntu1) ...
#21 127.3 Setting up libheif1:riscv64 (1.17.6-1ubuntu4.2) ...
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 130.0 0 added, 0 removed; done.
#20 130.0 Running hooks in /etc/ca-certificates/update.d...
#20 130.0 done.
#20 DONE 133.1s
#22 [stage-0 5/14] RUN git config --global user.email "docker@example.com"
#22 DONE 1.6s
#23 [stage-0 6/14] RUN git config --global user.name "Docker"
#23 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 127.4 Setting up libgd3:riscv64 (2.3.3-9ubuntu5) ...
#21 127.4 Setting up libc-devtools (2.39-0ubuntu8.7) ...
#21 127.5 Setting up libheif-plugin-aomdec:riscv64 (1.17.6-1ubuntu4.2) ...
#21 127.5 Setting up libheif-plugin-libde265:riscv64 (1.17.6-1ubuntu4.2) ...
#21 127.5 Setting up libheif-plugin-aomenc:riscv64 (1.17.6-1ubuntu4.2) ...
#21 127.6 Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
#21 127.8 Processing triggers for ca-certificates (20240203) ...
#21 127.8 Updating certificates in /etc/ssl/certs...
#21 131.8 0 added, 0 removed; done.
#21 131.8 Running hooks in /etc/ca-certificates/update.d...
#21 131.8 done.
#21 DONE 132.5s
#14 [internal] load build context
#14 transferring context: 249.69MB 185.0s
#14 ...
#23 [stage-0 6/14] RUN git config --global user.name "Docker"
#23 DONE 1.0s
#14 [internal] load build context
#14 transferring context: 253.75MB 190.0s
#14 transferring context: 257.54MB 195.1s
#14 ...
#24 [stage-0 7/14] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 0.815 Cloning into '/tmp/opam'...
#24 ...
#14 [internal] load build context
#14 transferring context: 260.98MB 200.2s
#14 transferring context: 264.16MB 205.2s
#14 transferring context: 267.96MB 210.3s
#14 transferring context: 271.24MB 215.4s
#14 ...
#24 [stage-0 7/14] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 23.48 Note: switching to '16116259a7db479cb69f4dbd6c430ec14c5814ad'.
#24 23.48
#24 23.48 You are in 'detached HEAD' state. You can look around, make experimental
#24 23.48 changes and commit them, and you can discard any commits you make in this
#24 23.48 state without impacting any branches by switching back to a branch.
#24 23.48
#24 23.48 If you want to create a new branch to retain commits you create, you may
#24 23.48 do so (now or later) by using -c with the switch command. Example:
#24 23.48
#24 23.48 git switch -c <new-branch-name>
#24 23.48
#24 23.48 Or undo this operation with:
#24 23.48
#24 23.48 git switch -
#24 23.48
#24 23.48 Turn off this advice by setting config variable advice.detachedHead to false
#24 23.48
#24 23.48 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#24 30.38 configure: Configuring OCaml version 4.14.2
#24 30.41 checking build system type... riscv64-unknown-linux-gnu
#24 30.78 checking host system type... riscv64-unknown-linux-gnu
#24 30.79 checking target system type... riscv64-unknown-linux-gnu
#24 30.79 checking for ld... ld
#24 30.80 checking how to print strings... printf
#24 30.81 checking for gcc... gcc
#24 30.94 checking whether the C compiler works... yes
#24 31.25 checking for C compiler default output file name... a.out
#24 31.26 checking for suffix of executables...
#24 31.46 checking whether we are cross compiling... no
#24 31.68 checking for suffix of object files... o
#24 31.76 checking whether we are using the GNU C compiler... yes
#24 31.85 checking whether gcc accepts -g... yes
#24 31.93 checking for gcc option to accept ISO C89... none needed
#24 32.25 checking for a sed that does not truncate output... /usr/bin/sed
#24 32.27 checking for grep that handles long lines and -e... /usr/bin/grep
#24 32.28 checking for egrep... /usr/bin/grep -E
#24 32.29 checking for fgrep... /usr/bin/grep -F
#24 32.30 checking for ld used by gcc... ld
#24 32.31 checking if the linker (ld) is GNU ld... yes
#24 32.33 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#24 32.34 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#24 32.44 checking whether ln -s works... yes
#24 32.44 checking the maximum length of command line arguments... 1572864
#24 32.75 checking how to convert riscv64-unknown-linux-gnu file names to riscv64-unknown-linux-gnu format... func_convert_file_noop
#24 32.75 checking how to convert riscv64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#24 32.75 checking for ld option to reload object files... -r
#24 32.75 checking for objdump... objdump
#24 32.76 checking how to recognize dependent libraries... pass_all
#24 32.76 checking for dlltool... no
#24 32.77 checking how to associate runtime and link libraries... printf %s\n
#24 32.77 checking for ar... ar
#24 32.77 checking for archiver @FILE support... @
#24 32.89 checking for strip... strip
#24 32.89 checking for ranlib... ranlib
#24 32.90 checking for gawk... no
#24 32.90 checking for mawk... mawk
#24 32.90 checking command to parse /usr/bin/nm -B output from gcc object... ok
#24 33.24 checking for sysroot... no
#24 33.24 checking for a working dd... /usr/bin/dd
#24 33.26 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#24 33.28 checking for mt... no
#24 33.28 checking if : is a manifest tool... no
#24 33.30 checking how to run the C preprocessor... gcc -E
#24 33.55 checking for ANSI C header files... yes
#24 34.15 checking for sys/types.h... yes
#24 34.32 checking for sys/stat.h... yes
#24 34.50 checking for stdlib.h... yes
#24 34.67 checking for string.h... yes
#24 34.86 checking for memory.h... yes
#24 35.06 checking for strings.h... yes
#24 35.25 checking for inttypes.h... yes
#24 35.45 checking for stdint.h... yes
#24 35.64 checking for unistd.h... yes
#24 35.86 checking for dlfcn.h... yes
#24 36.07 checking for objdir... .libs
#24 36.38 checking if gcc supports -fno-rtti -fno-exceptions... no
#24 36.48 checking for gcc option to produce PIC... -fPIC -DPIC
#24 36.48 checking if gcc PIC flag -fPIC -DPIC works... yes
#24 36.57 checking if gcc static flag -static works... yes
#24 37.13 checking if gcc supports -c -o file.o... yes
#24 37.67 checking if gcc supports -c -o file.o... (cached) yes
#24 37.67 checking whether the gcc linker (ld) supports shared libraries... yes
#24 37.77 checking whether -lc should be explicitly linked in... no
#24 37.96 checking dynamic linker characteristics... GNU/Linux ld.so
#24 38.30 checking how to hardcode library paths into programs... immediate
#24 38.30 checking whether stripping libraries is possible... yes
#24 38.31 checking if libtool supports shared libraries... yes
#24 38.31 checking whether to build shared libraries... yes
#24 38.31 checking whether to build static libraries... yes
#24 38.32 checking C compiler vendor... gcc-13-3
#24 38.37 checking whether host executables can be run in the build... yes
#24 38.57 checking whether #! works in shell scripts... yes
#24 38.59 checking for flexdll sources... checking for flexlink... no
#24 38.61 checking flexdll.h usability... no
#24 38.70 checking flexdll.h presence... no
#24 38.77 checking for flexdll.h... no
#24 38.78 checking for a BSD-compatible install... /usr/bin/install -c
#24 38.82 checking for cos in -lm... yes
#24 39.07 checking math.h usability... yes
#24 39.26 checking math.h presence... yes
#24 39.35 checking for math.h... yes
#24 39.36 checking for unistd.h... (cached) yes
#24 39.36 checking for stdint.h... (cached) yes
#24 39.37 checking for dirent.h... yes
#24 39.46 checking for sys/select.h... yes
#24 39.54 checking for off_t... yes
#24 39.85 checking size of int... 4
#24 40.16 checking size of long... 8
#24 40.47 checking size of long *... 8
#24 40.82 checking size of short... 2
#24 41.15 checking size of long long... 8
#24 41.47 configure: Target is a 64 bits architecture
#24 41.47 checking whether byte ordering is bigendian... no
#24 41.80 checking alignment of double... 8
#24 42.13 checking alignment of long... 8
#24 42.53 checking alignment of long long... 8
#24 42.88 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#24 42.99 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#24 43.11 checking for ld... ld
#24 43.11 checking for rlwrap... no
#24 43.12 configure: checking semantics of signal handlers
#24 43.12 checking for sigaction... yes
#24 43.47 checking for sigprocmask...
#24 ...
#14 [internal] load build context
#14 transferring context: 272.16MB 225.4s done
#14 DONE 229.3s
#24 [stage-0 7/14] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 43.47 checking for sigprocmask... yes
#24 44.11 configure: POSIX signal handling found.
#24 44.13 checking for expm1... yes
#24 44.54 checking for log1p... yes
#24 44.86 checking for hypot... yes
#24 45.15 checking for fma... yes
#24 45.42 checking for exp2... yes
#24 45.70 checking for log2... yes
#24 46.00 checking for cbrt... yes
#24 46.28 checking for acosh... yes
#24 46.57 checking for asinh... yes
#24 46.85 checking for atanh... yes
#24 47.15 checking for erf... yes
#24 47.49 checking for erfc... yes
#24 47.91 checking for trunc... yes
#24 48.29 checking for round... yes
#24 48.60 checking for copysign... yes
#24 48.94 checking whether round works... yes
#24 49.29 checking whether fma works... yes
#24 49.64 checking for getrusage... yes
#24 49.88 checking for times... yes
#24 50.10 checking for secure_getenv... yes
#24 50.34 checking for issetugid... no
#24 50.72 checking for library containing clock_gettime... none required
#24 50.97 checking for socket... yes
#24 51.23 checking for socketpair... yes
#24 51.49 checking for bind... yes
#24 51.76 checking for listen... yes
#24 52.02 checking for accept... yes
#24 52.30 checking for connect... yes
#24 52.55 checking for socklen_t... yes
#24 52.80 checking for inet_aton... yes
#24 53.03 checking for struct sockaddr_in6... yes
#24 53.29 checking for getaddrinfo... yes
#24 53.52 checking for getnameinfo... yes
#24 53.75 checking for inet_pton... yes
#24 53.98 checking for inet_ntop... yes
#24 54.22 checking for rewinddir... yes
#24 54.45 checking for lockf... yes
#24 54.69 checking for mkfifo... yes
#24 54.92 checking for getcwd... yes
#24 55.17 checking whether system is declared... yes
#24 55.30 checking for sys/types.h... (cached) yes
#24 55.30 checking utime.h usability... yes
#24 55.46 checking utime.h presence... yes
#24 55.53 checking for utime.h... yes
#24 55.53 checking for utime... yes
#24 55.76 checking for utimes... yes
#24 56.00 checking for fchmod... yes
#24 56.23 checking for fchown... yes
#24 56.47 checking for truncate... yes
#24 56.70 checking for ftruncate... yes
#24 56.94 checking for select... yes
#24 57.19 checking for fd_set... yes
#24 57.43 checking for nanosleep... yes
#24 57.65 checking for symlink... yes
#24 57.89 checking for readlink... yes
#24 58.12 checking for lstat... yes
#24 58.35 checking for realpath... yes
#24 58.58 checking for waitpid... yes
#24 58.82 checking for wait4... yes
#24 59.05 checking for getgroups... yes
#24 59.28 checking for setgroups... yes
#24 59.51 checking for initgroups... yes
#24 59.74 checking termios.h usability... yes
#24 59.90 checking termios.h presence... yes
#24 59.98 checking for termios.h... yes
#24 59.98 checking for tcgetattr... yes
#24 60.21 checking for tcsetattr... yes
#24 60.45 checking for tcsendbreak... yes
#24 60.67 checking for tcflush... yes
#24 60.91 checking for tcflow... yes
#24 61.14 checking for setitimer... yes
#24 61.38 checking for gethostname... yes
#24 61.61 checking sys/utsname.h usability... yes
#24 61.77 checking sys/utsname.h presence... yes
#24 61.84 checking for sys/utsname.h... yes
#24 61.84 checking for uname... yes
#24 62.07 checking for gettimeofday... yes
#24 62.30 checking for mktime... yes
#24 62.53 checking for setsid... yes
#24 62.76 checking for putenv... yes
#24 63.00 checking for setenv... yes
#24 63.23 checking for unsetenv... yes
#24 63.47 checking locale.h usability... yes
#24 63.63 checking locale.h presence... yes
#24 63.70 checking for locale.h... yes
#24 63.70 checking for newlocale... yes
#24 63.93 checking for freelocale... yes
#24 64.17 checking for uselocale... yes
#24 64.39 checking xlocale.h usability... no
#24 64.57 checking xlocale.h presence... no
#24 64.65 checking for xlocale.h... no
#24 64.66 checking for strtod_l... yes
#24 64.90 checking for dlopen... yes
#24 65.13 configure: Dynamic loading of shared libraries is supported.
#24 65.13 checking sys/mman.h usability... yes
#24 65.29 checking sys/mman.h presence... yes
#24 65.36 checking for sys/mman.h... yes
#24 65.37 checking for mmap... yes
#24 65.60 checking for munmap... yes
#24 65.84 checking for pwrite... yes
#24 66.07 checking whether the C compiler supports -fdebug-prefix-map... yes
#24 66.17 checking for struct stat.st_atim.tv_nsec... yes
#24 66.35 configure: stat supports nanosecond precision
#24 66.35 checking how many arguments gethostbyname_r() takes... six
#24 66.63 checking how many arguments gethostbyaddr_r() takes... eight
#24 66.90 checking for mkstemp... yes
#24 67.14 checking for nice... yes
#24 67.38 checking for dup3... yes
#24 67.61 checking for pipe2... yes
#24 67.83 checking for accept4... yes
#24 68.07 checking for getauxval... yes
#24 68.31 checking sys/shm.h usability... yes
#24 68.47 checking sys/shm.h presence... yes
#24 68.54 checking for sys/shm.h... yes
#24 68.55 checking for shmat... yes
#24 68.78 checking for execvpe... yes
#24 69.02 checking spawn.h usability... yes
#24 69.18 checking spawn.h presence... yes
#24 69.25 checking for spawn.h... yes
#24 69.26 checking for posix_spawn... yes
#24 69.48 checking for posix_spawnp... yes
#24 69.71 checking for ffs... yes
#24 69.99 checking whether _BitScanForward is declared... no
#24 70.18 configure: replay debugger supported
#24 70.18 checking whether stack overflows can be detected... no
#24 70.19 checking whether gcc is Clang... no
#24 70.27 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#24 70.53 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#24 70.78 checking whether more special flags are required for pthreads... no
#24 70.78 checking for PTHREAD_PRIO_INHERIT... yes
#24 71.03 configure: the POSIX threads library is supported
#24 71.03 checking for sigwait... yes
#24 71.26 checking whether the assembler supports --debug-prefix-map... yes
#24 71.32 checking whether the assembler supports CFI directives... yes
#24 71.46 configure: not using frame pointers
#24 71.46 checking whether mmap supports huge pages... yes
#24 71.76 configure: Disabling function sections.
#24 71.91 configure: creating ./config.status
#24 74.48 config.status: creating Makefile.build_config
#24 74.54 config.status: creating Makefile.config
#24 74.60 config.status: creating stdlib/sys.ml
#24 74.69 config.status: creating manual/src/version.tex
#24 74.77 config.status: creating manual/src/html_processing/src/common.ml
#24 74.86 config.status: creating tools/eventlog_metadata
#24 74.94 config.status: creating runtime/caml/m.h
#24 75.00 config.status: creating runtime/caml/s.h
#24 75.07 config.status: creating runtime/caml/version.h
#24 75.13 config.status: executing libtool commands
#24 75.44 make -j -C runtime sak
#24 75.45 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 75.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sak.o sak.c
#24 75.98 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o sak sak.o
#24 76.11 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 76.11 make -j coldstart
#24 76.11 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 76.17 make -j -C runtime all
#24 76.17 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 76.39 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs" > ld.conf
#24 76.40 tr -d '\r' < caml/instruct.h | \
#24 76.40 sed -e '/\/\*/d' \
#24 76.40 -e '/^#/d' \
#24 76.40 -e 's/enum /static char * names_of_/' \
#24 76.40 -e 's/{$/[] = {/' \
#24 76.40 -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
#24 76.40 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml" >> ld.conf
#24 76.40 tr -d '\r' < caml/instruct.h | \
#24 76.40 sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
#24 76.40 -e '/^}/q' > caml/jumptbl.h
#24 76.41 echo '/* This file is generated from ../Makefile.config */' > build_config.h
#24 76.49 echo '#define OCAML_STDLIB_DIR "/tmp/opam/bootstrap/ocaml/lib/ocaml"' >> build_config.h
#24 76.50 cp primitives.new primitives
#24 76.50 echo '#define HOST "riscv64-unknown-linux-gnu"' >> build_config.h
#24 76.50 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.b.o interp.c
#24 76.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.b.o misc.c
#24 76.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.b.o stacks.c
#24 76.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.b.o fix_code.c
#24 76.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.b.o startup_aux.c
#24 76.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.b.o startup_byt.c
#24 76.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.b.o freelist.c
#24 76.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.b.o major_gc.c
#24 76.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.b.o minor_gc.c
#24 76.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.b.o memory.c
#24 76.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.b.o alloc.c
#24 76.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.b.o roots_byt.c
#24 76.61 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.b.o globroots.c
#24 76.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.b.o fail_byt.c
#24 76.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.b.o signals.c
#24 76.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.b.o signals_byt.c
#24 76.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.b.o printexc.c
#24 76.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.b.o backtrace_byt.c
#24 76.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.b.o backtrace.c
#24 76.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.b.o compare.c
#24 76.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.b.o ints.c
#24 76.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.b.o eventlog.c
#24 76.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.b.o floats.c
#24 76.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.b.o str.c
#24 76.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.b.o array.c
#24 76.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.b.o io.c
#24 76.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.b.o extern.c
#24 76.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.b.o intern.c
#24 76.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.b.o hash.c
#24 77.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.b.o sys.c
#24 77.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.b.o meta.c
#24 77.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.b.o parsing.c
#24 77.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.b.o gc_ctrl.c
#24 77.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.b.o md5.c
#24 77.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.b.o obj.c
#24 77.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.b.o lexing.c
#24 77.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.b.o callback.c
#24 77.25 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.b.o debugger.c
#24 77.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.b.o weak.c
#24 77.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.b.o compact.c
#24 77.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.b.o finalise.c
#24 77.32 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.b.o custom.c
#24 77.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.b.o dynlink.c
#24 77.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.b.o afl.c
#24 77.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.b.o unix.c
#24 77.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.b.o bigarray.c
#24 77.47 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.b.o main.c
#24 77.49 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.b.o memprof.c
#24 77.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.b.o domain.c
#24 77.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.b.o skiplist.c
#24 77.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.b.o codefrag.c
#24 77.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o interp.bd.o interp.c
#24 77.65 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o misc.bd.o misc.c
#24 77.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o stacks.bd.o stacks.c
#24 77.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fix_code.bd.o fix_code.c
#24 77.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_aux.bd.o startup_aux.c
#24 77.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_byt.bd.o startup_byt.c
#24 77.76 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o freelist.bd.o freelist.c
#24 77.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o major_gc.bd.o major_gc.c
#24 77.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o minor_gc.bd.o minor_gc.c
#24 77.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memory.bd.o memory.c
#24 78.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o alloc.bd.o alloc.c
#24 78.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o roots_byt.bd.o roots_byt.c
#24 78.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o globroots.bd.o globroots.c
#24 78.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fail_byt.bd.o fail_byt.c
#24 78.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals.bd.o signals.c
#24 78.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals_byt.bd.o signals_byt.c
#24 78.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o printexc.bd.o printexc.c
#24 78.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace_byt.bd.o backtrace_byt.c
#24 78.36 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace.bd.o backtrace.c
#24 78.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compare.bd.o compare.c
#24 78.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o ints.bd.o ints.c
#24 78.48 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o eventlog.bd.o eventlog.c
#24 78.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o floats.bd.o floats.c
#24 78.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o str.bd.o str.c
#24 78.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o array.bd.o array.c
#24 79.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o io.bd.o io.c
#24 79.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o extern.bd.o extern.c
#24 79.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o intern.bd.o intern.c
#24 79.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o hash.bd.o hash.c
#24 79.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o sys.bd.o sys.c
#24 79.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o meta.bd.o meta.c
#24 79.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o parsing.bd.o parsing.c
#24 79.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o gc_ctrl.bd.o gc_ctrl.c
#24 79.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o md5.bd.o md5.c
#24 79.47 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o obj.bd.o obj.c
#24 79.50 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o lexing.bd.o lexing.c
#24 79.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o callback.bd.o callback.c
#24 79.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o debugger.bd.o debugger.c
#24 79.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o weak.bd.o weak.c
#24 79.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compact.bd.o compact.c
#24 79.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o finalise.bd.o finalise.c
#24 79.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o custom.bd.o custom.c
#24 79.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o dynlink.bd.o dynlink.c
#24 79.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o afl.bd.o afl.c
#24 79.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o unix.bd.o unix.c
#24 79.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o bigarray.bd.o bigarray.c
#24 79.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o main.bd.o main.c
#24 80.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memprof.bd.o memprof.c
#24 80.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o domain.bd.o domain.c
#24 80.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o skiplist.bd.o skiplist.c
#24 80.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o codefrag.bd.o codefrag.c
#24 80.32 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o instrtrace.bd.o instrtrace.c
#24 80.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o interp.bi.o interp.c
#24 80.48 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o misc.bi.o misc.c
#24 80.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o stacks.bi.o stacks.c
#24 80.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fix_code.bi.o fix_code.c
#24 80.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_aux.bi.o startup_aux.c
#24 80.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_byt.bi.o startup_byt.c
#24 80.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o freelist.bi.o freelist.c
#24 80.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o major_gc.bi.o major_gc.c
#24 80.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o minor_gc.bi.o minor_gc.c
#24 81.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memory.bi.o memory.c
#24 81.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o alloc.bi.o alloc.c
#24 81.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o roots_byt.bi.o roots_byt.c
#24 81.22 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o globroots.bi.o globroots.c
#24 81.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fail_byt.bi.o fail_byt.c
#24 81.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals.bi.o signals.c
#24 81.40 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals_byt.bi.o signals_byt.c
#24 81.46 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o printexc.bi.o printexc.c
#24 81.59 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace_byt.bi.o backtrace_byt.c
#24 81.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace.bi.o backtrace.c
#24 81.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compare.bi.o compare.c
#24 81.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o ints.bi.o ints.c
#24 81.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o eventlog.bi.o eventlog.c
#24 81.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o floats.bi.o floats.c
#24 82.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o str.bi.o str.c
#24 82.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o array.bi.o array.c
#24 82.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o io.bi.o io.c
#24 82.33 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o extern.bi.o extern.c
#24 82.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o intern.bi.o intern.c
#24 82.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o hash.bi.o hash.c
#24 82.61 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o sys.bi.o sys.c
#24 82.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o meta.bi.o meta.c
#24 82.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o parsing.bi.o parsing.c
#24 82.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o gc_ctrl.bi.o gc_ctrl.c
#24 82.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o md5.bi.o md5.c
#24 83.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o obj.bi.o obj.c
#24 83.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o lexing.bi.o lexing.c
#24 83.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o callback.bi.o callback.c
#24 83.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o debugger.bi.o debugger.c
#24 83.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o weak.bi.o weak.c
#24 83.46 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compact.bi.o compact.c
#24 83.61 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o finalise.bi.o finalise.c
#24 83.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o custom.bi.o custom.c
#24 83.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o dynlink.bi.o dynlink.c
#24 83.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o afl.bi.o afl.c
#24 84.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o unix.bi.o unix.c
#24 84.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o bigarray.bi.o bigarray.c
#24 84.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o main.bi.o main.c
#24 84.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memprof.bi.o memprof.c
#24 84.46 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o domain.bi.o domain.c
#24 84.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o skiplist.bi.o skiplist.c
#24 84.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o codefrag.bi.o codefrag.c
#24 84.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.bpic.o interp.c
#24 84.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.bpic.o misc.c
#24 84.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.bpic.o stacks.c
#24 85.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.bpic.o fix_code.c
#24 85.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.bpic.o startup_aux.c
#24 85.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.bpic.o startup_byt.c
#24 85.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.bpic.o freelist.c
#24 85.49 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.bpic.o major_gc.c
#24 85.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.bpic.o minor_gc.c
#24 85.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.bpic.o memory.c
#24 85.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.bpic.o alloc.c
#24 85.89 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.bpic.o roots_byt.c
#24 86.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.bpic.o globroots.c
#24 86.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.bpic.o fail_byt.c
#24 86.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.bpic.o signals.c
#24 86.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.bpic.o signals_byt.c
#24 86.67 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.bpic.o printexc.c
#24 86.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.bpic.o backtrace_byt.c
#24 86.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.bpic.o backtrace.c
#24 86.83 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.bpic.o compare.c
#24 86.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.bpic.o ints.c
#24 87.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.bpic.o eventlog.c
#24 87.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.bpic.o floats.c
#24 87.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.bpic.o str.c
#24 87.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.bpic.o array.c
#24 87.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.bpic.o io.c
#24 87.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.bpic.o extern.c
#24 87.50 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.bpic.o intern.c
#24 87.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.bpic.o hash.c
#24 87.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.bpic.o sys.c
#24 87.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.bpic.o meta.c
#24 87.93 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.bpic.o parsing.c
#24 88.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.bpic.o gc_ctrl.c
#24 88.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.bpic.o md5.c
#24 88.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.bpic.o obj.c
#24 88.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.bpic.o lexing.c
#24 88.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.bpic.o callback.c
#24 88.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.bpic.o debugger.c
#24 88.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.bpic.o weak.c
#24 88.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.bpic.o compact.c
#24 89.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.bpic.o finalise.c
#24 89.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.bpic.o custom.c
#24 89.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.bpic.o dynlink.c
#24 89.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.bpic.o afl.c
#24 89.62 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.bpic.o unix.c
#24 89.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.bpic.o bigarray.c
#24 89.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.bpic.o main.c
#24 90.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.bpic.o memprof.c
#24 90.14 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.bpic.o domain.c
#24 90.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.bpic.o skiplist.c
#24 90.33 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.bpic.o codefrag.c
#24 90.52 export LC_ALL=C; \
#24 90.52 (echo '#include "caml/config.h"'; \
#24 90.52 echo 'typedef intnat value;'; \
#24 90.52 echo 'typedef value (*c_primitive)(void);'; \
#24 90.52 echo; \
#24 90.52 sed -e 's/.*/extern value &(void);/' primitives; \
#24 90.52 echo; \
#24 90.52 echo 'c_primitive caml_builtin_cprim[] = {'; \
#24 90.52 sed -e 's/.*/ &,/' primitives; \
#24 90.52 echo ' 0 };'; \
#24 90.52 echo; \
#24 90.52 echo 'char * caml_names_of_builtin_cprim[] = {'; \
#24 90.52 sed -e 's/.*/ "&",/' primitives; \
#24 90.52 echo ' 0 };') > prims.c
#24 91.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= \
#24 91.66 -o prims.o prims.c
#24 143.0 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
#24 143.2 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
#24 143.3 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o ocamlrun prims.o libcamlrun.a -lm -lpthread
#24 143.5 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
#24 143.6 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -g -o ocamlrund prims.o libcamlrund.a -lm -lpthread
#24 143.8 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm -lpthread
#24 144.0 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
#24 144.0 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
#24 144.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 144.5 make -j -C stdlib \
#24 144.5 OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
#24 144.5 CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
#24 144.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 144.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 144.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 144.6 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > camlheader
#24 144.6 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > target_camlheader
#24 144.6 echo '#!' | tr -d '\012' > camlheader_ur
#24 144.6 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > camlheaderd
#24 144.6 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > target_camlheaderd
#24 144.6 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > camlheaderi
#24 144.6 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > target_camlheaderi
#24 144.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 145.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 145.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 145.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 145.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.4 -o stdlib__Pervasives.cmo -c pervasives.ml
#24 145.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.4 -o stdlib__Either.cmi -c either.mli
#24 145.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.4 -o stdlib__Sys.cmi -c sys.mli
#24 145.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.4 -o stdlib__Nativeint.cmi -c nativeint.mli
#24 145.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.4 -o stdlib__Int32.cmi -c int32.mli
#24 145.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 145.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.5 -o stdlib__Seq.cmi -c seq.mli
#24 145.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.5 -o stdlib__Bool.cmi -c bool.mli
#24 145.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.6 -o stdlib__Char.cmi -c char.mli
#24 145.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.6 -o stdlib__Uchar.cmi -c uchar.mli
#24 145.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.6 -o stdlib__Int.cmi -c int.mli
#24 145.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.7 -o stdlib__Unit.cmi -c unit.mli
#24 145.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.7 -o stdlib__Marshal.cmi -c marshal.mli
#24 145.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.7 -o stdlib__Int64.cmi -c int64.mli
#24 145.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.8 -o stdlib__Nativeint.cmo -c nativeint.ml
#24 145.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.8 -o stdlib__Lexing.cmi -c lexing.mli
#24 145.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.8 -o stdlib__Stream.cmi -c stream.mli
#24 145.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.9 -o stdlib__Arg.cmi -c arg.mli
#24 145.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.9 -o stdlib__Atomic.cmi -c atomic.mli
#24 145.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 145.9 -o stdlib__Printexc.cmi -c printexc.mli
#24 146.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.0 -o stdlib__Fun.cmi -c fun.mli
#24 146.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.0 -o stdlib__Digest.cmi -c digest.mli
#24 146.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.0 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#24 146.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 146.1 -o stdlib__Scanf.cmi -c scanf.mli
#24 146.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.1 -o stdlib__Callback.cmi -c callback.mli
#24 146.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.1 -o stdlib__Filename.cmi -c filename.mli
#24 146.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.2 -o stdlib__Complex.cmi -c complex.mli
#24 146.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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" \
#24 146.2 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#24 146.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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" \
#24 146.2 -o stdlib__ListLabels.cmi -c listLabels.mli
#24 146.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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" \
#24 146.3 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#24 146.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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" \
#24 146.3 -o stdlib__StringLabels.cmi -c stringLabels.mli
#24 146.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.3 -o stdlib__In_channel.cmi -c in_channel.mli
#24 146.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.4 -o stdlib__Out_channel.cmi -c out_channel.mli
#24 146.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 146.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.5 -o stdlib__Either.cmo -c either.ml
#24 146.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.5 -o stdlib__Sys.cmo -c sys.ml
#24 146.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.5 -o stdlib__Obj.cmi -c obj.mli
#24 146.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.6 -o stdlib__Lazy.cmi -c lazy.mli
#24 146.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.6 -o stdlib__Option.cmi -c option.mli
#24 146.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.7 -o stdlib__Result.cmi -c result.mli
#24 146.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.7 -o stdlib__Bool.cmo -c bool.ml
#24 146.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.7 -o stdlib__Char.cmo -c char.ml
#24 146.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.8 -o stdlib__Uchar.cmo -c uchar.ml
#24 146.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.8 -o stdlib__List.cmi -c list.mli
#24 146.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.9 -o stdlib__Int.cmo -c int.ml
#24 146.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 146.9 -o stdlib__Bytes.cmi -c bytes.mli
#24 147.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.0 -o stdlib__String.cmi -c string.mli
#24 147.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.0 -o stdlib__Unit.cmo -c unit.ml
#24 147.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.0 -o stdlib__Array.cmi -c array.mli
#24 147.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.1 -o stdlib__Float.cmi -c float.mli
#24 147.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.1 -o stdlib__Int32.cmo -c int32.ml
#24 147.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.1 -o stdlib__Int64.cmo -c int64.ml
#24 147.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.1 -o stdlib__Set.cmi -c set.mli
#24 147.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.2 -o stdlib__Map.cmi -c map.mli
#24 147.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.2 -o stdlib__Stack.cmi -c stack.mli
#24 147.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.3 -o stdlib__Queue.cmi -c queue.mli
#24 147.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 147.3 -o stdlib__Buffer.cmi -c buffer.mli
#24 147.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.3 -o stdlib__Atomic.cmo -c atomic.ml
#24 147.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.3 -o stdlib__Fun.cmo -c fun.ml
#24 147.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.4 -o stdlib__Gc.cmi -c gc.mli
#24 147.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.5 -o stdlib__Random.cmi -c random.mli
#24 147.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.5 -o stdlib__Weak.cmi -c weak.mli
#24 147.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.5 -o stdlib__Callback.cmo -c callback.ml
#24 147.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 147.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 147.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.7 -o stdlib__Genlex.cmi -c genlex.mli
#24 147.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.7 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#24 147.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.7 -o stdlib__Complex.cmo -c complex.ml
#24 147.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 147.8 -o stdlib__ListLabels.cmo -c listLabels.ml
#24 147.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 147.8 -o stdlib__StringLabels.cmo -c stringLabels.ml
#24 147.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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" \
#24 147.9 -o stdlib__StdLabels.cmi -c stdLabels.mli
#24 147.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.9 -o stdlib__Bigarray.cmi -c bigarray.mli
#24 147.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 147.9 -o stdlib__In_channel.cmo -c in_channel.ml
#24 148.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.0 -o stdlib__Out_channel.cmo -c out_channel.ml
#24 148.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.0 -o stdlib__Obj.cmo -c obj.ml
#24 148.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 148.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.1 -o stdlib__Lazy.cmo -c lazy.ml
#24 148.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.1 -o stdlib__Seq.cmo -c seq.ml
#24 148.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.2 -o stdlib__Option.cmo -c option.ml
#24 148.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.2 -o stdlib__Result.cmo -c result.ml
#24 148.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.2 -o stdlib__List.cmo -c list.ml
#24 148.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.3 -o stdlib__Bytes.cmo -c bytes.ml
#24 148.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.3 -o stdlib__String.cmo -c string.ml
#24 148.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.3 -o stdlib__Marshal.cmo -c marshal.ml
#24 148.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.4 -o stdlib__Array.cmo -c array.ml
#24 148.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 148.4 -o stdlib__Float.cmo -c float.ml
#24 148.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.4 -o stdlib__Lexing.cmo -c lexing.ml
#24 148.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.5 -o stdlib__Parsing.cmi -c parsing.mli
#24 148.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.5 -o stdlib__Set.cmo -c set.ml
#24 148.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.5 -o stdlib__Map.cmo -c map.ml
#24 148.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.6 -o stdlib__Stack.cmo -c stack.ml
#24 148.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.6 -o stdlib__Queue.cmo -c queue.ml
#24 148.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.6 -o stdlib__Stream.cmo -c stream.ml
#24 148.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 148.7 -o stdlib__Buffer.cmo -c buffer.ml
#24 148.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 148.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 148.8 -o stdlib__Printf.cmi -c printf.mli
#24 148.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.8 -o stdlib__Digest.cmo -c digest.ml
#24 148.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.8 -o stdlib__Random.cmo -c random.ml
#24 148.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.9 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#24 148.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 148.9 -o stdlib__Weak.cmo -c weak.ml
#24 149.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 149.0 -o stdlib__Format.cmi -c format.mli
#24 149.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 149.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 149.1 -o stdlib__Oo.cmi -c oo.mli
#24 149.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 149.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 149.2 -o stdlib__Genlex.cmo -c genlex.ml
#24 149.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 149.2 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#24 149.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 149.2 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#24 149.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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" \
#24 149.3 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#24 149.3 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 149.3 -o stdlib__StdLabels.cmo -c stdLabels.ml
#24 149.4 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 149.4 -o stdlib__Parsing.cmo -c parsing.ml
#24 149.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 149.7 -o stdlib__Arg.cmo -c arg.ml
#24 149.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 149.7 -o stdlib__Printexc.cmo -c printexc.ml
#24 149.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 149.8 -o stdlib__Gc.cmo -c gc.ml
#24 149.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 149.8 -o stdlib__Filename.cmo -c filename.ml
#24 149.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 149.9 -o stdlib__Bigarray.cmo -c bigarray.ml
#24 150.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 150.1 -o stdlib__Oo.cmo -c oo.ml
#24 150.1 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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
#24 150.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 150.2 -o stdlib__Printf.cmo -c printf.ml
#24 150.2 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 150.2 -o stdlib__Scanf.cmo -c scanf.ml
#24 150.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 150.5 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#24 151.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 151.0 -o stdlib__Format.cmo -c format.ml
#24 152.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-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 \
#24 152.6 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#24 161.4 ../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
#24 161.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 161.6 cp runtime/ocamlrun boot/ocamlrun
#24 161.6 cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
#24 161.6 cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
#24 161.6 cd boot; ln -sf ../runtime/libcamlrun.a .
#24 161.6 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 161.6 make -j opt.opt
#24 161.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 161.7 make -j checkstack
#24 161.7 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 161.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE \
#24 161.8 -o tools/checkstack.o tools/checkstack.c
#24 161.9 make -j -C tools checkstack
#24 161.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 162.0 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E -o checkstack checkstack.o
#24 162.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 162.1 tools/checkstack
#24 162.1 rm tools/checkstack tools/checkstack.o
#24 162.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 162.1 make -j coreall
#24 162.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 162.2 make -j -C runtime all
#24 162.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 162.5 make[3]: Nothing to be done for 'all'.
#24 162.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 162.5 cd stdlib; ln -sf ../runtime/libcamlrun.a .
#24 162.5 make -j ocamlc
#24 162.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 162.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.mli
#24 162.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.mli
#24 162.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.mli
#24 162.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.mli
#24 162.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.mli
#24 162.6 make -j -C utils config.ml
#24 162.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.mli
#24 162.6 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#24 162.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.mli
#24 162.6 sed -e 's!%%AFL_INSTRUMENT%%!false!' \
#24 162.6 -e 's!%%ARCH%%!riscv!' \
#24 162.6 -e 's!%%ARCMD%%!ar!' \
#24 162.6 -e 's!%%ASM%%!as!' \
#24 162.6 -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
#24 162.6 -e 's!%%BYTECCLIBS%%!-lm -lpthread!' \
#24 162.6 -e 's!%%CC%%!gcc!' \
#24 162.6 -e 's!%%CCOMPTYPE%%!cc!' \
#24 162.6 -e 's!%%OUTPUTOBJ%%!-o !' \
#24 162.6 -e 's!%%EXT_ASM%%!.s!' \
#24 162.6 -e 's!%%EXT_DLL%%!.so!' \
#24 162.6 -e 's!%%EXE%%!!' \
#24 162.6 -e 's!%%EXT_LIB%%!.a!' \
#24 162.6 -e 's!%%EXT_OBJ%%!.o!' \
#24 162.6 -e 's!%%FLAMBDA%%!false!' \
#24 162.6 -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
#24 162.6 -e 's!%%WITH_CMM_INVARIANTS%%!false!' \
#24 162.6 -e 's!%%FLEXLINK_FLAGS%%!!' \
#24 162.6 -e 's!%%FLEXDLL_DIR%%!!' \
#24 162.6 -e 's!%%HOST%%!riscv64-unknown-linux-gnu!' \
#24 162.6 -e 's!%%BINDIR%%!/tmp/opam/bootstrap/ocaml/bin!' \
#24 162.6 -e 's!%%LIBDIR%%!/tmp/opam/bootstrap/ocaml/lib/ocaml!' \
#24 162.6 -e 's!%%MKDLL%%!gcc -shared !' \
#24 162.6 -e 's!%%MKEXE%%!gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E !' \
#24 162.6 -e 's!%%FLEXLINK_LDFLAGS%%! -link \\"-Wl,-E\\"!' \
#24 162.6 -e 's!%%FLEXLINK_DLL_LDFLAGS%%!!' \
#24 162.6 -e 's!%%MKMAINDLL%%!gcc -shared !' \
#24 162.6 -e 's!%%MODEL%%!riscv64!' \
#24 162.6 -e 's!%%NATIVECCLIBS%%!-lm !' \
#24 162.6 -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#24 162.6 -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#24 162.6 -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#24 162.6 -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#24 162.6 -e 's!%%PACKLD%%!ld -r -o !' \
#24 162.6 -e 's!%%PROFINFO_WIDTH%%!0!' \
#24 162.6 -e 's!%%RPATH%%!-Wl,-rpath,!' \
#24 162.6 -e 's!%%MKSHAREDLIBRPATH%%!-Wl,-rpath,!' \
#24 162.6 -e 's!%%FORCE_SAFE_STRING%%!true!' \
#24 162.6 -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
#24 162.6 -e 's!%%WINDOWS_UNICODE%%!0!' \
#24 162.6 -e 's!%%NAKED_POINTERS%%!true!' \
#24 162.6 -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
#24 162.6 -e 's!%%SYSTEM%%!linux!' \
#24 162.6 -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
#24 162.6 -e 's!%%TARGET%%!riscv64-unknown-linux-gnu!' \
#24 162.6 -e 's!%%WITH_FRAME_POINTERS%%!false!' \
#24 162.6 -e 's!%%WITH_PROFINFO%%!false!' \
#24 162.6 -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
#24 162.6 -e 's!%%FUNCTION_SECTIONS%%!false!' \
#24 162.6 -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
#24 162.6 -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!true!' \
#24 162.6 config.mlp > config.ml
#24 162.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.mli
#24 162.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.7 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#24 162.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.7 gcc -E -I runtime/caml utils/domainstate.ml.c > utils/domainstate.ml
#24 162.8 gcc -E -I runtime/caml utils/domainstate.mli.c > utils/domainstate.mli
#24 162.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.8 cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
#24 162.8 echo '[@@@ocaml.warning "-67"]' > parsing/camlinternalMenhirLib.mli
#24 162.8 ./boot/ocamlrun ./boot/ocamllex -q parsing/lexer.mll
#24 162.9 cat boot/menhir/menhirLib.mli >> parsing/camlinternalMenhirLib.mli
#24 162.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 162.9 lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml
#24 163.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.0 make -j -C tools make_opcodes
#24 163.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 163.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.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 utils/misc.mli
#24 163.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 utils/config.ml -I utils
#24 163.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 utils/build_path_prefix_map.ml -I utils
#24 163.2 ../boot/ocamlrun ../boot/ocamllex -q make_opcodes.mll
#24 163.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 utils/arg_helper.ml -I utils
#24 163.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 utils/local_store.ml -I utils
#24 163.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 utils/terminfo.ml -I utils
#24 163.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.4 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
#24 163.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 163.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml -I driver
#24 163.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 164.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 164.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 164.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 164.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.2 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 165.2 ./runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
#24 165.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli
#24 165.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 165.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.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 typing/ident.mli
#24 166.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 middle_end/linkage_name.mli
#24 166.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 middle_end/flambda/base_types/tag.mli
#24 166.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 middle_end/flambda/base_types/static_exception.mli
#24 166.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 utils/numbers.mli
#24 166.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.mli
#24 166.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.mli
#24 166.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 166.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 166.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.ml -I typing
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.ml -I driver
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.ml -I driver
#24 167.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 167.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 168.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 typing/path.mli
#24 168.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 168.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 168.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 168.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 168.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 169.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 169.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 169.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 169.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 169.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 170.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 170.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 170.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 170.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 170.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 middle_end/flambda/base_types/set_of_closures_id.mli
#24 170.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 middle_end/flambda/base_types/export_id.mli
#24 170.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.mli
#24 170.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 170.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 170.9 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.ml > parsing/parser.ml
#24 171.0 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.mli > parsing/parser.mli
#24 171.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 171.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 172.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.ml -I parsing
#24 172.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
#24 172.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 172.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 173.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 173.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 173.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 175.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 175.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 175.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 175.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 175.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 175.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 175.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 175.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 176.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 file_formats/cmi_format.ml -I file_formats
#24 176.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 typing/persistent_env.mli
#24 176.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 176.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 177.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 177.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 177.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 177.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 177.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 177.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.ml -I typing
#24 178.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 178.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 178.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 178.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 178.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 178.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.mli
#24 178.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/envaux.mli
#24 178.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.mli
#24 178.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_unboxed.mli
#24 178.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.mli
#24 178.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 179.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 179.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 179.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 180.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 180.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 180.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 180.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 181.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 181.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 181.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 181.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 181.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 181.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 182.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 182.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 bytecomp/symtable.mli
#24 182.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 middle_end/variable.mli
#24 182.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 lambda/translobj.ml -I lambda
#24 182.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 182.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 182.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 182.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 182.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 182.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 182.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 182.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 183.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 typing/typedtree.ml -I typing
#24 183.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 typing/printtyped.mli
#24 183.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 183.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.mli
#24 183.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.mli
#24 183.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.mli
#24 183.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.mli
#24 183.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 183.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 183.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 183.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 183.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 183.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 183.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 183.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 184.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 184.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 184.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 184.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 184.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 185.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 185.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 typing/printpat.ml -I typing
#24 185.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml -I bytecomp
#24 185.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml -I bytecomp
#24 185.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 185.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 185.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 186.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 186.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 186.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 186.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 typing/typeopt.ml -I typing
#24 186.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 typing/rec_check.ml -I typing
#24 186.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 lambda/translattribute.ml -I lambda
#24 186.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 186.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 186.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 186.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 186.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 186.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.ml -I typing
#24 186.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/matching.ml -I lambda
#24 186.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 186.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 187.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 187.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 187.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 187.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 187.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 187.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 187.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 187.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 lambda/translcore.ml -I lambda
#24 187.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 lambda/translmod.ml -I lambda
#24 188.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 188.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 190.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.mli
#24 190.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.mli
#24 190.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 190.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 190.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 191.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 191.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod_errorprinter.mli
#24 191.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.mli
#24 193.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 193.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 193.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 194.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.ml -I typing
#24 194.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.ml -I driver
#24 194.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile_common.ml -I driver
#24 194.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 196.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 201.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 203.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 204.4 ./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
#24 205.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 207.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 239.1 ./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
#24 239.4 ./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
#24 241.6 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 241.6 make -j ocamllex ocamltools library
#24 241.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 241.7 make -j -C yacc all
#24 241.7 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 241.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.7 -o closure.o closure.c
#24 241.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.7 -o error.o error.c
#24 241.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.7 -o lalr.o lalr.c
#24 241.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.7 -o lr0.o lr0.c
#24 241.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.7 -o main.o main.c
#24 241.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.7 -o mkpar.o mkpar.c
#24 241.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.8 -o output.o output.c
#24 241.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.8 -o reader.o reader.c
#24 241.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.8 -o skeleton.o skeleton.c
#24 241.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.8 -o symtab.o symtab.c
#24 241.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 241.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.8 -o verbose.o verbose.c
#24 241.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 241.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 241.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../runtime \
#24 241.9 -o warshall.o warshall.c
#24 241.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 241.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 241.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 241.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 241.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 241.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 242.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 242.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 242.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 242.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 242.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 242.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 242.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 242.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.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 middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#24 242.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 middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#24 242.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 middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#24 242.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 middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#24 242.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.mli
#24 242.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.mli
#24 242.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.mli
#24 242.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 242.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.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 middle_end/flambda/traverse_for_exported_symbols.mli
#24 243.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 middle_end/flambda/build_export_info.mli
#24 243.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 middle_end/flambda/closure_offsets.mli
#24 243.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.3 make -j -C stdlib all
#24 243.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 243.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.4 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 243.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 243.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 243.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.mli
#24 243.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_let_to_initialize_symbol.mli
#24 243.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/find_recursive_functions.mli
#24 243.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 243.8 ../boot/ocamlrun ../ocamlc -strict-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
#24 243.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 243.9 ../boot/ocamlrun ../ocamlc -strict-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
#24 244.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 244.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 244.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 244.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 244.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 middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#24 244.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 middle_end/flambda/pass_wrapper.ml -I middle_end/flambda
#24 244.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 244.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 244.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 244.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 244.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 244.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 244.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#24 245.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 middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#24 245.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 middle_end/flambda/inlining_cost.ml -I middle_end/flambda
#24 245.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 245.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 245.3 ../boot/ocamlrun ../ocamlc -strict-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
#24 245.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 245.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 245.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 245.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 245.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 246.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 246.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_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
#24 246.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.ml -I middle_end/flambda
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 246.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 247.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 247.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 247.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 247.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 247.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 middle_end/flambda/inlining_stats.mli
#24 247.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 middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#24 247.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 247.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 247.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 247.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 248.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 249.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 249.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 249.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 251.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 251.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 251.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 251.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 251.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.mli
#24 251.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.mli
#24 251.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.mli
#24 251.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 251.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 251.9 ../boot/ocamlrun ../ocamlc -strict-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
#24 252.0 ../boot/ocamlrun ../ocamlc -strict-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
#24 253.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 253.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 253.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 253.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 253.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 253.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 253.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 254.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 255.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 255.3 ../boot/ocamlrun ../ocamlc -strict-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
#24 255.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.4 -o stdlib__Pervasives.cmo -c pervasives.ml
#24 255.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.4 -o stdlib__Either.cmi -c either.mli
#24 255.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.4 -o stdlib__Sys.cmi -c sys.mli
#24 255.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.5 -o stdlib__Nativeint.cmi -c nativeint.mli
#24 255.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.5 -o stdlib__Int32.cmi -c int32.mli
#24 255.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -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
#24 255.5 ../boot/ocamlrun ../ocamlc -strict-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
#24 255.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
#24 255.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.6 -o stdlib__Bool.cmi -c bool.mli
#24 255.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.7 -o stdlib__Char.cmi -c char.mli
#24 255.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.7 -o stdlib__Uchar.cmi -c uchar.mli
#24 255.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.8 -o stdlib__Int.cmi -c int.mli
#24 255.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.9 -o stdlib__Unit.cmi -c unit.mli
#24 255.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 255.9 -o stdlib__Marshal.cmi -c marshal.mli
#24 256.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.0 -o stdlib__Int64.cmi -c int64.mli
#24 256.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.1 -o stdlib__Lexing.cmi -c lexing.mli
#24 256.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.2 -o stdlib__Stream.cmi -c stream.mli
#24 256.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.2 -o stdlib__Arg.cmi -c arg.mli
#24 256.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.3 -o stdlib__Atomic.cmi -c atomic.mli
#24 256.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.4 -o stdlib__Printexc.cmi -c printexc.mli
#24 256.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.5 -o stdlib__Fun.cmi -c fun.mli
#24 256.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.5 -o stdlib__Digest.cmi -c digest.mli
#24 256.6 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 256.6 -o stdlib__Scanf.cmi -c scanf.mli
#24 256.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.7 -o stdlib__Callback.cmi -c callback.mli
#24 256.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.8 -o stdlib__Filename.cmi -c filename.mli
#24 256.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.8 -o stdlib__Complex.cmi -c complex.mli
#24 256.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.9 -o stdlib__In_channel.cmi -c in_channel.mli
#24 256.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 256.9 -o stdlib__Out_channel.cmi -c out_channel.mli
#24 256.9 ../boot/ocamlrun ../ocamlc -strict-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
#24 257.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.1 -o stdlib__Either.cmo -c either.ml
#24 257.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.1 -o stdlib__Sys.cmo -c sys.ml
#24 257.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.2 -o stdlib__Obj.cmi -c obj.mli
#24 257.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.2 -o stdlib__Lazy.cmi -c lazy.mli
#24 257.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.3 -o stdlib__Seq.cmi -c seq.mli
#24 257.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.3 -o stdlib__Bool.cmo -c bool.ml
#24 257.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.4 -o stdlib__Char.cmo -c char.ml
#24 257.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.4 -o stdlib__Uchar.cmo -c uchar.ml
#24 257.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.5 -o stdlib__Int.cmo -c int.ml
#24 257.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.5 -o stdlib__Unit.cmo -c unit.ml
#24 257.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.6 -o stdlib__Int32.cmo -c int32.ml
#24 257.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.7 -o stdlib__Nativeint.cmo -c nativeint.ml
#24 257.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.8 -o stdlib__Genlex.cmi -c genlex.mli
#24 257.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.8 -o stdlib__Complex.cmo -c complex.ml
#24 257.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.9 -o stdlib__Bigarray.cmi -c bigarray.mli
#24 257.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 257.9 -o stdlib__Int64.cmo -c int64.ml
#24 258.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 258.0 -o stdlib__Atomic.cmo -c atomic.ml
#24 258.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 258.1 -o stdlib__Random.cmi -c random.mli
#24 258.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 258.1 -o stdlib__Out_channel.cmo -c out_channel.ml
#24 258.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 258.3 -o stdlib__Fun.cmo -c fun.ml
#24 258.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 258.3 -o stdlib__Gc.cmi -c gc.mli
#24 258.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 258.9 -o stdlib__Obj.cmo -c obj.ml
#24 258.9 ../boot/ocamlrun ../ocamlc -strict-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
#24 258.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 258.9 -o stdlib__Lazy.cmo -c lazy.ml
#24 259.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.0 -o stdlib__Parsing.cmi -c parsing.mli
#24 259.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.1 -o stdlib__Callback.cmo -c callback.ml
#24 259.2 ../boot/ocamlrun ../ocamlc -strict-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
#24 259.2 ../boot/ocamlrun ../ocamlc -strict-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
#24 259.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.6 -o stdlib__Seq.cmo -c seq.ml
#24 259.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.6 -o stdlib__Option.cmi -c option.mli
#24 259.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.7 -o stdlib__Result.cmi -c result.mli
#24 259.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.7 -o stdlib__List.cmi -c list.mli
#24 259.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.8 -o stdlib__Bytes.cmi -c bytes.mli
#24 259.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.8 -o stdlib__String.cmi -c string.mli
#24 259.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.9 -o stdlib__Array.cmi -c array.mli
#24 259.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 259.9 -o stdlib__Float.cmi -c float.mli
#24 260.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.0 -o stdlib__Set.cmi -c set.mli
#24 260.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.1 -o stdlib__Map.cmi -c map.mli
#24 260.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.1 -o stdlib__Stack.cmi -c stack.mli
#24 260.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.1 -o stdlib__Queue.cmi -c queue.mli
#24 260.2 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 260.2 -o stdlib__Buffer.cmi -c buffer.mli
#24 260.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.3 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#24 260.3 ../boot/ocamlrun ../ocamlc -strict-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" \
#24 260.3 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#24 260.4 ../boot/ocamlrun ../ocamlc -strict-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" \
#24 260.4 -o stdlib__ListLabels.cmi -c listLabels.mli
#24 260.5 ../boot/ocamlrun ../ocamlc -strict-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" \
#24 260.5 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#24 260.6 ../boot/ocamlrun ../ocamlc -strict-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" \
#24 260.6 -o stdlib__StringLabels.cmi -c stringLabels.mli
#24 260.7 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 260.7 -o stdlib__Oo.cmi -c oo.mli
#24 260.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.8 -o stdlib__Result.cmo -c result.ml
#24 260.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.9 -o stdlib__Option.cmo -c option.ml
#24 261.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.1 -o stdlib__Bytes.cmo -c bytes.ml
#24 261.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.1 -o stdlib__Marshal.cmo -c marshal.ml
#24 261.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.2 -o stdlib__In_channel.cmo -c in_channel.ml
#24 261.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.4 -o stdlib__Queue.cmo -c queue.ml
#24 261.7 ../boot/ocamlrun ../ocamlc -strict-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
#24 261.7 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 261.7 -o stdlib__Printf.cmi -c printf.mli
#24 261.8 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 261.8 -o stdlib__Format.cmi -c format.mli
#24 261.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.8 -o stdlib__Map.cmo -c map.ml
#24 261.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.9 -o stdlib__Oo.cmo -c oo.ml
#24 262.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.0 -o stdlib__Array.cmo -c array.ml
#24 262.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.1 -o stdlib__Parsing.cmo -c parsing.ml
#24 262.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.1 -o stdlib__Set.cmo -c set.ml
#24 262.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.1 -o stdlib__Stack.cmo -c stack.ml
#24 262.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.2 -o stdlib__Stream.cmo -c stream.ml
#24 262.2 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 262.2 -o stdlib__Buffer.cmo -c buffer.ml
#24 262.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.2 -o stdlib__Digest.cmo -c digest.ml
#24 262.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.3 -o stdlib__Random.cmo -c random.ml
#24 262.3 ../boot/ocamlrun ../ocamlc -strict-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
#24 262.5 ../boot/ocamlrun ../ocamlc -strict-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
#24 262.6 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 262.6 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#24 262.6 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 262.6 -o stdlib__ListLabels.cmo -c listLabels.ml
#24 262.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.7 -o stdlib__Bigarray.cmo -c bigarray.ml
#24 262.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.8 -o stdlib__List.cmo -c list.ml
#24 262.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.9 -o stdlib__String.cmo -c string.ml
#24 262.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.9 -o stdlib__Lexing.cmo -c lexing.ml
#24 263.0 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 263.0 -o stdlib__StringLabels.cmo -c stringLabels.ml
#24 263.1 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 263.1 -o stdlib__Float.cmo -c float.ml
#24 263.2 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 263.2 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#24 263.3 ../boot/ocamlrun ../ocamlc -strict-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" \
#24 263.3 -o stdlib__StdLabels.cmi -c stdLabels.mli
#24 263.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.4 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#24 263.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.5 -o stdlib__Weak.cmi -c weak.mli
#24 263.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.6 -o stdlib__Genlex.cmo -c genlex.ml
#24 263.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.6 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#24 263.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.6 -o stdlib__Filename.cmo -c filename.ml
#24 263.7 ../boot/ocamlrun ../ocamlc -strict-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" \
#24 263.7 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#24 263.8 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 263.8 -o stdlib__StdLabels.cmo -c stdLabels.ml
#24 263.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.8 -o stdlib__Arg.cmo -c arg.ml
#24 263.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.9 -o stdlib__Printexc.cmo -c printexc.ml
#24 263.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.9 -o stdlib__Gc.cmo -c gc.ml
#24 264.2 ../boot/ocamlrun ../ocamlc -strict-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
#24 264.3 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 264.3 -o stdlib__Printf.cmo -c printf.ml
#24 264.4 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 264.4 -o stdlib__Scanf.cmo -c scanf.ml
#24 264.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 264.9 -o stdlib__Weak.cmo -c weak.ml
#24 266.0 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 266.0 -o stdlib__Format.cmo -c format.ml
#24 269.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 269.0 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#24 269.9 ../boot/ocamlrun ../ocamlc -strict-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 \
#24 269.9 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#24 272.9 ./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
#24 273.4 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
#24 273.6 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 273.6 make -j -C lex all
#24 273.6 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 273.6 ../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
#24 273.6 ../yacc/ocamlyacc -v parser.mly
#24 273.7 ../boot/ocamlrun ../boot/ocamllex -q lexer.mll
#24 273.7 ../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
#24 273.7 ../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
#24 273.7 ../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
#24 273.8 ../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
#24 273.9 ../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
#24 273.9 ../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
#24 273.9 ../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
#24 274.0 ../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
#24 274.0 ../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
#24 274.0 ../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
#24 274.1 ../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
#24 274.1 ../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
#24 274.1 ../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
#24 274.2 ../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
#24 274.2 ../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
#24 274.3 ../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
#24 274.3 ../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
#24 274.4 ../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
#24 274.4 ../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
#24 274.5 ../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
#24 275.6 ../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
#24 275.7 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 275.7 make -j -C tools all
#24 275.7 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 275.7 ../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
#24 275.8 ../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
#24 275.8 ../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
#24 275.8 ../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
#24 275.8 ../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
#24 275.8 ../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
#24 275.8 ../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
#24 275.9 ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
#24 275.9 ../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
#24 275.9 ../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
#24 275.9 ../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
#24 276.0 ../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
#24 276.0 ../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
#24 276.2 ../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
#24 276.2 ../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
#24 276.2 ../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
#24 276.3 ../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
#24 276.6 ../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
#24 276.6 ../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
#24 276.7 ../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
#24 276.8 ../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
#24 276.8 ../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
#24 277.0 ../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
#24 277.9 ../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
#24 278.4 ../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
#24 278.5 ../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
#24 279.2 ../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
#24 280.2 ../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
#24 284.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 284.2 ../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
#24 284.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 284.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 284.3 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 284.3 make -j ocaml
#24 284.3 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 284.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.7 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
#24 284.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.7 cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
#24 284.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 284.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
#24 285.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 285.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 285.3 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
#24 285.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 285.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 285.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 286.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 286.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 287.1 ./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
#24 287.2 ./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
#24 289.6 ./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
#24 289.8 rm ocaml.tmp
#24 289.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 289.8 make -j opt-core
#24 289.8 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 289.8 make -j -C runtime allopt
#24 289.8 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o startup_aux.n.o startup_aux.c
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o startup_nat.n.o startup_nat.c
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o main.n.o main.c
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o fail_nat.n.o fail_nat.c
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o roots_nat.n.o roots_nat.c
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o signals.n.o signals.c
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o signals_nat.n.o signals_nat.c
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o misc.n.o misc.c
#24 290.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o freelist.n.o freelist.c
#24 290.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o major_gc.n.o major_gc.c
#24 290.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o minor_gc.n.o minor_gc.c
#24 290.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o memory.n.o memory.c
#24 290.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o alloc.n.o alloc.c
#24 290.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o compare.n.o compare.c
#24 290.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o ints.n.o ints.c
#24 290.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o floats.n.o floats.c
#24 290.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o str.n.o str.c
#24 290.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o array.n.o array.c
#24 290.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o io.n.o io.c
#24 290.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o extern.n.o extern.c
#24 290.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o intern.n.o intern.c
#24 290.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o hash.n.o hash.c
#24 290.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o sys.n.o sys.c
#24 290.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o parsing.n.o parsing.c
#24 290.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o gc_ctrl.n.o gc_ctrl.c
#24 290.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o eventlog.n.o eventlog.c
#24 290.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o md5.n.o md5.c
#24 290.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o obj.n.o obj.c
#24 290.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o lexing.n.o lexing.c
#24 290.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o unix.n.o unix.c
#24 290.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o printexc.n.o printexc.c
#24 290.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o callback.n.o callback.c
#24 290.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o weak.n.o weak.c
#24 290.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o compact.n.o compact.c
#24 290.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o finalise.n.o finalise.c
#24 290.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o custom.n.o custom.c
#24 290.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o globroots.n.o globroots.c
#24 290.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o backtrace_nat.n.o backtrace_nat.c
#24 290.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o backtrace.n.o backtrace.c
#24 290.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o dynlink_nat.n.o dynlink_nat.c
#24 291.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o debugger.n.o debugger.c
#24 291.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o meta.n.o meta.c
#24 291.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o dynlink.n.o dynlink.c
#24 291.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o clambda_checks.n.o clambda_checks.c
#24 291.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o afl.n.o afl.c
#24 291.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o bigarray.n.o bigarray.c
#24 291.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o memprof.n.o memprof.c
#24 291.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o domain.n.o domain.c
#24 291.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o skiplist.n.o skiplist.c
#24 291.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o codefrag.n.o codefrag.c
#24 291.3 gcc -c -DSYS_linux -I../runtime -DMODEL_riscv64 -o riscv.o riscv.S || \
#24 291.3 { echo "If your assembler produced syntax errors, it is probably";\
#24 291.3 echo "unhappy with the preprocessor. Check your assembler, or";\
#24 291.3 echo "try producing riscv.o by hand.";\
#24 291.3 exit 2; }
#24 291.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o startup_aux.nd.o startup_aux.c
#24 291.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o startup_nat.nd.o startup_nat.c
#24 291.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o main.nd.o main.c
#24 291.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o fail_nat.nd.o fail_nat.c
#24 291.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o roots_nat.nd.o roots_nat.c
#24 291.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o signals.nd.o signals.c
#24 291.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o signals_nat.nd.o signals_nat.c
#24 291.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o misc.nd.o misc.c
#24 291.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o freelist.nd.o freelist.c
#24 291.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o major_gc.nd.o major_gc.c
#24 291.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o minor_gc.nd.o minor_gc.c
#24 291.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o memory.nd.o memory.c
#24 291.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o alloc.nd.o alloc.c
#24 291.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o compare.nd.o compare.c
#24 291.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o ints.nd.o ints.c
#24 291.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o floats.nd.o floats.c
#24 292.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o str.nd.o str.c
#24 292.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o array.nd.o array.c
#24 292.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o io.nd.o io.c
#24 292.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o extern.nd.o extern.c
#24 292.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o intern.nd.o intern.c
#24 292.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o hash.nd.o hash.c
#24 292.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o sys.nd.o sys.c
#24 292.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o parsing.nd.o parsing.c
#24 292.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o gc_ctrl.nd.o gc_ctrl.c
#24 292.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o eventlog.nd.o eventlog.c
#24 292.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o md5.nd.o md5.c
#24 292.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o obj.nd.o obj.c
#24 292.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o lexing.nd.o lexing.c
#24 292.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o unix.nd.o unix.c
#24 292.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o printexc.nd.o printexc.c
#24 292.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o callback.nd.o callback.c
#24 292.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o weak.nd.o weak.c
#24 292.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o compact.nd.o compact.c
#24 292.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o finalise.nd.o finalise.c
#24 292.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o custom.nd.o custom.c
#24 292.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o globroots.nd.o globroots.c
#24 293.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o backtrace_nat.nd.o backtrace_nat.c
#24 293.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o backtrace.nd.o backtrace.c
#24 293.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o dynlink_nat.nd.o dynlink_nat.c
#24 293.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o debugger.nd.o debugger.c
#24 293.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o meta.nd.o meta.c
#24 293.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o dynlink.nd.o dynlink.c
#24 293.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o clambda_checks.nd.o clambda_checks.c
#24 293.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o afl.nd.o afl.c
#24 293.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o bigarray.nd.o bigarray.c
#24 293.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o memprof.nd.o memprof.c
#24 293.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o domain.nd.o domain.c
#24 293.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o skiplist.nd.o skiplist.c
#24 293.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DDEBUG -o codefrag.nd.o codefrag.c
#24 293.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o startup_aux.ni.o startup_aux.c
#24 293.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o startup_nat.ni.o startup_nat.c
#24 294.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o main.ni.o main.c
#24 294.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o fail_nat.ni.o fail_nat.c
#24 294.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o roots_nat.ni.o roots_nat.c
#24 294.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o signals.ni.o signals.c
#24 294.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o signals_nat.ni.o signals_nat.c
#24 294.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o misc.ni.o misc.c
#24 294.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o freelist.ni.o freelist.c
#24 294.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o major_gc.ni.o major_gc.c
#24 294.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o minor_gc.ni.o minor_gc.c
#24 294.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o memory.ni.o memory.c
#24 294.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o alloc.ni.o alloc.c
#24 294.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o compare.ni.o compare.c
#24 294.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o ints.ni.o ints.c
#24 295.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o floats.ni.o floats.c
#24 295.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o str.ni.o str.c
#24 295.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o array.ni.o array.c
#24 295.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o io.ni.o io.c
#24 295.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o extern.ni.o extern.c
#24 295.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o intern.ni.o intern.c
#24 295.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o hash.ni.o hash.c
#24 295.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o sys.ni.o sys.c
#24 295.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o parsing.ni.o parsing.c
#24 295.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o gc_ctrl.ni.o gc_ctrl.c
#24 295.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o eventlog.ni.o eventlog.c
#24 295.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o md5.ni.o md5.c
#24 295.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o obj.ni.o obj.c
#24 295.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o lexing.ni.o lexing.c
#24 296.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o unix.ni.o unix.c
#24 296.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o printexc.ni.o printexc.c
#24 296.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o callback.ni.o callback.c
#24 296.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o weak.ni.o weak.c
#24 296.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o compact.ni.o compact.c
#24 296.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o finalise.ni.o finalise.c
#24 296.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o custom.ni.o custom.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o globroots.ni.o globroots.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o backtrace_nat.ni.o backtrace_nat.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o backtrace.ni.o backtrace.c
#24 296.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o dynlink_nat.ni.o dynlink_nat.c
#24 296.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o debugger.ni.o debugger.c
#24 297.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o meta.ni.o meta.c
#24 297.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o dynlink.ni.o dynlink.c
#24 297.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o clambda_checks.ni.o clambda_checks.c
#24 297.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o afl.ni.o afl.c
#24 297.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o bigarray.ni.o bigarray.c
#24 297.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o memprof.ni.o memprof.c
#24 297.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o domain.ni.o domain.c
#24 297.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o skiplist.ni.o skiplist.c
#24 297.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DCAML_INSTR -o codefrag.ni.o codefrag.c
#24 297.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o startup_aux.npic.o startup_aux.c
#24 297.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o startup_nat.npic.o startup_nat.c
#24 297.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o main.npic.o main.c
#24 297.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o fail_nat.npic.o fail_nat.c
#24 298.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o roots_nat.npic.o roots_nat.c
#24 298.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o signals.npic.o signals.c
#24 298.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o signals_nat.npic.o signals_nat.c
#24 298.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o misc.npic.o misc.c
#24 298.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o freelist.npic.o freelist.c
#24 298.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o major_gc.npic.o major_gc.c
#24 298.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o minor_gc.npic.o minor_gc.c
#24 298.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o memory.npic.o memory.c
#24 299.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o alloc.npic.o alloc.c
#24 299.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o compare.npic.o compare.c
#24 299.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o ints.npic.o ints.c
#24 299.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o floats.npic.o floats.c
#24 299.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o str.npic.o str.c
#24 299.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o array.npic.o array.c
#24 299.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o io.npic.o io.c
#24 299.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o extern.npic.o extern.c
#24 299.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o intern.npic.o intern.c
#24 299.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o hash.npic.o hash.c
#24 300.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o sys.npic.o sys.c
#24 300.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o parsing.npic.o parsing.c
#24 300.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o gc_ctrl.npic.o gc_ctrl.c
#24 300.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o eventlog.npic.o eventlog.c
#24 300.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o md5.npic.o md5.c
#24 300.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o obj.npic.o obj.c
#24 300.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o lexing.npic.o lexing.c
#24 300.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o unix.npic.o unix.c
#24 300.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o printexc.npic.o printexc.c
#24 301.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o callback.npic.o callback.c
#24 301.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o weak.npic.o weak.c
#24 301.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o compact.npic.o compact.c
#24 301.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o finalise.npic.o finalise.c
#24 301.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o custom.npic.o custom.c
#24 301.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o globroots.npic.o globroots.c
#24 301.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o backtrace_nat.npic.o backtrace_nat.c
#24 301.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o backtrace.npic.o backtrace.c
#24 301.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o dynlink_nat.npic.o dynlink_nat.c
#24 302.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o debugger.npic.o debugger.c
#24 302.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o meta.npic.o meta.c
#24 302.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o dynlink.npic.o dynlink.c
#24 302.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o clambda_checks.npic.o clambda_checks.c
#24 302.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o afl.npic.o afl.c
#24 302.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o bigarray.npic.o bigarray.c
#24 302.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o memprof.npic.o memprof.c
#24 303.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o domain.npic.o domain.c
#24 303.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o skiplist.npic.o skiplist.c
#24 303.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o codefrag.npic.o codefrag.c
#24 303.5 gcc -c -DSYS_linux -I../runtime -DMODEL_riscv64 -fPIC -o riscv_libasmrunpic.o riscv.S
#24 350.0 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 riscv.o
#24 350.3 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 riscv_libasmrunpic.o
#24 350.3 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 riscv_libasmrunpic.o -lm
#24 350.3 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 riscv.o
#24 350.6 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 riscv.o
#24 350.9 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 350.9 cp runtime/libasmrun.a stdlib/libasmrun.a
#24 351.0 make -j ocamlopt
#24 351.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 351.1 cd asmcomp; ln -sf riscv/arch.ml .
#24 351.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.1 cd asmcomp; ln -sf riscv/proc.ml .
#24 351.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.1 cd asmcomp; ln -sf riscv/selection.ml .
#24 351.1 cd asmcomp; ln -sf riscv/CSE.ml .
#24 351.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.1 cd asmcomp; ln -sf riscv/reload.ml .
#24 351.2 cd asmcomp; ln -sf riscv/scheduling.ml .
#24 351.2 make -j -C tools cvt_emit
#24 351.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 asmcomp/asmlink.mli
#24 351.2 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 351.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 asmcomp/asmlibrarian.mli
#24 351.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 asmcomp/asmpackager.mli
#24 351.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 driver/opterrors.mli
#24 351.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 driver/optcompile.mli
#24 351.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 351.3 ../boot/ocamlrun ../boot/ocamllex -q cvt_emit.mll
#24 351.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.4 ../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
#24 351.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 351.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.mli
#24 351.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.mli
#24 351.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.mli
#24 351.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmain.ml -I driver
#24 351.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml -I asmcomp
#24 351.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 351.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.0 ../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
#24 352.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.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 asmcomp/strmatch.ml -I asmcomp
#24 352.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 asmcomp/printcmm.ml -I asmcomp
#24 352.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 asmcomp/cmm_invariants.ml -I asmcomp
#24 352.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 352.3 echo \# 1 \"riscv/emit.mlp\" > asmcomp/emit.ml
#24 352.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.3 ./boot/ocamlrun tools/cvt_emit < asmcomp/riscv/emit.mlp >> asmcomp/emit.ml \
#24 352.3 || { rm -f asmcomp/emit.ml; exit 2; }
#24 352.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 352.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.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 asmcomp/cmmgen.ml -I asmcomp
#24 353.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 353.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml -I asmcomp
#24 353.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml -I asmcomp
#24 353.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/liveness.ml -I asmcomp
#24 353.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/polling.ml -I asmcomp
#24 353.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 353.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 354.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.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 asmcomp/emitenv.mli
#24 354.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 asmcomp/emit.mli
#24 354.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -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
#24 354.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 354.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 355.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 355.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 355.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 355.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 355.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 355.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 355.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 355.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I 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
#24 356.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml -I asmcomp
#24 356.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml -I asmcomp
#24 356.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml -I asmcomp
#24 356.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.ml -I driver
#24 362.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamloptcomp.cma middle_end/internal_variable_names.cmo middle_end/linkage_name.cmo middle_end/compilation_unit.cmo middle_end/variable.cmo middle_end/flambda/base_types/closure_element.cmo middle_end/flambda/base_types/closure_id.cmo middle_end/symbol.cmo middle_end/backend_var.cmo middle_end/clambda_primitives.cmo middle_end/printclambda_primitives.cmo middle_end/clambda.cmo middle_end/printclambda.cmo middle_end/semantics_of_primitives.cmo middle_end/convert_primitives.cmo middle_end/flambda/base_types/id_types.cmo middle_end/flambda/base_types/export_id.cmo middle_end/flambda/base_types/tag.cmo middle_end/flambda/base_types/mutable_variable.cmo middle_end/flambda/base_types/set_of_closures_id.cmo middle_end/flambda/base_types/set_of_closures_origin.cmo middle_end/flambda/base_types/closure_origin.cmo middle_end/flambda/base_types/var_within_closure.cmo middle_end/flambda/base_types/static_exception.cmo middle_end/flambda/pass_wrapper.cmo middle_end/flambda/allocated_const.cmo middle_end/flambda/parameter.cmo middle_end/flambda/projection.cmo middle_end/flambda/flambda.cmo middle_end/flambda/flambda_iterators.cmo middle_end/flambda/flambda_utils.cmo middle_end/flambda/freshening.cmo middle_end/flambda/effect_analysis.cmo middle_end/flambda/inlining_cost.cmo middle_end/flambda/simple_value_approx.cmo middle_end/flambda/export_info.cmo middle_end/flambda/export_info_for_pack.cmo middle_end/compilenv.cmo middle_end/closure/closure.cmo middle_end/closure/closure_middle_end.cmo middle_end/flambda/import_approx.cmo middle_end/flambda/lift_code.cmo middle_end/flambda/closure_conversion_aux.cmo middle_end/flambda/closure_conversion.cmo middle_end/flambda/initialize_symbol_to_let_symbol.cmo middle_end/flambda/lift_let_to_initialize_symbol.cmo middle_end/flambda/find_recursive_functions.cmo middle_end/flambda/invariant_params.cmo middle_end/flambda/inconstant_idents.cmo middle_end/flambda/alias_analysis.cmo middle_end/flambda/lift_constants.cmo middle_end/flambda/share_constants.cmo middle_end/flambda/simplify_common.cmo middle_end/flambda/remove_unused_arguments.cmo middle_end/flambda/remove_unused_closure_vars.cmo middle_end/flambda/remove_unused_program_constructs.cmo middle_end/flambda/simplify_boxed_integer_ops.cmo middle_end/flambda/simplify_primitives.cmo middle_end/flambda/inlining_stats_types.cmo middle_end/flambda/inlining_stats.cmo middle_end/flambda/inline_and_simplify_aux.cmo middle_end/flambda/remove_free_vars_equal_to_args.cmo middle_end/flambda/extract_projections.cmo middle_end/flambda/augment_specialised_args.cmo middle_end/flambda/unbox_free_vars_of_closures.cmo middle_end/flambda/unbox_specialised_args.cmo middle_end/flambda/unbox_closures.cmo middle_end/flambda/inlining_transforms.cmo middle_end/flambda/inlining_decision.cmo middle_end/flambda/inline_and_simplify.cmo middle_end/flambda/ref_to_variables.cmo middle_end/flambda/flambda_invariants.cmo middle_end/flambda/traverse_for_exported_symbols.cmo middle_end/flambda/build_export_info.cmo middle_end/flambda/closure_offsets.cmo middle_end/flambda/un_anf.cmo middle_end/flambda/flambda_to_clambda.cmo middle_end/flambda/flambda_middle_end.cmo asmcomp/arch.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/afl_instrument.cmo asmcomp/strmatch.cmo asmcomp/cmmgen_state.cmo asmcomp/cmm_helpers.cmo asmcomp/cmmgen.cmo asmcomp/cmm_invariants.cmo asmcomp/interval.cmo asmcomp/printmach.cmo asmcomp/dataflow.cmo asmcomp/polling.cmo asmcomp/selectgen.cmo asmcomp/selection.cmo asmcomp/comballoc.cmo asmcomp/CSEgen.cmo asmcomp/CSE.cmo asmcomp/liveness.cmo asmcomp/spill.cmo asmcomp/split.cmo asmcomp/interf.cmo asmcomp/coloring.cmo asmcomp/linscan.cmo asmcomp/reloadgen.cmo asmcomp/reload.cmo asmcomp/deadcode.cmo asmcomp/linear.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo file_formats/linear_format.cmo asmcomp/schedgen.cmo asmcomp/scheduling.cmo asmcomp/branch_relaxation_intf.cmo asmcomp/branch_relaxation.cmo asmcomp/emitaux.cmo asmcomp/emit.cmo asmcomp/asmgen.cmo asmcomp/asmlink.cmo asmcomp/asmlibrarian.cmo asmcomp/asmpackager.cmo driver/opterrors.cmo driver/optcompile.cmo driver/optmaindriver.cmo
#24 363.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
#24 365.9 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 365.9 make -j libraryopt
#24 366.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 366.0 make -j -C stdlib allopt
#24 366.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 366.0 ../boot/ocamlrun ../ocamlopt -strict-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
#24 366.1 ../boot/ocamlrun ../ocamlopt -strict-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
#24 367.4 ../boot/ocamlrun ../ocamlopt -strict-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
#24 368.2 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.2 -o stdlib__Pervasives.cmx -c pervasives.ml
#24 368.2 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.2 -o stdlib__Either.cmx -c either.ml
#24 368.2 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.2 -o stdlib__Sys.cmx -c sys.ml
#24 368.2 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.2 -o stdlib__Bool.cmx -c bool.ml
#24 368.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.3 -o stdlib__Char.cmx -c char.ml
#24 368.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.3 -o stdlib__Int.cmx -c int.ml
#24 368.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.3 -o stdlib__Unit.cmx -c unit.ml
#24 368.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.3 -o stdlib__Int64.cmx -c int64.ml
#24 368.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.3 -o stdlib__Atomic.cmx -c atomic.ml
#24 368.4 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.4 -o stdlib__Complex.cmx -c complex.ml
#24 368.4 ../boot/ocamlrun ../ocamlopt -strict-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
#24 368.7 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.7 -o stdlib__Nativeint.cmx -c nativeint.ml
#24 368.7 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.7 -o stdlib__Int32.cmx -c int32.ml
#24 368.8 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 368.8 -o stdlib__Uchar.cmx -c uchar.ml
#24 369.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 369.0 -o stdlib__Obj.cmx -c obj.ml
#24 369.4 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -afl-inst-ratio 0 -c camlinternalLazy.ml
#24 369.4 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 369.4 -o stdlib__Callback.cmx -c callback.ml
#24 369.6 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 369.6 -o stdlib__Lazy.cmx -c lazy.ml
#24 369.7 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 369.7 -o stdlib__Seq.cmx -c seq.ml
#24 371.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 371.0 -o stdlib__Option.cmx -c option.ml
#24 371.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 371.0 -o stdlib__Result.cmx -c result.ml
#24 371.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 371.0 -o stdlib__List.cmx -c list.ml
#24 371.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 371.0 -o stdlib__Bytes.cmx -c bytes.ml
#24 371.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 371.0 -o stdlib__Array.cmx -c array.ml
#24 371.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 371.0 -o stdlib__Map.cmx -c map.ml
#24 371.1 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 371.1 -o stdlib__Queue.cmx -c queue.ml
#24 372.5 ../boot/ocamlrun ../ocamlopt -strict-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 \
#24 372.5 -o stdlib__ArrayLabels.cmx -c arrayLabels.ml
#24 372.5 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 372.5 -o stdlib__Bigarray.cmx -c bigarray.ml
#24 372.8 ../boot/ocamlrun ../ocamlopt -strict-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 \
#24 372.8 -o stdlib__Float.cmx -c float.ml
#24 372.8 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 372.8 -o stdlib__Set.cmx -c set.ml
#24 372.9 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 372.9 -o stdlib__Stack.cmx -c stack.ml
#24 372.9 ../boot/ocamlrun ../ocamlopt -strict-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 \
#24 372.9 -o stdlib__ListLabels.cmx -c listLabels.ml
#24 373.7 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 373.7 -o stdlib__String.cmx -c string.ml
#24 373.7 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 373.7 -o stdlib__Marshal.cmx -c marshal.ml
#24 373.7 ../boot/ocamlrun ../ocamlopt -strict-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 \
#24 373.7 -o stdlib__BytesLabels.cmx -c bytesLabels.ml
#24 374.6 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 374.6 -o stdlib__Lexing.cmx -c lexing.ml
#24 374.6 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 374.6 -o stdlib__Stream.cmx -c stream.ml
#24 374.6 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -inline 3 \
#24 374.6 -o stdlib__Buffer.cmx -c buffer.ml
#24 374.6 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 374.6 -o stdlib__Digest.cmx -c digest.ml
#24 374.7 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -inline 0 -afl-inst-ratio 0 -c camlinternalOO.ml
#24 374.7 ../boot/ocamlrun ../ocamlopt -strict-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 \
#24 374.7 -o stdlib__StringLabels.cmx -c stringLabels.ml
#24 375.1 ../boot/ocamlrun ../ocamlopt -strict-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 \
#24 375.1 -o stdlib__StdLabels.cmx -c stdLabels.ml
#24 375.2 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 375.2 -o stdlib__Random.cmx -c random.ml
#24 375.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 375.3 -o stdlib__Parsing.cmx -c parsing.ml
#24 375.8 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalFormat.ml
#24 375.9 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 375.9 -o stdlib__Hashtbl.cmx -c hashtbl.ml
#24 376.5 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 376.5 -o stdlib__Oo.cmx -c oo.ml
#24 376.5 ../boot/ocamlrun ../ocamlopt -strict-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
#24 377.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 377.3 -o stdlib__Weak.cmx -c weak.ml
#24 377.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 377.3 -o stdlib__Genlex.cmx -c genlex.ml
#24 377.3 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 377.3 -o stdlib__Ephemeron.cmx -c ephemeron.ml
#24 377.3 ../boot/ocamlrun ../ocamlopt -strict-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 \
#24 377.3 -o stdlib__MoreLabels.cmx -c moreLabels.ml
#24 387.9 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 387.9 -o stdlib__Printf.cmx -c printf.ml
#24 387.9 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 387.9 -o stdlib__Format.cmx -c format.ml
#24 388.1 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 388.1 -o stdlib__Arg.cmx -c arg.ml
#24 388.1 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 388.1 -o stdlib__Printexc.cmx -c printexc.ml
#24 388.1 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -inline 9 \
#24 388.1 -o stdlib__Scanf.cmx -c scanf.ml
#24 388.2 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 388.2 -o stdlib__Filename.cmx -c filename.ml
#24 389.2 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 389.2 -o stdlib__Fun.cmx -c fun.ml
#24 389.2 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 389.2 -o stdlib__Gc.cmx -c gc.ml
#24 389.5 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 389.5 -o stdlib__In_channel.cmx -c in_channel.ml
#24 389.6 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 389.6 -o stdlib__Out_channel.cmx -c out_channel.ml
#24 392.8 ../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
#24 393.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 393.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 393.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 393.1 make -j ocamlc.opt
#24 393.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 393.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.ml -I utils
#24 393.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.ml -I utils
#24 393.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.ml -I utils
#24 393.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.ml -I utils
#24 393.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.ml -I utils
#24 393.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.ml -I utils
#24 393.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.ml -I utils
#24 393.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.ml -I utils
#24 393.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.ml -I utils
#24 393.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml -I parsing
#24 393.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/switch.ml -I lambda
#24 393.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/runtimedef.ml -I lambda
#24 393.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml -I bytecomp
#24 394.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/misc.ml -I utils
#24 394.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml -I bytecomp
#24 397.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.ml -I utils
#24 397.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.ml -I utils
#24 397.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.ml -I utils
#24 397.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.ml -I utils
#24 397.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.ml -I utils
#24 397.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/targetint.ml -I utils
#24 397.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.ml -I utils
#24 397.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.ml -I parsing
#24 397.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml -I bytecomp
#24 399.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.ml -I utils
#24 400.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.ml -I utils
#24 400.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.ml -I utils
#24 400.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.ml -I utils
#24 402.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.ml -I utils
#24 402.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.ml -I parsing
#24 403.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ident.ml -I typing
#24 404.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/path.ml -I typing
#24 404.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/shape.ml -I typing
#24 405.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml -I parsing
#24 405.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml -I parsing
#24 405.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.ml -I parsing
#24 405.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.ml -I parsing
#24 405.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.ml -I parsing
#24 405.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/debuginfo.ml -I lambda
#24 405.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.ml -I driver
#24 405.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/errors.ml -I driver
#24 405.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/primitive.ml -I typing
#24 406.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml -I parsing
#24 406.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.ml -I parsing
#24 406.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.ml -I typing
#24 407.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/types.ml -I typing
#24 408.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.ml -I parsing
#24 408.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.ml -I driver
#24 409.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/btype.ml -I typing
#24 409.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmi_format.ml -I file_formats
#24 409.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/errortrace.ml -I typing
#24 410.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.ml -I typing
#24 410.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml -I parsing
#24 410.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.ml -I parsing
#24 410.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml -I parsing
#24 412.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.ml -I typing
#24 412.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.ml -I typing
#24 412.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/signature_group.ml -I typing
#24 417.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/subst.ml -I typing
#24 419.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/env.ml -I typing
#24 426.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.ml -I parsing
#24 426.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/oprint.ml -I typing
#24 429.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.ml -I typing
#24 429.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ctype.ml -I typing
#24 429.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.ml -I typing
#24 429.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/lambda.ml -I lambda
#24 431.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.ml -I typing
#24 431.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.ml -I typing
#24 431.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.ml -I typing
#24 431.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printpat.ml -I typing
#24 434.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translobj.ml -I lambda
#24 434.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translattribute.ml -I lambda
#24 434.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/tmc.ml -I lambda
#24 434.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml -I bytecomp
#24 434.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml -I bytecomp
#24 435.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml -I bytecomp
#24 436.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.ml -I typing
#24 439.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/simplif.ml -I lambda
#24 451.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyp.ml -I typing
#24 451.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.ml -I typing
#24 451.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.ml -I typing
#24 451.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.ml -I typing
#24 451.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_unboxed.ml -I typing
#24 451.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.ml -I typing
#24 452.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.ml -I typing
#24 452.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.ml -I typing
#24 453.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.ml -I typing
#24 453.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.ml -I typing
#24 461.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.ml -I typing
#24 461.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/envaux.ml -I typing
#24 461.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.ml -I typing
#24 461.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.ml -I typing
#24 461.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.ml -I typing
#24 461.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/printlambda.ml -I lambda
#24 463.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.ml -I parsing
#24 465.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.ml -I typing
#24 466.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.ml -I parsing
#24 466.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmt_format.ml -I file_formats
#24 466.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/matching.ml -I lambda
#24 466.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml -I bytecomp
#24 467.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.ml -I driver
#24 467.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/cmt2annot.ml -I typing
#24 467.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.ml -I typing
#24 468.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/makedepend.ml -I driver
#24 470.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod_errorprinter.ml -I typing
#24 472.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.ml -I typing
#24 476.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.ml -I lambda
#24 476.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml -I bytecomp
#24 491.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.ml -I typing
#24 491.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translcore.ml -I lambda
#24 495.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translclass.ml -I lambda
#24 497.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.ml -I typing
#24 499.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translmod.ml -I lambda
#24 504.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml -I bytecomp
#24 506.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml -I bytecomp
#24 507.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.ml -I driver
#24 507.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile_common.ml -I driver
#24 508.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml -I bytecomp
#24 508.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml -I bytecomp
#24 508.5 ./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
#24 508.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile.ml -I driver
#24 509.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/maindriver.ml -I driver
#24 509.8 ./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
#24 509.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml -I driver
#24 510.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlc.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa driver/main.cmx -cclib -lpthread
#24 516.2 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 516.2 make -j otherlibraries ocamldebugger ocamldoc \
#24 516.2
#24 516.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 516.3 make -j -C yacc all
#24 516.3 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 516.3 make[3]: Nothing to be done for 'all'.
#24 516.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 516.3 make -j -C lex all
#24 516.3 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 516.4 make[3]: Nothing to be done for 'all'.
#24 516.4 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 516.4 make -j -C tools all
#24 516.4 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 516.5 make[3]: Nothing to be done for 'all'.
#24 516.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 516.5 make -j -C otherlibs all
#24 516.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 516.5 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 516.5 cp -f dynlink_compilerlibs/Makefile.copy-sources dynlink_compilerlibs/Makefile
#24 516.5 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 \
#24 516.5 echo "dynlink_compilerlibs/$(basename $ml): ../../$ml" \
#24 516.5 >> dynlink_compilerlibs/Makefile; \
#24 516.5 echo "dynlink_compilerlibs/$(basename $ml)i: ../../${ml}i" \
#24 516.5 >> dynlink_compilerlibs/Makefile; \
#24 516.5 done;
#24 516.9 for mli in parsing/asttypes.mli parsing/parsetree.mli typing/outcometree.mli file_formats/cmo_format.mli file_formats/cmxs_format.mli; do \
#24 516.9 echo "dynlink_compilerlibs/$(basename $mli): ../../$mli" \
#24 516.9 >> dynlink_compilerlibs/Makefile; \
#24 516.9 echo \
#24 516.9 "dynlink_compilerlibs/$(basename $mli .mli).ml: ../../$mli"\
#24 516.9 >> dynlink_compilerlibs/Makefile; \
#24 516.9 done
#24 517.0 cp ../../utils/binutils.ml dynlink_compilerlibs/binutils.ml
#24 517.0 cp ../../utils/config.ml dynlink_compilerlibs/config.ml
#24 517.0 cp ../../utils/build_path_prefix_map.ml dynlink_compilerlibs/build_path_prefix_map.ml
#24 517.0 cp ../../utils/misc.ml dynlink_compilerlibs/misc.ml
#24 517.0 cp ../../utils/identifiable.ml dynlink_compilerlibs/identifiable.ml
#24 517.0 cp ../../utils/numbers.ml dynlink_compilerlibs/numbers.ml
#24 517.0 cp ../../utils/arg_helper.ml dynlink_compilerlibs/arg_helper.ml
#24 517.0 cp ../../utils/clflags.ml dynlink_compilerlibs/clflags.ml
#24 517.0 cp ../../utils/profile.ml dynlink_compilerlibs/profile.ml
#24 517.0 cp ../../utils/consistbl.ml dynlink_compilerlibs/consistbl.ml
#24 517.0 cp ../../utils/terminfo.ml dynlink_compilerlibs/terminfo.ml
#24 517.0 cp ../../utils/warnings.ml dynlink_compilerlibs/warnings.ml
#24 517.0 cp ../../utils/local_store.ml dynlink_compilerlibs/local_store.ml
#24 517.0 cp ../../utils/load_path.ml dynlink_compilerlibs/load_path.ml
#24 517.0 cp ../../utils/int_replace_polymorphic_compare.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 517.0 cp ../../utils/lazy_backtrack.ml dynlink_compilerlibs/lazy_backtrack.ml
#24 517.0 cp ../../parsing/location.ml dynlink_compilerlibs/location.ml
#24 517.0 cp ../../parsing/longident.ml dynlink_compilerlibs/longident.ml
#24 517.0 cp ../../parsing/docstrings.ml dynlink_compilerlibs/docstrings.ml
#24 517.0 cp ../../parsing/syntaxerr.ml dynlink_compilerlibs/syntaxerr.ml
#24 517.0 cp ../../parsing/ast_helper.ml dynlink_compilerlibs/ast_helper.ml
#24 517.0 cp ../../parsing/ast_mapper.ml dynlink_compilerlibs/ast_mapper.ml
#24 517.0 cp ../../parsing/attr_helper.ml dynlink_compilerlibs/attr_helper.ml
#24 517.0 cp ../../parsing/builtin_attributes.ml dynlink_compilerlibs/builtin_attributes.ml
#24 517.0 cp ../../typing/ident.ml dynlink_compilerlibs/ident.ml
#24 517.0 cp ../../typing/path.ml dynlink_compilerlibs/path.ml
#24 517.0 cp ../../typing/primitive.ml dynlink_compilerlibs/primitive.ml
#24 517.0 cp ../../typing/type_immediacy.ml dynlink_compilerlibs/type_immediacy.ml
#24 517.0 cp ../../typing/shape.ml dynlink_compilerlibs/shape.ml
#24 517.0 cp ../../typing/types.ml dynlink_compilerlibs/types.ml
#24 517.0 cp ../../typing/btype.ml dynlink_compilerlibs/btype.ml
#24 517.1 cp ../../typing/subst.ml dynlink_compilerlibs/subst.ml
#24 517.1 cp ../../typing/predef.ml dynlink_compilerlibs/predef.ml
#24 517.1 cp ../../typing/datarepr.ml dynlink_compilerlibs/datarepr.ml
#24 517.1 cp ../../file_formats/cmi_format.ml dynlink_compilerlibs/cmi_format.ml
#24 517.1 cp ../../typing/persistent_env.ml dynlink_compilerlibs/persistent_env.ml
#24 517.1 cp ../../typing/env.ml dynlink_compilerlibs/env.ml
#24 517.1 cp ../../lambda/debuginfo.ml dynlink_compilerlibs/debuginfo.ml
#24 517.1 cp ../../lambda/lambda.ml dynlink_compilerlibs/lambda.ml
#24 517.1 cp ../../lambda/runtimedef.ml dynlink_compilerlibs/runtimedef.ml
#24 517.1 cp ../../bytecomp/instruct.ml dynlink_compilerlibs/instruct.ml
#24 517.1 cp ../../bytecomp/opcodes.ml dynlink_compilerlibs/opcodes.ml
#24 517.1 cp ../../bytecomp/bytesections.ml dynlink_compilerlibs/bytesections.ml
#24 517.1 cp ../../bytecomp/dll.ml dynlink_compilerlibs/dll.ml
#24 517.1 cp ../../bytecomp/meta.ml dynlink_compilerlibs/meta.ml
#24 517.1 cp ../../bytecomp/symtable.ml dynlink_compilerlibs/symtable.ml
#24 517.1 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.ml
#24 517.1 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.ml
#24 517.1 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.ml
#24 517.1 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.ml
#24 517.1 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.ml
#24 517.1 cp ../../utils/binutils.mli dynlink_compilerlibs/binutils.mli
#24 517.1 cp ../../utils/config.mli dynlink_compilerlibs/config.mli
#24 517.1 cp ../../utils/build_path_prefix_map.mli dynlink_compilerlibs/build_path_prefix_map.mli
#24 517.1 cp ../../utils/misc.mli dynlink_compilerlibs/misc.mli
#24 517.1 cp ../../utils/identifiable.mli dynlink_compilerlibs/identifiable.mli
#24 517.1 cp ../../utils/numbers.mli dynlink_compilerlibs/numbers.mli
#24 517.1 cp ../../utils/arg_helper.mli dynlink_compilerlibs/arg_helper.mli
#24 517.1 cp ../../utils/clflags.mli dynlink_compilerlibs/clflags.mli
#24 517.1 cp ../../utils/profile.mli dynlink_compilerlibs/profile.mli
#24 517.1 cp ../../utils/consistbl.mli dynlink_compilerlibs/consistbl.mli
#24 517.1 cp ../../utils/terminfo.mli dynlink_compilerlibs/terminfo.mli
#24 517.1 cp ../../utils/warnings.mli dynlink_compilerlibs/warnings.mli
#24 517.1 cp ../../utils/local_store.mli dynlink_compilerlibs/local_store.mli
#24 517.1 cp ../../utils/load_path.mli dynlink_compilerlibs/load_path.mli
#24 517.1 cp ../../utils/int_replace_polymorphic_compare.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#24 517.1 cp ../../utils/lazy_backtrack.mli dynlink_compilerlibs/lazy_backtrack.mli
#24 517.1 cp ../../parsing/location.mli dynlink_compilerlibs/location.mli
#24 517.1 cp ../../parsing/longident.mli dynlink_compilerlibs/longident.mli
#24 517.1 cp ../../parsing/docstrings.mli dynlink_compilerlibs/docstrings.mli
#24 517.1 cp ../../parsing/syntaxerr.mli dynlink_compilerlibs/syntaxerr.mli
#24 517.2 cp ../../parsing/ast_helper.mli dynlink_compilerlibs/ast_helper.mli
#24 517.2 cp ../../parsing/ast_mapper.mli dynlink_compilerlibs/ast_mapper.mli
#24 517.2 cp ../../parsing/attr_helper.mli dynlink_compilerlibs/attr_helper.mli
#24 517.2 cp ../../parsing/builtin_attributes.mli dynlink_compilerlibs/builtin_attributes.mli
#24 517.2 cp ../../typing/ident.mli dynlink_compilerlibs/ident.mli
#24 517.2 cp ../../typing/path.mli dynlink_compilerlibs/path.mli
#24 517.2 cp ../../typing/primitive.mli dynlink_compilerlibs/primitive.mli
#24 517.2 cp ../../typing/type_immediacy.mli dynlink_compilerlibs/type_immediacy.mli
#24 517.2 cp ../../typing/shape.mli dynlink_compilerlibs/shape.mli
#24 517.2 cp ../../typing/types.mli dynlink_compilerlibs/types.mli
#24 517.2 cp ../../typing/btype.mli dynlink_compilerlibs/btype.mli
#24 517.2 cp ../../typing/subst.mli dynlink_compilerlibs/subst.mli
#24 517.2 cp ../../typing/predef.mli dynlink_compilerlibs/predef.mli
#24 517.2 cp ../../typing/datarepr.mli dynlink_compilerlibs/datarepr.mli
#24 517.2 cp ../../file_formats/cmi_format.mli dynlink_compilerlibs/cmi_format.mli
#24 517.2 cp ../../typing/persistent_env.mli dynlink_compilerlibs/persistent_env.mli
#24 517.2 cp ../../typing/env.mli dynlink_compilerlibs/env.mli
#24 517.2 cp ../../lambda/debuginfo.mli dynlink_compilerlibs/debuginfo.mli
#24 517.2 cp ../../lambda/lambda.mli dynlink_compilerlibs/lambda.mli
#24 517.2 cp ../../lambda/runtimedef.mli dynlink_compilerlibs/runtimedef.mli
#24 517.2 cp ../../bytecomp/instruct.mli dynlink_compilerlibs/instruct.mli
#24 517.2 cp ../../bytecomp/opcodes.mli dynlink_compilerlibs/opcodes.mli
#24 517.2 cp ../../bytecomp/bytesections.mli dynlink_compilerlibs/bytesections.mli
#24 517.2 cp ../../bytecomp/dll.mli dynlink_compilerlibs/dll.mli
#24 517.2 cp ../../bytecomp/meta.mli dynlink_compilerlibs/meta.mli
#24 517.2 cp ../../bytecomp/symtable.mli dynlink_compilerlibs/symtable.mli
#24 517.2 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.mli
#24 517.2 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.mli
#24 517.2 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.mli
#24 517.2 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.mli
#24 517.2 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.mli
#24 517.2 ../../ocamlc.opt -depend -slash -I dynlink_compilerlibs \
#24 517.2 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 \
#24 517.2 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 \
#24 517.2 > dynlink_compilerlibs/.depend
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmi dynlink_compilerlibs/binutils.mli
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmi dynlink_compilerlibs/config.mli
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmi dynlink_compilerlibs/build_path_prefix_map.mli
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmi dynlink_compilerlibs/identifiable.mli
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmi dynlink_compilerlibs/arg_helper.mli
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmi dynlink_compilerlibs/profile.mli
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmi dynlink_compilerlibs/terminfo.mli
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmi dynlink_compilerlibs/warnings.mli
#24 518.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmi dynlink_compilerlibs/local_store.mli
#24 518.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmi dynlink_compilerlibs/load_path.mli
#24 518.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmi dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#24 518.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmi dynlink_compilerlibs/lazy_backtrack.mli
#24 518.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmi dynlink_compilerlibs/longident.mli
#24 518.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmi dynlink_compilerlibs/runtimedef.mli
#24 518.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmi dynlink_compilerlibs/opcodes.mli
#24 518.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmi dynlink_compilerlibs/bytesections.mli
#24 518.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmi dynlink_compilerlibs/dll.mli
#24 518.5 ../../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
#24 518.5 cp dynlink_platform_intf.ml dynlink_platform_intf.mli
#24 518.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink.mli
#24 518.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/binutils.ml
#24 518.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmo dynlink_compilerlibs/config.ml
#24 518.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/build_path_prefix_map.ml
#24 518.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmi dynlink_compilerlibs/misc.mli
#24 518.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/arg_helper.ml
#24 518.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/terminfo.ml
#24 518.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/local_store.ml
#24 518.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 518.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/lazy_backtrack.ml
#24 518.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmi dynlink_compilerlibs/location.mli
#24 518.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/runtimedef.ml
#24 518.8 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/opcodes.ml
#24 518.8 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 518.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/bytesections.ml
#24 518.8 ../../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
#24 518.8 ../../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
#24 518.9 cp dynlink.cmi dynlink.mli byte/
#24 519.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmi dynlink_compilerlibs/numbers.mli
#24 519.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmi dynlink_compilerlibs/ident.mli
#24 519.1 ../../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
#24 519.1 ../../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
#24 519.1 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmi dynlink_compilerlibs/asttypes.mli
#24 519.1 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmi dynlink_compilerlibs/syntaxerr.mli
#24 519.1 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/misc.ml
#24 519.2 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/identifiable.ml
#24 519.2 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmi dynlink_compilerlibs/clflags.mli
#24 519.2 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/profile.ml
#24 519.2 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmi dynlink_compilerlibs/consistbl.mli
#24 519.2 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/warnings.ml
#24 519.2 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/load_path.ml
#24 519.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/longident.ml
#24 519.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/dll.ml
#24 519.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmi dynlink_compilerlibs/cmxs_format.mli
#24 519.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmi dynlink_compilerlibs/parsetree.mli
#24 519.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/syntaxerr.ml
#24 519.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/asttypes.ml
#24 519.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmi dynlink_compilerlibs/path.mli
#24 519.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmi dynlink_compilerlibs/debuginfo.mli
#24 519.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmo dynlink_compilerlibs/cmxs_format.ml
#24 519.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/numbers.ml
#24 519.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/clflags.ml
#24 519.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmo dynlink_compilerlibs/location.ml
#24 519.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/ident.ml
#24 519.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/consistbl.ml
#24 519.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/debuginfo.ml
#24 519.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmo dynlink_compilerlibs/path.ml
#24 519.8 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 519.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmi dynlink_compilerlibs/shape.mli
#24 520.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmi dynlink_compilerlibs/docstrings.mli
#24 520.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmi dynlink_compilerlibs/ast_mapper.mli
#24 520.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmi dynlink_compilerlibs/attr_helper.mli
#24 520.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmi dynlink_compilerlibs/builtin_attributes.mli
#24 520.1 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmi dynlink_compilerlibs/type_immediacy.mli
#24 520.1 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/parsetree.ml
#24 520.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/builtin_attributes.ml
#24 520.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/attr_helper.ml
#24 520.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmi dynlink_compilerlibs/outcometree.mli
#24 520.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/type_immediacy.ml
#24 520.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/docstrings.ml
#24 520.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmi dynlink_compilerlibs/ast_helper.mli
#24 520.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/shape.ml
#24 520.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmi dynlink_compilerlibs/primitive.mli
#24 520.8 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/outcometree.ml
#24 520.9 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_helper.ml
#24 520.9 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 520.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/ast_mapper.ml
#24 521.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/primitive.ml
#24 521.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmi dynlink_compilerlibs/types.mli
#24 521.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmo dynlink_compilerlibs/types.ml
#24 521.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmi dynlink_compilerlibs/btype.mli
#24 521.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmi dynlink_compilerlibs/subst.mli
#24 521.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmi dynlink_compilerlibs/predef.mli
#24 521.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmi dynlink_compilerlibs/datarepr.mli
#24 521.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmi dynlink_compilerlibs/cmi_format.mli
#24 521.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/cmi_format.ml
#24 521.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmi dynlink_compilerlibs/persistent_env.mli
#24 521.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmi dynlink_compilerlibs/env.mli
#24 521.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/btype.ml
#24 521.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/subst.ml
#24 521.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/predef.ml
#24 521.8 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 521.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/datarepr.ml
#24 522.0 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/persistent_env.ml
#24 522.1 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmo dynlink_compilerlibs/env.ml
#24 522.1 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmi dynlink_compilerlibs/lambda.mli
#24 522.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/lambda.ml
#24 522.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmi dynlink_compilerlibs/instruct.mli
#24 522.4 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmi dynlink_compilerlibs/cmo_format.mli
#24 522.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmi dynlink_compilerlibs/symtable.mli
#24 522.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmo_format.ml
#24 522.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/instruct.ml
#24 522.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmi dynlink_compilerlibs/meta.mli
#24 522.8 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/meta.ml
#24 522.8 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 522.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/symtable.ml
#24 524.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -pack -o byte/dynlink_compilerlibs.cmo dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/config.cmo dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/location.cmo dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/path.cmo dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/types.cmo dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/env.cmo dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmxs_format.cmo
#24 525.3 ../../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
#24 525.3 ../../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
#24 525.3 ../../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
#24 525.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -ccopt "-Wl,-E" -a -I byte -o dynlink.cma byte/dynlink_compilerlibs.cmo dynlink_types.cmo dynlink_platform_intf.cmo dynlink_common.cmo byte/dynlink.cmo
#24 525.7 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -o extract_crc dynlink.cma byte/dynlink_compilerlibs.cmo extract_crc.cmo
#24 526.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 526.3 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 526.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.3 -o accept.o accept.c
#24 526.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.3 -o access.o access.c
#24 526.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.3 -o addrofstr.o addrofstr.c
#24 526.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.3 -o alarm.o alarm.c
#24 526.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.3 -o bind.o bind.c
#24 526.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.3 -o channels.o channels.c
#24 526.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.3 -o chdir.o chdir.c
#24 526.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.3 -o chmod.o chmod.c
#24 526.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.4 -o chown.o chown.c
#24 526.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.4 -o chroot.o chroot.c
#24 526.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.4 -o close.o close.c
#24 526.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.4 -o fsync.o fsync.c
#24 526.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.5 -o closedir.o closedir.c
#24 526.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.5 -o connect.o connect.c
#24 526.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.5 -o cst2constr.o cst2constr.c
#24 526.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.5 -o cstringv.o cstringv.c
#24 526.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.5 -o dup.o dup.c
#24 526.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.6 -o dup2.o dup2.c
#24 526.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.6 -o envir.o envir.c
#24 526.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.6 -o errmsg.o errmsg.c
#24 526.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.6 -o execv.o execv.c
#24 526.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.6 -o execve.o execve.c
#24 526.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.6 -o execvp.o execvp.c
#24 526.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.7 -o exit.o exit.c
#24 526.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.7 -o fchmod.o fchmod.c
#24 526.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.7 -o fchown.o fchown.c
#24 526.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.7 -o fcntl.o fcntl.c
#24 526.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.7 -o fork.o fork.c
#24 526.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.8 -o ftruncate.o ftruncate.c
#24 526.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.8 -o getaddrinfo.o getaddrinfo.c
#24 526.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.8 -o getcwd.o getcwd.c
#24 526.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.9 -o getegid.o getegid.c
#24 526.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.9 -o geteuid.o geteuid.c
#24 526.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.9 -o getgid.o getgid.c
#24 526.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.9 -o getgr.o getgr.c
#24 526.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 526.9 -o getgroups.o getgroups.c
#24 527.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.0 -o gethost.o gethost.c
#24 527.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.0 -o gethostname.o gethostname.c
#24 527.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.0 -o getlogin.o getlogin.c
#24 527.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.1 -o getnameinfo.o getnameinfo.c
#24 527.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.1 -o getpeername.o getpeername.c
#24 527.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.1 -o getpid.o getpid.c
#24 527.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.2 -o getppid.o getppid.c
#24 527.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.2 -o getproto.o getproto.c
#24 527.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.2 -o getpw.o getpw.c
#24 527.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.3 -o gettimeofday.o gettimeofday.c
#24 527.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.3 -o getserv.o getserv.c
#24 527.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.3 -o getsockname.o getsockname.c
#24 527.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.4 -o getuid.o getuid.c
#24 527.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.4 -o gmtime.o gmtime.c
#24 527.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.4 -o initgroups.o initgroups.c
#24 527.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.5 -o isatty.o isatty.c
#24 527.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.5 -o itimer.o itimer.c
#24 527.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.5 -o kill.o kill.c
#24 527.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.6 -o link.o link.c
#24 527.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.6 -o listen.o listen.c
#24 527.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.6 -o lockf.o lockf.c
#24 527.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.7 -o lseek.o lseek.c
#24 527.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.7 -o mkdir.o mkdir.c
#24 527.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.7 -o mkfifo.o mkfifo.c
#24 527.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.8 -o mmap.o mmap.c
#24 527.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.8 -o mmap_ba.o mmap_ba.c
#24 527.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.8 -o nice.o nice.c
#24 527.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.9 -o open.o open.c
#24 527.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 527.9 -o opendir.o opendir.c
#24 528.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.0 -o pipe.o pipe.c
#24 528.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.0 -o putenv.o putenv.c
#24 528.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.1 -o read.o read.c
#24 528.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.1 -o realpath.o realpath.c
#24 528.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.2 -o readdir.o readdir.c
#24 528.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.2 -o readlink.o readlink.c
#24 528.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.3 -o rename.o rename.c
#24 528.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.4 -o rewinddir.o rewinddir.c
#24 528.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.4 -o rmdir.o rmdir.c
#24 528.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.4 -o select.o select.c
#24 528.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.5 -o sendrecv.o sendrecv.c
#24 528.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.5 -o setgid.o setgid.c
#24 528.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.5 -o setgroups.o setgroups.c
#24 528.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.6 -o setsid.o setsid.c
#24 528.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.6 -o setuid.o setuid.c
#24 528.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.7 -o shutdown.o shutdown.c
#24 528.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.7 -o signals.o signals.c
#24 528.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.8 -o sleep.o sleep.c
#24 528.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.8 -o socket.o socket.c
#24 528.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.8 -o socketaddr.o socketaddr.c
#24 528.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 528.9 -o socketpair.o socketpair.c
#24 529.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.0 -o sockopt.o sockopt.c
#24 529.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.0 -o spawn.o spawn.c
#24 529.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.0 -o stat.o stat.c
#24 529.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.1 -o strofaddr.o strofaddr.c
#24 529.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.1 -o symlink.o symlink.c
#24 529.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.2 -o termios.o termios.c
#24 529.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.3 -o time.o time.c
#24 529.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.3 -o times.o times.c
#24 529.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.4 -o truncate.o truncate.c
#24 529.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.4 -o umask.o umask.c
#24 529.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.5 -o unixsupport.o unixsupport.c
#24 529.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.5 -o unlink.o unlink.c
#24 529.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.6 -o utimes.o utimes.c
#24 529.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.7 -o wait.o wait.c
#24 529.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 529.8 -o write.o write.c
#24 529.9 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.mli
#24 530.7 ../../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
#24 530.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels -pp "mawk -f ../../stdlib/expand_module_aliases.awk" unixLabels.mli
#24 532.6 ../../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
#24 534.9 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#24 534.9 unix.cmo unixLabels.cmo
#24 535.4 ../../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
#24 535.9 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 535.9 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 535.9 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats bigarray.mli
#24 536.0 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats bigarray.ml
#24 536.1 ../../ocamlc.opt -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo
#24 536.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 536.1 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 536.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 536.1 -o strstubs.o strstubs.c
#24 536.2 ../../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
#24 536.2 ../../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
#24 536.6 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#24 536.6 str.cmo
#24 537.3 ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
#24 537.5 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 537.5 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 537.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime \
#24 537.5 -o st_stubs.b.o st_stubs.c
#24 537.5 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.mli
#24 537.5 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.mli
#24 537.5 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.mli
#24 537.5 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.mli
#24 537.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.mli
#24 537.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#24 537.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.mli
#24 537.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#24 537.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#24 537.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#24 537.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#24 537.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#24 537.9 ../../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
#24 539.3 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o
#24 539.5 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 539.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 539.5 make -j -C debugger all
#24 539.5 make -j -C ocamldoc all
#24 539.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 539.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 539.5 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.mli
#24 539.5 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_messages.ml
#24 539.5 ../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
#24 539.6 ../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
#24 539.6 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 539.6 ../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
#24 539.6 ../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
#24 539.6 ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
#24 539.6 ../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
#24 539.6 ../boot/ocamlrun ../lex/ocamllex -q odoc_text_lexer.mll
#24 539.6 ../boot/ocamlrun ../lex/ocamllex -q debugger_lexer.mll
#24 539.6 ../yacc/ocamlyacc debugger_parser.mly
#24 539.6 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 539.6 ../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
#24 539.6 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 539.7 ../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
#24 539.7 ../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
#24 539.7 ../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
#24 539.7 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 539.7 ../yacc/ocamlyacc --strict -v odoc_parser.mly
#24 539.7 ../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
#24 539.7 ../boot/ocamlrun ../lex/ocamllex -q odoc_lexer.mll
#24 539.7 ../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
#24 539.7 ../boot/ocamlrun ../lex/ocamllex -q odoc_see_lexer.mll
#24 539.8 ../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
#24 539.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_control.ml
#24 539.8 ../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
#24 539.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_inherit.ml
#24 539.8 ../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
#24 539.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex_style.ml
#24 539.8 ../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
#24 539.8 ../boot/ocamlrun ../lex/ocamllex -q odoc_ocamlhtml.mll
#24 539.8 ../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
#24 539.9 ../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
#24 539.9 ../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
#24 539.9 ../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
#24 539.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.ml
#24 540.0 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 540.0 ../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
#24 540.0 ../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
#24 540.0 ../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
#24 540.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_config.ml
#24 540.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug pos.mli
#24 540.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug events.ml
#24 540.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug frames.mli
#24 540.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_global.mli
#24 540.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_misc.mli
#24 540.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_information.mli
#24 540.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.mli
#24 540.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug parameters.ml
#24 540.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text.mli
#24 540.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug exec.ml
#24 540.3 ../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
#24 540.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parameter.ml
#24 540.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.mli
#24 540.3 ../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
#24 540.4 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_type.ml
#24 540.4 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.mli
#24 540.4 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_print.ml
#24 540.5 ../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
#24 540.5 ../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
#24 540.5 ../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
#24 540.6 ../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
#24 540.7 ../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
#24 540.7 ../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
#24 540.7 ../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
#24 540.8 ../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
#24 540.8 ../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
#24 540.8 ../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
#24 540.9 ../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
#24 540.9 ../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
#24 540.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.ml
#24 540.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.ml
#24 541.0 ../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
#24 541.0 ../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
#24 541.0 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 541.0 ../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
#24 541.0 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 541.0 ../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
#24 541.0 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 541.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug frames.ml
#24 541.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#24 541.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#24 541.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.ml
#24 541.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug breakpoints.ml
#24 541.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_lexer.ml
#24 541.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug time_travel.ml
#24 541.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_see_lexer.ml
#24 541.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_management.ml
#24 541.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.ml
#24 541.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ocamlhtml.ml
#24 541.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_value.ml
#24 541.6 ../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
#24 541.6 ../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
#24 541.7 ../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
#24 541.8 ../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
#24 541.8 ../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
#24 541.8 ../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
#24 541.8 ../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
#24 541.8 ../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
#24 541.9 ../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
#24 541.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_lexer.ml
#24 542.0 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 542.5 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_module.ml
#24 542.5 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.mli
#24 542.6 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 542.6 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 542.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_merge.mli
#24 542.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_sig.mli
#24 542.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_search.mli
#24 542.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_scan.ml
#24 542.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_cross.mli
#24 542.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.mli
#24 542.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dep.ml
#24 542.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.mli
#24 543.0 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -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
#24 543.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_sig.ml
#24 543.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ast.mli
#24 543.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_search.ml
#24 543.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#24 543.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.mli
#24 543.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_cross.ml
#24 543.2 ../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
#24 543.4 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ast.ml
#24 543.4 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.ml
#24 543.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.ml
#24 543.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_to_text.ml
#24 543.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_man.ml
#24 543.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dag2html.mli
#24 543.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dot.ml
#24 543.9 ../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
#24 544.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_html.ml
#24 544.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dag2html.ml
#24 544.1 ../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
#24 544.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_texi.ml
#24 544.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex.ml
#24 545.7 ../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
#24 547.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_gen.mli
#24 547.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_args.mli
#24 547.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_gen.ml
#24 547.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_test.ml
#24 547.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_args.ml
#24 547.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc.ml
#24 547.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c generators/odoc_todo.ml
#24 547.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c generators/odoc_literate.ml
#24 547.4 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 548.3 ../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
#24 548.7 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 548.7 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 548.7 make -j ocamlopt.opt
#24 548.7 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 548.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/internal_variable_names.ml -I middle_end
#24 548.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/linkage_name.ml -I middle_end
#24 548.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_var.ml -I middle_end
#24 548.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda_primitives.ml -I middle_end
#24 548.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
#24 548.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#24 548.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#24 548.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.ml -I middle_end/flambda
#24 548.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.ml -I middle_end/flambda
#24 548.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml -I asmcomp
#24 548.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_proc.ml -I asmcomp
#24 549.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.ml -I driver
#24 549.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda_primitives.ml -I middle_end
#24 549.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.ml -I middle_end
#24 549.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/convert_primitives.ml -I middle_end
#24 550.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilation_unit.ml -I middle_end
#24 550.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda.ml -I middle_end
#24 550.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm.ml -I asmcomp
#24 551.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.ml -I asmcomp
#24 551.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.ml -I asmcomp
#24 551.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.ml -I asmcomp
#24 551.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml -I asmcomp
#24 551.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml -I asmcomp
#24 551.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.ml -I asmcomp
#24 551.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.ml -I asmcomp
#24 551.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.ml -I asmcomp
#24 551.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml -I asmcomp
#24 551.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.ml -I middle_end
#24 551.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda.ml -I middle_end
#24 551.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#24 551.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#24 552.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#24 553.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/mach.ml -I asmcomp
#24 554.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#24 554.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.ml -I middle_end
#24 554.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#24 554.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.ml -I middle_end/flambda
#24 554.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/proc.ml -I asmcomp
#24 554.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/dataflow.ml -I asmcomp
#24 554.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml -I asmcomp
#24 554.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/split.ml -I asmcomp
#24 554.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.ml -I asmcomp
#24 554.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.ml -I asmcomp
#24 554.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#24 554.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#24 555.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/linear_format.ml -I file_formats
#24 555.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml -I asmcomp
#24 556.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
#24 556.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/polling.ml -I asmcomp
#24 556.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.ml -I asmcomp
#24 556.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#24 556.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/projection.ml -I middle_end/flambda
#24 556.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.ml -I middle_end/flambda
#24 556.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml -I asmcomp
#24 556.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interval.ml -I asmcomp
#24 556.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.ml -I asmcomp
#24 556.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/spill.ml -I asmcomp
#24 556.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interf.ml -I asmcomp
#24 556.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/coloring.ml -I asmcomp
#24 556.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.ml -I asmcomp
#24 557.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linearize.ml -I asmcomp
#24 557.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.ml -I asmcomp
#24 558.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda.ml -I middle_end/flambda
#24 558.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml -I asmcomp
#24 558.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linscan.ml -I asmcomp
#24 559.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml -I asmcomp
#24 560.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.ml -I asmcomp
#24 560.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSE.ml -I asmcomp
#24 561.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/liveness.ml -I asmcomp
#24 561.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.ml -I asmcomp
#24 563.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#24 563.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.ml -I middle_end/flambda
#24 563.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#24 563.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#24 564.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#24 565.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.ml -I middle_end/flambda
#24 565.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_cost.ml -I middle_end/flambda
#24 565.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.ml -I middle_end/flambda
#24 565.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/share_constants.ml -I middle_end/flambda
#24 565.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/ref_to_variables.ml -I middle_end/flambda
#24 565.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_invariants.ml -I middle_end/flambda
#24 566.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml -I asmcomp
#24 567.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
#24 568.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats.ml -I middle_end/flambda
#24 569.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/freshening.ml -I middle_end/flambda
#24 569.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#24 569.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#24 569.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
#24 569.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/invariant_params.ml -I middle_end/flambda
#24 569.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
#24 569.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_closure_vars.ml -I middle_end/flambda
#24 569.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#24 569.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_offsets.ml -I middle_end/flambda
#24 571.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
#24 571.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#24 574.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.ml -I middle_end/flambda
#24 574.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_constants.ml -I middle_end/flambda
#24 574.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_common.ml -I middle_end/flambda
#24 574.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify_aux.ml -I middle_end/flambda
#24 574.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops.ml -I middle_end/flambda
#24 575.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_primitives.ml -I middle_end/flambda
#24 576.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.ml -I middle_end/flambda
#24 576.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.ml -I middle_end
#24 576.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/traverse_for_exported_symbols.ml -I middle_end/flambda
#24 576.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.ml -I middle_end/flambda
#24 576.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
#24 576.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
#24 577.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.ml -I middle_end/flambda
#24 578.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.ml -I middle_end/closure
#24 578.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.ml -I middle_end/flambda
#24 578.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/build_export_info.ml -I middle_end/flambda
#24 578.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
#24 578.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.ml -I asmcomp
#24 578.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml -I asmcomp
#24 578.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_helpers.ml -I asmcomp
#24 579.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
#24 579.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.ml -I middle_end/flambda
#24 579.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.ml -I middle_end/flambda
#24 582.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify.ml -I middle_end/flambda
#24 585.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure_middle_end.ml -I middle_end/closure
#24 586.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#24 589.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml -I asmcomp
#24 594.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml -I asmcomp
#24 595.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml -I asmcomp
#24 595.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.ml -I driver
#24 597.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml -I asmcomp
#24 597.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml -I asmcomp
#24 598.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmaindriver.ml -I driver
#24 598.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamloptcomp.cmxa middle_end/internal_variable_names.cmx middle_end/linkage_name.cmx middle_end/compilation_unit.cmx middle_end/variable.cmx middle_end/flambda/base_types/closure_element.cmx middle_end/flambda/base_types/closure_id.cmx middle_end/symbol.cmx middle_end/backend_var.cmx middle_end/clambda_primitives.cmx middle_end/printclambda_primitives.cmx middle_end/clambda.cmx middle_end/printclambda.cmx middle_end/semantics_of_primitives.cmx middle_end/convert_primitives.cmx middle_end/flambda/base_types/id_types.cmx middle_end/flambda/base_types/export_id.cmx middle_end/flambda/base_types/tag.cmx middle_end/flambda/base_types/mutable_variable.cmx middle_end/flambda/base_types/set_of_closures_id.cmx middle_end/flambda/base_types/set_of_closures_origin.cmx middle_end/flambda/base_types/closure_origin.cmx middle_end/flambda/base_types/var_within_closure.cmx middle_end/flambda/base_types/static_exception.cmx middle_end/flambda/pass_wrapper.cmx middle_end/flambda/allocated_const.cmx middle_end/flambda/parameter.cmx middle_end/flambda/projection.cmx middle_end/flambda/flambda.cmx middle_end/flambda/flambda_iterators.cmx middle_end/flambda/flambda_utils.cmx middle_end/flambda/freshening.cmx middle_end/flambda/effect_analysis.cmx middle_end/flambda/inlining_cost.cmx middle_end/flambda/simple_value_approx.cmx middle_end/flambda/export_info.cmx middle_end/flambda/export_info_for_pack.cmx middle_end/compilenv.cmx middle_end/closure/closure.cmx middle_end/closure/closure_middle_end.cmx middle_end/flambda/import_approx.cmx middle_end/flambda/lift_code.cmx middle_end/flambda/closure_conversion_aux.cmx middle_end/flambda/closure_conversion.cmx middle_end/flambda/initialize_symbol_to_let_symbol.cmx middle_end/flambda/lift_let_to_initialize_symbol.cmx middle_end/flambda/find_recursive_functions.cmx middle_end/flambda/invariant_params.cmx middle_end/flambda/inconstant_idents.cmx middle_end/flambda/alias_analysis.cmx middle_end/flambda/lift_constants.cmx middle_end/flambda/share_constants.cmx middle_end/flambda/simplify_common.cmx middle_end/flambda/remove_unused_arguments.cmx middle_end/flambda/remove_unused_closure_vars.cmx middle_end/flambda/remove_unused_program_constructs.cmx middle_end/flambda/simplify_boxed_integer_ops.cmx middle_end/flambda/simplify_primitives.cmx middle_end/flambda/inlining_stats_types.cmx middle_end/flambda/inlining_stats.cmx middle_end/flambda/inline_and_simplify_aux.cmx middle_end/flambda/remove_free_vars_equal_to_args.cmx middle_end/flambda/extract_projections.cmx middle_end/flambda/augment_specialised_args.cmx middle_end/flambda/unbox_free_vars_of_closures.cmx middle_end/flambda/unbox_specialised_args.cmx middle_end/flambda/unbox_closures.cmx middle_end/flambda/inlining_transforms.cmx middle_end/flambda/inlining_decision.cmx middle_end/flambda/inline_and_simplify.cmx middle_end/flambda/ref_to_variables.cmx middle_end/flambda/flambda_invariants.cmx middle_end/flambda/traverse_for_exported_symbols.cmx middle_end/flambda/build_export_info.cmx middle_end/flambda/closure_offsets.cmx middle_end/flambda/un_anf.cmx middle_end/flambda/flambda_to_clambda.cmx middle_end/flambda/flambda_middle_end.cmx asmcomp/arch.cmx asmcomp/cmm.cmx asmcomp/printcmm.cmx asmcomp/reg.cmx asmcomp/mach.cmx asmcomp/proc.cmx asmcomp/afl_instrument.cmx asmcomp/strmatch.cmx asmcomp/cmmgen_state.cmx asmcomp/cmm_helpers.cmx asmcomp/cmmgen.cmx asmcomp/cmm_invariants.cmx asmcomp/interval.cmx asmcomp/printmach.cmx asmcomp/dataflow.cmx asmcomp/polling.cmx asmcomp/selectgen.cmx asmcomp/selection.cmx asmcomp/comballoc.cmx asmcomp/CSEgen.cmx asmcomp/CSE.cmx asmcomp/liveness.cmx asmcomp/spill.cmx asmcomp/split.cmx asmcomp/interf.cmx asmcomp/coloring.cmx asmcomp/linscan.cmx asmcomp/reloadgen.cmx asmcomp/reload.cmx asmcomp/deadcode.cmx asmcomp/linear.cmx asmcomp/printlinear.cmx asmcomp/linearize.cmx file_formats/linear_format.cmx asmcomp/schedgen.cmx asmcomp/scheduling.cmx asmcomp/branch_relaxation_intf.cmx asmcomp/branch_relaxation.cmx asmcomp/emitaux.cmx asmcomp/emit.cmx asmcomp/asmgen.cmx asmcomp/asmlink.cmx asmcomp/asmlibrarian.cmx asmcomp/asmpackager.cmx driver/opterrors.cmx driver/optcompile.cmx driver/optmaindriver.cmx
#24 598.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmain.ml -I driver
#24 599.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlopt.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa driver/optmain.cmx
#24 607.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 607.2 make -j otherlibrariesopt
#24 607.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 607.2 make -j -C otherlibs allopt
#24 607.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 607.2 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 607.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/binutils.ml
#24 607.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmx dynlink_compilerlibs/config.ml
#24 607.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/build_path_prefix_map.ml
#24 607.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/arg_helper.ml
#24 607.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/terminfo.ml
#24 607.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/local_store.ml
#24 607.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 607.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/lazy_backtrack.ml
#24 607.4 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/runtimedef.ml
#24 607.4 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/opcodes.ml
#24 607.4 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -I native dynlink_types.ml
#24 607.4 cp dynlink.cmi dynlink.mli native/
#24 607.7 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -I native dynlink_platform_intf.ml
#24 607.8 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/misc.ml
#24 607.8 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 607.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/bytesections.ml
#24 608.9 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 608.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/identifiable.ml
#24 608.9 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 608.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/profile.ml
#24 608.9 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 608.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/consistbl.ml
#24 608.9 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 608.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/warnings.ml
#24 608.9 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 608.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/load_path.ml
#24 608.9 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 608.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/longident.ml
#24 609.0 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 609.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/dll.ml
#24 609.0 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 609.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmx dynlink_compilerlibs/cmxs_format.ml
#24 609.7 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 609.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/numbers.ml
#24 610.0 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 610.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/clflags.ml
#24 610.6 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 610.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmx dynlink_compilerlibs/location.ml
#24 610.6 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 610.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/ident.ml
#24 611.0 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 611.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmx dynlink_compilerlibs/path.ml
#24 611.2 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 611.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/shape.ml
#24 611.4 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 611.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/asttypes.ml
#24 611.4 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 611.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/syntaxerr.ml
#24 611.4 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 611.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/parsetree.ml
#24 611.5 ../../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 \
#24 611.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/debuginfo.ml
#24 611.6 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 611.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/docstrings.ml
#24 611.6 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 611.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/attr_helper.ml
#24 611.6 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 611.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/builtin_attributes.ml
#24 612.0 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 612.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_helper.ml
#24 612.1 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 612.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/type_immediacy.ml
#24 612.2 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 612.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/outcometree.ml
#24 612.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 612.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/primitive.ml
#24 612.5 ../../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 \
#24 612.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmx dynlink_compilerlibs/types.ml
#24 613.1 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 613.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/ast_mapper.ml
#24 613.2 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 613.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/btype.ml
#24 613.2 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 613.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/cmi_format.ml
#24 613.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 613.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/persistent_env.ml
#24 614.0 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 614.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/predef.ml
#24 614.0 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 614.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/datarepr.ml
#24 614.7 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 614.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/subst.ml
#24 615.4 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 615.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmx dynlink_compilerlibs/env.ml
#24 618.5 ../../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 \
#24 618.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/lambda.ml
#24 619.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 619.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/instruct.ml
#24 619.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 619.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmo_format.ml
#24 619.4 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -for-pack Dynlink_compilerlibs -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte \
#24 619.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/meta.ml
#24 619.5 ../../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 \
#24 619.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/symtable.ml
#24 619.9 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -I native -pack -o native/dynlink_compilerlibs.cmx dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/config.cmx dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/location.cmx dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/path.cmx dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/types.cmx dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/env.cmx dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmxs_format.cmx
#24 620.8 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -I native dynlink_common.ml
#24 621.3 ../../ocamlopt.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte -I native native/dynlink.ml
#24 621.5 ../../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 \
#24 621.5 -o dynlink.cmxa native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx
#24 621.8 cp native/dynlink.cmx dynlink.cmx
#24 621.8 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 621.8 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 621.9 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.ml
#24 622.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 -nolabels unixLabels.ml
#24 622.7 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#24 622.7 unix.cmx unixLabels.cmx
#24 622.7 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
#24 623.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 623.2 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 623.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 bigarray.ml
#24 623.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx
#24 623.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
#24 623.5 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 623.5 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 623.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 str.ml
#24 624.1 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#24 624.1 str.cmx
#24 624.2 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
#24 624.4 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 624.4 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 624.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux \
#24 624.4 -o st_stubs.n.o st_stubs.c
#24 624.4 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#24 624.4 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#24 624.5 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#24 624.6 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#24 624.6 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#24 624.6 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#24 624.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
#24 626.2 ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs.n.o
#24 626.4 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 626.4 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 626.4 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 626.4 make -j ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
#24 626.4 ocamlnat
#24 626.4 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 626.6 make -j -C lex allopt
#24 626.6 make -j -C tools opt
#24 626.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 626.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 626.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamlmiddleend.cmxa middle_end/internal_variable_names.cmx middle_end/linkage_name.cmx middle_end/compilation_unit.cmx middle_end/variable.cmx middle_end/flambda/base_types/closure_element.cmx middle_end/flambda/base_types/closure_id.cmx middle_end/symbol.cmx middle_end/backend_var.cmx middle_end/clambda_primitives.cmx middle_end/printclambda_primitives.cmx middle_end/clambda.cmx middle_end/printclambda.cmx middle_end/semantics_of_primitives.cmx middle_end/convert_primitives.cmx middle_end/flambda/base_types/id_types.cmx middle_end/flambda/base_types/export_id.cmx middle_end/flambda/base_types/tag.cmx middle_end/flambda/base_types/mutable_variable.cmx middle_end/flambda/base_types/set_of_closures_id.cmx middle_end/flambda/base_types/set_of_closures_origin.cmx middle_end/flambda/base_types/closure_origin.cmx middle_end/flambda/base_types/var_within_closure.cmx middle_end/flambda/base_types/static_exception.cmx middle_end/flambda/pass_wrapper.cmx middle_end/flambda/allocated_const.cmx middle_end/flambda/parameter.cmx middle_end/flambda/projection.cmx middle_end/flambda/flambda.cmx middle_end/flambda/flambda_iterators.cmx middle_end/flambda/flambda_utils.cmx middle_end/flambda/freshening.cmx middle_end/flambda/effect_analysis.cmx middle_end/flambda/inlining_cost.cmx middle_end/flambda/simple_value_approx.cmx middle_end/flambda/export_info.cmx middle_end/flambda/export_info_for_pack.cmx middle_end/compilenv.cmx middle_end/closure/closure.cmx middle_end/closure/closure_middle_end.cmx middle_end/flambda/import_approx.cmx middle_end/flambda/lift_code.cmx middle_end/flambda/closure_conversion_aux.cmx middle_end/flambda/closure_conversion.cmx middle_end/flambda/initialize_symbol_to_let_symbol.cmx middle_end/flambda/lift_let_to_initialize_symbol.cmx middle_end/flambda/find_recursive_functions.cmx middle_end/flambda/invariant_params.cmx middle_end/flambda/inconstant_idents.cmx middle_end/flambda/alias_analysis.cmx middle_end/flambda/lift_constants.cmx middle_end/flambda/share_constants.cmx middle_end/flambda/simplify_common.cmx middle_end/flambda/remove_unused_arguments.cmx middle_end/flambda/remove_unused_closure_vars.cmx middle_end/flambda/remove_unused_program_constructs.cmx middle_end/flambda/simplify_boxed_integer_ops.cmx middle_end/flambda/simplify_primitives.cmx middle_end/flambda/inlining_stats_types.cmx middle_end/flambda/inlining_stats.cmx middle_end/flambda/inline_and_simplify_aux.cmx middle_end/flambda/remove_free_vars_equal_to_args.cmx middle_end/flambda/extract_projections.cmx middle_end/flambda/augment_specialised_args.cmx middle_end/flambda/unbox_free_vars_of_closures.cmx middle_end/flambda/unbox_specialised_args.cmx middle_end/flambda/unbox_closures.cmx middle_end/flambda/inlining_transforms.cmx middle_end/flambda/inlining_decision.cmx middle_end/flambda/inline_and_simplify.cmx middle_end/flambda/ref_to_variables.cmx middle_end/flambda/flambda_invariants.cmx middle_end/flambda/traverse_for_exported_symbols.cmx middle_end/flambda/build_export_info.cmx middle_end/flambda/closure_offsets.cmx middle_end/flambda/un_anf.cmx middle_end/flambda/flambda_to_clambda.cmx middle_end/flambda/flambda_middle_end.cmx
#24 626.6 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
#24 626.6 make -j -C yacc all
#24 626.6 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
#24 626.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 626.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/tophooks.mli
#24 626.6 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
#24 626.7 cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
#24 626.7 make[3]: Nothing to be done for 'all'.
#24 626.7 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 626.7 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
#24 626.7 ../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
#24 626.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml -I toplevel
#24 626.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/trace.ml -I toplevel/native
#24 627.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 syntax.ml
#24 627.0 make -j -C lex all
#24 627.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 627.0 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 627.0 make[3]: Nothing to be done for 'all'.
#24 627.0 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 627.0 make -j -C ocamldoc opt.opt
#24 627.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 627.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_config.ml
#24 627.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_messages.ml
#24 627.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_print.ml
#24 627.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_global.ml
#24 627.1 ../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
#24 627.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_control.ml
#24 627.1 ../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
#24 627.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
#24 627.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
#24 627.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
#24 627.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_types.ml
#24 628.0 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
#24 628.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_global.ml
#24 628.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_misc.ml
#24 628.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_parameter.ml
#24 628.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_parser.ml
#24 628.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_lexer.ml
#24 628.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_see_lexer.ml
#24 628.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_text_parser.ml
#24 628.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_name.ml
#24 629.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_text_lexer.ml
#24 629.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_value.ml
#24 629.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_type.ml
#24 629.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_env.ml
#24 629.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topcommon.ml -I toplevel
#24 629.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
#24 629.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
#24 629.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
#24 629.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_module.ml
#24 629.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_str.ml
#24 630.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_text.ml
#24 630.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 compact.ml
#24 630.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 common.ml
#24 630.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_merge.ml
#24 630.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_search.ml
#24 630.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_scan.ml
#24 630.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_dep.ml
#24 630.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/tophooks.ml -I toplevel/native
#24 631.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/topeval.ml -I toplevel/native
#24 631.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 outputbis.ml
#24 631.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 output.ml
#24 631.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_sig.ml
#24 631.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_cross.ml
#24 632.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -I toplevel/native -c toplevel/toploop.ml
#24 632.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_comments.ml
#24 633.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 main.ml
#24 633.4 ../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
#24 633.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_ast.ml
#24 633.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -I toplevel/native -c toplevel/topdirs.ml
#24 633.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/topmain.ml -I toplevel/native
#24 634.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -I toplevel/native -c toplevel/topstart.ml
#24 635.0 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 635.0 make -j -C tools opt.opt
#24 635.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 635.1 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.ml
#24 635.1 ../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
#24 635.1 ../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
#24 635.1 ../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
#24 635.2 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamloptp.ml
#24 635.2 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlmklib.ml
#24 635.2 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlmktop.ml
#24 635.2 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlcmt.ml
#24 635.2 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - opnames.ml
#24 635.3 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - objinfo.ml
#24 635.3 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - primreq.ml
#24 635.4 ../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
#24 635.4 ../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
#24 635.5 ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib \
#24 635.5 -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
#24 635.9 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamldep.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamldep.cmx
#24 635.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 - dumpobj.ml
#24 636.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
#24 636.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 stripdebug.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa stripdebug.cmx
#24 636.4 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlcp.opt ../utils/config.cmx ../utils/build_path_prefix_map.cmx ../utils/misc.cmx ../utils/profile.cmx ../utils/warnings.cmx ../utils/identifiable.cmx ../utils/numbers.cmx ../utils/arg_helper.cmx ../utils/clflags.cmx ../utils/local_store.cmx ../utils/terminfo.cmx ../parsing/location.cmx ../utils/load_path.cmx ../utils/ccomp.cmx ../driver/compenv.cmx ../driver/main_args.cmx ocamlcp.cmx
#24 636.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_info.ml
#24 636.7 ./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
#24 636.8 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o primreq.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa primreq.cmx
#24 637.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
#24 637.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 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
#24 637.2 ./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
#24 637.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_dag2html.ml
#24 637.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_to_text.ml
#24 637.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_man.ml
#24 637.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_dot.ml
#24 637.8 ../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
#24 639.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 ocamlcmt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamlcmt.cmx
#24 641.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 ocamlmklib.opt ../utils/config.cmx ../utils/build_path_prefix_map.cmx ../utils/misc.cmx ocamlmklib.cmx
#24 641.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_latex.ml
#24 641.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_texi.ml
#24 642.6 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlobjinfo.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ../compilerlibs/ocamlmiddleend.cmxa objinfo.cmx
#24 642.9 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o 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
#24 643.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_html.ml
#24 643.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
#24 668.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_gen.ml
#24 670.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_args.ml
#24 675.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.ml
#24 675.3 ../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
#24 675.3 ../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
#24 676.2 ../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
#24 682.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 692.8 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 692.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 692.8 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 692.8 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 692.8 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 692.9 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"
#24 692.9 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 692.9 mkdir -p "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#24 692.9 make -j -C runtime install
#24 692.9 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 693.1 /usr/bin/install -c -p ocamlrun ocamlrund ocamlruni "/tmp/opam/bootstrap/ocaml/bin"
#24 693.2 /usr/bin/install -c -p -m 644 ld.conf libcamlrun.a libcamlrund.a libcamlruni.a libcamlrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 693.4 /usr/bin/install -c -p libcamlrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 693.4 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 693.4 /usr/bin/install -c -p -m 644 caml/domain_state.tbl caml/*.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 693.5 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 693.5 /usr/bin/install -c -p ocaml "/tmp/opam/bootstrap/ocaml/bin"
#24 693.6 /usr/bin/install -c -p ocamlc "/tmp/opam/bootstrap/ocaml/bin/ocamlc.byte"
#24 693.7 make -j -C stdlib install
#24 693.8 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 693.8 stale=""; \
#24 693.8 if test -n "$stale" ; then \
#24 693.8 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#24 693.8 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cm* and re-run make install"; \
#24 693.8 exit 1; \
#24 693.8 fi
#24 693.8 /usr/bin/install -c -p -m 644 \
#24 693.8 stdlib.cma std_exit.cmo *.cmi camlheader_ur \
#24 693.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 693.9 /usr/bin/install -c -p -m 644 \
#24 693.9 *.cmt *.cmti *.mli *.ml \
#24 693.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 694.0 /usr/bin/install -c -p -m 644 target_camlheader "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheader"
#24 694.1 /usr/bin/install -c -p -m 644 target_camlheaderd "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderd"
#24 694.1 /usr/bin/install -c -p -m 644 target_camlheaderi "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderi"
#24 694.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 694.1 /usr/bin/install -c -p lex/ocamllex \
#24 694.1 "/tmp/opam/bootstrap/ocaml/bin/ocamllex.byte"
#24 694.1 /usr/bin/install -c -p yacc/ocamlyacc "/tmp/opam/bootstrap/ocaml/bin"
#24 694.1 /usr/bin/install -c -p -m 644 \
#24 694.1 utils/*.cmi \
#24 694.1 parsing/*.cmi \
#24 694.1 typing/*.cmi \
#24 694.1 bytecomp/*.cmi \
#24 694.1 file_formats/*.cmi \
#24 694.1 lambda/*.cmi \
#24 694.1 driver/*.cmi \
#24 694.1 toplevel/*.cmi \
#24 694.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 694.2 /usr/bin/install -c -p -m 644 \
#24 694.2 toplevel/byte/*.cmi \
#24 694.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 694.2 /usr/bin/install -c -p -m 644 \
#24 694.2 utils/*.cmt utils/*.cmti utils/*.mli \
#24 694.2 parsing/*.cmt parsing/*.cmti parsing/*.mli \
#24 694.2 typing/*.cmt typing/*.cmti typing/*.mli \
#24 694.2 file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
#24 694.2 lambda/*.cmt lambda/*.cmti lambda/*.mli \
#24 694.2 bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
#24 694.2 driver/*.cmt driver/*.cmti driver/*.mli \
#24 694.2 toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
#24 694.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 694.7 /usr/bin/install -c -p -m 644 \
#24 694.7 toplevel/byte/*.cmt \
#24 694.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 694.7 /usr/bin/install -c -p -m 644 \
#24 694.7 compilerlibs/*.cma \
#24 694.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 694.9 /usr/bin/install -c -p -m 644 \
#24 694.9 driver/main.cmo toplevel/topstart.cmo \
#24 694.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 694.9 /usr/bin/install -c -p expunge "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 695.0 /usr/bin/install -c -p -m 644 \
#24 695.0 toplevel/topdirs.cmi \
#24 695.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 695.1 /usr/bin/install -c -p -m 644 \
#24 695.1 toplevel/topdirs.cmt \
#24 695.1 toplevel/topdirs.cmti toplevel/topdirs.mli \
#24 695.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 695.1 make -j -C tools install
#24 695.1 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 695.1 /usr/bin/install -c -p -m 644 \
#24 695.1 profiling.cmi profiling.cmo \
#24 695.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 695.1 /usr/bin/install -c -p -m 644 \
#24 695.1 profiling.cmt profiling.cmti \
#24 695.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 695.1 for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
#24 695.1 do \
#24 695.1 /usr/bin/install -c -p "$i" "/tmp/opam/bootstrap/ocaml/bin/$i.byte"; \
#24 695.1 if test -f "$i".opt; then \
#24 695.1 /usr/bin/install -c -p "$i.opt" "/tmp/opam/bootstrap/ocaml/bin" && \
#24 695.1 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.opt" "$i"); \
#24 695.1 else \
#24 695.1 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.byte" "$i"); \
#24 695.1 fi; \
#24 695.1 done
#24 696.0 if test -f ocamlcmt.opt; then \
#24 696.0 /usr/bin/install -c -p\
#24 696.0 ocamlcmt.opt "/tmp/opam/bootstrap/ocaml/bin/ocamlcmt"; \
#24 696.0 else \
#24 696.0 /usr/bin/install -c -p ocamlcmt "/tmp/opam/bootstrap/ocaml/bin"; \
#24 696.0 fi
#24 696.1 /usr/bin/install -c -p -m 644 \
#24 696.1 eventlog_metadata \
#24 696.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 696.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 696.1 make -j -C man install
#24 696.1 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#24 696.2 mkdir -p '/tmp/opam/bootstrap/ocaml/man/man1'
#24 696.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'
#24 696.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#24 696.2 for i in dynlink unix bigarray str systhreads; do \
#24 696.2 make -j -C otherlibs/$i install || exit $?; \
#24 696.2 done
#24 696.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 696.3 /usr/bin/install -c -p -m 644 \
#24 696.3 dynlink.cmi dynlink.cma \
#24 696.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 696.3 /usr/bin/install -c -p -m 644 \
#24 696.3 dynlink.cmti dynlink.mli \
#24 696.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 696.3 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 696.3 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 696.4 if test -f dllunix.so; then \
#24 696.4 /usr/bin/install -c -p \
#24 696.4 dllunix.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 696.4 fi
#24 696.4 /usr/bin/install -c -p -m 644 libunix.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 696.4 /usr/bin/install -c -p -m 644 \
#24 696.4 unix.cma unix.cmi unixLabels.cmi \
#24 696.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 696.4 /usr/bin/install -c -p -m 644 \
#24 696.4 unix.mli unixLabels.mli \
#24 696.4 unix.cmti unixLabels.cmti \
#24 696.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 696.4 if test -n "unixsupport.h socketaddr.h"; then \
#24 696.4 /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 696.4 fi
#24 696.4 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 696.4 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 696.5 if test -f dllbigarray.so; then \
#24 696.5 /usr/bin/install -c -p \
#24 696.5 dllbigarray.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 696.5 fi
#24 696.5 /usr/bin/install -c -p -m 644 \
#24 696.5 bigarray.cma bigarray.cmi \
#24 696.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 696.5 /usr/bin/install -c -p -m 644 \
#24 696.5 bigarray.mli \
#24 696.5 bigarray.cmti \
#24 696.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 696.5 if test -n ""; then \
#24 696.5 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 696.5 fi
#24 696.5 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 696.5 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 696.5 if test -f dllcamlstr.so; then \
#24 696.5 /usr/bin/install -c -p \
#24 696.5 dllcamlstr.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 696.5 fi
#24 696.6 /usr/bin/install -c -p -m 644 libcamlstr.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 696.6 /usr/bin/install -c -p -m 644 \
#24 696.6 str.cma str.cmi \
#24 696.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 696.6 /usr/bin/install -c -p -m 644 \
#24 696.6 str.mli \
#24 696.6 str.cmti \
#24 696.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 696.6 if test -n ""; then \
#24 696.6 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 696.6 fi
#24 696.6 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 696.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 696.6 if test -f dllthreads.so; then \
#24 696.6 /usr/bin/install -c -p dllthreads.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 696.6 fi
#24 696.6 /usr/bin/install -c -p -m 644 libthreads.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 696.7 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 696.7 /usr/bin/install -c -p -m 644 \
#24 696.7 thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi semaphore.cmi threads.cma \
#24 696.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 696.7 /usr/bin/install -c -p -m 644 \
#24 696.7 thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti semaphore.cmti \
#24 696.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 696.7 /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"
#24 696.7 /usr/bin/install -c -p -m 644 threads.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 696.7 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 696.7 make -j -C ocamldoc install
#24 696.7 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 696.8 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 696.8 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 696.8 /usr/bin/install -c -p ../ocamldoc/ocamldoc "/tmp/opam/bootstrap/ocaml/bin"
#24 696.8 /usr/bin/install -c -p -m 644 \
#24 696.8 ocamldoc.hva *.cmi odoc_info.cma \
#24 696.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 696.8 /usr/bin/install -c -p -m 644 \
#24 696.8 odoc_info.cmi \
#24 696.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 696.9 /usr/bin/install -c -p -m 644 \
#24 696.9 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#24 696.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 696.9 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 696.9 if test -n "ocamldebugger"; then \
#24 696.9 make -j -C debugger install; \
#24 696.9 fi
#24 696.9 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 696.9 /usr/bin/install -c -p ocamldebug "/tmp/opam/bootstrap/ocaml/bin"
#24 697.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 697.1 /usr/bin/install -c -p -m 644 Makefile.config "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 697.1 /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#24 697.1 if test -f ocamlopt; then make -j installopt; else \
#24 697.1 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 697.1 ln -sf ocamlc.byte ocamlc; \
#24 697.1 ln -sf ocamllex.byte ocamllex; \
#24 697.1 (test -f flexlink.byte && \
#24 697.1 ln -sf flexlink.byte flexlink) || true; \
#24 697.1 fi
#24 697.1 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 697.2 make -j -C runtime installopt
#24 697.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 697.4 /usr/bin/install -c -p -m 644 libasmrun.a libasmrund.a libasmruni.a libasmrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 697.6 /usr/bin/install -c -p libasmrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 697.7 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 697.7 /usr/bin/install -c -p ocamlopt "/tmp/opam/bootstrap/ocaml/bin/ocamlopt.byte"
#24 697.8 make -j -C stdlib installopt
#24 697.8 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 697.9 stale=""; \
#24 697.9 if test -n "$stale" ; then \
#24 697.9 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#24 697.9 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cmx and re-run make install"; \
#24 697.9 exit 1; \
#24 697.9 fi
#24 697.9 /usr/bin/install -c -p -m 644 \
#24 697.9 stdlib.cmxa stdlib.a std_exit.o *.cmx \
#24 697.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 698.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 698.0 /usr/bin/install -c -p -m 644 \
#24 698.0 middle_end/*.cmi \
#24 698.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.0 /usr/bin/install -c -p -m 644 \
#24 698.0 middle_end/closure/*.cmi \
#24 698.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.0 /usr/bin/install -c -p -m 644 \
#24 698.0 middle_end/flambda/*.cmi \
#24 698.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.0 /usr/bin/install -c -p -m 644 \
#24 698.0 middle_end/flambda/base_types/*.cmi \
#24 698.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.0 /usr/bin/install -c -p -m 644 \
#24 698.0 asmcomp/*.cmi \
#24 698.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.1 /usr/bin/install -c -p -m 644 \
#24 698.1 middle_end/*.cmt middle_end/*.cmti \
#24 698.1 middle_end/*.mli \
#24 698.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.1 /usr/bin/install -c -p -m 644 \
#24 698.1 middle_end/closure/*.cmt middle_end/closure/*.cmti \
#24 698.1 middle_end/closure/*.mli \
#24 698.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.1 /usr/bin/install -c -p -m 644 \
#24 698.1 middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
#24 698.1 middle_end/flambda/*.mli \
#24 698.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.2 /usr/bin/install -c -p -m 644 \
#24 698.2 middle_end/flambda/base_types/*.cmt \
#24 698.2 middle_end/flambda/base_types/*.cmti \
#24 698.2 middle_end/flambda/base_types/*.mli \
#24 698.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.3 /usr/bin/install -c -p -m 644 \
#24 698.3 asmcomp/*.cmt asmcomp/*.cmti \
#24 698.3 asmcomp/*.mli \
#24 698.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.4 /usr/bin/install -c -p -m 644 \
#24 698.4 driver/optmain.cmo \
#24 698.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 698.4 make -j -C ocamldoc installopt
#24 698.4 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 698.4 if test -f ../ocamldoc/ocamldoc.opt; then make -j installopt_really ; fi
#24 698.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 698.5 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 698.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 698.5 /usr/bin/install -c -p ../ocamldoc/ocamldoc.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 698.7 /usr/bin/install -c -p -m 644 \
#24 698.7 odoc_info.cmi \
#24 698.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 698.7 /usr/bin/install -c -p -m 644 \
#24 698.7 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#24 698.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 698.7 /usr/bin/install -c -p -m 644 \
#24 698.7 ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
#24 698.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 698.7 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 698.7 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 698.7 for i in dynlink unix bigarray str systhreads; do \
#24 698.7 make -j -C otherlibs/$i installopt || exit $?; \
#24 698.7 done
#24 698.7 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 698.8 /usr/bin/install -c -p -m 644 \
#24 698.8 native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx dynlink.cmxa dynlink.a \
#24 698.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 698.9 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 698.9 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 698.9 /usr/bin/install -c -p -m 644 \
#24 698.9 unix.cmx unixLabels.cmx unix.cmxa unix.a \
#24 698.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 698.9 if test -f unix.cmxs; then \
#24 698.9 /usr/bin/install -c -p unix.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 698.9 fi
#24 698.9 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 698.9 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 699.0 /usr/bin/install -c -p -m 644 \
#24 699.0 bigarray.cmx bigarray.cmxa bigarray.a \
#24 699.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 699.0 if test -f bigarray.cmxs; then \
#24 699.0 /usr/bin/install -c -p bigarray.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 699.0 fi
#24 699.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 699.0 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 699.0 /usr/bin/install -c -p -m 644 \
#24 699.0 str.cmx str.cmxa str.a \
#24 699.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 699.0 if test -f str.cmxs; then \
#24 699.0 /usr/bin/install -c -p str.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 699.0 fi
#24 699.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 699.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 699.1 /usr/bin/install -c -p -m 644 libthreadsnat.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 699.1 /usr/bin/install -c -p -m 644 \
#24 699.1 thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx threads.cmxa threads.a \
#24 699.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 699.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 699.1 if test -f ocamlopt.opt; then make -j installoptopt; else \
#24 699.1 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 699.1 ln -sf ocamlc.byte ocamlc; \
#24 699.1 ln -sf ocamlopt.byte ocamlopt; \
#24 699.1 ln -sf ocamllex.byte ocamllex; \
#24 699.1 (test -f flexlink.byte && \
#24 699.1 ln -sf flexlink.byte flexlink) || true; \
#24 699.1 fi
#24 699.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 699.2 /usr/bin/install -c -p ocamlc.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 699.3 /usr/bin/install -c -p ocamlopt.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 699.4 /usr/bin/install -c -p lex/ocamllex.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 699.4 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 699.4 ln -sf ocamlc.opt ocamlc; \
#24 699.4 ln -sf ocamlopt.opt ocamlopt; \
#24 699.4 ln -sf ocamllex.opt ocamllex
#24 699.4 /usr/bin/install -c -p -m 644 \
#24 699.4 utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
#24 699.4 toplevel/*.cmx toplevel/native/*.cmx \
#24 699.4 toplevel/native/tophooks.cmi \
#24 699.4 file_formats/*.cmx \
#24 699.4 lambda/*.cmx \
#24 699.4 driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
#24 699.4 middle_end/closure/*.cmx \
#24 699.4 middle_end/flambda/*.cmx \
#24 699.4 middle_end/flambda/base_types/*.cmx \
#24 699.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 699.6 /usr/bin/install -c -p -m 644 \
#24 699.6 compilerlibs/*.cmxa compilerlibs/*.a \
#24 699.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 699.9 /usr/bin/install -c -p -m 644 \
#24 699.9 driver/main.cmx driver/main.o \
#24 699.9 driver/optmain.cmx driver/optmain.o \
#24 699.9 toplevel/topstart.o \
#24 699.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 699.9 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 700.0 make -j -C tools installopt
#24 700.0 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 700.0 /usr/bin/install -c -p -m 644 \
#24 700.0 profiling.cmx profiling.o \
#24 700.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 700.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 700.0 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 700.0 make: Entering directory '/tmp/opam/src_ext'
#24 700.1 * Downloading cppo...
#24 700.9 cppo.tar.gz has the expected MD5.
#24 700.9 * Downloading base64...
#24 701.7 base64.tbz has the expected MD5.
#24 701.7 * Downloading extlib...
#24 702.5 extlib.tar.gz has the expected MD5.
#24 702.5 * Downloading re...
#24 703.4 re.tar.gz has the expected MD5.
#24 703.4 * Downloading ocamlgraph...
#24 704.3 ocamlgraph.tbz has the expected MD5.
#24 704.3 * Downloading cudf...
#24 705.0 cudf.tar.gz has the expected MD5.
#24 705.0 * Downloading dose3...
#24 705.8 dose3.tar.gz has the expected MD5.
#24 705.9 * Downloading opam-file-format...
#24 706.7 opam-file-format.tar.gz has the expected MD5.
#24 706.7 * Downloading stdlib-shims...
#24 707.5 stdlib-shims.tbz has the expected MD5.
#24 707.5 * Downloading spdx_licenses...
#24 708.3 spdx_licenses.tar.gz has the expected MD5.
#24 708.3 * Downloading opam-0install-cudf...
#24 709.1 opam-0install-cudf.tar.gz has the expected MD5.
#24 709.1 * Downloading 0install-solver...
#24 710.1 0install-solver.tbz has the expected MD5.
#24 710.1 * Downloading uutf...
#24 710.5 uutf.tbz has the expected MD5.
#24 710.5 * Downloading jsonm...
#24 710.8 jsonm.tbz has the expected MD5.
#24 710.9 * Downloading sha...
#24 711.7 sha.tbz has the expected MD5.
#24 711.7 * Downloading swhid_core...
#24 712.7 swhid_core.tar.gz has the expected MD5.
#24 712.7 * Downloading menhir...
#24 713.4 menhir.tar.gz has the expected MD5.
#24 713.4 * Downloading patch...
#24 714.3 patch.tar.gz has the expected MD5.
#24 714.3 * Downloading mccs...
#24 715.2 mccs.tar.gz has the expected MD5.
#24 715.2 * Downloading dune-local...
#24 716.2 dune-local.tbz has the expected MD5.
#24 716.3 * Downloading ocaml...
#24 718.2 ocaml.tar.gz has the expected MD5.
#24 718.2 * Downloading flexdll...
#24 719.2 flexdll.tar.gz has the expected MD5.
#24 719.2 make: Leaving directory '/tmp/opam/src_ext'
#24 DONE 720.8s
#25 [stage-0 8/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.0/opam /usr/local/bin/opam-2.0 && chmod a+x /usr/local/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
#25 2.551 Note: switching to 'adc1e1829a2bef5b240746df80341b508290fe3b'.
#25 2.551
#25 2.551 You are in 'detached HEAD' state. You can look around, make experimental
#25 2.552 changes and commit them, and you can discard any commits you make in this
#25 2.552 state without impacting any branches by switching back to a branch.
#25 2.553
#25 2.553 If you want to create a new branch to retain commits you create, you may
#25 2.553 do so (now or later) by using -c with the switch command. Example:
#25 2.553
#25 2.553 git switch -c <new-branch-name>
#25 2.553
#25 2.553 Or undo this operation with:
#25 2.553
#25 2.553 git switch -
#25 2.553
#25 2.553 Turn off this advice by setting config variable advice.detachedHead to false
#25 2.553
#25 2.553 HEAD is now at adc1e1829 Merge pull request #6178 from kit-ty-kate/fix-release-2.0
#25 3.092 checking for ocamlc... ocamlc
#25 3.174 OCaml version is 4.14.2
#25 3.211 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#25 3.212 checking for ocamlopt... ocamlopt
#25 3.311 checking for ocamlc.opt... ocamlc.opt
#25 3.352 checking for ocamlopt.opt... ocamlopt.opt
#25 3.403 checking for ocaml... ocaml
#25 3.406 checking for ocamldep... ocamldep
#25 3.411 checking for ocamldep.opt... ocamldep.opt
#25 3.490 checking for ocamlmktop... ocamlmktop
#25 3.493 checking for ocamlmklib... ocamlmklib
#25 3.496 checking for ocamldoc... ocamldoc
#25 3.500 checking for ocamldoc.opt... ocamldoc.opt
#25 3.610 checking for ocamlbuild... no
#25 3.614 checking OCaml Sys.os_type... Unix
#25 3.728 checking for gawk... no
#25 3.732 checking for mawk... mawk
#25 3.775 checking for compiler type... cc
#25 4.999 checking for compiler architecture... riscv
#25 6.230 checking for compiler system... linux
#25 7.492 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#25 7.623 checking whether the C compiler works... yes
#25 7.849 checking for C compiler default output file name... a.out
#25 7.855 checking for suffix of executables...
#25 8.061 checking whether we are cross compiling... no
#25 8.320 checking for suffix of object files... o
#25 8.433 checking whether we are using the GNU C compiler... yes
#25 8.535 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#25 8.643 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
#25 8.833 checking for ocamlobjinfo... ocamlobjinfo
#25 8.839 checking for ocamlfind... no
#25 8.845 checking for curl... curl
#25 8.849 checking for dune... no
#25 8.853 checking for cppo... no
#25 8.859 checking for patch... patch
#25 8.864 checking for bunzip2... bunzip2
#25 8.867
#25 8.868 checking for OCaml findlib package unix... not found
#25 8.872 checking for OCaml findlib package bigarray... not found
#25 8.877 checking for OCaml findlib package extlib... not found
#25 8.882 checking for OCaml findlib package re... not found
#25 8.888 checking for OCaml findlib package re.glob... not found
#25 8.894 checking for OCaml findlib package cmdliner... not found
#25 8.900 checking for OCaml findlib package ocamlgraph... not found
#25 8.907 checking for OCaml findlib package cudf... not found
#25 8.914 checking for OCaml findlib package dose3.common... not found
#25 8.923 checking for OCaml findlib package dose3.algo... not found
#25 8.932 checking for OCaml findlib package opam-file-format... not found
#25 8.940 checking for OCaml findlib package mccs... not found
#25 8.949 checking for g++... g++
#25 9.084 checking whether we are using the GNU C++ compiler... yes
#25 9.301 checking whether g++ accepts -g... yes
#25 9.409
#25 9.411 ============================================================================
#25 9.411 Some dependencies are missing. If you are just interested in the stand-alone
#25 9.412 'opam' binary, run 'make lib-ext' to download and include them.
#25 9.412 ============================================================================
#25 9.414
#25 9.515 configure: creating ./config.status
#25 9.913 config.status: creating Makefile.config
#25 9.975 config.status: creating src/client/opamManifest.inc
#25 10.06
#25 10.08 Opam will be built WITH a built-in solver
#25 10.08
#25 10.08 Executables will be installed in /usr/local/bin
#25 10.08 Manual pages will be installed in /usr/local/share/man
#25 10.22 make -j -C src_ext lib-ext
#25 10.22 make[1]: Entering directory '/tmp/opam-build-2.0/src_ext'
#25 10.38 [ -e dune-local.tbz ] || \
#25 10.38 cp archives/dune-1.6.3.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/12/1212a36547d25269675d767c38fecf5f && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; }
#25 10.39 [ -e cppo.tbz ] || \
#25 10.39 cp archives/cppo-v1.6.6.tbz cppo.tbz 2>/dev/null || { { { curl -LSs -o cppo.tbz https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz'; false; }; } || { { curl -LSs -o cppo.tbz https://opam.ocaml.org/cache/md5/b1/b13afeea6631d7c9b61f95bfd984a542 && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542 && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; }
#25 10.40 [ -e extlib.tar.gz ] || \
#25 10.40 cp archives/extlib-1.7.7.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94; } || { echo 'Failed to download https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/2c/2c620993aecd4b31b3a362b21b55dd94 && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94 && echo 'Warning: downloaded https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; }
#25 10.41 [ -e re.tbz ] || \
#25 10.41 cp archives/re-1.9.0.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/bd/bddaed4f386a22cace7850c9c7dac296 && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296 && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; }
#25 10.43 [ -e cmdliner.tbz ] || \
#25 10.43 cp archives/cmdliner-1.0.2.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/ab/ab2f0130e88e8dcd723ac6154c98a881 && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; }
#25 10.44 [ -e ocamlgraph.tar.gz ] || \
#25 10.44 cp archives/ocamlgraph-1.8.8.tar.gz ocamlgraph.tar.gz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tar.gz https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a; } || { echo 'Failed to download https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz'; false; }; } || { { curl -LSs -o ocamlgraph.tar.gz https://opam.ocaml.org/cache/md5/9d/9d71ca69271055bd22d0dfe4e939831a && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a && echo 'Warning: downloaded https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; }
#25 10.48 [ -e cudf.tar.gz ] || \
#25 10.48 cp archives/cudf-0.9.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119; } || { echo 'Failed to download https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/a4/a4c0e652e56e74c7b388a43f9258d119 && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119 && echo 'Warning: downloaded https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; }
#25 10.54 [ -e dose3.tar.gz ] || \
#25 10.54 cp archives/dose3-5.0.1.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz a81080f36f477fdebf63c4a979e251cd; } || { echo 'Failed to download https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/a8/a81080f36f477fdebf63c4a979e251cd && ocaml ../shell/md5check.ml dose3.tar.gz a81080f36f477fdebf63c4a979e251cd && echo 'Warning: downloaded https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; }
#25 10.60 [ -e opam-file-format.tar.gz ] || \
#25 10.60 cp archives/2.1.3.tar.gz opam-file-format.tar.gz 2>/dev/null || { { { curl -LSs -o opam-file-format.tar.gz https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz b805562dd2d86fc3c8e6d47884fd1da6; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/b8/b805562dd2d86fc3c8e6d47884fd1da6 && ocaml ../shell/md5check.ml opam-file-format.tar.gz b805562dd2d86fc3c8e6d47884fd1da6 && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; }
#25 10.72 [ -e result.tar.gz ] || \
#25 10.72 cp archives/1.4.tar.gz result.tar.gz 2>/dev/null || { { { curl -LSs -o result.tar.gz https://github.com/janestreet/result/archive/1.4.tar.gz && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da; } || { echo 'Failed to download https://github.com/janestreet/result/archive/1.4.tar.gz'; false; }; } || { { curl -LSs -o result.tar.gz https://opam.ocaml.org/cache/md5/d3/d3162dbc501a2af65c8c71e0866541da && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da && echo 'Warning: downloaded https://github.com/janestreet/result/archive/1.4.tar.gz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; }
#25 10.75 [ -e seq.tar.gz ] || \
#25 10.75 cp archives/0.1.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.1.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.1.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/0e/0e87f9709541ed46ecb6f414bc31458c && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.1.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; }
#25 10.84 [ -e mccs.tar.gz ] || \
#25 10.84 cp archives/1.1+13.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a; } || { echo 'Failed to download https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/13/13504d3b5dcbf0bdc6d95a62de20af4a && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a && echo 'Warning: downloaded https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; }
#25 11.39 cmdliner.tbz has the expected MD5.
#25 11.40 mkdir -p tmp-cmdliner
#25 11.40 extlib.tar.gz has the expected MD5.
#25 11.41 mkdir -p tmp-extlib
#25 11.42 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#25 11.42 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#25 11.48 rm -rf cmdliner
#25 11.55 rm -rf extlib
#25 11.62 patching file src/extList.ml
#25 11.62 patching file src/extHashtbl.ml
#25 11.64 patching file src/configure.ml
#25 11.88 cppo.tbz has the expected MD5.
#25 11.89 mkdir -p tmp-cppo
#25 11.90 cd tmp-cppo && bunzip2 -c ../cppo.tbz | tar xf -
#25 11.97 rm -rf cppo
#25 12.03 dune-local.tbz has the expected MD5.
#25 12.04 ocamlgraph.tar.gz has the expected MD5.
#25 12.04 mkdir -p tmp-ocamlgraph
#25 12.05 cd tmp-ocamlgraph && gunzip -c ../ocamlgraph.tar.gz | tar xf -
#25 12.06 patching file src/compat.ml
#25 12.06 patching file src/dune
#25 12.06 patching file Changes
#25 12.07 patching file src/cppo_main.ml
#25 12.07 mkdir -p tmp-dune-local
#25 12.11 re.tbz has the expected MD5.
#25 12.11 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#25 12.13 mkdir -p tmp-re
#25 12.14 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#25 12.28 rm -rf ocamlgraph
#25 12.31 rm -rf re
#25 12.38 dose3.tar.gz has the expected MD5.
#25 12.39 patching file src/imperative.ml
#25 12.39 patching file src/persistent.ml
#25 12.39 opam-file-format.tar.gz has the expected MD5.
#25 12.40 mkdir -p tmp-dose3
#25 12.43 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#25 12.44 mkdir -p tmp-opam-file-format
#25 12.46 cudf.tar.gz has the expected MD5.
#25 12.46 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#25 12.48 mkdir -p tmp-cudf
#25 12.50 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#25 12.53 rm -rf opam-file-format
#25 12.57 seq.tar.gz has the expected MD5.
#25 12.58 mkdir -p tmp-seq
#25 12.59 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#25 12.61 rm -rf cudf
#25 12.62 rm -rf seq
#25 12.68 patching file .gitignore
#25 12.69 patching file Makefile
#25 12.69 patching file select_version.ml
#25 12.69 patching file seq.opam
#25 12.70 patching file src/seq.ml
#25 12.70 patching file src/seq.mli
#25 12.70 patching file src/seq_alias.ml
#25 12.71 patching file src/seq_alias.mli
#25 12.71 patching file src/seq_redef.ml
#25 12.71 patching file src/seq_redef.mli
#25 12.71 rm -rf dose3
#25 12.74 result.tar.gz has the expected MD5.
#25 12.74 patching file common/criteria_lexer.mll
#25 12.74 patching file common/input.ml
#25 12.75 mkdir -p tmp-result
#25 12.76 rm -f seq/src/seq.ml seq/src/seq.mli
#25 12.77 cd tmp-result && gunzip -c ../result.tar.gz | tar xf -
#25 12.79 rm -rf result
#25 12.92 mccs.tar.gz has the expected MD5.
#25 12.93 mkdir -p tmp-mccs
#25 12.93 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#25 13.08 rm -rf mccs
#25 13.29 rm -rf dune-local
#25 13.33 rm dune-local.download
#25 13.33 make[1]: Leaving directory '/tmp/opam-build-2.0/src_ext'
#25 13.33 cd src_ext/dune-local && ocaml bootstrap.ml && ./boot.exe --release
#25 13.83 File "./bootstrap.ml", line 186, characters 29-41:
#25 13.83 186 | let base, ext = String.break base i in
#25 13.83 ^^^^^^^^^^^^
#25 13.83 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#25 13.83 File "./bootstrap.ml", line 191, characters 28-40:
#25 13.83 191 | let a, b = String.break ext i in
#25 13.83 ^^^^^^^^^^^^
#25 13.83 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#25 13.90 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/meta_lexer.mll
#25 13.93 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/dune_lexer.mll
#25 13.95 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/dune_lang/dune_lexer.mll
#25 14.07 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/action.ml src/action_ast.ml src/action_dune_lang.ml src/action_exec.ml src/action_intf.ml src/action_to_sh.boot.ml src/action_unexpanded.ml src/arg_spec.ml src/artifacts.ml src/binary_kind.ml src/bindings.ml src/blang.ml src/build.ml src/build_interpret.ml src/build_system.ml src/check_rules.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/compilation_context.ml src/config.ml src/context.ml src/dep_graph.ml src/dep_path.ml src/deps.ml src/dir_contents.ml src/dir_status.ml src/dir_with_dune.ml src/dune_env.ml src/dune_file.ml src/dune_fmt.ml src/dune_lexer.ml src/dune_load.ml src/dune_project.ml vendor/boot/dune_re.ml src/dynlink_supported.ml src/env_node.ml src/errors.ml src/exe.ml src/exe_rules.ml src/expander.ml src/file_bindings.ml src/file_tree.ml src/findlib.ml src/format_rules.ml src/gen_meta.ml src/gen_rules.ml src/glob.ml src/glob_lexer.boot.ml src/hooks.ml src/import.ml src/inline_tests.boot.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/js_of_ocaml_rules.boot.ml src/lib.ml src/lib_archives.ml src/lib_deps_info.ml src/lib_file_deps.ml src/lib_info.ml src/lib_modules.ml src/lib_name.ml src/lib_rules.ml src/link_time_code_gen.ml src/local_package.ml src/log.ml src/main.ml src/menhir.boot.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_field_evaluator.ml src/ocaml_flags.ml src/ocaml_version.ml src/ocamldep.ml src/odoc.boot.ml vendor/boot/opamBaseParser.ml vendor/boot/opamLexer.ml vendor/boot/opamParserTypes.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path_dune_lang.ml src/per_item.ml src/pform.ml src/predicate_lang.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/promotion.ml src/report_error.ml src/response_file.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/simple_rules.ml src/spawn.ml src/stanza.ml src/static_deps.ml src/stats.ml src/string_with_vars.ml src/sub_dirs.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/test_rules.ml src/top_closure.ml src/utils.ml src/utop.ml src/value.ml src/variant.ml src/versioned_file.ml src/vfile_kind.ml src/vimpl.ml src/virtual_rules.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
#25 14.84 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/stdune/caml/dune_caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
#25 14.87 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/dune_lang/dune_lang.ml src/dune_lang/atom.ml src/dune_lang/dune_lexer.ml src/dune_lang/escape.ml src/dune_lang/jbuild_lexer.boot.ml src/dune_lang/lexer.ml src/dune_lang/lexer_shared.ml src/dune_lang/syntax.ml src/dune_lang/template.ml src/dune_lang/types.ml > boot-depends.txt
#25 14.97 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
#25 15.02 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
#25 15.07 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/bin.ml src/stdune/bool.ml src/stdune/bytes.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/env.ml src/stdune/escape.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/float.ml src/stdune/fmt.ml src/stdune/hashable.ml src/stdune/hashtbl.ml src/stdune/hashtbl_intf.ml src/stdune/import.ml src/stdune/int.ml src/stdune/interned.ml src/stdune/io.ml src/stdune/list.ml src/stdune/loc.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/nothing.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/path.ml src/stdune/pp.ml src/stdune/proc.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/sexp.ml src/stdune/sexp_intf.ml src/stdune/staged.ml src/stdune/string.ml src/stdune/type_eq.ml src/stdune/univ_map.ml > boot-depends.txt
#25 15.21 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/which_program/which_program.boot.ml > boot-depends.txt
#25 15.25 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
#25 15.33 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/let-syntax/lexer.mll
#25 17.04 '/tmp/opam/bootstrap/ocaml/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma threads.cma -I +threads boot.ml
#25 18.36 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#25 18.36 Alert deprecated: module Stdlib.Pervasives
#25 18.36 Use Stdlib instead.
#25 18.36
#25 18.36 If you need to stay compatible with OCaml < 4.07, you can use the
#25 18.36 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 18.37 File "src/stdune/caml/result.mli", line 6, characters 7-17:
#25 18.37 Alert deprecated: module Stdlib.Pervasives
#25 18.37 Use Stdlib instead.
#25 18.37
#25 18.37 If you need to stay compatible with OCaml < 4.07, you can use the
#25 18.37 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 18.40 File "src/stdune/list.ml", line 129, characters 23-38:
#25 18.40 Alert deprecated: module Stdlib.Pervasives
#25 18.40 Use Stdlib instead.
#25 18.40
#25 18.40 If you need to stay compatible with OCaml < 4.07, you can use the
#25 18.40 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 18.87 File "src/stdune/pp.ml", line 114, characters 8-19:
#25 18.87 Alert deprecated: Stdlib.Format.pp_open_tag
#25 18.87 Use Format.pp_open_stag.
#25 18.87 File "src/stdune/pp.ml", line 116, characters 8-20:
#25 18.87 Alert deprecated: Stdlib.Format.pp_close_tag
#25 18.87 Use Format.pp_close_stag.
#25 18.87 File "src/stdune/pp.ml", line 119, characters 18-48:
#25 18.87 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 18.87 Use Format.pp_get_formatter_stag_functions.
#25 18.87 File "src/stdune/pp.ml", line 121, characters 6-36:
#25 18.87 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 18.87 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 19.18 File "src/stdune/io.ml", line 1, characters 11-21:
#25 19.18 Alert deprecated: module Stdlib.Pervasives
#25 19.18 Use Stdlib instead.
#25 19.18
#25 19.18 If you need to stay compatible with OCaml < 4.07, you can use the
#25 19.18 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 19.51 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#25 19.51 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 19.51 Use Format.pp_get_formatter_stag_functions.
#25 19.51 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#25 19.51 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 19.51 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 20.44 File "src/colors.ml", line 105, characters 18-48:
#25 20.44 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 20.44 Use Format.pp_get_formatter_stag_functions.
#25 20.44 File "src/colors.ml", line 107, characters 6-36:
#25 20.44 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 20.44 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 23.42 File "src/super_context.ml", line 251, characters 7-11:
#25 23.42 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 35.86 ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmi,cmti}
#25 35.86 File "src/stdune/caml/result.mli", line 6, characters 7-17:
#25 35.86 6 | open Pervasives
#25 35.86 ^^^^^^^^^^
#25 35.86 Alert deprecated: module Stdlib.Pervasives
#25 35.86 Use Stdlib instead.
#25 35.86
#25 35.86 If you need to stay compatible with OCaml < 4.07, you can use the
#25 35.86 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 35.97 ocamlopt src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmx,o}
#25 35.97 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#25 35.97 4 | open Pervasives
#25 35.97 ^^^^^^^^^^
#25 35.97 Alert deprecated: module Stdlib.Pervasives
#25 35.97 Use Stdlib instead.
#25 35.97
#25 35.97 If you need to stay compatible with OCaml < 4.07, you can use the
#25 35.97 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 37.52 ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmo,cmt}
#25 37.52 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#25 37.52 4 | open Pervasives
#25 37.52 ^^^^^^^^^^
#25 37.52 Alert deprecated: module Stdlib.Pervasives
#25 37.52 Use Stdlib instead.
#25 37.52
#25 37.52 If you need to stay compatible with OCaml < 4.07, you can use the
#25 37.52 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 45.55 ocamlc src/stdune/.stdune.objs/stdune__List.{cmo,cmt}
#25 45.55 File "src/stdune/list.ml", line 129, characters 23-38:
#25 45.55 129 | let physically_equal = Pervasives.(==)
#25 45.55 ^^^^^^^^^^^^^^^
#25 45.55 Alert deprecated: module Stdlib.Pervasives
#25 45.55 Use Stdlib instead.
#25 45.55
#25 45.55 If you need to stay compatible with OCaml < 4.07, you can use the
#25 45.55 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 47.01 ocamlopt src/stdune/.stdune.objs/stdune__List.{cmx,o}
#25 47.01 File "src/stdune/list.ml", line 129, characters 23-38:
#25 47.01 129 | let physically_equal = Pervasives.(==)
#25 47.01 ^^^^^^^^^^^^^^^
#25 47.01 Alert deprecated: module Stdlib.Pervasives
#25 47.01 Use Stdlib instead.
#25 47.01
#25 47.01 If you need to stay compatible with OCaml < 4.07, you can use the
#25 47.01 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 48.15 ocamlc src/stdune/.stdune.objs/stdune__Pp.{cmo,cmt}
#25 48.15 File "src/stdune/pp.ml", line 114, characters 8-19:
#25 48.15 114 | pp_open_tag ppf (embed_tag ~opening ~closing);
#25 48.15 ^^^^^^^^^^^
#25 48.15 Alert deprecated: Stdlib.Format.pp_open_tag
#25 48.15 Use Format.pp_open_stag.
#25 48.15 File "src/stdune/pp.ml", line 116, characters 8-20:
#25 48.15 116 | pp_close_tag ppf ()
#25 48.15 ^^^^^^^^^^^^
#25 48.15 Alert deprecated: Stdlib.Format.pp_close_tag
#25 48.15 Use Format.pp_close_stag.
#25 48.15 File "src/stdune/pp.ml", line 119, characters 18-48:
#25 48.15 119 | let funcs = pp_get_formatter_tag_functions ppf () in
#25 48.15 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 48.15 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 48.15 Use Format.pp_get_formatter_stag_functions.
#25 48.15 File "src/stdune/pp.ml", line 121, characters 6-36:
#25 48.15 121 | pp_set_formatter_tag_functions ppf
#25 48.15 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 48.15 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 48.15 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 48.67 ocamlc src/stdune/.stdune.objs/stdune__Io.{cmo,cmt}
#25 48.67 File "src/stdune/io.ml", line 1, characters 11-21:
#25 48.67 1 | module P = Pervasives
#25 48.67 ^^^^^^^^^^
#25 48.67 Alert deprecated: module Stdlib.Pervasives
#25 48.67 Use Stdlib instead.
#25 48.67
#25 48.67 If you need to stay compatible with OCaml < 4.07, you can use the
#25 48.67 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 49.30 ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o}
#25 49.30 File "src/stdune/pp.ml", line 114, characters 8-19:
#25 49.30 114 | pp_open_tag ppf (embed_tag ~opening ~closing);
#25 49.30 ^^^^^^^^^^^
#25 49.30 Alert deprecated: Stdlib.Format.pp_open_tag
#25 49.30 Use Format.pp_open_stag.
#25 49.30 File "src/stdune/pp.ml", line 116, characters 8-20:
#25 49.30 116 | pp_close_tag ppf ()
#25 49.30 ^^^^^^^^^^^^
#25 49.30 Alert deprecated: Stdlib.Format.pp_close_tag
#25 49.30 Use Format.pp_close_stag.
#25 49.30 File "src/stdune/pp.ml", line 119, characters 18-48:
#25 49.30 119 | let funcs = pp_get_formatter_tag_functions ppf () in
#25 49.30 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 49.30 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 49.30 Use Format.pp_get_formatter_stag_functions.
#25 49.30 File "src/stdune/pp.ml", line 121, characters 6-36:
#25 49.30 121 | pp_set_formatter_tag_functions ppf
#25 49.30 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 49.30 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 49.30 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 50.65 ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o}
#25 50.65 File "src/stdune/io.ml", line 1, characters 11-21:
#25 50.65 1 | module P = Pervasives
#25 50.65 ^^^^^^^^^^
#25 50.65 Alert deprecated: module Stdlib.Pervasives
#25 50.65 Use Stdlib instead.
#25 50.65
#25 50.65 If you need to stay compatible with OCaml < 4.07, you can use the
#25 50.65 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 50.81 ocamlc src/dune_lang/.dune_lang.objs/dune_lang.{cmo,cmt}
#25 50.81 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#25 50.81 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
#25 50.81 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 50.81 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 50.81 Use Format.pp_get_formatter_stag_functions.
#25 50.81 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#25 50.81 108 | Format.pp_set_formatter_tag_functions ppf
#25 50.81 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 50.81 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 50.81 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 55.09 ocamlopt src/dune_lang/.dune_lang.objs/dune_lang.{cmx,o}
#25 55.09 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#25 55.09 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
#25 55.09 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 55.09 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 55.09 Use Format.pp_get_formatter_stag_functions.
#25 55.09 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#25 55.09 108 | Format.pp_set_formatter_tag_functions ppf
#25 55.09 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 55.09 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 55.09 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 57.84 ocamlopt src/.dune.objs/dune__Colors.{cmx,o}
#25 57.84 File "src/colors.ml", line 105, characters 18-48:
#25 57.84 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 57.84 Use Format.pp_get_formatter_stag_functions.
#25 57.84 File "src/colors.ml", line 107, characters 6-36:
#25 57.84 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 57.84 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 68.33 ocamlopt src/.dune.objs/dune__Super_context.{cmx,o}
#25 68.33 File "src/super_context.ml", line 251, characters 7-11:
#25 68.33 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 81.04 src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install opam.install
#25 84.73 ocamlc src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmi,cmo,cmt}
#25 84.73 File "src/dot_lexer.mll", line 38, characters 21-37:
#25 84.73 Alert deprecated: Stdlib.String.lowercase
#25 84.73 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 86.40 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmx,o}
#25 86.40 File "src/dot_lexer.mll", line 38, characters 21-37:
#25 86.40 Alert deprecated: Stdlib.String.lowercase
#25 86.40 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 86.70 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot.{cmx,o}
#25 86.70 File "src_ext/ocamlgraph/src/dot.ml", line 61, characters 40-58:
#25 86.70 61 | let compare : t -> t -> int = Pervasives.compare
#25 86.70 ^^^^^^^^^^^^^^^^^^
#25 86.70 Alert deprecated: module Stdlib.Pervasives
#25 86.70 Use Stdlib instead.
#25 86.70
#25 86.70 If you need to stay compatible with OCaml < 4.07, you can use the
#25 86.70 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 89.10 ocaml src_ext/extlib/src/compat-level
#25 89.10 sh: 1: ocamlfind: not found
#25 96.00 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Graphviz.{cmx,o}
#25 96.00 File "src_ext/ocamlgraph/src/graphviz.ml", line 27, characters 5-15:
#25 96.00 27 | open Pervasives (* for compatibility with ocaml 3.12.0+dev17
#25 96.00 ^^^^^^^^^^
#25 96.00 Alert deprecated: module Stdlib.Pervasives
#25 96.00 Use Stdlib instead.
#25 96.00
#25 96.00 If you need to stay compatible with OCaml < 4.07, you can use the
#25 96.00 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.03 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Imperative.{cmx,o}
#25 97.03 File "src_ext/ocamlgraph/src/imperative.ml", line 68, characters 20-38:
#25 97.03 68 | let compare x y = Pervasives.compare x.tag y.tag
#25 97.03 ^^^^^^^^^^^^^^^^^^
#25 97.03 Alert deprecated: module Stdlib.Pervasives
#25 97.03 Use Stdlib instead.
#25 97.03
#25 97.03 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.03 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.03 File "src_ext/ocamlgraph/src/imperative.ml", line 156, characters 18-33:
#25 97.03 156 | g.size <- Pervasives.succ g.size;
#25 97.03 ^^^^^^^^^^^^^^^
#25 97.03 Alert deprecated: module Stdlib.Pervasives
#25 97.03 Use Stdlib instead.
#25 97.03
#25 97.03 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.03 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.03 File "src_ext/ocamlgraph/src/imperative.ml", line 172, characters 18-33:
#25 97.03 172 | g.size <- Pervasives.pred g.size
#25 97.03 ^^^^^^^^^^^^^^^
#25 97.03 Alert deprecated: module Stdlib.Pervasives
#25 97.03 Use Stdlib instead.
#25 97.03
#25 97.03 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.03 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.03 File "src_ext/ocamlgraph/src/imperative.ml", line 193, characters 18-33:
#25 97.03 193 | g.size <- Pervasives.succ g.size;
#25 97.03 ^^^^^^^^^^^^^^^
#25 97.03 Alert deprecated: module Stdlib.Pervasives
#25 97.03 Use Stdlib instead.
#25 97.03
#25 97.03 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.03 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.03 File "src_ext/ocamlgraph/src/imperative.ml", line 214, characters 18-33:
#25 97.03 214 | g.size <- Pervasives.pred g.size
#25 97.03 ^^^^^^^^^^^^^^^
#25 97.03 Alert deprecated: module Stdlib.Pervasives
#25 97.03 Use Stdlib instead.
#25 97.03
#25 97.03 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.03 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.03 File "src_ext/ocamlgraph/src/imperative.ml", line 362, characters 36-54:
#25 97.03 362 | let compare : t -> t -> int = Pervasives.compare
#25 97.03 ^^^^^^^^^^^^^^^^^^
#25 97.03 Alert deprecated: module Stdlib.Pervasives
#25 97.03 Use Stdlib instead.
#25 97.03
#25 97.03 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.03 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.03 File "src_ext/ocamlgraph/src/imperative.ml", line 372, characters 36-54:
#25 97.03 372 | let compare : t -> t -> int = Pervasives.compare
#25 97.03 ^^^^^^^^^^^^^^^^^^
#25 97.03 Alert deprecated: module Stdlib.Pervasives
#25 97.03 Use Stdlib instead.
#25 97.03
#25 97.03 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.03 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.20 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Persistent.{cmx,o}
#25 98.20 File "src_ext/ocamlgraph/src/persistent.ml", line 51, characters 20-38:
#25 98.20 51 | let compare x y = Pervasives.compare x.tag y.tag
#25 98.20 ^^^^^^^^^^^^^^^^^^
#25 98.20 Alert deprecated: module Stdlib.Pervasives
#25 98.20 Use Stdlib instead.
#25 98.20
#25 98.20 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.20 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.20 File "src_ext/ocamlgraph/src/persistent.ml", line 144, characters 17-32:
#25 98.20 144 | size = Pervasives.succ g.size }
#25 98.20 ^^^^^^^^^^^^^^^
#25 98.20 Alert deprecated: module Stdlib.Pervasives
#25 98.20 Use Stdlib instead.
#25 98.20
#25 98.20 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.20 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.20 File "src_ext/ocamlgraph/src/persistent.ml", line 157, characters 28-43:
#25 98.20 157 | { edges = e; size = Pervasives.pred g.size }
#25 98.20 ^^^^^^^^^^^^^^^
#25 98.20 Alert deprecated: module Stdlib.Pervasives
#25 98.20 Use Stdlib instead.
#25 98.20
#25 98.20 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.20 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.20 File "src_ext/ocamlgraph/src/persistent.ml", line 177, characters 17-32:
#25 98.20 177 | size = Pervasives.succ g.size }
#25 98.20 ^^^^^^^^^^^^^^^
#25 98.20 Alert deprecated: module Stdlib.Pervasives
#25 98.20 Use Stdlib instead.
#25 98.20
#25 98.20 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.20 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.20 File "src_ext/ocamlgraph/src/persistent.ml", line 196, characters 17-32:
#25 98.20 196 | size = Pervasives.pred g.size }
#25 98.20 ^^^^^^^^^^^^^^^
#25 98.20 Alert deprecated: module Stdlib.Pervasives
#25 98.20 Use Stdlib instead.
#25 98.20
#25 98.20 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.20 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.74 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Cliquetree.{cmx,o}
#25 98.74 File "src_ext/ocamlgraph/src/cliquetree.ml", line 106, characters 38-56:
#25 98.74 106 | let compare : t -> t -> int = Pervasives.compare
#25 98.74 ^^^^^^^^^^^^^^^^^^
#25 98.74 Alert deprecated: module Stdlib.Pervasives
#25 98.74 Use Stdlib instead.
#25 98.74
#25 98.74 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.74 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.74 File "src_ext/ocamlgraph/src/cliquetree.ml", line 114, characters 40-58:
#25 98.74 114 | let compare (x, _ : t) (y, _ : t) = Pervasives.compare x y
#25 98.74 ^^^^^^^^^^^^^^^^^^
#25 98.74 Alert deprecated: module Stdlib.Pervasives
#25 98.74 Use Stdlib instead.
#25 98.74
#25 98.74 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.74 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.17 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Pack.{cmx,o}
#25 99.17 File "src_ext/ocamlgraph/src/pack.ml", line 52, characters 34-52:
#25 99.17 52 | let compare : t -> t -> int = Pervasives.compare
#25 99.17 ^^^^^^^^^^^^^^^^^^
#25 99.17 Alert deprecated: module Stdlib.Pervasives
#25 99.17 Use Stdlib instead.
#25 99.17
#25 99.17 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.17 File "src_ext/ocamlgraph/src/pack.ml", line 69, characters 34-52:
#25 99.17 69 | let compare : t -> t -> int = Pervasives.compare
#25 99.17 ^^^^^^^^^^^^^^^^^^
#25 99.17 Alert deprecated: module Stdlib.Pervasives
#25 99.17 Use Stdlib instead.
#25 99.17
#25 99.17 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.17 File "src_ext/ocamlgraph/src/pack.ml", line 97, characters 34-52:
#25 99.17 97 | let compare : t -> t -> int = Pervasives.compare
#25 99.17 ^^^^^^^^^^^^^^^^^^
#25 99.17 Alert deprecated: module Stdlib.Pervasives
#25 99.17 Use Stdlib instead.
#25 99.17
#25 99.17 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.17 File "src_ext/ocamlgraph/src/pack.ml", line 200, characters 32-50:
#25 99.17 200 | let compare : t -> t -> int = Pervasives.compare
#25 99.17 ^^^^^^^^^^^^^^^^^^
#25 99.17 Alert deprecated: module Stdlib.Pervasives
#25 99.17 Use Stdlib instead.
#25 99.17
#25 99.17 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.17 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 143.5 gcc src_ext/mccs/src/lp_solver.o
#25 143.5 lp_solver.cpp: In member function 'virtual int lp_solver::solve()':
#25 143.5 lp_solver.cpp:144:53: warning: '%s' directive writing up to 255 bytes into a region of size between 239 and 1004 [-Wformat-overflow=]
#25 143.5 144 | sprintf(command, "cat %s >> %s && %s %s | tee %s",
#25 143.5 | ^~
#25 143.5 In file included from /usr/include/stdio.h:980,
#25 143.5 from ./cudf.h:21,
#25 143.5 from ./abstract_solver.h:14,
#25 143.5 from ./lp_solver.h:13,
#25 143.5 from lp_solver.cpp:8:
#25 143.5 In function 'int sprintf(char*, const char*, ...)',
#25 143.5 inlined from 'virtual int lp_solver::solve()' at lp_solver.cpp:144:14:
#25 143.5 /usr/include/riscv64-linux-gnu/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 21 or more bytes (assuming 1041) into a destination of size 1024
#25 143.5 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
#25 143.5 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#25 143.5 31 | __glibc_objsize (__s), __fmt,
#25 143.5 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#25 143.5 32 | __va_arg_pack ());
#25 143.5 | ~~~~~~~~~~~~~~~~~
#25 143.5 lp_solver.cpp: In member function 'virtual int lp_solver::solve()':
#25 143.5 lp_solver.cpp:140:47: warning: '%s' directive writing up to 255 bytes into a region of size between 245 and 1010 [-Wformat-overflow=]
#25 143.5 140 | sprintf(command, "cat %s >> %s; %s %s > %s 2> /dev/null",
#25 143.5 | ^~
#25 143.5 In function 'int sprintf(char*, const char*, ...)',
#25 143.5 inlined from 'virtual int lp_solver::solve()' at lp_solver.cpp:140:14:
#25 143.5 /usr/include/riscv64-linux-gnu/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 28 or more bytes (assuming 1048) into a destination of size 1024
#25 143.5 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
#25 143.5 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#25 143.5 31 | __glibc_objsize (__s), __fmt,
#25 143.5 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#25 143.5 32 | __va_arg_pack ());
#25 143.5 | ~~~~~~~~~~~~~~~~~
#25 150.4 ocamlc src/core/.opam_core.objs/opamStubsTypes.{cmi,cmo,cmt}
#25 150.4 File "src/core/opamStubsTypes.ml", line 1:
#25 150.4 Warning 70 [missing-mli]: Cannot find interface file.
#25 151.6 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_base.{cmx,o}
#25 151.6 File "src_ext/cmdliner/src/cmdliner_base.ml", line 14, characters 16-32:
#25 151.6 14 | let lowercase = String.lowercase
#25 151.6 ^^^^^^^^^^^^^^^^
#25 151.6 Alert deprecated: Stdlib.String.lowercase
#25 151.6 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 151.6 File "src_ext/cmdliner/src/cmdliner_base.ml", line 15, characters 16-32:
#25 151.6 15 | let uppercase = String.lowercase
#25 151.6 ^^^^^^^^^^^^^^^^
#25 151.6 Alert deprecated: Stdlib.String.lowercase
#25 151.6 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 151.6 File "src_ext/cmdliner/src/cmdliner_base.ml", line 16, characters 17-34:
#25 151.6 16 | let capitalize = String.capitalize
#25 151.6 ^^^^^^^^^^^^^^^^^
#25 151.6 Alert deprecated: Stdlib.String.capitalize
#25 151.6 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#25 151.6 File "src_ext/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27:
#25 151.6 158 | `Error (err_ambiguous "enum value" s ambs)
#25 151.6 ^^^^^^^^^^^^^
#25 151.6 Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
#25 153.1 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_docgen.{cmx,o}
#25 153.1 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39:
#25 153.1 278 | if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
#25 153.1 ^^^^^^^^^^^^^^^^
#25 153.1 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#25 153.1 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56:
#25 153.1 293 | let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
#25 153.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 153.1 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#25 153.1 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51:
#25 153.1 294 | let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
#25 153.1 ^^^^^^^^^^^^^^^^
#25 153.1 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#25 153.1 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52:
#25 153.1 295 | let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
#25 153.1 ^^^^^^^^^^^^^^^^
#25 153.1 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#25 153.6 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_cline.{cmx,o}
#25 153.6 File "src_ext/cmdliner/src/cmdliner_cline.ml", line 118, characters 20-47:
#25 153.6 118 | let err = Cmdliner_base.err_ambiguous "option" name ambs in
#25 153.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 153.6 Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
#25 154.2 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_arg.{cmx,o}
#25 154.2 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 166, characters 24-50:
#25 154.2 166 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
#25 154.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 154.2 Warning 6 [labels-omitted]: label err was omitted in the application of this function.
#25 154.2 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 216, characters 24-50:
#25 154.2 216 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
#25 154.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 154.2 Warning 6 [labels-omitted]: label err was omitted in the application of this function.
#25 154.2 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 233, characters 10-36:
#25 154.2 233 | let a = Cmdliner_info.arg_make_pos pos a in
#25 154.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 154.2 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#25 154.6 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner.{cmx,o}
#25 154.6 File "src_ext/cmdliner/src/cmdliner.ml", line 184, characters 25-47:
#25 154.6 184 | | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
#25 154.6 ^^^^^^^^^^^^^^^^^^^^^^
#25 154.6 Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
#25 154.6 File "src_ext/cmdliner/src/cmdliner.ml", line 274, characters 25-40:
#25 154.6 274 | let exit ?term_err r = Pervasives.exit (exit_status_of_result ?term_err r)
#25 154.6 ^^^^^^^^^^^^^^^
#25 154.6 Alert deprecated: module Stdlib.Pervasives
#25 154.6 Use Stdlib instead.
#25 154.6
#25 154.6 If you need to stay compatible with OCaml < 4.07, you can use the
#25 154.6 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 154.6 File "src_ext/cmdliner/src/cmdliner.ml", line 276, characters 4-19:
#25 154.6 276 | Pervasives.exit (exit_status_of_status_result ?term_err r)
#25 154.6 ^^^^^^^^^^^^^^^
#25 154.6 Alert deprecated: module Stdlib.Pervasives
#25 154.6 Use Stdlib instead.
#25 154.6
#25 154.6 If you need to stay compatible with OCaml < 4.07, you can use the
#25 154.6 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 160.0 ocamlopt src_ext/extlib/src/.extlib.objs/extArray.{cmx,o}
#25 160.0 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#25 160.0 Alert deprecated: make_float
#25 160.0 Use Array.create_float/ArrayLabels.create_float instead.
#25 160.0 File "array.mli", lines 75-77, characters 0-63:
#25 160.0 Definition
#25 160.0 File "src_ext/extlib/src/extArray.mli", line 121, characters 2-37:
#25 160.0 Expected signature
#25 160.0 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#25 160.0 Alert deprecated: create
#25 160.0 Use Array.make/ArrayLabels.make instead.
#25 160.0 File "array.mli", lines 66-67, characters 0-65:
#25 160.0 Definition
#25 160.0 File "src_ext/extlib/src/extArray.mli", line 145, characters 2-60:
#25 160.0 Expected signature
#25 160.0 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#25 160.0 Alert deprecated: create_matrix
#25 160.0 Use Array.make_matrix/ArrayLabels.make_matrix instead.
#25 160.0 File "array.mli", lines 103-105, characters 0-61:
#25 160.0 Definition
#25 160.0 File "src_ext/extlib/src/extArray.mli", line 148, characters 2-56:
#25 160.0 Expected signature
#25 160.6 ocamlopt src_ext/extlib/src/.extlib.objs/extString.{cmx,o}
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: set
#25 160.6 Use Bytes.set/BytesLabels.set instead.
#25 160.6 File "string.mli", lines 412-413, characters 0-63:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 179, characters 2-42:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: create
#25 160.6 Use Bytes.create/BytesLabels.create instead.
#25 160.6 File "string.mli", lines 403-404, characters 0-69:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 180, characters 2-29:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: copy
#25 160.6 Strings now immutable: no need to copy
#25 160.6 File "string.mli", lines 432-433, characters 0-63:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 182, characters 2-29:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: fill
#25 160.6 Use Bytes.fill/BytesLabels.fill instead.
#25 160.6 File "string.mli", lines 439-440, characters 0-65:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 184, characters 2-50:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: uppercase
#25 160.6 Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
#25 160.6 File "string.mli", lines 449-451, characters 0-71:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 200, characters 2-34:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: lowercase
#25 160.6 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 160.6 File "string.mli", lines 458-460, characters 0-71:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 201, characters 2-34:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: capitalize
#25 160.6 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#25 160.6 File "string.mli", lines 467-469, characters 0-73:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 202, characters 2-35:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: uncapitalize
#25 160.6 Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
#25 160.6 File "string.mli", lines 475-477, characters 0-77:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 203, characters 2-37:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: unsafe_set
#25 160.6 File "string.mli", lines 608-609, characters 0-22:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 219, characters 2-49:
#25 160.6 Expected signature
#25 160.6 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 160.6 Alert deprecated: unsafe_fill
#25 160.6 File "string.mli", lines 613-615, characters 0-22:
#25 160.6 Definition
#25 160.6 File "src_ext/extlib/src/extString.mli", line 221, characters 2-57:
#25 160.6 Expected signature
#25 160.8 ocamlopt src_ext/extlib/src/.extlib.objs/extList.{cmx,o}
#25 160.8 File "src_ext/extlib/src/extList.ml", line 383, characters 15-33:
#25 160.8 Alert deprecated: module Stdlib.Pervasives
#25 160.8 Use Stdlib instead.
#25 160.8
#25 160.8 If you need to stay compatible with OCaml < 4.07, you can use the
#25 160.8 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 161.1 ocamlopt src/core/.opam_core.objs/opamStd.{cmx,o}
#25 161.1 File "src/core/opamStd.ml", line 431, characters 32-46:
#25 161.1 431 | let subs = Array.to_list (Re.get_all_ofs subs) in
#25 161.1 ^^^^^^^^^^^^^^
#25 161.1 Alert deprecated: Re.get_all_ofs
#25 161.1 Use Group.all_offset
#25 161.4 ocamlopt src_ext/extlib/src/.extlib.objs/IO.{cmx,o}
#25 161.4 File "src_ext/extlib/src/IO.ml", line 313, characters 14-30:
#25 161.4 Alert deprecated: module Stdlib.Pervasives
#25 161.4 Use Stdlib instead.
#25 161.4
#25 161.4 If you need to stay compatible with OCaml < 4.07, you can use the
#25 161.4 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 161.4 File "src_ext/extlib/src/IO.ml", line 317, characters 26-45:
#25 161.4 Alert deprecated: module Stdlib.Pervasives
#25 161.4 Use Stdlib instead.
#25 161.4
#25 161.4 If you need to stay compatible with OCaml < 4.07, you can use the
#25 161.4 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 161.4 File "src_ext/extlib/src/IO.ml", line 323, characters 31-48:
#25 161.4 Alert deprecated: module Stdlib.Pervasives
#25 161.4 Use Stdlib instead.
#25 161.4
#25 161.4 If you need to stay compatible with OCaml < 4.07, you can use the
#25 161.4 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 161.4 File "src_ext/extlib/src/IO.ml", line 324, characters 27-47:
#25 161.4 Alert deprecated: module Stdlib.Pervasives
#25 161.4 Use Stdlib instead.
#25 161.4
#25 161.4 If you need to stay compatible with OCaml < 4.07, you can use the
#25 161.4 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 161.4 File "src_ext/extlib/src/IO.ml", line 325, characters 27-43:
#25 161.4 Alert deprecated: module Stdlib.Pervasives
#25 161.4 Use Stdlib instead.
#25 161.4
#25 161.4 If you need to stay compatible with OCaml < 4.07, you can use the
#25 161.4 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 161.4 File "src_ext/extlib/src/IO.ml", line 792, characters 22-32:
#25 161.4 Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
#25 162.9 ocamlopt src/core/.opam_core.objs/opamProcess.{cmx,o}
#25 162.9 File "src/core/opamProcess.ml", line 382, characters 9-24:
#25 162.9 382 | (let open OpamCompat in
#25 162.9 ^^^^^^^^^^^^^^^
#25 162.9 Warning 33 [unused-open]: unused open OpamCompat.
#25 163.9 ocamlopt src_ext/cudf/.cudf.objs/cudf_types_pp.{cmx,o}
#25 163.9 File "src_ext/cudf/cudf_types_pp.ml", line 92, characters 27-37:
#25 163.9 92 | | `Enum l -> `Enum (l, parse_enum l s)
#25 163.9 ^^^^^^^^^^
#25 163.9 Warning 6 [labels-omitted]: label enums was omitted in the application of this function.
#25 163.9 File "src_ext/cudf/cudf_types_pp.ml", line 104, characters 20-44:
#25 163.9 104 | let string_of_int = Pervasives.string_of_int
#25 163.9 ^^^^^^^^^^^^^^^^^^^^^^^^
#25 163.9 Alert deprecated: module Stdlib.Pervasives
#25 163.9 Use Stdlib instead.
#25 163.9
#25 163.9 If you need to stay compatible with OCaml < 4.07, you can use the
#25 163.9 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 163.9 File "src_ext/cudf/cudf_types_pp.ml", line 107, characters 21-46:
#25 163.9 107 | let string_of_bool = Pervasives.string_of_bool
#25 163.9 ^^^^^^^^^^^^^^^^^^^^^^^^^
#25 163.9 Alert deprecated: module Stdlib.Pervasives
#25 163.9 Use Stdlib instead.
#25 163.9
#25 163.9 If you need to stay compatible with OCaml < 4.07, you can use the
#25 163.9 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 164.2 ocamlopt src_ext/cudf/.cudf.objs/cudf.{cmx,o}
#25 164.2 File "src_ext/cudf/cudf.ml", line 76, characters 2-20:
#25 164.2 76 | Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version)
#25 164.2 ^^^^^^^^^^^^^^^^^^
#25 164.2 Alert deprecated: module Stdlib.Pervasives
#25 164.2 Use Stdlib instead.
#25 164.2
#25 164.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 164.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 164.2 File "src_ext/cudf/cudf.ml", line 79, characters 2-20:
#25 164.2 79 | Pervasives.compare (pkg2.package, pkg2.version) (pkg1.package, pkg1.version)
#25 164.2 ^^^^^^^^^^^^^^^^^^
#25 164.2 Alert deprecated: module Stdlib.Pervasives
#25 164.2 Use Stdlib instead.
#25 164.2
#25 164.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 164.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 164.5 ocamlc src/tools/.opam_installer.eobjs/opam_installer.{cmi,cmo,cmt}
#25 164.5 File "src/tools/opam_installer.ml", line 1:
#25 164.5 Warning 70 [missing-mli]: Cannot find interface file.
#25 164.8 ocamlc src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmi,cmo,cmt}
#25 164.8 File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
#25 164.8 Alert deprecated: module Stdlib.Pervasives
#25 164.8 Use Stdlib instead.
#25 164.8
#25 164.8 If you need to stay compatible with OCaml < 4.07, you can use the
#25 164.8 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 164.8 File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
#25 164.8 Alert deprecated: module Stdlib.Pervasives
#25 164.8 Use Stdlib instead.
#25 164.8
#25 164.8 If you need to stay compatible with OCaml < 4.07, you can use the
#25 164.8 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 164.8 File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
#25 164.8 Alert deprecated: module Stdlib.Pervasives
#25 164.8 Use Stdlib instead.
#25 164.8
#25 164.8 If you need to stay compatible with OCaml < 4.07, you can use the
#25 164.8 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 164.8 File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
#25 164.8 Alert deprecated: module Stdlib.Pervasives
#25 164.8 Use Stdlib instead.
#25 164.8
#25 164.8 If you need to stay compatible with OCaml < 4.07, you can use the
#25 164.8 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 165.5 ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmi,cmo,cmt}
#25 165.5 File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
#25 165.5 Alert deprecated: module Stdlib.Pervasives
#25 165.5 Use Stdlib instead.
#25 165.5
#25 165.5 If you need to stay compatible with OCaml < 4.07, you can use the
#25 165.5 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 165.5 File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
#25 165.5 Alert deprecated: module Stdlib.Pervasives
#25 165.5 Use Stdlib instead.
#25 165.5
#25 165.5 If you need to stay compatible with OCaml < 4.07, you can use the
#25 165.5 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 165.5 ocamlopt src/core/.opam_core.objs/opamFilename.{cmx,o}
#25 165.5 File "src/core/opamFilename.ml", line 349, characters 11-25:
#25 165.5 349 | let link ?(relative=false) ~target ~link =
#25 165.5 ^^^^^^^^^^^^^^
#25 165.5 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 165.7 ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmi,cmo,cmt}
#25 165.7 File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
#25 165.7 Alert deprecated: module Stdlib.Pervasives
#25 165.7 Use Stdlib instead.
#25 165.7
#25 165.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 165.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 166.1 ocamlopt src/core/.opam_core.objs/opamUrl.{cmx,o}
#25 166.1 File "src/core/opamUrl.ml", line 56, characters 10-20:
#25 166.1 56 | match Re.get_all (Re.exec re u) with
#25 166.1 ^^^^^^^^^^
#25 166.1 Alert deprecated: Re.get_all
#25 166.1 Use Group.all
#25 166.1 File "src/core/opamUrl.ml", line 109, characters 12-18:
#25 166.1 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
#25 166.1 ^^^^^^
#25 166.1 Alert deprecated: Re.get
#25 166.1 Use Group.get
#25 166.1 File "src/core/opamUrl.ml", line 109, characters 37-43:
#25 166.1 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
#25 166.1 ^^^^^^
#25 166.1 Alert deprecated: Re.get
#25 166.1 Use Group.get
#25 166.1 File "src/core/opamUrl.ml", line 219, characters 6-12:
#25 166.1 219 | Re.get (Re.exec re t.path) 1
#25 166.1 ^^^^^^
#25 166.1 Alert deprecated: Re.get
#25 166.1 Use Group.get
#25 166.4 ocamlc src/solver/.opam_solver.objs/opamCudfSolverSig.{cmi,cmo,cmt}
#25 166.4 File "src/solver/opamCudfSolverSig.ml", line 1:
#25 166.4 Warning 70 [missing-mli]: Cannot find interface file.
#25 166.7 ocamlopt src_ext/dose3/common/.common.objs/common__Util.{cmx,o}
#25 166.7 File "src_ext/dose3/common/util.ml", line 90, characters 6-23:
#25 166.7 Alert deprecated: Stdlib.String.capitalize
#25 166.7 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#25 166.7 File "src_ext/dose3/common/util.ml", line 96, characters 6-21:
#25 166.7 Alert deprecated: module Stdlib.Pervasives
#25 166.7 Use Stdlib instead.
#25 166.7
#25 166.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 166.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 166.7 File "src_ext/dose3/common/util.ml", line 103, characters 6-21:
#25 166.7 Alert deprecated: module Stdlib.Pervasives
#25 166.7 Use Stdlib instead.
#25 166.7
#25 166.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 166.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 166.7 File "src_ext/dose3/common/util.ml", line 163, characters 6-21:
#25 166.7 Alert deprecated: module Stdlib.Pervasives
#25 166.7 Use Stdlib instead.
#25 166.7
#25 166.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 166.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 168.1 ocamlopt src/format/.opam_format.objs/opamFormula.{cmx,o}
#25 168.1 File "src/format/opamFormula.ml", line 31, characters 7-24:
#25 168.1 31 | (OpamPrinter.relop r)
#25 168.1 ^^^^^^^^^^^^^^^^^
#25 168.1 Alert deprecated: OpamPrinter.relop
#25 168.1 Use OpamPrinter.FullPos.relop instead.
#25 168.1 File "src/format/opamFormula.ml", line 43, characters 7-24:
#25 168.1 43 | (OpamPrinter.relop r)
#25 168.1 ^^^^^^^^^^^^^^^^^
#25 168.1 Alert deprecated: OpamPrinter.relop
#25 168.1 Use OpamPrinter.FullPos.relop instead.
#25 168.1 File "src/format/opamFormula.ml", line 234, characters 28-45:
#25 168.1 234 | Printf.sprintf "%s %s" (OpamPrinter.relop relop)
#25 168.1 ^^^^^^^^^^^^^^^^^
#25 168.1 Alert deprecated: OpamPrinter.relop
#25 168.1 Use OpamPrinter.FullPos.relop instead.
#25 169.8 ocamlopt src/format/.opam_format.objs/opamFilter.{cmx,o}
#25 169.8 File "src/format/opamFilter.ml", line 44, characters 36-53:
#25 169.8 44 | (aux ~context:`Relop e) (OpamPrinter.relop s) (aux ~context:`Relop f))
#25 169.8 ^^^^^^^^^^^^^^^^^
#25 169.8 Alert deprecated: OpamPrinter.relop
#25 169.8 Use OpamPrinter.FullPos.relop instead.
#25 169.8 File "src/format/opamFilter.ml", line 109, characters 11-18:
#25 169.8 109 | if Re.test ss 2 then
#25 169.8 ^^^^^^^
#25 169.8 Alert deprecated: Re.test
#25 169.8 Use Group.test
#25 169.8 File "src/format/opamFilter.ml", line 110, characters 15-21:
#25 169.8 110 | aux (Re.get ss 1 :: acc)
#25 169.8 ^^^^^^
#25 169.8 Alert deprecated: Re.get
#25 169.8 Use Group.get
#25 169.8 File "src/format/opamFilter.ml", line 111, characters 18-28:
#25 169.8 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
#25 169.8 ^^^^^^^^^^
#25 169.8 Alert deprecated: Re.get_ofs
#25 169.8 Use Group.offset
#25 169.8 File "src/format/opamFilter.ml", line 111, characters 52-58:
#25 169.8 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
#25 169.8 ^^^^^^
#25 169.8 Alert deprecated: Re.get
#25 169.8 Use Group.get
#25 169.8 File "src/format/opamFilter.ml", line 524, characters 38-55:
#25 169.8 524 | Printf.sprintf "%s \"%s\"" (OpamPrinter.relop op) s
#25 169.8 ^^^^^^^^^^^^^^^^^
#25 169.8 Alert deprecated: OpamPrinter.relop
#25 169.8 Use OpamPrinter.FullPos.relop instead.
#25 169.8 File "src/format/opamFilter.ml", line 526, characters 34-51:
#25 169.8 526 | Printf.sprintf "%s %s" (OpamPrinter.relop op) (to_string v)
#25 169.8 ^^^^^^^^^^^^^^^^^
#25 169.8 Alert deprecated: OpamPrinter.relop
#25 169.8 Use OpamPrinter.FullPos.relop instead.
#25 169.8 File "src/format/opamFilter.ml", line 528, characters 36-53:
#25 169.8 528 | Printf.sprintf "%s (%s)" (OpamPrinter.relop op) (to_string v)
#25 169.8 ^^^^^^^^^^^^^^^^^
#25 169.8 Alert deprecated: OpamPrinter.relop
#25 169.8 Use OpamPrinter.FullPos.relop instead.
#25 170.1 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmx,o}
#25 170.1 File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
#25 170.1 Alert deprecated: module Stdlib.Pervasives
#25 170.1 Use Stdlib instead.
#25 170.1
#25 170.1 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.1 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.1 File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
#25 170.1 Alert deprecated: module Stdlib.Pervasives
#25 170.1 Use Stdlib instead.
#25 170.1
#25 170.1 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.1 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.1 File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
#25 170.1 Alert deprecated: module Stdlib.Pervasives
#25 170.1 Use Stdlib instead.
#25 170.1
#25 170.1 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.1 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.1 File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
#25 170.1 Alert deprecated: module Stdlib.Pervasives
#25 170.1 Use Stdlib instead.
#25 170.1
#25 170.1 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.1 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.7 ocamlopt src/format/.opam_format.objs/opamFormat.{cmx,o}
#25 170.7 File "src/format/opamFormat.ml", line 822, characters 21-48:
#25 170.7 822 | let str = OpamPrinter.Normalise.items items in
#25 170.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 170.7 Alert deprecated: module OpamPrinter.Normalise
#25 170.7 Use OpamPrinter.FullPos.Normalise instead.
#25 170.7 File "src/format/opamFormat.ml", line 829, characters 28-55:
#25 170.7 829 | assert (check sgs (OpamPrinter.Normalise.items items));
#25 170.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 170.7 Alert deprecated: module OpamPrinter.Normalise
#25 170.7 Use OpamPrinter.FullPos.Normalise instead.
#25 171.2 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Diagnostic.{cmx,o}
#25 171.2 File "src_ext/dose3/algo/diagnostic.ml", line 308, characters 12-30:
#25 171.2 Alert deprecated: module Stdlib.Pervasives
#25 171.2 Use Stdlib instead.
#25 171.2
#25 171.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 171.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 171.2 File "src_ext/dose3/algo/diagnostic.ml", line 509, characters 20-38:
#25 171.2 Alert deprecated: module Stdlib.Pervasives
#25 171.2 Use Stdlib instead.
#25 171.2
#25 171.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 171.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 172.0 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmx,o}
#25 172.0 File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
#25 172.0 Alert deprecated: module Stdlib.Pervasives
#25 172.0 Use Stdlib instead.
#25 172.0
#25 172.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 172.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 172.0 File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
#25 172.0 Alert deprecated: module Stdlib.Pervasives
#25 172.0 Use Stdlib instead.
#25 172.0
#25 172.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 172.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 172.6 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmx,o}
#25 172.6 File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
#25 172.6 Alert deprecated: module Stdlib.Pervasives
#25 172.6 Use Stdlib instead.
#25 172.6
#25 172.6 If you need to stay compatible with OCaml < 4.07, you can use the
#25 172.6 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 176.1 ocamlopt src/format/.opam_format.objs/opamFile.{cmx,o}
#25 176.1 File "src/format/opamFile.ml", line 545, characters 10-33:
#25 176.1 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
#25 176.1 ^^^^^^^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamLexer.env_update_op
#25 176.1 Use OpamLexer.FullPos.env_update_op instead.
#25 176.1 File "src/format/opamFile.ml", line 545, characters 35-60:
#25 176.1 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
#25 176.1 ^^^^^^^^^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.env_update_op
#25 176.1 Use OpamPrinter.FullPos.env_update_op instead.
#25 176.1 File "src/format/opamFile.ml", line 723, characters 8-23:
#25 176.1 723 | try OpamParser.main OpamLexer.token lexbuf filename with
#25 176.1 ^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamParser.main
#25 176.1 Use OpamParser.FullPos.main instead.
#25 176.1 File "src/format/opamFile.ml", line 735, characters 9-36:
#25 176.1 735 | OpamPrinter.format_opamfile fmt file)
#25 176.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.format_opamfile
#25 176.1 Use OpamPrinter.FullPos.format_opamfile instead.
#25 176.1 File "src/format/opamFile.ml", line 748, characters 4-24:
#25 176.1 748 | OpamPrinter.opamfile t
#25 176.1 ^^^^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.opamfile
#25 176.1 Use OpamPrinter.FullPos.opamfile instead.
#25 176.1 File "src/format/opamFile.ml", line 823, characters 19-36:
#25 176.1 823 | OpamPrinter.items [f] :: strs
#25 176.1 ^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.items
#25 176.1 Use OpamPrinter.FullPos.items instead.
#25 176.1 File "src/format/opamFile.ml", line 854, characters 17-34:
#25 176.1 854 | OpamPrinter.items f :: strs
#25 176.1 ^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.items
#25 176.1 Use OpamPrinter.FullPos.items instead.
#25 176.1 File "src/format/opamFile.ml", line 862, characters 38-55:
#25 176.1 862 | (if rem = [] then [""] else [OpamPrinter.items rem;""]))
#25 176.1 ^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.items
#25 176.1 Use OpamPrinter.FullPos.items instead.
#25 176.1 File "src/format/opamFile.ml", line 1277, characters 21-36:
#25 176.1 1277 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
#25 176.1 ^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamParser.file
#25 176.1 Use OpamParser.FullPos.file instead.
#25 176.1 File "src/format/opamFile.ml", line 1648, characters 21-36:
#25 176.1 1648 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
#25 176.1 ^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamParser.file
#25 176.1 Use OpamParser.FullPos.file instead.
#25 177.1 ocamlopt src/repository/.opam_repository.objs/opamDownload.{cmx,o}
#25 177.1 File "src/repository/opamDownload.ml", line 44, characters 36-44:
#25 177.1 44 | let download_args ~url ~out ~retry ?checksum ~compress =
#25 177.1 ^^^^^^^^
#25 177.1 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 177.1 File "src/repository/opamDownload.ml", line 102, characters 32-40:
#25 177.1 102 | let download_command ~compress ?checksum ~url ~dst =
#25 177.1 ^^^^^^^^
#25 177.1 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 177.1 File "src/repository/opamDownload.ml", line 120, characters 60-73:
#25 177.1 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#25 177.1 ^^^^^^^^^^^^^
#25 177.1 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 177.1 File "src/repository/opamDownload.ml", line 120, characters 49-57:
#25 177.1 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#25 177.1 ^^^^^^^^
#25 177.1 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 177.1 File "src/repository/opamDownload.ml", line 120, characters 32-46:
#25 177.1 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#25 177.1 ^^^^^^^^^^^^^^
#25 177.1 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 177.1 File "src/repository/opamDownload.ml", line 120, characters 6-17:
#25 177.1 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#25 177.1 ^^^^^^^^^^^
#25 177.1 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 179.2 ocamlopt src/solver/.opam_solver.objs/opamCudf.{cmx,o}
#25 179.2 File "src/solver/opamCudf.ml", line 219, characters 47-64:
#25 179.2 219 | | Some (r,v) -> Printf.sprintf " (%s %d)" (OpamPrinter.relop r) v in
#25 179.2 ^^^^^^^^^^^^^^^^^
#25 179.2 Alert deprecated: OpamPrinter.relop
#25 179.2 Use OpamPrinter.FullPos.relop instead.
#25 180.6 ocamlopt src/state/.opam_state.objs/opamPinned.{cmx,o}
#25 180.6 File "src/state/opamPinned.ml", line 126, characters 34-51:
#25 180.6 126 | (OpamPrinter.relop op) (OpamPackage.Version.to_string vc))
#25 180.6 ^^^^^^^^^^^^^^^^^
#25 180.6 Alert deprecated: OpamPrinter.relop
#25 180.6 Use OpamPrinter.FullPos.relop instead.
#25 184.1 ocamlopt src/state/.opam_state.objs/opamSwitchState.{cmx,o}
#25 184.1 File "src/state/opamSwitchState.ml", line 668, characters 41-58:
#25 184.1 668 | (match relop with `Eq -> "" | r -> OpamPrinter.relop r)
#25 184.1 ^^^^^^^^^^^^^^^^^
#25 184.1 Alert deprecated: OpamPrinter.relop
#25 184.1 Use OpamPrinter.FullPos.relop instead.
#25 185.8 ocamlopt src/client/.opam_client.objs/opamConfigCommand.{cmx,o}
#25 185.8 File "src/client/opamConfigCommand.ml", line 216, characters 42-62:
#25 185.8 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false)
#25 185.8 ^^^^^^^^^^^^^^^^^^^^
#25 185.8 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 185.8 File "src/client/opamConfigCommand.ml", line 216, characters 20-38:
#25 185.8 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false)
#25 185.8 ^^^^^^^^^^^^^^^^^^
#25 185.8 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 188.8 ocamlopt src/client/.opam_client.objs/opamListCommand.{cmx,o}
#25 188.8 File "src/client/opamListCommand.ml", line 471, characters 20-47:
#25 188.8 471 | if normalise then OpamPrinter.Normalise.value else
#25 188.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 188.8 Alert deprecated: module OpamPrinter.Normalise
#25 188.8 Use OpamPrinter.FullPos.Normalise instead.
#25 188.8 File "src/client/opamListCommand.ml", line 477, characters 19-41:
#25 188.8 477 | | List (_, l) -> OpamPrinter.value_list l
#25 188.8 ^^^^^^^^^^^^^^^^^^^^^^
#25 188.8 Alert deprecated: OpamPrinter.value_list
#25 188.8 Use OpamPrinter.FullPos.value_list instead.
#25 188.8 File "src/client/opamListCommand.ml", line 478, characters 9-36:
#25 188.8 478 | | f -> OpamPrinter.Normalise.value f
#25 188.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 188.8 Alert deprecated: module OpamPrinter.Normalise
#25 188.8 Use OpamPrinter.FullPos.Normalise instead.
#25 190.2 ocamlopt src/client/.opam_client.objs/opamArg.{cmx,o}
#25 190.2 File "src/client/opamArg.ml", line 488, characters 45-51:
#25 190.2 488 | let name = OpamPackage.Name.of_string (Re.get sub 1) in
#25 190.2 ^^^^^^
#25 190.2 Alert deprecated: Re.get
#25 190.2 Use Group.get
#25 190.2 File "src/client/opamArg.ml", line 490, characters 49-55:
#25 190.2 490 | try Some (OpamPackage.Version.of_string (Re.get sub 2))
#25 190.2 ^^^^^^
#25 190.2 Alert deprecated: Re.get
#25 190.2 Use Group.get
#25 190.2 File "src/client/opamArg.ml", line 526, characters 18-24:
#25 190.2 526 | let sname = Re.get sub 1 in
#25 190.2 ^^^^^^
#25 190.2 Alert deprecated: Re.get
#25 190.2 Use Group.get
#25 190.2 File "src/client/opamArg.ml", line 527, characters 16-22:
#25 190.2 527 | let sop = Re.get sub 2 in
#25 190.2 ^^^^^^
#25 190.2 Alert deprecated: Re.get
#25 190.2 Use Group.get
#25 190.2 File "src/client/opamArg.ml", line 528, characters 21-27:
#25 190.2 528 | let sversion = Re.get sub 3 in
#25 190.2 ^^^^^^
#25 190.2 Alert deprecated: Re.get
#25 190.2 Use Group.get
#25 190.2 File "src/client/opamArg.ml", line 531, characters 15-30:
#25 190.2 531 | let op = OpamLexer.relop sop in
#25 190.2 ^^^^^^^^^^^^^^^
#25 190.2 Alert deprecated: OpamLexer.relop
#25 190.2 Use OpamLexer.FullPos.relop instead.
#25 200.5 sed -f process.sed opam.install > processed-opam.install
#25 200.5 ln -s -f _build/default/src/client/opamMain.exe opam
#25 200.5 src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install
#25 201.2 sed -f process.sed opam-installer.install > processed-opam-installer.install
#25 201.2 ln -s -f _build/default/src/tools/opam_installer.exe opam-installer
#25 DONE 203.7s
#26 [stage-0 9/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
#26 2.596 Note: switching to '263921263e1f745613e2882745114b7b08f3608b'.
#26 2.596
#26 2.596 You are in 'detached HEAD' state. You can look around, make experimental
#26 2.596 changes and commit them, and you can discard any commits you make in this
#26 2.596 state without impacting any branches by switching back to a branch.
#26 2.596
#26 2.596 If you want to create a new branch to retain commits you create, you may
#26 2.596 do so (now or later) by using -c with the switch command. Example:
#26 2.596
#26 2.596 git switch -c <new-branch-name>
#26 2.596
#26 2.596 Or undo this operation with:
#26 2.596
#26 2.596 git switch -
#26 2.596
#26 2.596 Turn off this advice by setting config variable advice.detachedHead to false
#26 2.596
#26 2.596 HEAD is now at 263921263 Merge pull request #6177 from kit-ty-kate/fix-release-2.1
#26 3.012 checking for ocamlc... ocamlc
#26 3.058 OCaml version is 4.14.2
#26 3.092 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#26 3.092 checking for ocamlopt... ocamlopt
#26 3.134 checking for ocamlc.opt... ocamlc.opt
#26 3.174 checking for ocamlopt.opt... ocamlopt.opt
#26 3.221 checking for ocaml... ocaml
#26 3.227 checking for ocamldep... ocamldep
#26 3.233 checking for ocamldep.opt... ocamldep.opt
#26 3.273 checking for ocamlmktop... ocamlmktop
#26 3.278 checking for ocamlmklib... ocamlmklib
#26 3.283 checking for ocamldoc... ocamldoc
#26 3.287 checking for ocamldoc.opt... ocamldoc.opt
#26 3.370 checking for ocamlbuild... no
#26 3.373 checking OCaml Sys.os_type... Unix
#26 3.476 checking for gawk... no
#26 3.479 checking for mawk... mawk
#26 3.514 checking for compiler type... cc
#26 4.739 checking for compiler architecture... riscv
#26 5.964 checking for compiler system... linux
#26 7.232 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#26 7.404 checking whether the C compiler works... yes
#26 7.624 checking for C compiler default output file name... a.out
#26 7.630 checking for suffix of executables...
#26 7.840 checking whether we are cross compiling... no
#26 8.097 checking for suffix of object files... o
#26 8.200 checking whether the compiler supports GNU C... yes
#26 8.301 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#26 8.404 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#26 8.670 checking for stdio.h... yes
#26 8.794 checking for stdlib.h... yes
#26 8.950 checking for string.h... yes
#26 9.124 checking for inttypes.h... yes
#26 9.296 checking for stdint.h... yes
#26 9.468 checking for strings.h... yes
#26 9.647 checking for sys/stat.h... yes
#26 9.830 checking for sys/types.h... yes
#26 10.01 checking for unistd.h... yes
#26 10.23 checking for acl/libacl.h... no
#26 10.46 checking for library containing acl_get_perm... no
#26 11.00 checking for ocamlobjinfo... ocamlobjinfo
#26 11.00 checking for ocamlfind... no
#26 11.01 checking for curl... curl
#26 11.01 checking for dune... no
#26 11.01 checking for cppo... no
#26 11.02 checking for patch... patch
#26 11.02 checking for bunzip2... bunzip2
#26 11.06
#26 11.06 checking for OCaml findlib package unix... not found
#26 11.06 checking for OCaml findlib package bigarray... not found
#26 11.07 checking for OCaml findlib package extlib... not found
#26 11.08 checking for OCaml findlib package re... not found
#26 11.08 checking for OCaml findlib package re.glob... not found
#26 11.09 checking for OCaml findlib package cmdliner... not found
#26 11.10 checking for OCaml findlib package ocamlgraph... not found
#26 11.11 checking for OCaml findlib package cudf... not found
#26 11.11 checking for OCaml findlib package dose3.common... not found
#26 11.13 checking for OCaml findlib package dose3.algo... not found
#26 11.13 checking for OCaml findlib package opam-file-format... not found
#26 11.14 checking for OCaml findlib package mccs... not found
#26 11.15 checking for OCaml findlib package opam-0install-cudf... not found
#26 11.16 checking for g++... g++
#26 11.28 checking whether the compiler supports GNU C++... yes
#26 11.38 checking whether g++ accepts -g... yes
#26 11.49 checking for g++ option to enable C++11 features... none needed
#26 12.02
#26 12.02 ============================================================================
#26 12.02 Some dependencies are missing. If you are just interested in the stand-alone
#26 12.02 'opam' binary, run 'make lib-ext' to download and include them.
#26 12.02 ============================================================================
#26 12.02
#26 12.13 configure: creating ./config.status
#26 12.56 config.status: creating Makefile.config
#26 12.61 config.status: creating src/ocaml-flags-configure.sexp
#26 12.70 config.status: creating src/stubs/c-flags.sexp
#26 12.79 config.status: creating src/stubs/libacl/c-libraries.sexp
#26 12.88
#26 12.90 Opam will be built WITH a built-in solver
#26 12.90
#26 12.90 Executables will be installed in /usr/local/bin
#26 12.90 Manual pages will be installed in /usr/local/share/man
#26 13.03 make -j -C src_ext lib-ext
#26 13.04 make[1]: Entering directory '/tmp/opam-build-2.1/src_ext'
#26 13.19 [ -e dune-local.tbz ] || \
#26 13.19 cp archives/dune-3.14.0.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz && ocaml ../shell/md5check.ml dune-local.tbz bff778fff4996b890e5af3da7ecf5baa; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/bf/bff778fff4996b890e5af3da7ecf5baa && ocaml ../shell/md5check.ml dune-local.tbz bff778fff4996b890e5af3da7ecf5baa && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; }
#26 13.20 [ -e cppo.tar.gz ] || \
#26 13.20 cp archives/v1.6.8.tar.gz cppo.tar.gz 2>/dev/null || { { { curl -LSs -o cppo.tar.gz https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz && ocaml ../shell/md5check.ml cppo.tar.gz fed401197d86f9089e89f6cbdf1d660d; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz'; false; }; } || { { curl -LSs -o cppo.tar.gz https://opam.ocaml.org/cache/md5/fe/fed401197d86f9089e89f6cbdf1d660d && ocaml ../shell/md5check.ml cppo.tar.gz fed401197d86f9089e89f6cbdf1d660d && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; }
#26 13.22 [ -e base64.tbz ] || \
#26 13.22 cp archives/base64-v3.5.0.tbz base64.tbz 2>/dev/null || { { { curl -LSs -o base64.tbz https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz && ocaml ../shell/md5check.ml base64.tbz 0179af18d6c1cf13d77671ee23901433; } || { echo 'Failed to download https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz'; false; }; } || { { curl -LSs -o base64.tbz https://opam.ocaml.org/cache/md5/01/0179af18d6c1cf13d77671ee23901433 && ocaml ../shell/md5check.ml base64.tbz 0179af18d6c1cf13d77671ee23901433 && echo 'Warning: downloaded https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz from opam cache'; } || { echo 'Failed to download base64 from opam cache'; false; }; }; }
#26 13.22 [ -e extlib.tar.gz ] || \
#26 13.22 cp archives/extlib-1.7.9.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz f7ca7f1c82e15a99603b88f730fd7b8a; } || { echo 'Failed to download https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/f7/f7ca7f1c82e15a99603b88f730fd7b8a && ocaml ../shell/md5check.ml extlib.tar.gz f7ca7f1c82e15a99603b88f730fd7b8a && echo 'Warning: downloaded https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; }
#26 13.23 [ -e re.tbz ] || \
#26 13.23 cp archives/re-1.10.3.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz && ocaml ../shell/md5check.ml re.tbz a36347dcfaf71c95916f96f72b0cf2ce; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/a3/a36347dcfaf71c95916f96f72b0cf2ce && ocaml ../shell/md5check.ml re.tbz a36347dcfaf71c95916f96f72b0cf2ce && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; }
#26 13.26 [ -e cmdliner.tbz ] || \
#26 13.26 cp archives/cmdliner-1.0.4.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz && ocaml ../shell/md5check.ml cmdliner.tbz fe2213d0bc63b1e10a2d0aa66d2fc8d9; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/fe/fe2213d0bc63b1e10a2d0aa66d2fc8d9 && ocaml ../shell/md5check.ml cmdliner.tbz fe2213d0bc63b1e10a2d0aa66d2fc8d9 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; }
#26 13.29 [ -e ocamlgraph.tbz ] || \
#26 13.29 cp archives/ocamlgraph-2.0.0.tbz ocamlgraph.tbz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tbz https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz && ocaml ../shell/md5check.ml ocamlgraph.tbz 2d07fcf3501e1d4997c03fa94cea22f0; } || { echo 'Failed to download https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz'; false; }; } || { { curl -LSs -o ocamlgraph.tbz https://opam.ocaml.org/cache/md5/2d/2d07fcf3501e1d4997c03fa94cea22f0 && ocaml ../shell/md5check.ml ocamlgraph.tbz 2d07fcf3501e1d4997c03fa94cea22f0 && echo 'Warning: downloaded https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; }
#26 13.40 [ -e cudf.tar.gz ] || \
#26 13.40 cp archives/cudf-v0.10.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz ed8fea314d0c6dc0d8811ccf860c53dd; } || { echo 'Failed to download https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/ed/ed8fea314d0c6dc0d8811ccf860c53dd && ocaml ../shell/md5check.ml cudf.tar.gz ed8fea314d0c6dc0d8811ccf860c53dd && echo 'Warning: downloaded https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; }
#26 13.42 [ -e dose3.tar.gz ] || \
#26 13.42 cp archives/dose3-7.0.0.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz bc99cbcea8fca29dca3ebbee54be45e1; } || { echo 'Failed to download https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/bc/bc99cbcea8fca29dca3ebbee54be45e1 && ocaml ../shell/md5check.ml dose3.tar.gz bc99cbcea8fca29dca3ebbee54be45e1 && echo 'Warning: downloaded https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; }
#26 13.50 [ -e opam-file-format.tar.gz ] || \
#26 13.50 cp archives/2.1.4.tar.gz opam-file-format.tar.gz 2>/dev/null || { { { curl -LSs -o opam-file-format.tar.gz https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz cd9dac41c2153d07067c5f30cdcf77db; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/cd/cd9dac41c2153d07067c5f30cdcf77db && ocaml ../shell/md5check.ml opam-file-format.tar.gz cd9dac41c2153d07067c5f30cdcf77db && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; }
#26 13.52 [ -e result.tbz ] || \
#26 13.52 cp archives/result-1.5.tbz result.tbz 2>/dev/null || { { { curl -LSs -o result.tbz https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz && ocaml ../shell/md5check.ml result.tbz 1b82dec78849680b49ae9a8a365b831b; } || { echo 'Failed to download https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz'; false; }; } || { { curl -LSs -o result.tbz https://opam.ocaml.org/cache/md5/1b/1b82dec78849680b49ae9a8a365b831b && ocaml ../shell/md5check.ml result.tbz 1b82dec78849680b49ae9a8a365b831b && echo 'Warning: downloaded https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; }
#26 13.61 [ -e seq.tar.gz ] || \
#26 13.61 cp archives/0.2.2.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.2.2.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 9033e02283aa3bde9f97f24e632902e3; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.2.2.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/90/9033e02283aa3bde9f97f24e632902e3 && ocaml ../shell/md5check.ml seq.tar.gz 9033e02283aa3bde9f97f24e632902e3 && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.2.2.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; }
#26 13.73 [ -e stdlib-shims.tbz ] || \
#26 13.73 cp archives/stdlib-shims-0.3.0.tbz stdlib-shims.tbz 2>/dev/null || { { { curl -LSs -o stdlib-shims.tbz https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz && ocaml ../shell/md5check.ml stdlib-shims.tbz 09db7af8b4a3a96048a61cb6ae2496ef; } || { echo 'Failed to download https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz'; false; }; } || { { curl -LSs -o stdlib-shims.tbz https://opam.ocaml.org/cache/md5/09/09db7af8b4a3a96048a61cb6ae2496ef && ocaml ../shell/md5check.ml stdlib-shims.tbz 09db7af8b4a3a96048a61cb6ae2496ef && echo 'Warning: downloaded https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz from opam cache'; } || { echo 'Failed to download stdlib-shims from opam cache'; false; }; }; }
#26 13.78 [ -e mccs.tar.gz ] || \
#26 13.78 cp archives/1.1+17.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 844d99bc531e0713238fe4b6b8511ed1; } || { echo 'Failed to download https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/84/844d99bc531e0713238fe4b6b8511ed1 && ocaml ../shell/md5check.ml mccs.tar.gz 844d99bc531e0713238fe4b6b8511ed1 && echo 'Warning: downloaded https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; }
#26 13.83 [ -e opam-0install-cudf.tbz ] || \
#26 13.83 cp archives/opam-0install-cudf-v0.4.2.tbz opam-0install-cudf.tbz 2>/dev/null || { { { curl -LSs -o opam-0install-cudf.tbz https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz && ocaml ../shell/md5check.ml opam-0install-cudf.tbz 8e1494e8b97fc6f9a463966c394e9bdd; } || { echo 'Failed to download https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz'; false; }; } || { { curl -LSs -o opam-0install-cudf.tbz https://opam.ocaml.org/cache/md5/8e/8e1494e8b97fc6f9a463966c394e9bdd && ocaml ../shell/md5check.ml opam-0install-cudf.tbz 8e1494e8b97fc6f9a463966c394e9bdd && echo 'Warning: downloaded https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz from opam cache'; } || { echo 'Failed to download opam-0install-cudf from opam cache'; false; }; }; }
#26 13.88 [ -e 0install-solver.tbz ] || \
#26 13.88 cp archives/0install-v2.17.tbz 0install-solver.tbz 2>/dev/null || { { { curl -LSs -o 0install-solver.tbz https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz && ocaml ../shell/md5check.ml 0install-solver.tbz 50daf035b04b29399a3c6e6f965ac447; } || { echo 'Failed to download https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz'; false; }; } || { { curl -LSs -o 0install-solver.tbz https://opam.ocaml.org/cache/md5/50/50daf035b04b29399a3c6e6f965ac447 && ocaml ../shell/md5check.ml 0install-solver.tbz 50daf035b04b29399a3c6e6f965ac447 && echo 'Warning: downloaded https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz from opam cache'; } || { echo 'Failed to download 0install-solver from opam cache'; false; }; }; }
#26 14.52 cmdliner.tbz has the expected MD5.
#26 14.56 mkdir -p tmp-cmdliner
#26 14.58 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#26 14.86 cudf.tar.gz has the expected MD5.
#26 14.86 mkdir -p tmp-cudf
#26 14.90 rm -rf cmdliner
#26 14.91 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#26 15.01 patching file src/cmdliner_docgen.ml
#26 15.06 patching file src/cmdliner.ml
#26 15.07 patching file src/cmdliner.mli
#26 15.09 patching file src/cmdliner_arg.ml
#26 15.09 patching file src/cmdliner_arg.mli
#26 15.10 patching file src/cmdliner_base.ml
#26 15.11 patching file src/cmdliner_cline.ml
#26 15.12 patching file src/cmdliner_cline.mli
#26 15.13 patching file src/cmdliner_docgen.ml
#26 15.14 patching file src/cmdliner_manpage.ml
#26 15.15 patching file src/cmdliner_term.ml
#26 15.16 patching file src/cmdliner_term.mli
#26 15.16 patching file src/dune
#26 15.21 rm -rf cudf
#26 15.29 extlib.tar.gz has the expected MD5.
#26 15.30 mkdir -p tmp-extlib
#26 15.31 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#26 15.32 patching file lib/dune
#26 15.48 base64.tbz has the expected MD5.
#26 15.48 mkdir -p tmp-base64
#26 15.51 rm -rf extlib
#26 15.53 cd tmp-base64 && bunzip2 -c ../base64.tbz | tar xf -
#26 15.60 re.tbz has the expected MD5.
#26 15.61 mkdir -p tmp-re
#26 15.64 rm -rf base64
#26 15.65 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#26 15.70 opam-file-format.tar.gz has the expected MD5.
#26 15.70 mkdir -p tmp-opam-file-format
#26 15.71 ocamlgraph.tbz has the expected MD5.
#26 15.71 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#26 15.72 mkdir -p tmp-ocamlgraph
#26 15.72 dose3.tar.gz has the expected MD5.
#26 15.74 cd tmp-ocamlgraph && bunzip2 -c ../ocamlgraph.tbz | tar xf -
#26 15.76 mkdir -p tmp-dose3
#26 15.77 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#26 15.78 patching file src/base64.ml
#26 15.78 patching file src/base64.mli
#26 15.78 patching file src/dune
#26 15.79 rm -rf opam-file-format
#26 15.81 dune-local.tbz has the expected MD5.
#26 15.82 result.tbz has the expected MD5.
#26 15.84 mkdir -p tmp-dune-local
#26 15.86 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#26 15.88 seq.tar.gz has the expected MD5.
#26 15.89 cppo.tar.gz has the expected MD5.
#26 15.89 mkdir -p tmp-result
#26 15.92 rm -rf re
#26 15.94 cd tmp-result && bunzip2 -c ../result.tbz | tar xf -
#26 15.98 mkdir -p tmp-cppo
#26 15.98 mkdir -p tmp-seq
#26 16.00 rm -rf result
#26 16.02 cd tmp-cppo && gunzip -c ../cppo.tar.gz | tar xf -
#26 16.03 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#26 16.10 rm -rf cppo
#26 16.11 opam-0install-cudf.tbz has the expected MD5.
#26 16.11 rm -rf seq
#26 16.12 mkdir -p tmp-opam-0install-cudf
#26 16.13 cd tmp-opam-0install-cudf && bunzip2 -c ../opam-0install-cudf.tbz | tar xf -
#26 16.18 rm -rf opam-0install-cudf
#26 16.21 rm -rf dose3
#26 16.23 rm -f seq/src/seq.ml seq/src/seq.mli
#26 16.24 stdlib-shims.tbz has the expected MD5.
#26 16.26 rm -rf ocamlgraph
#26 16.27 patching file src/common/dune
#26 16.27 patching file src/common/util.ml
#26 16.28 mkdir -p tmp-stdlib-shims
#26 16.28 cd tmp-stdlib-shims && bunzip2 -c ../stdlib-shims.tbz | tar xf -
#26 16.31 rm -rf stdlib-shims
#26 16.33 patching file src/dot_lexer.mll
#26 16.33 patching file src/dune
#26 16.43 0install-solver.tbz has the expected MD5.
#26 16.44 mkdir -p tmp-0install-solver
#26 16.45 cd tmp-0install-solver && bunzip2 -c ../0install-solver.tbz | tar xf -
#26 16.56 mccs.tar.gz has the expected MD5.
#26 16.56 mkdir -p tmp-mccs
#26 16.57 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#26 16.81 rm -rf mccs
#26 16.85 rm -rf 0install-solver
#26 19.05 rm -rf dune-local
#26 19.08 rm dune-local.download
#26 19.08 make[1]: Leaving directory '/tmp/opam-build-2.1/src_ext'
#26 19.08 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#26 19.37 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#26 22.34 ./.duneboot.exe
#26 60.90 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#26 60.90 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#26 60.90 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 60.90 Here is an example of a case that is not matched:
#26 60.90 Checksum_mismatch _
#26 60.90 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#26 60.90 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 60.90 Here is an example of a case that is not matched:
#26 60.90 Checksum_mismatch _
#26 60.90 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#26 60.90 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 60.90 Here is an example of a case that is not matched:
#26 60.90 Checksum_mismatch _
#26 61.24 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#26 61.24 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#26 61.24 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 61.24 Here is an example of a case that is not matched:
#26 61.24 Checksum_mismatch _
#26 73.78 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#26 73.78 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#26 73.78 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 73.78 Here is an example of a case that is not matched:
#26 73.78 Checksum_mismatch _
#26 74.83 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#26 74.83 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#26 74.83 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 74.83 Here is an example of a case that is not matched:
#26 74.83 Checksum_mismatch _
#26 74.83 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#26 74.83 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 74.83 Here is an example of a case that is not matched:
#26 74.83 Checksum_mismatch _
#26 74.83 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#26 74.83 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 74.83 Here is an example of a case that is not matched:
#26 74.83 (_, Checksum_mismatch _)
#26 161.5
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#26 162.2 (will skip building the GTK plugin)
#26 162.2 sh: 1: ocamlfind: not found
#26 242.1 File "src/core/opamStubsTypes.ml", line 1:
#26 242.1 Warning 70 [missing-mli]: Cannot find interface file.
#26 248.7 File "src/solver/opamCudfSolverSig.ml", line 1:
#26 248.7 Warning 70 [missing-mli]: Cannot find interface file.
#26 248.7 File "src/tools/opam_installer.ml", line 1:
#26 248.7 Warning 70 [missing-mli]: Cannot find interface file.
#26 294.6 sed -f process.sed opam.install > processed-opam.install
#26 294.6 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#26 295.2 (will skip building the GTK plugin)
#26 295.2 sh: 1: ocamlfind: not found
#26 296.6 sed -f process.sed opam-installer.install > processed-opam-installer.install
#26 DONE 300.7s
#27 [stage-0 10/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
#27 2.313 Note: switching to '01e9a24a61e23e42d513b4b775d8c30c807439b2'.
#27 2.313
#27 2.313 You are in 'detached HEAD' state. You can look around, make experimental
#27 2.313 changes and commit them, and you can discard any commits you make in this
#27 2.313 state without impacting any branches by switching back to a branch.
#27 2.313
#27 2.313 If you want to create a new branch to retain commits you create, you may
#27 2.313 do so (now or later) by using -c with the switch command. Example:
#27 2.313
#27 2.313 git switch -c <new-branch-name>
#27 2.313
#27 2.313 Or undo this operation with:
#27 2.313
#27 2.313 git switch -
#27 2.313
#27 2.313 Turn off this advice by setting config variable advice.detachedHead to false
#27 2.313
#27 2.313 HEAD is now at 01e9a24a6 Merge pull request #6187 from ocaml/revert-6183-processing-patches-2.2
#27 2.849 checking for ocamlc... ocamlc
#27 2.891 OCaml version is 4.14.2
#27 2.924 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#27 2.925 checking for ocamlopt... ocamlopt
#27 2.971 checking for ocamlc.opt... ocamlc.opt
#27 3.007 checking for ocamlopt.opt... ocamlopt.opt
#27 3.056 checking for ocaml... ocaml
#27 3.060 checking for ocamldep... ocamldep
#27 3.065 checking for ocamldep.opt... ocamldep.opt
#27 3.103 checking for ocamlmktop... ocamlmktop
#27 3.107 checking for ocamlmklib... ocamlmklib
#27 3.113 checking for ocamldoc... ocamldoc
#27 3.117 checking for ocamldoc.opt... ocamldoc.opt
#27 3.181 checking for ocamlbuild... no
#27 3.183 checking OCaml Sys.os_type... Unix
#27 3.300 checking for gawk... no
#27 3.304 checking for mawk... mawk
#27 3.340 checking for compiler type... cc
#27 4.564 checking for compiler architecture... riscv
#27 5.782 checking for compiler system... linux
#27 7.034 checking for compiler target... riscv64-unknown-linux-gnu
#27 8.345 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#27 8.509 checking whether the C compiler works... yes
#27 8.728 checking for C compiler default output file name... a.out
#27 8.734 checking for suffix of executables...
#27 8.947 checking whether we are cross compiling... no
#27 9.201 checking for suffix of object files... o
#27 9.309 checking whether the compiler supports GNU C... yes
#27 9.411 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#27 9.515 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#27 9.776 checking for stdio.h... yes
#27 9.900 checking for stdlib.h... yes
#27 10.06 checking for string.h... yes
#27 10.24 checking for inttypes.h... yes
#27 10.41 checking for stdint.h... yes
#27 10.58 checking for strings.h... yes
#27 10.76 checking for sys/stat.h... yes
#27 11.00 checking for sys/types.h... yes
#27 11.20 checking for unistd.h... yes
#27 11.41 checking for acl/libacl.h... no
#27 11.63 checking for library containing acl_get_perm... no
#27 12.04 checking for ocamlobjinfo... ocamlobjinfo
#27 12.05 checking for ocamlfind... no
#27 12.05 checking for curl... curl
#27 12.05 checking for dune... no
#27 12.06 checking for patch... patch
#27 12.06 checking for bunzip2... bunzip2
#27 12.10 checking for linking method... shared
#27 12.10
#27 12.10 checking for OCaml findlib package unix... not found
#27 12.10 checking for OCaml findlib package re 1.9.0 or later... no
#27 12.11 checking for OCaml findlib package base64 3.1.0 or later... no
#27 12.12 checking for OCaml findlib package cmdliner... not found
#27 12.13 checking for OCaml findlib package ocamlgraph... not found
#27 12.13 checking for OCaml findlib package cudf 0.7 or later... no
#27 12.14 checking for OCaml findlib package dose3.common 6.1 or later... no
#27 12.15 checking for OCaml findlib package dose3.algo 6.1 or later... no
#27 12.16 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#27 12.17 checking for OCaml findlib package spdx_licenses... not found
#27 12.18 checking for OCaml findlib package opam-0install-cudf 0.4 or later... no
#27 12.19 checking for OCaml findlib package jsonm... not found
#27 12.20 checking for OCaml findlib package uutf... not found
#27 12.20 checking for OCaml findlib package sha... not found
#27 12.21 checking for OCaml findlib package swhid_core... not found
#27 12.21 checking for OCaml findlib package mccs 1.1+17 or later... no
#27 12.23 checking for g++... g++
#27 12.35 checking whether the compiler supports GNU C++... yes
#27 12.45 checking whether g++ accepts -g... yes
#27 12.55 checking for g++ option to enable C++11 features... none needed
#27 13.03 checking whether g++ really is a C++ compiler... yes
#27 13.12
#27 13.23 configure: creating ./config.status
#27 13.65 config.status: creating Makefile.config
#27 13.71 config.status: creating src/ocaml-flags-configure.sexp
#27 13.79 config.status: creating src/stubs/c-flags.sexp
#27 13.87 config.status: creating src/stubs/libacl/c-libraries.sexp
#27 13.97
#27 13.99 Opam will be built WITH its default built-in solver
#27 13.99
#27 13.99 Executables will be installed in /usr/local/bin
#27 13.99 Manual pages will be installed in /usr/local/share/man
#27 13.99
#27 13.99 Downloading vendored source dependencies...
#27 14.02 * Downloading dune-local...
#27 15.21 * Downloading cppo...
#27 16.27 * Downloading base64...
#27 17.14 * Downloading extlib...
#27 18.03 * Downloading re...
#27 19.03 * Downloading cmdliner...
#27 19.49 * Downloading ocamlgraph...
#27 20.52 * Downloading cudf...
#27 21.24 * Downloading dose3...
#27 22.30 * Downloading opam-file-format...
#27 23.40 * Downloading seq...
#27 24.44 * Downloading stdlib-shims...
#27 25.33 * Downloading spdx_licenses...
#27 26.27 * Downloading opam-0install-cudf...
#27 27.23 * Downloading 0install-solver...
#27 28.13 * Downloading uutf...
#27 28.57 * Downloading jsonm...
#27 29.03 * Downloading sha...
#27 29.88 * Downloading swhid_core...
#27 30.93 * Downloading mccs...
#27 32.18 done
#27 32.18 Extracting vendored source dependencies in src_ext/... done
#27 37.23 make -j -C src_ext lib-ext
#27 37.24 make[1]: Entering directory '/tmp/opam-build-2.2/src_ext'
#27 37.25 NOTE: make lib-ext is no longer required
#27 37.25 make[1]: Leaving directory '/tmp/opam-build-2.2/src_ext'
#27 37.25 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#27 37.53 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#27 40.41 ./.duneboot.exe
#27 78.97 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#27 78.97 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#27 78.97 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 78.97 Here is an example of a case that is not matched:
#27 78.97 Checksum_mismatch _
#27 78.97 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#27 78.97 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 78.97 Here is an example of a case that is not matched:
#27 78.97 Checksum_mismatch _
#27 78.97 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#27 78.97 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 78.97 Here is an example of a case that is not matched:
#27 78.97 Checksum_mismatch _
#27 79.34 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#27 79.34 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#27 79.34 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 79.34 Here is an example of a case that is not matched:
#27 79.34 Checksum_mismatch _
#27 91.82 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#27 91.82 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#27 91.82 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 91.82 Here is an example of a case that is not matched:
#27 91.82 Checksum_mismatch _
#27 92.85 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#27 92.85 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#27 92.85 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 92.85 Here is an example of a case that is not matched:
#27 92.85 Checksum_mismatch _
#27 92.85 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#27 92.85 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 92.85 Here is an example of a case that is not matched:
#27 92.85 Checksum_mismatch _
#27 92.85 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#27 92.85 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 92.85 Here is an example of a case that is not matched:
#27 92.85 (_, Checksum_mismatch _)
#27 180.0
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#27 319.3 sed -f process.sed opam.install > processed-opam.install
#27 319.4 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#27 321.6 sed -f process.sed opam-installer.install > processed-opam-installer.install
#27 DONE 325.8s
#28 [stage-0 11/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
#28 2.248 Note: switching to '35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724'.
#28 2.248
#28 2.248 You are in 'detached HEAD' state. You can look around, make experimental
#28 2.248 changes and commit them, and you can discard any commits you make in this
#28 2.248 state without impacting any branches by switching back to a branch.
#28 2.248
#28 2.248 If you want to create a new branch to retain commits you create, you may
#28 2.248 do so (now or later) by using -c with the switch command. Example:
#28 2.248
#28 2.248 git switch -c <new-branch-name>
#28 2.248
#28 2.248 Or undo this operation with:
#28 2.248
#28 2.248 git switch -
#28 2.248
#28 2.248 Turn off this advice by setting config variable advice.detachedHead to false
#28 2.248
#28 2.248 HEAD is now at 35acd0c5a Merge pull request #6332 from kit-ty-kate/2.3-fix-admin-check-installability
#28 2.789 checking for ocamlc... ocamlc
#28 2.832 OCaml version is 4.14.2
#28 2.867 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#28 2.869 checking for ocamlopt... ocamlopt
#28 2.917 checking for ocamlc.opt... ocamlc.opt
#28 2.956 checking for ocamlopt.opt... ocamlopt.opt
#28 3.006 checking for ocaml... ocaml
#28 3.011 checking for ocamldep... ocamldep
#28 3.015 checking for ocamldep.opt... ocamldep.opt
#28 3.055 checking for ocamlmktop... ocamlmktop
#28 3.059 checking for ocamlmklib... ocamlmklib
#28 3.062 checking for ocamldoc... ocamldoc
#28 3.066 checking for ocamldoc.opt... ocamldoc.opt
#28 3.124 checking for ocamlbuild... no
#28 3.127 checking OCaml Sys.os_type... Unix
#28 3.244 checking for gawk... no
#28 3.248 checking for mawk... mawk
#28 3.290 checking for compiler type... cc
#28 4.512 checking for compiler architecture... riscv
#28 5.778 checking for compiler system... linux
#28 7.002 checking for compiler target... riscv64-unknown-linux-gnu
#28 8.302 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#28 8.469 checking whether the C compiler works... yes
#28 8.684 checking for C compiler default output file name... a.out
#28 8.689 checking for suffix of executables...
#28 8.903 checking whether we are cross compiling... no
#28 9.161 checking for suffix of object files... o
#28 9.267 checking whether the compiler supports GNU C... yes
#28 9.376 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#28 9.483 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#28 9.744 checking for ocamlobjinfo... ocamlobjinfo
#28 9.748 checking for ocamlfind... no
#28 9.753 checking for curl... curl
#28 9.758 checking for dune... no
#28 9.762 checking for patch... patch
#28 9.766 checking for bunzip2... bunzip2
#28 9.801 checking for linking method... shared
#28 9.803
#28 9.804 checking for OCaml findlib package unix... not found
#28 9.811 checking for OCaml findlib package re 1.9.0 or later... no
#28 9.819 checking for OCaml findlib package base64 3.1.0 or later... no
#28 9.828 checking for OCaml findlib package cmdliner... not found
#28 9.836 checking for OCaml findlib package ocamlgraph... not found
#28 9.844 checking for OCaml findlib package cudf 0.7 or later... no
#28 9.852 checking for OCaml findlib package dose3.common 6.1 or later... no
#28 9.863 checking for OCaml findlib package dose3.algo 6.1 or later... no
#28 9.873 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#28 9.882 checking for OCaml findlib package spdx_licenses... not found
#28 9.889 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#28 9.898 checking for OCaml findlib package jsonm... not found
#28 9.903 checking for OCaml findlib package uutf... not found
#28 9.909 checking for OCaml findlib package sha... not found
#28 9.914 checking for OCaml findlib package swhid_core... not found
#28 9.921 checking for OCaml findlib package mccs 1.1+17 or later... no
#28 9.932 checking for g++... g++
#28 10.06 checking whether the compiler supports GNU C++... yes
#28 10.16 checking whether g++ accepts -g... yes
#28 10.25 checking for g++ option to enable C++11 features... none needed
#28 10.90 checking whether g++ really is a C++ compiler... yes
#28 10.99
#28 11.10 configure: creating ./config.status
#28 11.51 config.status: creating Makefile.config
#28 11.57 config.status: creating src/ocaml-flags-configure.sexp
#28 11.65 config.status: creating src/core/c-flags.sexp
#28 11.74
#28 11.76 Opam will be built WITH its default built-in solver
#28 11.76
#28 11.76 Executables will be installed in /usr/local/bin
#28 11.76 Manual pages will be installed in /usr/local/share/man
#28 11.76
#28 11.76 Downloading vendored source dependencies...
#28 11.79 * Downloading dune-local...
#28 13.19 * Downloading cppo...
#28 14.27 * Downloading base64...
#28 15.07 * Downloading extlib...
#28 15.90 * Downloading re...
#28 16.71 * Downloading cmdliner...
#28 17.16 * Downloading ocamlgraph...
#28 17.99 * Downloading cudf...
#28 18.67 * Downloading dose3...
#28 19.55 * Downloading opam-file-format...
#28 20.66 * Downloading seq...
#28 21.77 * Downloading stdlib-shims...
#28 22.57 * Downloading spdx_licenses...
#28 23.38 * Downloading opam-0install-cudf...
#28 24.17 * Downloading 0install-solver...
#28 25.01 * Downloading uutf...
#28 25.45 * Downloading jsonm...
#28 25.90 * Downloading sha...
#28 26.71 * Downloading swhid_core...
#28 27.82 * Downloading mccs...
#28 28.85 done
#28 28.85 Extracting vendored source dependencies in src_ext/... done
#28 33.97 make -j -C src_ext lib-ext
#28 33.97 make[1]: Entering directory '/tmp/opam-build-2.3/src_ext'
#28 33.99 NOTE: make lib-ext is no longer required
#28 33.99 make[1]: Leaving directory '/tmp/opam-build-2.3/src_ext'
#28 33.99 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#28 34.27 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#28 37.24 ./.duneboot.exe
#28 176.9
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#28 324.0 sed -f process.sed opam.install > processed-opam.install
#28 324.1 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#28 326.2 sed -f process.sed opam-installer.install > processed-opam-installer.install
#28 DONE 330.5s
#29 [stage-0 12/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
#29 2.171 Note: switching to '7c92631391984f698f31ee24f3ae4dc1cd3698ff'.
#29 2.171
#29 2.171 You are in 'detached HEAD' state. You can look around, make experimental
#29 2.171 changes and commit them, and you can discard any commits you make in this
#29 2.171 state without impacting any branches by switching back to a branch.
#29 2.171
#29 2.171 If you want to create a new branch to retain commits you create, you may
#29 2.171 do so (now or later) by using -c with the switch command. Example:
#29 2.171
#29 2.171 git switch -c <new-branch-name>
#29 2.171
#29 2.171 Or undo this operation with:
#29 2.171
#29 2.171 git switch -
#29 2.171
#29 2.171 Turn off this advice by setting config variable advice.detachedHead to false
#29 2.171
#29 2.171 HEAD is now at 7c9263139 Merge pull request #6616 from kit-ty-kate/rel-2.4.1
#29 2.710 checking for ocamlc... ocamlc
#29 2.753 OCaml version is 4.14.2
#29 2.790 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#29 2.792 checking for ocamlopt... ocamlopt
#29 2.838 checking for ocamlc.opt... ocamlc.opt
#29 2.877 checking for ocamlopt.opt... ocamlopt.opt
#29 2.928 checking for ocaml... ocaml
#29 2.930 checking for ocamldep... ocamldep
#29 2.933 checking for ocamldep.opt... ocamldep.opt
#29 2.968 checking for ocamlmktop... ocamlmktop
#29 2.972 checking for ocamlmklib... ocamlmklib
#29 2.976 checking for ocamldoc... ocamldoc
#29 2.980 checking for ocamldoc.opt... ocamldoc.opt
#29 3.037 checking for ocamlbuild... no
#29 3.041 checking OCaml Sys.os_type... Unix
#29 3.155 checking for gawk... no
#29 3.158 checking for mawk... mawk
#29 3.194 checking for compiler type... cc
#29 4.428 checking for compiler architecture... riscv
#29 5.698 checking for compiler system... linux
#29 6.916 checking for compiler target... riscv64-unknown-linux-gnu
#29 8.216 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#29 8.387 checking whether the C compiler works... yes
#29 8.607 checking for C compiler default output file name... a.out
#29 8.612 checking for suffix of executables...
#29 8.819 checking whether we are cross compiling... no
#29 9.077 checking for suffix of object files... o
#29 9.183 checking whether the compiler supports GNU C... yes
#29 9.283 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#29 9.388 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#29 9.649 checking for ocamlobjinfo... ocamlobjinfo
#29 9.653 checking for ocamlfind... no
#29 9.657 checking for curl... curl
#29 9.661 checking for dune... no
#29 9.665 checking for patch... patch
#29 9.668 checking for bunzip2... bunzip2
#29 9.705 checking for linking method... shared
#29 9.708
#29 9.709 checking for OCaml findlib package unix... not found
#29 9.718 checking for OCaml findlib package re 1.9.0 or later... no
#29 9.727 checking for OCaml findlib package base64 3.1.0 or later... no
#29 9.736 checking for OCaml findlib package cmdliner... not found
#29 9.743 checking for OCaml findlib package ocamlgraph... not found
#29 9.752 checking for OCaml findlib package cudf 0.7 or later... no
#29 9.759 checking for OCaml findlib package dose3.common 6.1 or later... no
#29 9.768 checking for OCaml findlib package dose3.algo 6.1 or later... no
#29 9.776 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#29 9.786 checking for OCaml findlib package spdx_licenses... not found
#29 9.791 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#29 9.803 checking for OCaml findlib package jsonm... not found
#29 9.810 checking for OCaml findlib package uutf... not found
#29 9.816 checking for OCaml findlib package sha... not found
#29 9.821 checking for OCaml findlib package swhid_core... not found
#29 9.829 checking for OCaml findlib package patch... not found
#29 9.837 checking for OCaml findlib package mccs 1.1+17 or later... no
#29 9.851 checking for g++... g++
#29 9.982 checking whether the compiler supports GNU C++... yes
#29 10.08 checking whether g++ accepts -g... yes
#29 10.19 checking for g++ option to enable C++11 features... none needed
#29 10.87 checking whether g++ really is a C++ compiler... yes
#29 10.96
#29 11.07 configure: creating ./config.status
#29 11.48 config.status: creating Makefile.config
#29 11.54 config.status: creating src/ocaml-flags-configure.sexp
#29 11.62 config.status: creating src/core/c-flags.sexp
#29 11.71
#29 11.73 Opam will be built WITH its default built-in solver
#29 11.73
#29 11.73 Executables will be installed in /usr/local/bin
#29 11.73 Manual pages will be installed in /usr/local/share/man
#29 11.73
#29 11.73 Downloading vendored source dependencies...
#29 11.77 * Downloading dune-local...
#29 12.93 * Downloading cppo...
#29 13.99 * Downloading base64...
#29 14.85 * Downloading extlib...
#29 15.73 * Downloading re...
#29 16.61 * Downloading cmdliner...
#29 17.25 * Downloading ocamlgraph...
#29 18.12 * Downloading cudf...
#29 18.80 * Downloading dose3...
#29 19.61 * Downloading opam-file-format...
#29 20.47 * Downloading seq...
#29 21.57 * Downloading stdlib-shims...
#29 22.38 * Downloading spdx_licenses...
#29 23.28 * Downloading opam-0install-cudf...
#29 24.14 * Downloading 0install-solver...
#29 25.07 * Downloading uutf...
#29 25.53 * Downloading jsonm...
#29 26.00 * Downloading sha...
#29 26.88 * Downloading swhid_core...
#29 28.03 * Downloading menhir...
#29 28.69 * Downloading patch...
#29 29.52 * Downloading mccs...
#29 30.46 done
#29 30.46 Extracting vendored source dependencies in src_ext/... done
#29 36.00 make -j -C src_ext lib-ext
#29 36.00 make[1]: Entering directory '/tmp/opam-build-2.4/src_ext'
#29 36.02 NOTE: make lib-ext is no longer required
#29 36.02 make[1]: Leaving directory '/tmp/opam-build-2.4/src_ext'
#29 36.02 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#29 36.30 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#29 39.36 ./.duneboot.exe
#29 187.1
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#29 217.5 Creating menhirLib.ml...
#29 217.5 Creating menhirLib.mli...
#29 323.9 Read 99 sample input sentences and 99 error messages.
#29 323.9 Read 99 sample input sentences and 47 error messages.
#29 325.6 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#29 325.6 Grammar has 37 terminal symbols.
#29 325.6 Grammar has 129 productions.
#29 325.6 Built an LR(0) automaton with 199 states.
#29 325.6 The grammar is not SLR(1) -- 7 states have a conflict.
#29 325.6 The construction mode is no-pager.
#29 325.6 Built an LR(1) automaton with 308 states.
#29 325.6 One shift/reduce conflict was silently solved.
#29 325.6 Extra reductions on error were added in 50 states.
#29 325.6 Priority played a role in 0 of these states.
#29 325.6 156 out of 308 states have a default reduction.
#29 325.6 108 out of 308 states are represented.
#29 325.6 44 out of 96 symbols keep track of their start position.
#29 325.6 39 out of 96 symbols keep track of their end position.
#29 325.6 The StackLang code contains 4113 instructions in 277 blocks.
#29 325.6 The StackLang code comprises 5 mutually recursive groups.
#29 326.7 Read 99 sample input sentences and 47 error messages.
#29 410.2 sed -f process.sed opam.install > processed-opam.install
#29 410.2 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#29 415.1 sed -f process.sed opam-installer.install > processed-opam-installer.install
#29 DONE 420.5s
#30 [stage-0 13/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout edf980ebd18ad6b5e990dbf3b6367cffcaf01815 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
#30 2.078 Note: switching to 'edf980ebd18ad6b5e990dbf3b6367cffcaf01815'.
#30 2.078
#30 2.078 You are in 'detached HEAD' state. You can look around, make experimental
#30 2.078 changes and commit them, and you can discard any commits you make in this
#30 2.078 state without impacting any branches by switching back to a branch.
#30 2.078
#30 2.078 If you want to create a new branch to retain commits you create, you may
#30 2.078 do so (now or later) by using -c with the switch command. Example:
#30 2.078
#30 2.078 git switch -c <new-branch-name>
#30 2.078
#30 2.078 Or undo this operation with:
#30 2.078
#30 2.078 git switch -
#30 2.078
#30 2.078 Turn off this advice by setting config variable advice.detachedHead to false
#30 2.078
#30 2.078 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#30 2.625 checking for ocamlc... ocamlc
#30 2.670 OCaml version is 4.14.2
#30 2.706 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#30 2.706 checking for ocamlopt... ocamlopt
#30 2.755 checking for ocamlc.opt... ocamlc.opt
#30 2.793 checking for ocamlopt.opt... ocamlopt.opt
#30 2.843 checking for ocaml... ocaml
#30 2.846 checking for ocamldep... ocamldep
#30 2.851 checking for ocamldep.opt... ocamldep.opt
#30 2.888 checking for ocamlmktop... ocamlmktop
#30 2.894 checking for ocamlmklib... ocamlmklib
#30 2.900 checking for ocamldoc... ocamldoc
#30 2.904 checking for ocamldoc.opt... ocamldoc.opt
#30 2.957 checking for ocamlbuild... no
#30 2.960 checking OCaml Sys.os_type... Unix
#30 3.076 checking for gawk... no
#30 3.080 checking for mawk... mawk
#30 3.117 checking for compiler type... cc
#30 4.355 checking for compiler architecture... riscv
#30 5.588 checking for compiler system... linux
#30 6.811 checking for compiler target... riscv64-unknown-linux-gnu
#30 8.114 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#30 8.280 checking whether the C compiler works... yes
#30 8.485 checking for C compiler default output file name... a.out
#30 8.493 checking for suffix of executables...
#30 8.703 checking whether we are cross compiling... no
#30 8.971 checking for suffix of object files... o
#30 9.075 checking whether the compiler supports GNU C... yes
#30 9.175 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#30 9.284 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#30 9.539 checking for ocamlobjinfo... ocamlobjinfo
#30 9.544 checking for ocamlfind... no
#30 9.549 checking for curl... curl
#30 9.554 checking for dune... no
#30 9.559 checking for patch... patch
#30 9.563 checking for bunzip2... bunzip2
#30 9.607 checking for linking method... shared
#30 9.609
#30 9.611 checking for OCaml findlib package unix... not found
#30 9.617 checking for OCaml findlib package re 1.9.0 or later... no
#30 9.628 checking for OCaml findlib package base64 3.1.0 or later... no
#30 9.635 checking for OCaml findlib package ocamlgraph... not found
#30 9.641 checking for OCaml findlib package cudf 0.7 or later... no
#30 9.648 checking for OCaml findlib package dose3.common 6.1 or later... no
#30 9.655 checking for OCaml findlib package dose3.algo 6.1 or later... no
#30 9.662 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#30 9.671 checking for OCaml findlib package spdx_licenses... not found
#30 9.677 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#30 9.688 checking for OCaml findlib package jsonm... not found
#30 9.699 checking for OCaml findlib package uutf... not found
#30 9.707 checking for OCaml findlib package sha... not found
#30 9.713 checking for OCaml findlib package swhid_core... not found
#30 9.719 checking for OCaml findlib package patch... not found
#30 9.724 checking for OCaml findlib package mccs 1.1+17 or later... no
#30 9.738 checking for g++... g++
#30 9.875 checking whether the compiler supports GNU C++... yes
#30 9.967 checking whether g++ accepts -g... yes
#30 10.06 checking for g++ option to enable C++11 features... none needed
#30 10.60 checking whether g++ really is a C++ compiler... yes
#30 10.69
#30 10.79 configure: creating ./config.status
#30 11.21 config.status: creating Makefile.config
#30 11.27 config.status: creating src/ocaml-flags-configure.sexp
#30 11.35 config.status: creating src/core/c-flags.sexp
#30 11.45
#30 11.47 Opam will be built WITH its default built-in solver
#30 11.47
#30 11.47 Executables will be installed in /usr/local/bin
#30 11.47 Manual pages will be installed in /usr/local/share/man
#30 11.47
#30 11.47 Downloading vendored source dependencies...
#30 11.50 * Downloading dune-local...
#30 12.61 * Downloading cppo...
#30 13.68 * Downloading base64...
#30 14.47 * Downloading extlib...
#30 15.29 * Downloading re...
#30 16.37 * Downloading ocamlgraph...
#30 17.21 * Downloading cudf...
#30 17.96 * Downloading dose3...
#30 18.79 * Downloading opam-file-format...
#30 19.63 * Downloading stdlib-shims...
#30 20.43 * Downloading spdx_licenses...
#30 21.23 * Downloading opam-0install-cudf...
#30 22.04 * Downloading 0install-solver...
#30 22.88 * Downloading uutf...
#30 23.32 * Downloading jsonm...
#30 23.77 * Downloading sha...
#30 24.59 * Downloading swhid_core...
#30 25.68 * Downloading menhir...
#30 26.38 * Downloading patch...
#30 27.20 * Downloading mccs...
#30 28.07 done
#30 28.07 Extracting vendored source dependencies in src_ext/... done
#30 33.59 make -j -C src_ext lib-ext
#30 33.59 make[1]: Entering directory '/tmp/opam-build-2.5/src_ext'
#30 33.61 NOTE: make lib-ext is no longer required
#30 33.61 make[1]: Leaving directory '/tmp/opam-build-2.5/src_ext'
#30 33.61 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#30 33.90 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#30 36.99 ./.duneboot.exe
#30 194.3
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#30 226.7 Creating menhirLib.ml...
#30 226.7 Creating menhirLib.mli...
#30 333.9 Read 99 sample input sentences and 99 error messages.
#30 333.9 Read 99 sample input sentences and 47 error messages.
#30 335.7 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#30 335.7 Grammar has 37 terminal symbols.
#30 335.7 Grammar has 129 productions.
#30 335.7 Built an LR(0) automaton with 199 states.
#30 335.7 The grammar is not SLR(1) -- 7 states have a conflict.
#30 335.7 The construction mode is no-pager.
#30 335.7 Built an LR(1) automaton with 308 states.
#30 335.7 One shift/reduce conflict was silently solved.
#30 335.7 Extra reductions on error were added in 50 states.
#30 335.7 Priority played a role in 0 of these states.
#30 335.7 156 out of 308 states have a default reduction.
#30 335.7 108 out of 308 states are represented.
#30 335.7 44 out of 96 symbols keep track of their start position.
#30 335.7 39 out of 96 symbols keep track of their end position.
#30 335.7 The StackLang code contains 4113 instructions in 277 blocks.
#30 335.7 The StackLang code comprises 5 mutually recursive groups.
#30 336.8 Read 99 sample input sentences and 47 error messages.
#30 419.8 sed -f process.sed opam.install > processed-opam.install
#30 419.9 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#30 424.3 sed -f process.sed opam-installer.install > processed-opam-installer.install
#30 DONE 429.7s
#31 [stage-0 14/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
#31 2.221 Note: switching to '16116259a7db479cb69f4dbd6c430ec14c5814ad'.
#31 2.221
#31 2.221 You are in 'detached HEAD' state. You can look around, make experimental
#31 2.221 changes and commit them, and you can discard any commits you make in this
#31 2.221 state without impacting any branches by switching back to a branch.
#31 2.221
#31 2.221 If you want to create a new branch to retain commits you create, you may
#31 2.221 do so (now or later) by using -c with the switch command. Example:
#31 2.221
#31 2.221 git switch -c <new-branch-name>
#31 2.221
#31 2.221 Or undo this operation with:
#31 2.221
#31 2.221 git switch -
#31 2.221
#31 2.221 Turn off this advice by setting config variable advice.detachedHead to false
#31 2.221
#31 2.221 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#31 2.779 checking for ocamlc... ocamlc
#31 2.820 OCaml version is 4.14.2
#31 2.855 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#31 2.856 checking for ocamlopt... ocamlopt
#31 2.907 checking for ocamlc.opt... ocamlc.opt
#31 2.947 checking for ocamlopt.opt... ocamlopt.opt
#31 2.996 checking for ocaml... ocaml
#31 3.000 checking for ocamldep... ocamldep
#31 3.006 checking for ocamldep.opt... ocamldep.opt
#31 3.045 checking for ocamlmktop... ocamlmktop
#31 3.048 checking for ocamlmklib... ocamlmklib
#31 3.051 checking for ocamldoc... ocamldoc
#31 3.055 checking for ocamldoc.opt... ocamldoc.opt
#31 3.112 checking for ocamlbuild... no
#31 3.115 checking OCaml Sys.os_type... Unix
#31 3.229 checking for gawk... no
#31 3.233 checking for mawk... mawk
#31 3.270 checking for compiler type... cc
#31 4.494 checking for compiler architecture... riscv
#31 5.728 checking for compiler system... linux
#31 6.931 checking for compiler target... riscv64-unknown-linux-gnu
#31 8.225 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#31 8.396 checking whether the C compiler works... yes
#31 8.614 checking for C compiler default output file name... a.out
#31 8.621 checking for suffix of executables...
#31 8.835 checking whether we are cross compiling... no
#31 9.089 checking for suffix of object files... o
#31 9.200 checking whether the compiler supports GNU C... yes
#31 9.299 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#31 9.405 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#31 9.664 checking for ocamlobjinfo... ocamlobjinfo
#31 9.670 checking for ocamlfind... no
#31 9.674 checking for curl... curl
#31 9.679 checking for dune... no
#31 9.683 checking for patch... patch
#31 9.687 checking for bunzip2... bunzip2
#31 9.720 checking for linking method... shared
#31 9.722
#31 9.724 checking for OCaml findlib package unix... not found
#31 9.730 checking for OCaml findlib package re 1.9.0 or later... no
#31 9.741 checking for OCaml findlib package base64 3.1.0 or later... no
#31 9.753 checking for OCaml findlib package ocamlgraph... not found
#31 9.762 checking for OCaml findlib package cudf 0.7 or later... no
#31 9.773 checking for OCaml findlib package dose3.common 6.1 or later... no
#31 9.785 checking for OCaml findlib package dose3.algo 6.1 or later... no
#31 9.796 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#31 9.807 checking for OCaml findlib package spdx_licenses... not found
#31 9.816 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#31 9.825 checking for OCaml findlib package jsonm... not found
#31 9.833 checking for OCaml findlib package uutf... not found
#31 9.839 checking for OCaml findlib package sha... not found
#31 9.844 checking for OCaml findlib package swhid_core... not found
#31 9.850 checking for OCaml findlib package patch... not found
#31 9.856 checking for OCaml findlib package mccs 1.1+17 or later... no
#31 9.869 checking for g++... g++
#31 9.990 checking whether the compiler supports GNU C++... yes
#31 10.09 checking whether g++ accepts -g... yes
#31 10.19 checking for g++ option to enable C++11 features... none needed
#31 10.69 checking whether g++ really is a C++ compiler... yes
#31 10.79
#31 10.90 configure: creating ./config.status
#31 11.32 config.status: creating Makefile.config
#31 11.38 config.status: creating src/ocaml-flags-configure.sexp
#31 11.46 config.status: creating src/core/c-flags.sexp
#31 11.55
#31 11.56 Opam will be built WITH its default built-in solver
#31 11.56
#31 11.56 Executables will be installed in /usr/local/bin
#31 11.57 Manual pages will be installed in /usr/local/share/man
#31 11.57
#31 11.57 Downloading vendored source dependencies...
#31 11.60 * Downloading dune-local...
#31 12.68 * Downloading cppo...
#31 13.77 * Downloading base64...
#31 14.64 * Downloading extlib...
#31 15.48 * Downloading re...
#31 16.59 * Downloading ocamlgraph...
#31 17.49 * Downloading cudf...
#31 18.20 * Downloading dose3...
#31 19.07 * Downloading opam-file-format...
#31 19.99 * Downloading stdlib-shims...
#31 20.88 * Downloading spdx_licenses...
#31 21.73 * Downloading opam-0install-cudf...
#31 22.62 * Downloading 0install-solver...
#31 23.52 * Downloading uutf...
#31 23.97 * Downloading jsonm...
#31 24.43 * Downloading sha...
#31 25.35 * Downloading swhid_core...
#31 26.64 * Downloading menhir...
#31 27.34 * Downloading patch...
#31 28.26 * Downloading mccs...
#31 29.24 done
#31 29.24 Extracting vendored source dependencies in src_ext/... done
#31 34.78 make -j -C src_ext lib-ext
#31 34.79 make[1]: Entering directory '/tmp/opam-build-master/src_ext'
#31 34.80 NOTE: make lib-ext is no longer required
#31 34.80 make[1]: Leaving directory '/tmp/opam-build-master/src_ext'
#31 34.80 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#31 35.09 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#31 38.14 ./.duneboot.exe
#31 194.9
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#31 227.1 Creating menhirLib.ml...
#31 227.1 Creating menhirLib.mli...
#31 334.3 Read 99 sample input sentences and 99 error messages.
#31 334.3 Read 99 sample input sentences and 47 error messages.
#31 336.0 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#31 336.0 Grammar has 37 terminal symbols.
#31 336.0 Grammar has 129 productions.
#31 336.0 Built an LR(0) automaton with 199 states.
#31 336.0 The grammar is not SLR(1) -- 7 states have a conflict.
#31 336.0 The construction mode is no-pager.
#31 336.0 Built an LR(1) automaton with 308 states.
#31 336.0 One shift/reduce conflict was silently solved.
#31 336.0 Extra reductions on error were added in 50 states.
#31 336.0 Priority played a role in 0 of these states.
#31 336.0 156 out of 308 states have a default reduction.
#31 336.0 108 out of 308 states are represented.
#31 336.0 44 out of 96 symbols keep track of their start position.
#31 336.0 39 out of 96 symbols keep track of their end position.
#31 336.0 The StackLang code contains 4113 instructions in 277 blocks.
#31 336.0 The StackLang code comprises 5 mutually recursive groups.
#31 337.1 Read 99 sample input sentences and 47 error messages.
#31 420.8 sed -f process.sed opam.install > processed-opam.install
#31 420.8 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#31 425.3 sed -f process.sed opam-installer.install > processed-opam-installer.install
#31 DONE 430.8s
#32 [stage-1 7/41] COPY --from=0 [ /usr/local/bin/opam-2.0, /usr/bin/opam-2.0 ]
#32 DONE 0.3s
#33 [stage-1 8/41] RUN ln /usr/bin/opam-2.0 /usr/bin/opam
#33 DONE 0.7s
#34 [stage-1 9/41] COPY --from=0 [ /usr/local/bin/opam-2.1, /usr/bin/opam-2.1 ]
#34 DONE 0.5s
#35 [stage-1 10/41] COPY --from=0 [ /usr/local/bin/opam-2.2, /usr/bin/opam-2.2 ]
#35 DONE 0.5s
#36 [stage-1 11/41] COPY --from=0 [ /usr/local/bin/opam-2.3, /usr/bin/opam-2.3 ]
#36 DONE 0.5s
#37 [stage-1 12/41] COPY --from=0 [ /usr/local/bin/opam-2.4, /usr/bin/opam-2.4 ]
#37 DONE 0.5s
#38 [stage-1 13/41] COPY --from=0 [ /usr/local/bin/opam-2.5, /usr/bin/opam-2.5 ]
#38 DONE 0.6s
#39 [stage-1 14/41] COPY --from=0 [ /usr/local/bin/opam-master, /usr/bin/opam-dev ]
#39 DONE 0.5s
#40 [stage-1 15/41] RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
#40 DONE 1.0s
#41 [stage-1 16/41] COPY <<-EOF /etc/sudoers.d/opam
#41 DONE 0.1s
#42 [stage-1 17/41] RUN chmod 440 /etc/sudoers.d/opam
#42 DONE 0.5s
#43 [stage-1 18/41] RUN chown root:root /etc/sudoers.d/opam
#43 DONE 0.6s
#44 [stage-1 19/41] RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
#44 0.493 ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/bash
#44 0.571 userdel: ubuntu mail spool (/var/mail/ubuntu) not found
#44 DONE 0.7s
#45 [stage-1 20/41] RUN adduser --uid 1000 --disabled-password --gecos '' opam
#45 0.829 info: Adding user `opam' ...
#45 0.842 info: Adding new group `opam' (1000) ...
#45 0.916 info: Adding new user `opam' (1000) with group `opam (1000)' ...
#45 1.045 info: Creating home directory `/home/opam' ...
#45 1.066 info: Copying files from `/etc/skel' ...
#45 1.152 info: Adding new user `opam' to supplemental / extra groups `users' ...
#45 1.166 info: Adding user `opam' to group `users' ...
#45 DONE 1.3s
#46 [stage-1 21/41] RUN passwd -l opam
#46 0.605 passwd: password changed.
#46 DONE 0.7s
#47 [stage-1 22/41] RUN chown -R opam:opam /home/opam
#47 DONE 0.6s
#48 [stage-1 23/41] WORKDIR /home/opam
#48 DONE 0.1s
#49 [stage-1 24/41] RUN mkdir .ssh
#49 DONE 0.5s
#50 [stage-1 25/41] RUN chmod 700 .ssh
#50 DONE 0.6s
#51 [stage-1 26/41] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#51 DONE 0.2s
#52 [stage-1 27/41] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#52 DONE 0.1s
#53 [stage-1 28/41] RUN chmod a+x /home/opam/opam-sandbox-disable
#53 DONE 0.6s
#54 [stage-1 29/41] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#54 DONE 0.7s
#55 [stage-1 30/41] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#55 DONE 0.1s
#56 [stage-1 31/41] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#56 DONE 0.1s
#57 [stage-1 32/41] RUN chmod a+x /home/opam/opam-sandbox-enable
#57 DONE 0.6s
#58 [stage-1 33/41] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#58 DONE 0.6s
#59 [stage-1 34/41] RUN git config --global user.email "docker@example.com"
#59 DONE 0.6s
#60 [stage-1 35/41] RUN git config --global user.name "Docker"
#60 DONE 0.6s
#61 [stage-1 36/41] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#61 DONE 123.9s
#62 [stage-1 37/41] RUN opam-sandbox-disable
#62 0.498 --- opam sandboxing disabled
#62 DONE 0.5s
#63 [stage-1 38/41] RUN opam init -k git -a /home/opam/opam-repository --bare
#63 0.680 [NOTE] Will configure from /home/opam/.opamrc and then from built-in defaults.
#63 0.710 Checking for available remotes: rsync and local, git.
#63 0.735 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#63 0.735 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#63 0.735
#63 0.755 [WARNING] Recommended dependencies -- most packages rely on these:
#63 0.755 - m4
#63 0.800
#63 0.800 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#63 264.5 [default] Initialised
#63 264.5 default (at git+file:///home/opam/opam-repository):
#63 264.5 [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
#63 264.5
#63 296.8
#63 296.8 User configuration:
#63 296.8 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#63 296.8
#63 296.8 Updating ~/.profile.
#63 DONE 298.4s
#64 [stage-1 39/41] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#64 DONE 0.5s
#65 [stage-1 40/41] RUN rm -rf .opam/repo/default/.git
#65 DONE 0.6s
#66 [stage-1 41/41] COPY --link [ Dockerfile, /Dockerfile.opam ]
#66 DONE 0.1s
#67 exporting to image
#67 exporting layers
#67 exporting layers 94.4s done
#67 writing image sha256:1a6dbf18d835d20e83ec027b6bc5b8d8e7905aed098c10979592f2999edfc39b 0.0s done
#67 DONE 94.4s
Pushing "sha256:1a6dbf18d835d20e83ec027b6bc5b8d8e7905aed098c10979592f2999edfc39b" to "ocurrent/opam-staging:ubuntu-24.04-opam-riscv64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
d41234b7fe70: Preparing
c5e2e981c286: Preparing
8bb5b98c3a92: Preparing
ad042bafb64e: Preparing
8ef8004a009b: Preparing
5fa5b38fc3f3: Preparing
8baa3e6442fb: Preparing
74749082d22f: Preparing
9166335a894f: Preparing
6b24a14cae60: Preparing
522ca5c18127: Preparing
7dc8df0f7585: Preparing
f97a6692548a: Preparing
894060280e32: Preparing
02a7211947a9: Preparing
117c9069b03d: Preparing
11e6af67ba31: Preparing
f98a28164396: Preparing
5f70bf18a086: Preparing
f9940cfbba99: Preparing
91cfaadd85f4: Preparing
9dbb47d7959c: Preparing
373926c7dbf9: Preparing
fc80c796db94: Preparing
fc80c796db94: Preparing
e8dc27e56301: Preparing
cc509a9df4a7: Preparing
dd254cb00a00: Preparing
42438ed14cc8: Preparing
225ee24d1cdc: Preparing
125cf0c5fbc8: Preparing
5d224ae919db: Preparing
71af423fc1c1: Preparing
0015031c6426: Preparing
75959fac88a6: Preparing
049384778644: Preparing
ddbf909fa121: Preparing
a965d749c5a5: Preparing
8ed858fe6732: Preparing
22287b86780f: Preparing
f1445fbbb38f: Preparing
9dbb47d7959c: Waiting
5fa5b38fc3f3: Waiting
8baa3e6442fb: Waiting
373926c7dbf9: Waiting
71af423fc1c1: Waiting
fc80c796db94: Waiting
0015031c6426: Waiting
e8dc27e56301: Waiting
75959fac88a6: Waiting
cc509a9df4a7: Waiting
049384778644: Waiting
894060280e32: Waiting
dd254cb00a00: Waiting
ddbf909fa121: Waiting
02a7211947a9: Waiting
42438ed14cc8: Waiting
a965d749c5a5: Waiting
225ee24d1cdc: Waiting
117c9069b03d: Waiting
8ed858fe6732: Waiting
125cf0c5fbc8: Waiting
22287b86780f: Waiting
11e6af67ba31: Waiting
5d224ae919db: Waiting
f1445fbbb38f: Waiting
5f70bf18a086: Waiting
f98a28164396: Waiting
f9940cfbba99: Waiting
91cfaadd85f4: Waiting
522ca5c18127: Waiting
74749082d22f: Waiting
9166335a894f: Waiting
7dc8df0f7585: Waiting
6b24a14cae60: Waiting
f97a6692548a: Waiting
c5e2e981c286: Pushed
d41234b7fe70: Pushed
8ef8004a009b: Pushed
8bb5b98c3a92: Pushed
8baa3e6442fb: Pushed
74749082d22f: Pushed
9166335a894f: Pushed
522ca5c18127: Pushed
6b24a14cae60: Pushed
7dc8df0f7585: Pushed
f97a6692548a: Pushed
894060280e32: Pushed
02a7211947a9: Pushed
117c9069b03d: Pushed
11e6af67ba31: Pushed
5f70bf18a086: Layer already exists
f98a28164396: Pushed
91cfaadd85f4: Pushed
f9940cfbba99: Pushed
9dbb47d7959c: Pushed
373926c7dbf9: Pushed
fc80c796db94: Pushed
e8dc27e56301: Pushed
cc509a9df4a7: Pushed
dd254cb00a00: Pushed
42438ed14cc8: Pushed
225ee24d1cdc: Pushed
125cf0c5fbc8: Pushed
5d224ae919db: Pushed
71af423fc1c1: Pushed
0015031c6426: Pushed
75959fac88a6: Pushed
ddbf909fa121: Pushed
8ed858fe6732: Pushed
22287b86780f: Pushed
f1445fbbb38f: Layer already exists
a965d749c5a5: Pushed
ad042bafb64e: Pushed
049384778644: Pushed
5fa5b38fc3f3: Pushed
ubuntu-24.04-opam-riscv64: digest: sha256:e4935a2f7434ac51a892b177fd92300024e8de5c015443a6d933c98b43b31759 size: 8875
The push refers to repository [docker.io/ocurrent/opam-staging]
d41234b7fe70: Preparing
c5e2e981c286: Preparing
8bb5b98c3a92: Preparing
ad042bafb64e: Preparing
8ef8004a009b: Preparing
5fa5b38fc3f3: Preparing
8baa3e6442fb: Preparing
74749082d22f: Preparing
9166335a894f: Preparing
6b24a14cae60: Preparing
522ca5c18127: Preparing
7dc8df0f7585: Preparing
f97a6692548a: Preparing
894060280e32: Preparing
02a7211947a9: Preparing
117c9069b03d: Preparing
11e6af67ba31: Preparing
f98a28164396: Preparing
5f70bf18a086: Preparing
f9940cfbba99: Preparing
91cfaadd85f4: Preparing
9dbb47d7959c: Preparing
373926c7dbf9: Preparing
fc80c796db94: Preparing
fc80c796db94: Preparing
e8dc27e56301: Preparing
cc509a9df4a7: Preparing
dd254cb00a00: Preparing
42438ed14cc8: Preparing
225ee24d1cdc: Preparing
125cf0c5fbc8: Preparing
5d224ae919db: Preparing
71af423fc1c1: Preparing
0015031c6426: Preparing
75959fac88a6: Preparing
049384778644: Preparing
ddbf909fa121: Preparing
a965d749c5a5: Preparing
8ed858fe6732: Preparing
22287b86780f: Preparing
f1445fbbb38f: Preparing
11e6af67ba31: Waiting
f98a28164396: Waiting
5f70bf18a086: Waiting
f9940cfbba99: Waiting
91cfaadd85f4: Waiting
9dbb47d7959c: Waiting
373926c7dbf9: Waiting
fc80c796db94: Waiting
e8dc27e56301: Waiting
cc509a9df4a7: Waiting
dd254cb00a00: Waiting
42438ed14cc8: Waiting
225ee24d1cdc: Waiting
125cf0c5fbc8: Waiting
522ca5c18127: Waiting
7dc8df0f7585: Waiting
f97a6692548a: Waiting
5fa5b38fc3f3: Waiting
894060280e32: Waiting
02a7211947a9: Waiting
8baa3e6442fb: Waiting
117c9069b03d: Waiting
74749082d22f: Waiting
6b24a14cae60: Waiting
5d224ae919db: Waiting
049384778644: Waiting
71af423fc1c1: Waiting
ddbf909fa121: Waiting
a965d749c5a5: Waiting
0015031c6426: Waiting
75959fac88a6: Waiting
8ed858fe6732: Waiting
22287b86780f: Waiting
f1445fbbb38f: Waiting
c5e2e981c286: Layer already exists
8bb5b98c3a92: Layer already exists
8ef8004a009b: Layer already exists
ad042bafb64e: Layer already exists
d41234b7fe70: Layer already exists
9166335a894f: Layer already exists
6b24a14cae60: Layer already exists
8baa3e6442fb: Layer already exists
74749082d22f: Layer already exists
5fa5b38fc3f3: Layer already exists
f97a6692548a: Layer already exists
894060280e32: Layer already exists
522ca5c18127: Layer already exists
7dc8df0f7585: Layer already exists
02a7211947a9: Layer already exists
f9940cfbba99: Layer already exists
5f70bf18a086: Layer already exists
11e6af67ba31: Layer already exists
117c9069b03d: Layer already exists
f98a28164396: Layer already exists
373926c7dbf9: Layer already exists
e8dc27e56301: Layer already exists
91cfaadd85f4: Layer already exists
fc80c796db94: Layer already exists
9dbb47d7959c: Layer already exists
dd254cb00a00: Layer already exists
125cf0c5fbc8: Layer already exists
225ee24d1cdc: Layer already exists
cc509a9df4a7: Layer already exists
42438ed14cc8: Layer already exists
5d224ae919db: Layer already exists
71af423fc1c1: Layer already exists
75959fac88a6: Layer already exists
0015031c6426: Layer already exists
049384778644: Layer already exists
ddbf909fa121: Layer already exists
22287b86780f: Layer already exists
f1445fbbb38f: Layer already exists
8ed858fe6732: Layer already exists
a965d749c5a5: Layer already exists
ubuntu-24.04-opam-riscv64: digest: sha256:e4935a2f7434ac51a892b177fd92300024e8de5c015443a6d933c98b43b31759 size: 8875
Job succeeded
2026-03-18 20:06.19: Job succeeded