Build:
- 0
2026-07-18 06:49.13: New job: Build using linux-riscv64 in
[https://github.com/ocaml/opam-repository#master (080b1a01e84987ad2f77e87075ea70cadfa5cb7e)]
2026-07-18 06:49.13: 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 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout ad0564f20c6306bc83085fe663cab903fe887208 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
FROM ubuntu:noble
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
Acquire::Retries "5";
EOF
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
COPY --from=0 [ "/usr/local/bin/opam-2.1", "/usr/bin/opam-2.1" ]
RUN ln /usr/bin/opam-2.1 /usr/bin/opam
COPY --from=0 [ "/usr/local/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/local/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/local/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/local/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/local/bin/opam-master", "/usr/bin/opam-dev" ]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
COPY <<-EOF /etc/sudoers.d/opam
opam ALL=(ALL:ALL) NOPASSWD:ALL
EOF
RUN chmod 440 /etc/sudoers.d/opam
RUN chown root:root /etc/sudoers.d/opam
RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
RUN useradd --uid 1000 --create-home --shell /bin/bash opam
RUN passwd -l opam
RUN chown -R opam:opam /home/opam
USER opam
ENV HOME="/home/opam"
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
wrap-build-commands: []
wrap-install-commands: []
wrap-remove-commands: []
required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#!/bin/sh
cp ~/.opamrc-nosandbox ~/.opamrc
echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#!/bin/sh
cp ~/.opamrc-sandbox ~/.opamrc
echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
COPY --link --chown=1000:1000 [ ".", "/home/opam/opam-repository" ]
RUN opam-sandbox-disable
RUN opam init -k git -a /home/opam/opam-repository --bare
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
RUN rm -rf .opam/repo/default/.git
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2026-07-18 06:49.13: Using cache hint "opam-ubuntu-24.04"
2026-07-18 06:49.13: Waiting for resource in pool OCluster
2026-07-18 06:49.13: Waiting for worker…
2026-07-18 06:49.13: Got resource from pool OCluster
Building on riscv-qemu-navajo-6
Updating files: 0% (163/18413)
Updating files: 1% (185/18413)
Updating files: 2% (369/18413)
Updating files: 2% (387/18413)
Updating files: 3% (553/18413)
Updating files: 3% (734/18413)
Updating files: 4% (737/18413)
Updating files: 5% (921/18413)
Updating files: 5% (1078/18413)
Updating files: 6% (1105/18413)
Updating files: 7% (1289/18413)
Updating files: 7% (1316/18413)
Updating files: 8% (1474/18413)
Updating files: 8% (1515/18413)
Updating files: 9% (1658/18413)
Updating files: 9% (1697/18413)
Updating files: 10% (1842/18413)
Updating files: 10% (1905/18413)
Updating files: 11% (2026/18413)
Updating files: 11% (2107/18413)
Updating files: 12% (2210/18413)
Updating files: 12% (2304/18413)
Updating files: 13% (2394/18413)
Updating files: 13% (2509/18413)
Updating files: 14% (2578/18413)
Updating files: 14% (2731/18413)
Updating files: 15% (2762/18413)
Updating files: 15% (2924/18413)
Updating files: 16% (2947/18413)
Updating files: 16% (3078/18413)
Updating files: 17% (3131/18413)
Updating files: 18% (3315/18413)
Updating files: 18% (3345/18413)
Updating files: 19% (3499/18413)
Updating files: 19% (3598/18413)
Updating files: 20% (3683/18413)
Updating files: 20% (3861/18413)
Updating files: 21% (3867/18413)
Updating files: 22% (4051/18413)
Updating files: 23% (4235/18413)
Updating files: 23% (4255/18413)
Updating files: 24% (4420/18413)
Updating files: 24% (4594/18413)
Updating files: 25% (4604/18413)
Updating files: 26% (4788/18413)
Updating files: 26% (4899/18413)
Updating files: 27% (4972/18413)
Updating files: 28% (5156/18413)
Updating files: 28% (5209/18413)
Updating files: 29% (5340/18413)
Updating files: 29% (5364/18413)
Updating files: 30% (5524/18413)
Updating files: 30% (5645/18413)
Updating files: 31% (5709/18413)
Updating files: 32% (5893/18413)
Updating files: 32% (5901/18413)
Updating files: 33% (6077/18413)
Updating files: 33% (6226/18413)
Updating files: 34% (6261/18413)
Updating files: 35% (6445/18413)
Updating files: 35% (6573/18413)
Updating files: 36% (6629/18413)
Updating files: 37% (6813/18413)
Updating files: 37% (6887/18413)
Updating files: 38% (6997/18413)
Updating files: 39% (7182/18413)
Updating files: 39% (7185/18413)
Updating files: 40% (7366/18413)
Updating files: 40% (7502/18413)
Updating files: 41% (7550/18413)
Updating files: 42% (7734/18413)
Updating files: 42% (7824/18413)
Updating files: 43% (7918/18413)
Updating files: 44% (8102/18413)
Updating files: 44% (8125/18413)
Updating files: 45% (8286/18413)
Updating files: 45% (8353/18413)
Updating files: 46% (8470/18413)
Updating files: 46% (8587/18413)
Updating files: 47% (8655/18413)
Updating files: 47% (8777/18413)
Updating files: 48% (8839/18413)
Updating files: 49% (9023/18413)
Updating files: 49% (9028/18413)
Updating files: 50% (9207/18413)
Updating files: 51% (9391/18413)
Updating files: 51% (9427/18413)
Updating files: 52% (9575/18413)
Updating files: 53% (9759/18413)
Updating files: 53% (9844/18413)
Updating files: 54% (9944/18413)
Updating files: 55% (10128/18413)
Updating files: 55% (10174/18413)
Updating files: 56% (10312/18413)
Updating files: 56% (10408/18413)
Updating files: 57% (10496/18413)
Updating files: 57% (10589/18413)
Updating files: 58% (10680/18413)
Updating files: 59% (10864/18413)
Updating files: 59% (10903/18413)
Updating files: 60% (11048/18413)
Updating files: 61% (11232/18413)
Updating files: 61% (11236/18413)
Updating files: 62% (11417/18413)
Updating files: 62% (11501/18413)
Updating files: 63% (11601/18413)
Updating files: 64% (11785/18413)
Updating files: 64% (11832/18413)
Updating files: 65% (11969/18413)
Updating files: 66% (12153/18413)
Updating files: 66% (12282/18413)
Updating files: 67% (12337/18413)
Updating files: 67% (12478/18413)
Updating files: 68% (12521/18413)
Updating files: 69% (12705/18413)
Updating files: 69% (12764/18413)
Updating files: 70% (12890/18413)
Updating files: 71% (13074/18413)
Updating files: 71% (13185/18413)
Updating files: 72% (13258/18413)
Updating files: 73% (13442/18413)
Updating files: 73% (13593/18413)
Updating files: 74% (13626/18413)
Updating files: 75% (13810/18413)
Updating files: 75% (13925/18413)
Updating files: 76% (13994/18413)
Updating files: 76% (14152/18413)
Updating files: 77% (14179/18413)
Updating files: 78% (14363/18413)
Updating files: 78% (14429/18413)
Updating files: 79% (14547/18413)
Updating files: 79% (14694/18413)
Updating files: 80% (14731/18413)
Updating files: 81% (14915/18413)
Updating files: 81% (14993/18413)
Updating files: 82% (15099/18413)
Updating files: 83% (15283/18413)
Updating files: 83% (15310/18413)
Updating files: 84% (15467/18413)
Updating files: 84% (15622/18413)
Updating files: 85% (15652/18413)
Updating files: 85% (15750/18413)
Updating files: 86% (15836/18413)
Updating files: 86% (15965/18413)
Updating files: 87% (16020/18413)
Updating files: 88% (16204/18413)
Updating files: 88% (16276/18413)
Updating files: 89% (16388/18413)
Updating files: 90% (16572/18413)
Updating files: 90% (16588/18413)
Updating files: 91% (16756/18413)
Updating files: 91% (16887/18413)
Updating files: 92% (16940/18413)
Updating files: 93% (17125/18413)
Updating files: 93% (17210/18413)
Updating files: 94% (17309/18413)
Updating files: 95% (17493/18413)
Updating files: 95% (17523/18413)
Updating files: 96% (17677/18413)
Updating files: 96% (17824/18413)
Updating files: 97% (17861/18413)
Updating files: 98% (18045/18413)
Updating files: 98% (18097/18413)
Updating files: 99% (18229/18413)
Updating files: 100% (18413/18413)
Updating files: 100% (18413/18413), done.
HEAD is now at cc0c883666 Merge pull request #30248 from Anonyfox/release-chatoyant-0.12.2
HEAD is now at 080b1a01e8 Merge pull request #30252 from Kakadu/archive-riot
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:
#1 transferring dockerfile: 6.55kB 0.3s done
#1 DONE 1.0s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 5.5s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 resolve docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 resolve docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89 0.7s done
#3 DONE 1.1s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 0B / 13.70MB 0.2s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 1.05MB / 13.70MB 0.8s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 2.10MB / 13.70MB 1.2s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 3.15MB / 13.70MB 1.7s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 4.19MB / 13.70MB 2.1s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 5.24MB / 13.70MB 2.4s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 6.29MB / 13.70MB 2.9s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 7.34MB / 13.70MB 3.5s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 8.39MB / 13.70MB 4.0s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 9.44MB / 13.70MB 4.4s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 10.49MB / 13.70MB 4.7s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 11.53MB / 13.70MB 5.2s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 12.58MB / 13.70MB 5.6s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 13.70MB / 13.70MB 5.9s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 13.70MB / 13.70MB 6.0s done
#3 extracting sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263
#3 extracting sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 7.2s done
#3 DONE 14.5s
#4 [internal] load metadata for docker.io/library/ubuntu:noble
#4 DONE 4.4s
#5 [internal] load .dockerignore
#5 transferring context:
#5 transferring context: 2B 0.1s done
#5 DONE 0.5s
#6 [internal] load build context
#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 [internal] preparing inline document
#12 DONE 0.0s
#13 [stage-0 1/13] FROM docker.io/library/ubuntu:noble@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90
#13 resolve docker.io/library/ubuntu:noble@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90
#13 resolve docker.io/library/ubuntu:noble@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90 1.2s done
#13 DONE 1.3s
#6 [internal] load build context
#6 transferring context: 1.15MB 1.5s
#6 ...
#13 [stage-0 1/13] FROM docker.io/library/ubuntu:noble@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90
#13 DONE 2.9s
#6 [internal] load build context
#6 ...
#11 [internal] preparing inline document
#11 DONE 2.8s
#6 [internal] load build context
#6 ...
#9 [internal] preparing inline document
#9 DONE 3.0s
#6 [internal] load build context
#6 ...
#12 [internal] preparing inline document
#12 DONE 3.1s
#6 [internal] load build context
#6 ...
#7 [internal] preparing inline document
#7 DONE 3.7s
#6 [internal] load build context
#6 ...
#8 [internal] preparing inline document
#8 DONE 5.5s
#6 [internal] load build context
#6 transferring context: 6.72MB 6.5s
#6 ...
#10 [internal] preparing inline document
#10 DONE 6.0s
#6 [internal] load build context
#6 transferring context: 6.76MB 11.9s
#6 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 ...
#15 [stage-1 2/40] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#15 ...
#6 [internal] load build context
#6 transferring context: 6.79MB 17.4s
#6 transferring context: 6.83MB 22.4s
#6 transferring context: 6.85MB 27.5s
#6 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 29.09 Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
#14 ...
#15 [stage-1 2/40] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#15 DONE 29.1s
#6 [internal] load build context
#6 transferring context: 6.87MB 32.6s
#6 ...
#16 [stage-1 3/40] COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
#16 DONE 2.5s
#6 [internal] load build context
#6 transferring context: 6.88MB 37.6s
#6 transferring context: 6.91MB 42.8s
#6 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 30.36 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
#14 30.36 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
#14 30.36 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
#14 37.18 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 Packages [1700 kB]
#14 40.53 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/restricted riscv64 Packages [3482 B]
#14 ...
#6 [internal] load build context
#6 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 ...
#6 [internal] load build context
#6 transferring context: 6.93MB 47.8s
#6 transferring context: 6.97MB 52.9s
#6 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 18.42 Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
#17 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 40.86 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe riscv64 Packages [18.3 MB]
#14 ...
#6 [internal] load build context
#6 transferring context: 7.00MB 58.1s
#6 transferring context: 7.04MB 63.3s
#6 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 19.24 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
#17 19.27 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
#17 19.30 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
#17 24.45 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/multiverse riscv64 Packages [204 kB]
#17 25.56 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 Packages [1700 kB]
#17 26.80 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe riscv64 Packages [18.3 MB]
#17 ...
#6 [internal] load build context
#6 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 52.57 Get:8 http://ports.ubuntu.com/ubuntu-ports noble/multiverse riscv64 Packages [204 kB]
#14 52.95 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [5111 B]
#14 53.01 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [832 kB]
#14 53.36 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [12.5 kB]
#14 53.49 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1608 kB]
#14 55.24 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.7 kB]
#14 55.34 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse riscv64 Packages [671 B]
#14 55.44 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [48.8 kB]
#14 59.19 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [3400 B]
#14 59.42 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1153 kB]
#14 60.27 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [9971 B]
#14 60.40 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [534 kB]
#14 ...
#6 [internal] load build context
#6 transferring context: 7.11MB 68.4s
#6 transferring context: 7.18MB 73.6s
#6 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 43.55 Get:8 http://ports.ubuntu.com/ubuntu-ports noble/restricted riscv64 Packages [3482 B]
#17 43.70 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [12.5 kB]
#17 43.90 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1608 kB]
#17 46.79 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [5111 B]
#17 47.00 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [832 kB]
#17 47.77 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.7 kB]
#17 47.95 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [48.8 kB]
#17 48.12 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse riscv64 Packages [671 B]
#17 48.28 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1153 kB]
#17 48.72 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [9971 B]
#17 48.99 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [3400 B]
#17 49.15 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [534 kB]
#17 ...
#6 [internal] load build context
#6 transferring context: 7.30MB 84.8s
#6 transferring context: 7.36MB 89.8s
#6 transferring context: 7.43MB 94.9s
#6 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 95.35 Fetched 25.1 MB in 1min 7s (373 kB/s)
#14 95.35 Reading package lists...
#14 ...
#6 [internal] load build context
#6 transferring context: 7.53MB 103.5s
#6 transferring context: 7.56MB 108.5s
#6 transferring context: 7.58MB 113.5s
#6 transferring context: 7.61MB 118.7s
#6 transferring context: 7.66MB 123.9s
#6 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 82.88 Fetched 25.1 MB in 1min 4s (390 kB/s)
#17 82.88 Reading package lists...
#17 ...
#6 [internal] load build context
#6 transferring context: 7.71MB 129.0s
#6 transferring context: 7.78MB 134.1s
#6 transferring context: 7.85MB 139.6s
#6 transferring context: 7.91MB 144.6s
#6 transferring context: 7.99MB 149.9s
#6 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 95.35 Reading package lists...
#14 DONE 149.3s
#6 [internal] load build context
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 ...
#6 [internal] load build context
#6 transferring context: 8.02MB 157.8s
#6 transferring context: 8.06MB 162.9s
#6 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 82.88 Reading package lists...
#17 DONE 132.6s
#6 [internal] load build context
#6 transferring context: 8.08MB 168.0s
#6 transferring context: 8.10MB 173.1s
#6 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 ...
#6 [internal] load build context
#6 transferring context: 8.14MB 178.3s
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 19.57 Reading package lists...
#18 ...
#6 [internal] load build context
#6 transferring context: 8.17MB 183.3s
#6 transferring context: 8.22MB 188.4s
#6 transferring context: 8.28MB 193.7s
#6 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 17.83 Reading package lists...
#19 ...
#6 [internal] load build context
#6 transferring context: 8.34MB 198.7s
#6 transferring context: 8.42MB 203.8s
#6 transferring context: 8.51MB 209.0s
#6 transferring context: 8.59MB 214.0s
#6 transferring context: 8.65MB 219.1s
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 19.57 Reading package lists...
#18 67.92 Building dependency tree...
#18 ...
#6 [internal] load build context
#6 transferring context: 8.67MB 224.6s
#6 transferring context: 8.69MB 229.6s
#6 transferring context: 8.71MB 234.9s
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 67.92 Building dependency tree...
#18 72.94 Reading state information...
#18 74.53 Calculating upgrade...
#18 82.19 The following packages will be upgraded:
#18 82.20 gzip libncursesw6 libtinfo6 ncurses-base ncurses-bin perl-base tar
#18 ...
#6 [internal] load build context
#6 transferring context: 8.73MB 239.9s
#6 transferring context: 8.74MB 245.0s
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 83.41 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#18 83.41 Need to get 2687 kB of archives.
#18 83.41 After this operation, 5120 B of additional disk space will be used.
#18 83.41 Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gzip riscv64 1.12-1ubuntu3.2 [102 kB]
#18 83.67 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 ncurses-bin riscv64 6.4+20240113-1ubuntu2.1 [186 kB]
#18 83.83 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl-base riscv64 5.38.2-3.2ubuntu0.3 [1835 kB]
#18 85.09 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 tar riscv64 1.35+dfsg-3ubuntu0.3 [273 kB]
#18 85.17 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 ncurses-base all 6.4+20240113-1ubuntu2.1 [25.7 kB]
#18 85.24 Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libncursesw6 riscv64 6.4+20240113-1ubuntu2.1 [155 kB]
#18 85.37 Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libtinfo6 riscv64 6.4+20240113-1ubuntu2.1 [109 kB]
#18 ...
#6 [internal] load build context
#6 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 17.83 Reading package lists...
#19 70.30 Building dependency tree...
#19 76.58 Reading state information...
#19 78.15 Calculating upgrade...
#19 ...
#6 [internal] load build context
#6 transferring context: 8.77MB 250.1s
#6 transferring context: 8.79MB 255.1s
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 95.32 debconf: delaying package configuration, since apt-utils is not installed
#18 96.43 Fetched 2687 kB in 3s (1007 kB/s)
#18 97.55 (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 97.99 Preparing to unpack .../gzip_1.12-1ubuntu3.2_riscv64.deb ...
#18 99.53 Unpacking gzip (1.12-1ubuntu3.2) over (1.12-1ubuntu3.1) ...
#18 101.4 Setting up gzip (1.12-1ubuntu3.2) ...
#18 103.4 (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 103.9 Preparing to unpack .../ncurses-bin_6.4+20240113-1ubuntu2.1_riscv64.deb ...
#18 104.1 Unpacking ncurses-bin (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
#18 105.2 Setting up ncurses-bin (6.4+20240113-1ubuntu2.1) ...
#18 ...
#6 [internal] load build context
#6 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 78.15 Calculating upgrade...
#19 86.63 The following packages will be upgraded:
#19 86.66 gzip libncursesw6 libtinfo6 ncurses-base ncurses-bin perl-base tar
#19 87.83 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#19 87.83 Need to get 2687 kB of archives.
#19 87.83 After this operation, 5120 B of additional disk space will be used.
#19 87.83 Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gzip riscv64 1.12-1ubuntu3.2 [102 kB]
#19 88.18 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 ncurses-bin riscv64 6.4+20240113-1ubuntu2.1 [186 kB]
#19 88.30 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl-base riscv64 5.38.2-3.2ubuntu0.3 [1835 kB]
#19 89.02 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 tar riscv64 1.35+dfsg-3ubuntu0.3 [273 kB]
#19 89.13 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 ncurses-base all 6.4+20240113-1ubuntu2.1 [25.7 kB]
#19 89.21 Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libncursesw6 riscv64 6.4+20240113-1ubuntu2.1 [155 kB]
#19 89.35 Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libtinfo6 riscv64 6.4+20240113-1ubuntu2.1 [109 kB]
#19 ...
#6 [internal] load build context
#6 transferring context: 8.83MB 260.1s
#6 transferring context: 8.87MB 265.2s
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 107.0 (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 107.4 Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.3_riscv64.deb ...
#18 109.7 Unpacking perl-base (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
#18 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 95.77 debconf: delaying package configuration, since apt-utils is not installed
#19 96.71 Fetched 2687 kB in 2s (1099 kB/s)
#19 97.32 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4370 files and directories currently installed.)
#19 97.84 Preparing to unpack .../gzip_1.12-1ubuntu3.2_riscv64.deb ...
#19 99.05 Unpacking gzip (1.12-1ubuntu3.2) over (1.12-1ubuntu3.1) ...
#19 100.4 Setting up gzip (1.12-1ubuntu3.2) ...
#19 ...
#6 [internal] load build context
#6 transferring context: 8.95MB 270.3s
#6 transferring context: 9.07MB 275.6s
#6 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 102.6 (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 103.3 Preparing to unpack .../ncurses-bin_6.4+20240113-1ubuntu2.1_riscv64.deb ...
#19 103.5 Unpacking ncurses-bin (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
#19 105.1 Setting up ncurses-bin (6.4+20240113-1ubuntu2.1) ...
#19 106.1 (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 106.7 Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.3_riscv64.deb ...
#19 107.3 Unpacking perl-base (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
#19 ...
#6 [internal] load build context
#6 transferring context: 9.22MB 280.7s
#6 transferring context: 9.28MB 285.7s
#6 transferring context: 9.33MB 290.9s
#6 transferring context: 9.37MB 296.1s
#6 transferring context: 9.43MB 301.1s
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 141.8 Setting up perl-base (5.38.2-3.2ubuntu0.3) ...
#18 143.6 (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 145.1 Preparing to unpack .../tar_1.35+dfsg-3ubuntu0.3_riscv64.deb ...
#18 145.5 Unpacking tar (1.35+dfsg-3ubuntu0.3) over (1.35+dfsg-3build1) ...
#18 147.6 Setting up tar (1.35+dfsg-3ubuntu0.3) ...
#18 149.9 (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 150.3 Preparing to unpack .../ncurses-base_6.4+20240113-1ubuntu2.1_all.deb ...
#18 150.5 Unpacking ncurses-base (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
#18 ...
#6 [internal] load build context
#6 transferring context: 9.48MB 306.1s
#6 transferring context: 9.53MB 311.2s
#6 ...
#18 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 154.4 Setting up ncurses-base (6.4+20240113-1ubuntu2.1) ...
#18 155.4 (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 155.7 Preparing to unpack .../libncursesw6_6.4+20240113-1ubuntu2.1_riscv64.deb ...
#18 155.9 Unpacking libncursesw6:riscv64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
#18 157.4 Preparing to unpack .../libtinfo6_6.4+20240113-1ubuntu2.1_riscv64.deb ...
#18 157.6 Unpacking libtinfo6:riscv64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
#18 158.8 Setting up libtinfo6:riscv64 (6.4+20240113-1ubuntu2.1) ...
#18 159.3 Setting up libncursesw6:riscv64 (6.4+20240113-1ubuntu2.1) ...
#18 159.6 Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
#18 DONE 162.9s
#6 [internal] load build context
#6 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 139.9 Setting up perl-base (5.38.2-3.2ubuntu0.3) ...
#19 141.6 (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 141.9 Preparing to unpack .../tar_1.35+dfsg-3ubuntu0.3_riscv64.deb ...
#19 142.2 Unpacking tar (1.35+dfsg-3ubuntu0.3) over (1.35+dfsg-3build1) ...
#19 144.0 Setting up tar (1.35+dfsg-3ubuntu0.3) ...
#19 145.3 (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 145.9 Preparing to unpack .../ncurses-base_6.4+20240113-1ubuntu2.1_all.deb ...
#19 146.0 Unpacking ncurses-base (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
#19 ...
#6 [internal] load build context
#6 transferring context: 9.55MB 316.3s
#6 transferring context: 9.60MB 321.5s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 ...
#6 [internal] load build context
#6 transferring context: 9.63MB 326.7s
#6 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 148.7 Setting up ncurses-base (6.4+20240113-1ubuntu2.1) ...
#19 150.2 (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 150.9 Preparing to unpack .../libncursesw6_6.4+20240113-1ubuntu2.1_riscv64.deb ...
#19 151.1 Unpacking libncursesw6:riscv64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
#19 153.0 Preparing to unpack .../libtinfo6_6.4+20240113-1ubuntu2.1_riscv64.deb ...
#19 153.3 Unpacking libtinfo6:riscv64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
#19 154.5 Setting up libtinfo6:riscv64 (6.4+20240113-1ubuntu2.1) ...
#19 155.4 Setting up libncursesw6:riscv64 (6.4+20240113-1ubuntu2.1) ...
#19 155.5 Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
#19 ...
#6 [internal] load build context
#6 ...
#19 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 DONE 159.1s
#6 [internal] load build context
#6 transferring context: 9.67MB 331.7s
#6 transferring context: 9.74MB 336.7s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 ...
#6 [internal] load build context
#6 transferring context: 9.84MB 341.8s
#6 transferring context: 9.90MB 346.8s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 21.62 Reading package lists...
#21 ...
#6 [internal] load build context
#6 transferring context: 9.94MB 353.6s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 31.12 Reading package lists...
#20 ...
#6 [internal] load build context
#6 transferring context: 9.97MB 358.6s
#6 transferring context: 9.98MB 363.6s
#6 transferring context: 10.01MB 368.7s
#6 transferring context: 10.04MB 373.8s
#6 transferring context: 10.08MB 379.0s
#6 transferring context: 10.15MB 384.0s
#6 transferring context: 10.24MB 389.0s
#6 transferring context: 10.39MB 394.0s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 31.12 Reading package lists...
#20 81.77 Building dependency tree...
#20 ...
#6 [internal] load build context
#6 transferring context: 10.44MB 401.1s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 81.77 Building dependency tree...
#20 85.90 Reading state information...
#20 90.44 The following additional packages will be installed:
#20 90.45 adduser binutils binutils-common binutils-riscv64-linux-gnu bzip2
#20 90.45 ca-certificates cpp cpp-13 cpp-13-riscv64-linux-gnu cpp-riscv64-linux-gnu
#20 90.45 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core
#20 90.45 fonts-dejavu-mono g++ g++-13 g++-13-riscv64-linux-gnu g++-riscv64-linux-gnu
#20 90.45 gcc gcc-13 gcc-13-base gcc-13-riscv64-linux-gnu gcc-riscv64-linux-gnu
#20 90.45 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf
#20 90.45 gpgsm keyboxd krb5-locales less libalgorithm-diff-perl
#20 90.45 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaom3 libapparmor1
#20 90.45 libasan8 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin
#20 90.45 libc-devtools libc6-dev libcbor0.10 libcc1-0 libcrypt-dev libctf-nobfd0
#20 90.45 libctf0 libcurl3t64-gnutls libcurl4t64 libdeflate0 libdpkg-perl libedit2
#20 90.45 liberror-perl libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl
#20 90.45 libfontconfig1 libfreetype6 libgcc-13-dev libgd3 libgdbm-compat4t64
#20 90.45 libgdbm6t64 libgomp1 libgssapi-krb5-2 libheif-plugin-aomdec
#20 90.45 libheif-plugin-aomenc libheif1 libisl23 libitm1 libjansson4 libjbig0
#20 90.45 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
#20 90.45 libksba8 libldap-common libldap2 liblerc4 liblocale-gettext-perl libmpc3
#20 90.45 libmpfr6 libnghttp2-14 libperl5.38t64 libpng16-16t64 libpsl5t64
#20 90.45 libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
#20 90.45 libsframe1 libsharpyuv0 libsqlite3-0 libssh-4 libstdc++-13-dev libtiff6
#20 90.45 libubsan1 libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6
#20 90.46 libxmuu1 libxpm4 linux-libc-dev lto-disabled-list make manpages manpages-dev
#20 90.49 netbase openssh-client openssl patch perl perl-modules-5.38 pinentry-curses
#20 90.49 publicsuffix readline-common rpcsvc-proto xauth xz-utils
#20 90.49 Suggested packages:
#20 90.49 cron quota ecryptfs-utils binutils-doc gprofng-gui bzip2-doc cpp-doc
#20 90.49 gcc-13-locales cpp-13-doc dbus-user-session libpam-systemd pinentry-gnome3
#20 90.49 tor debian-keyring gcc-13-doc gcc-multilib autoconf automake libtool flex
#20 90.49 bison gdb gcc-doc gdb-riscv64-linux-gnu gettext-base git-daemon-run
#20 90.49 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
#20 90.49 git-mediawiki git-svn parcimonie xloadimage gpg-wks-server scdaemon
#20 90.49 glibc-doc bzr libgd-tools gdbm-l10n krb5-doc krb5-user
#20 90.49 libheif-plugin-libde265 libheif-plugin-x265 libheif-plugin-ffmpegdec
#20 90.49 libheif-plugin-jpegdec libheif-plugin-jpegenc libheif-plugin-j2kdec
#20 90.49 libheif-plugin-j2kenc libheif-plugin-rav1e libheif-plugin-svtenc
#20 90.49 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
#20 90.49 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
#20 90.49 libstdc++-13-doc make-doc man-browser keychain libpam-ssh monkeysphere
#20 90.49 ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
#20 90.49 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
#20 90.49 readline-doc
#20 ...
#6 [internal] load build context
#6 transferring context: 10.47MB 407.3s
#6 transferring context: 10.51MB 412.4s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 21.62 Reading package lists...
#21 76.52 Building dependency tree...
#21 81.23 Reading state information...
#21 ...
#6 [internal] load build context
#6 transferring context: 10.53MB 417.5s
#6 transferring context: 10.57MB 422.5s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 100.3 The following NEW packages will be installed:
#20 100.3 adduser binutils binutils-common binutils-riscv64-linux-gnu build-essential
#20 100.3 bzip2 ca-certificates cpp cpp-13 cpp-13-riscv64-linux-gnu
#20 100.3 cpp-riscv64-linux-gnu curl dirmngr dpkg-dev fakeroot fontconfig-config
#20 100.3 fonts-dejavu-core fonts-dejavu-mono g++ g++-13 g++-13-riscv64-linux-gnu
#20 100.3 g++-riscv64-linux-gnu gcc gcc-13 gcc-13-base gcc-13-riscv64-linux-gnu
#20 100.3 gcc-riscv64-linux-gnu git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
#20 100.3 gpg-wks-client gpgconf gpgsm keyboxd krb5-locales less
#20 100.3 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#20 100.3 libaom3 libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libbsd0
#20 100.3 libc-dev-bin libc-devtools libc6-dev libcap-dev libcbor0.10 libcc1-0
#20 100.3 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64
#20 100.3 libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot
#20 100.3 libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev
#20 100.3 libgd3 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#20 100.3 libheif-plugin-aomdec libheif-plugin-aomenc libheif1 libisl23 libitm1
#20 100.3 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1
#20 100.3 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 liblerc4
#20 100.3 liblocale-gettext-perl libmpc3 libmpfr6 libnghttp2-14 libperl5.38t64
#20 100.3 libpng16-16t64 libpsl5t64 libreadline8t64 librtmp1 libsasl2-2
#20 100.3 libsasl2-modules libsasl2-modules-db libsframe1 libsharpyuv0 libsqlite3-0
#20 100.3 libssh-4 libstdc++-13-dev libtiff6 libubsan1 libwebp7 libx11-6 libx11-data
#20 100.3 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev
#20 100.3 lto-disabled-list make manpages manpages-dev netbase openssh-client openssl
#20 100.3 patch perl perl-modules-5.38 pinentry-curses publicsuffix readline-common
#20 100.3 rpcsvc-proto sudo xauth xz-utils
#20 101.4 0 upgraded, 140 newly installed, 0 to remove and 0 not upgraded.
#20 101.4 Need to get 103 MB of archives.
#20 101.4 After this operation, 410 MB of additional disk space will be used.
#20 101.4 Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liblocale-gettext-perl riscv64 1.07-6ubuntu5 [15.7 kB]
#20 101.5 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl-modules-5.38 all 5.38.2-3.2ubuntu0.3 [3110 kB]
#20 102.6 Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgdbm6t64 riscv64 1.23-5.1build1 [35.9 kB]
#20 102.6 Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgdbm-compat4t64 riscv64 1.23-5.1build1 [6884 B]
#20 102.6 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libperl5.38t64 riscv64 5.38.2-3.2ubuntu0.3 [4483 kB]
#20 104.1 Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl riscv64 5.38.2-3.2ubuntu0.3 [231 kB]
#20 104.2 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 adduser all 3.137ubuntu1 [101 kB]
#20 104.3 Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 openssl riscv64 3.0.13-0ubuntu3.11 [993 kB]
#20 104.6 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 ca-certificates all 20260601~24.04.1 [139 kB]
#20 104.7 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 krb5-locales all 1.20.1-6ubuntu2.6 [14.8 kB]
#20 104.7 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 less riscv64 590-2ubuntu2.1 [146 kB]
#20 104.8 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libapparmor1 riscv64 4.0.1really4.0.1-0ubuntu0.24.04.7 [53.0 kB]
#20 104.9 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libbsd0 riscv64 0.12.1-1build1.1 [43.9 kB]
#20 105.0 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libexpat1 riscv64 2.6.1-2ubuntu0.4 [87.5 kB]
#20 105.0 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libkrb5support0 riscv64 1.20.1-6ubuntu2.6 [37.6 kB]
#20 105.1 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libk5crypto3 riscv64 1.20.1-6ubuntu2.6 [109 kB]
#20 105.2 Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libkeyutils1 riscv64 1.6.3-3build1 [9804 B]
#20 105.2 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libkrb5-3 riscv64 1.20.1-6ubuntu2.6 [385 kB]
#20 105.4 Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgssapi-krb5-2 riscv64 1.20.1-6ubuntu2.6 [154 kB]
#20 105.4 Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 readline-common all 8.2-4build1 [56.5 kB]
#20 105.5 Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libreadline8t64 riscv64 8.2-4build1 [156 kB]
#20 105.6 Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsqlite3-0 riscv64 3.45.1-1ubuntu2.6 [739 kB]
#20 106.0 Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 netbase all 6.4 [13.1 kB]
#20 106.0 Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 sudo riscv64 1.9.15p5-3ubuntu5.24.04.2 [956 kB]
#20 106.3 Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libcbor0.10 riscv64 0.10.2-1.2ubuntu2 [26.6 kB]
#20 106.3 Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libedit2 riscv64 3.1-20230828-1build1 [96.7 kB]
#20 106.4 Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfido2-1 riscv64 1.14.0-1build3 [90.0 kB]
#20 106.4 Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjansson4 riscv64 2.14-2build2 [34.7 kB]
#20 106.5 Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libnghttp2-14 riscv64 1.59.0-1ubuntu0.4 [85.9 kB]
#20 106.6 Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libpng16-16t64 riscv64 1.6.43-5ubuntu0.6 [195 kB]
#20 106.7 Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libpsl5t64 riscv64 0.21.2-1.1build1 [57.9 kB]
#20 106.8 Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxau6 riscv64 1:1.0.9-1build6 [7318 B]
#20 106.9 Get:33 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxdmcp6 riscv64 1:1.1.3-0ubuntu6 [11.0 kB]
#20 106.9 Get:34 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxcb1 riscv64 1.15-1ubuntu2 [52.7 kB]
#20 106.9 Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-data all 2:1.8.7-1build1 [115 kB]
#20 107.0 Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-6 riscv64 2:1.8.7-1build1 [677 kB]
#20 107.3 Get:37 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxext6 riscv64 2:1.3.4-1build2 [33.2 kB]
#20 107.4 Get:38 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxmuu1 riscv64 2:1.1.3-3build2 [8874 B]
#20 107.4 Get:39 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 manpages all 6.7-2 [1384 kB]
#20 108.0 Get:40 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 openssh-client riscv64 1:9.6p1-3ubuntu13.18 [941 kB]
#20 108.7 Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 publicsuffix all 20231001.0357-0.1 [129 kB]
#20 108.7 Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 xauth riscv64 1:1.1.2-1build1 [25.9 kB]
#20 108.7 Get:43 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 xz-utils riscv64 5.6.1+really5.4.5-1ubuntu0.3 [269 kB]
#20 109.0 Get:44 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils-common riscv64 2.42-4ubuntu2.10 [210 kB]
#20 109.0 Get:45 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsframe1 riscv64 2.42-4ubuntu2.10 [17.4 kB]
#20 109.1 Get:46 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libbinutils riscv64 2.42-4ubuntu2.10 [575 kB]
#20 109.4 Get:47 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libctf-nobfd0 riscv64 2.42-4ubuntu2.10 [110 kB]
#20 109.5 Get:48 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libctf0 riscv64 2.42-4ubuntu2.10 [107 kB]
#20 109.5 Get:49 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils-riscv64-linux-gnu riscv64 2.42-4ubuntu2.10 [918 kB]
#20 109.8 Get:50 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils riscv64 2.42-4ubuntu2.10 [2994 B]
#20 109.9 Get:51 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc-dev-bin riscv64 2.39-0ubuntu8.7 [20.0 kB]
#20 109.9 Get:52 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 linux-libc-dev riscv64 6.8.0-136.136 [1545 kB]
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 89.15 The following additional packages will be installed:
#21 89.15 adduser binutils binutils-common binutils-riscv64-linux-gnu bzip2
#21 89.15 ca-certificates cpp cpp-13 cpp-13-riscv64-linux-gnu cpp-riscv64-linux-gnu
#21 89.15 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core
#21 89.15 fonts-dejavu-mono g++ g++-13 g++-13-riscv64-linux-gnu g++-riscv64-linux-gnu
#21 89.15 gcc gcc-13 gcc-13-base gcc-13-riscv64-linux-gnu gcc-riscv64-linux-gnu
#21 89.15 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf
#21 89.15 gpgsm keyboxd krb5-locales less libalgorithm-diff-perl
#21 89.18 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaom3 libapparmor1
#21 89.18 libasan8 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin
#21 89.18 libc-devtools libc6-dev libcbor0.10 libcc1-0 libcrypt-dev libctf-nobfd0
#21 89.18 libctf0 libcurl3t64-gnutls libcurl4t64 libdeflate0 libdpkg-perl libedit2
#21 89.18 liberror-perl libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl
#21 89.18 libfontconfig1 libfreetype6 libgcc-13-dev libgd3 libgdbm-compat4t64
#21 89.18 libgdbm6t64 libgomp1 libgssapi-krb5-2 libheif-plugin-aomdec
#21 89.18 libheif-plugin-aomenc libheif1 libisl23 libitm1 libjansson4 libjbig0
#21 89.18 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
#21 89.18 libksba8 libldap-common libldap2 liblerc4 liblocale-gettext-perl libmpc3
#21 89.18 libmpfr6 libnghttp2-14 libperl5.38t64 libpng16-16t64 libpopt0 libpsl5t64
#21 89.22 libpthread-stubs0-dev libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules
#21 89.22 libsasl2-modules-db libsframe1 libsharpyuv0 libsqlite3-0 libssh-4
#21 89.22 libstdc++-13-dev libtiff6 libubsan1 libwebp7 libx11-6 libx11-data libxau-dev
#21 89.22 libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxmuu1 libxpm4
#21 89.22 linux-libc-dev lto-disabled-list make manpages manpages-dev netbase
#21 89.22 openssh-client openssl patch perl perl-modules-5.38 pinentry-curses
#21 89.22 publicsuffix readline-common rpcsvc-proto x11proto-dev xauth
#21 89.22 xorg-sgml-doctools xtrans-dev xz-utils
#21 89.23 Suggested packages:
#21 89.24 cron quota ecryptfs-utils binutils-doc gprofng-gui bzip2-doc cpp-doc
#21 89.24 gcc-13-locales cpp-13-doc dbus-user-session libpam-systemd pinentry-gnome3
#21 89.24 tor debian-keyring gcc-13-doc gcc-multilib autoconf automake libtool flex
#21 89.24 bison gdb gcc-doc gdb-riscv64-linux-gnu gettext-base git-daemon-run
#21 89.24 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
#21 89.24 git-mediawiki git-svn parcimonie xloadimage gpg-wks-server scdaemon
#21 89.24 glibc-doc bzr libgd-tools gdbm-l10n krb5-doc krb5-user
#21 89.24 libheif-plugin-libde265 libheif-plugin-x265 libheif-plugin-ffmpegdec
#21 89.24 libheif-plugin-jpegdec libheif-plugin-jpegenc libheif-plugin-j2kdec
#21 89.24 libheif-plugin-j2kenc libheif-plugin-rav1e libheif-plugin-svtenc
#21 89.24 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
#21 89.24 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
#21 89.24 libstdc++-13-doc libx11-doc libxcb-doc make-doc man-browser hunspell
#21 89.24 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#21 89.24 libterm-readline-gnu-perl | libterm-readline-perl-perl
#21 89.24 libtap-harness-archive-perl pinentry-doc readline-doc openssh-server python3
#21 89.24 python3-braceexpand zip
#21 ...
#6 [internal] load build context
#6 transferring context: 10.60MB 427.6s
#6 transferring context: 10.65MB 432.7s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 110.7 Get:53 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libcrypt-dev riscv64 1:4.4.36-4build1 [250 kB]
#20 110.9 Get:54 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 rpcsvc-proto riscv64 1.4.2-0ubuntu7 [65.8 kB]
#20 110.9 Get:55 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc6-dev riscv64 2.39-0ubuntu8.7 [3456 kB]
#20 112.1 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 112.3 Get:57 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libisl23 riscv64 0.26-3build1.1 [719 kB]
#20 112.6 Get:58 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmpfr6 riscv64 4.2.1-1build1.1 [293 kB]
#20 112.6 Get:59 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmpc3 riscv64 1.3.1-1build1.1 [59.7 kB]
#20 112.7 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 116.3 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 116.3 Get:62 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 cpp-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [5316 B]
#20 116.4 Get:63 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 cpp riscv64 4:13.2.0-7ubuntu1 [22.4 kB]
#20 116.4 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 116.5 Get:65 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgomp1 riscv64 14.2.0-4ubuntu2~24.04.1 [149 kB]
#20 116.5 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 116.6 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 116.6 Get:68 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libasan8 riscv64 14.2.0-4ubuntu2~24.04.1 [2643 kB]
#20 117.8 Get:69 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libubsan1 riscv64 14.2.0-4ubuntu2~24.04.1 [1089 kB]
#20 118.1 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 119.9 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 ...
#6 [internal] load build context
#6 transferring context: 10.74MB 437.9s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 101.8 The following NEW packages will be installed:
#21 101.8 adduser binutils binutils-common binutils-riscv64-linux-gnu bubblewrap
#21 101.8 build-essential bzip2 ca-certificates cpp cpp-13 cpp-13-riscv64-linux-gnu
#21 101.8 cpp-riscv64-linux-gnu curl dirmngr dpkg-dev fakeroot fontconfig-config
#21 101.8 fonts-dejavu-core fonts-dejavu-mono g++ g++-13 g++-13-riscv64-linux-gnu
#21 101.8 g++-riscv64-linux-gnu gcc gcc-13 gcc-13-base gcc-13-riscv64-linux-gnu
#21 101.8 gcc-riscv64-linux-gnu git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
#21 101.8 gpg-wks-client gpgconf gpgsm keyboxd krb5-locales less
#21 101.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#21 101.8 libaom3 libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libbsd0
#21 101.8 libc-dev-bin libc-devtools libc6-dev libcap-dev libcbor0.10 libcc1-0
#21 101.8 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64
#21 101.8 libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot
#21 101.8 libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev
#21 101.8 libgd3 libgdbm-compat4t64 libgdbm6t64 libgomp1 libgssapi-krb5-2
#21 101.8 libheif-plugin-aomdec libheif-plugin-aomenc libheif1 libisl23 libitm1
#21 101.8 libjansson4 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1
#21 101.8 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 liblerc4
#21 101.8 liblocale-gettext-perl libmpc3 libmpfr6 libnghttp2-14 libperl5.38t64
#21 101.8 libpng16-16t64 libpopt0 libpsl5t64 libpthread-stubs0-dev libreadline8t64
#21 101.8 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1
#21 101.8 libsharpyuv0 libsqlite3-0 libssh-4 libstdc++-13-dev libtiff6 libubsan1
#21 101.8 libwebp7 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1
#21 101.8 libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev
#21 101.8 lto-disabled-list make manpages manpages-dev nano netbase openssh-client
#21 101.8 openssl patch perl perl-modules-5.38 pinentry-curses publicsuffix
#21 101.8 readline-common rpcsvc-proto rsync sudo unzip x11proto-dev xauth
#21 101.8 xorg-sgml-doctools xtrans-dev xz-utils
#21 103.4 0 upgraded, 153 newly installed, 0 to remove and 0 not upgraded.
#21 103.4 Need to get 106 MB of archives.
#21 103.4 After this operation, 426 MB of additional disk space will be used.
#21 103.4 Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liblocale-gettext-perl riscv64 1.07-6ubuntu5 [15.7 kB]
#21 103.5 Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libpopt0 riscv64 1.19+dfsg-1build1 [29.8 kB]
#21 103.6 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 rsync riscv64 3.2.7-1ubuntu1.5 [452 kB]
#21 103.8 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl-modules-5.38 all 5.38.2-3.2ubuntu0.3 [3110 kB]
#21 105.3 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgdbm6t64 riscv64 1.23-5.1build1 [35.9 kB]
#21 105.3 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgdbm-compat4t64 riscv64 1.23-5.1build1 [6884 B]
#21 105.4 Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libperl5.38t64 riscv64 5.38.2-3.2ubuntu0.3 [4483 kB]
#21 107.3 Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 perl riscv64 5.38.2-3.2ubuntu0.3 [231 kB]
#21 107.4 Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 adduser all 3.137ubuntu1 [101 kB]
#21 107.5 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 openssl riscv64 3.0.13-0ubuntu3.11 [993 kB]
#21 107.7 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 ca-certificates all 20260601~24.04.1 [139 kB]
#21 107.8 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 krb5-locales all 1.20.1-6ubuntu2.6 [14.8 kB]
#21 107.8 Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 less riscv64 590-2ubuntu2.1 [146 kB]
#21 108.0 Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libapparmor1 riscv64 4.0.1really4.0.1-0ubuntu0.24.04.7 [53.0 kB]
#21 108.0 Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libbsd0 riscv64 0.12.1-1build1.1 [43.9 kB]
#21 108.1 Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libexpat1 riscv64 2.6.1-2ubuntu0.4 [87.5 kB]
#21 108.2 Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libkrb5support0 riscv64 1.20.1-6ubuntu2.6 [37.6 kB]
#21 108.2 Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libk5crypto3 riscv64 1.20.1-6ubuntu2.6 [109 kB]
#21 108.2 Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libkeyutils1 riscv64 1.6.3-3build1 [9804 B]
#21 108.2 Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libkrb5-3 riscv64 1.20.1-6ubuntu2.6 [385 kB]
#21 108.4 Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgssapi-krb5-2 riscv64 1.20.1-6ubuntu2.6 [154 kB]
#21 108.5 Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 readline-common all 8.2-4build1 [56.5 kB]
#21 108.7 Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libreadline8t64 riscv64 8.2-4build1 [156 kB]
#21 108.8 Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsqlite3-0 riscv64 3.45.1-1ubuntu2.6 [739 kB]
#21 109.5 Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 netbase all 6.4 [13.1 kB]
#21 109.5 Get:26 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 sudo riscv64 1.9.15p5-3ubuntu5.24.04.2 [956 kB]
#21 110.2 Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libcbor0.10 riscv64 0.10.2-1.2ubuntu2 [26.6 kB]
#21 110.2 Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libedit2 riscv64 3.1-20230828-1build1 [96.7 kB]
#21 110.2 Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfido2-1 riscv64 1.14.0-1build3 [90.0 kB]
#21 110.2 Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjansson4 riscv64 2.14-2build2 [34.7 kB]
#21 110.3 Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libnghttp2-14 riscv64 1.59.0-1ubuntu0.4 [85.9 kB]
#21 110.4 Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libpng16-16t64 riscv64 1.6.43-5ubuntu0.6 [195 kB]
#21 110.5 Get:33 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libpsl5t64 riscv64 0.21.2-1.1build1 [57.9 kB]
#21 110.5 Get:34 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxau6 riscv64 1:1.0.9-1build6 [7318 B]
#21 110.6 Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxdmcp6 riscv64 1:1.1.3-0ubuntu6 [11.0 kB]
#21 110.6 Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxcb1 riscv64 1.15-1ubuntu2 [52.7 kB]
#21 110.6 Get:37 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-data all 2:1.8.7-1build1 [115 kB]
#21 110.7 Get:38 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-6 riscv64 2:1.8.7-1build1 [677 kB]
#21 111.1 Get:39 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxext6 riscv64 2:1.3.4-1build2 [33.2 kB]
#21 111.8 Get:40 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxmuu1 riscv64 2:1.1.3-3build2 [8874 B]
#21 111.8 Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 manpages all 6.7-2 [1384 kB]
#21 111.8 Get:42 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 nano riscv64 7.2-2ubuntu0.2 [290 kB]
#21 ...
#6 [internal] load build context
#6 transferring context: 10.82MB 443.0s
#6 transferring context: 10.93MB 448.5s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 112.0 Get:43 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 openssh-client riscv64 1:9.6p1-3ubuntu13.18 [941 kB]
#21 112.4 Get:44 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 publicsuffix all 20231001.0357-0.1 [129 kB]
#21 112.4 Get:45 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 xauth riscv64 1:1.1.2-1build1 [25.9 kB]
#21 112.5 Get:46 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 xz-utils riscv64 5.6.1+really5.4.5-1ubuntu0.3 [269 kB]
#21 112.6 Get:47 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils-common riscv64 2.42-4ubuntu2.10 [210 kB]
#21 112.7 Get:48 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsframe1 riscv64 2.42-4ubuntu2.10 [17.4 kB]
#21 112.7 Get:49 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libbinutils riscv64 2.42-4ubuntu2.10 [575 kB]
#21 112.9 Get:50 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libctf-nobfd0 riscv64 2.42-4ubuntu2.10 [110 kB]
#21 113.0 Get:51 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libctf0 riscv64 2.42-4ubuntu2.10 [107 kB]
#21 113.2 Get:52 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils-riscv64-linux-gnu riscv64 2.42-4ubuntu2.10 [918 kB]
#21 113.5 Get:53 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 binutils riscv64 2.42-4ubuntu2.10 [2994 B]
#21 113.5 Get:54 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 bubblewrap riscv64 0.9.0-1ubuntu0.1 [51.2 kB]
#21 113.6 Get:55 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc-dev-bin riscv64 2.39-0ubuntu8.7 [20.0 kB]
#21 113.6 Get:56 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 linux-libc-dev riscv64 6.8.0-136.136 [1545 kB]
#21 114.1 Get:57 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libcrypt-dev riscv64 1:4.4.36-4build1 [250 kB]
#21 114.2 Get:58 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 rpcsvc-proto riscv64 1.4.2-0ubuntu7 [65.8 kB]
#21 114.3 Get:59 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc6-dev riscv64 2.39-0ubuntu8.7 [3456 kB]
#21 115.8 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 115.8 Get:61 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libisl23 riscv64 0.26-3build1.1 [719 kB]
#21 116.0 Get:62 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmpfr6 riscv64 4.2.1-1build1.1 [293 kB]
#21 116.3 Get:63 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libmpc3 riscv64 1.3.1-1build1.1 [59.7 kB]
#21 116.4 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 121.3 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 121.3 Get:66 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 cpp-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [5316 B]
#21 121.3 Get:67 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 cpp riscv64 4:13.2.0-7ubuntu1 [22.4 kB]
#21 121.6 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 121.6 Get:69 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libgomp1 riscv64 14.2.0-4ubuntu2~24.04.1 [149 kB]
#21 121.6 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 121.7 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 121.9 Get:72 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libasan8 riscv64 14.2.0-4ubuntu2~24.04.1 [2643 kB]
#21 ...
#6 [internal] load build context
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 127.2 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 127.3 Get:73 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 gcc-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [1202 B]
#20 127.3 Get:74 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 gcc riscv64 4:13.2.0-7ubuntu1 [5016 B]
#20 127.4 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 130.0 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 135.4 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 135.4 Get:78 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 g++-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [960 B]
#20 135.4 Get:79 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 g++ riscv64 4:13.2.0-7ubuntu1 [1082 B]
#20 135.5 Get:80 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 make riscv64 4.3-4.1build2 [178 kB]
#20 135.7 Get:81 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libdpkg-perl all 1.22.6ubuntu6.6 [268 kB]
#20 135.7 Get:82 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 bzip2 riscv64 1.0.8-5.1build0.1 [35.0 kB]
#20 135.7 Get:83 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 patch riscv64 2.7.6-7build3 [113 kB]
#20 135.7 Get:84 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 lto-disabled-list all 47 [12.4 kB]
#20 135.7 Get:85 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 dpkg-dev all 1.22.6ubuntu6.6 [1074 kB]
#20 136.1 Get:86 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 build-essential riscv64 12.10ubuntu1 [4934 B]
#20 136.1 Get:87 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libbrotli1 riscv64 1.1.0-2build2 [389 kB]
#20 136.2 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 136.3 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 136.3 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 136.4 Get:91 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2build7 [58.8 kB]
#20 136.6 Get:92 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libssh-4 riscv64 0.10.6-2ubuntu0.4 [204 kB]
#20 136.7 Get:93 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcurl4t64 riscv64 8.5.0-2ubuntu10.11 [358 kB]
#20 136.9 Get:94 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 curl riscv64 8.5.0-2ubuntu10.11 [226 kB]
#20 137.0 Get:95 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpgconf riscv64 2.4.4-2ubuntu17.4 [134 kB]
#20 137.1 Get:96 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libksba8 riscv64 1.6.6-1build1 [126 kB]
#20 137.2 Get:97 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 dirmngr riscv64 2.4.4-2ubuntu17.4 [404 kB]
#20 ...
#6 [internal] load build context
#6 transferring context: 11.01MB 453.5s
#6 transferring context: 11.06MB 458.5s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 123.3 Get:73 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libubsan1 riscv64 14.2.0-4ubuntu2~24.04.1 [1089 kB]
#21 123.9 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 125.4 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 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 137.4 Get:98 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfakeroot riscv64 1.33-1 [34.6 kB]
#20 137.4 Get:99 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fakeroot riscv64 1.33-1 [78.4 kB]
#20 137.5 Get:100 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fonts-dejavu-mono all 2.37-8 [502 kB]
#20 137.6 Get:101 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fonts-dejavu-core all 2.37-8 [835 kB]
#20 138.0 Get:102 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fontconfig-config riscv64 2.15.0-1.1ubuntu2 [37.4 kB]
#20 138.2 Get:103 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcurl3t64-gnutls riscv64 8.5.0-2ubuntu10.11 [350 kB]
#20 138.4 Get:104 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liberror-perl all 0.17029-2 [25.6 kB]
#20 138.4 Get:105 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]
#20 139.0 Get:106 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 git riscv64 1:2.43.0-1ubuntu7.3 [5438 kB]
#20 141.3 Get:107 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg-utils riscv64 2.4.4-2ubuntu17.4 [193 kB]
#20 141.5 Get:108 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg riscv64 2.4.4-2ubuntu17.4 [608 kB]
#20 141.7 Get:109 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 pinentry-curses riscv64 1.2.1-3ubuntu5 [40.6 kB]
#20 141.7 Get:110 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg-agent riscv64 2.4.4-2ubuntu17.4 [282 kB]
#20 141.8 Get:111 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpgsm riscv64 2.4.4-2ubuntu17.4 [284 kB]
#20 141.9 Get:112 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 keyboxd riscv64 2.4.4-2ubuntu17.4 [139 kB]
#20 141.9 Get:113 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg all 2.4.4-2ubuntu17.4 [359 kB]
#20 142.1 Get:114 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg-l10n all 2.4.4-2ubuntu17.4 [66.4 kB]
#20 142.1 Get:115 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg-wks-client riscv64 2.4.4-2ubuntu17.4 [108 kB]
#20 142.2 Get:116 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#20 142.2 Get:117 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-8build3 [11.0 kB]
#20 142.3 Get:118 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#20 142.3 Get:119 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libaom3 riscv64 3.8.2-2ubuntu0.1 [1439 kB]
#20 142.9 Get:120 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libfreetype6 riscv64 2.13.2+dfsg-1ubuntu0.1 [430 kB]
#20 143.2 Get:121 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfontconfig1 riscv64 2.15.0-1.1ubuntu2 [145 kB]
#20 143.2 Get:122 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libsharpyuv0 riscv64 1.3.2-0.4build3 [14.9 kB]
#20 143.2 Get:123 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-aomdec riscv64 1.17.6-1ubuntu4.6 [11.2 kB]
#20 143.2 Get:124 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif1 riscv64 1.17.6-1ubuntu4.6 [307 kB]
#20 143.2 Get:125 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjpeg-turbo8 riscv64 2.1.5-2ubuntu2 [137 kB]
#20 143.3 Get:126 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjpeg8 riscv64 8c-2ubuntu11 [2150 B]
#20 143.3 Get:127 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libdeflate0 riscv64 1.19-1build1.1 [40.2 kB]
#20 143.3 Get:128 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjbig0 riscv64 2.1-6.1ubuntu2 [31.3 kB]
#20 143.3 Get:129 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liblerc4 riscv64 4.0.0+ds-4ubuntu2 [190 kB]
#20 143.3 Get:130 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libwebp7 riscv64 1.3.2-0.4build3 [204 kB]
#20 143.4 Get:131 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libtiff6 riscv64 4.5.1+git230720-4ubuntu2.5 [206 kB]
#20 143.5 Get:132 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxpm4 riscv64 1:3.5.17-1build2 [38.2 kB]
#20 143.5 Get:133 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgd3 riscv64 2.3.3-9ubuntu5 [136 kB]
#20 143.6 Get:134 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc-devtools riscv64 2.39-0ubuntu8.7 [27.7 kB]
#20 143.6 Get:135 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcap-dev riscv64 1:2.66-5ubuntu2.4 [581 kB]
#20 143.8 Get:136 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfile-fcntllock-perl riscv64 0.22-4ubuntu5 [30.5 kB]
#20 143.9 Get:137 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-aomenc riscv64 1.17.6-1ubuntu4.6 [18.2 kB]
#20 143.9 Get:138 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 143.9 Get:139 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-5ubuntu3.1 [72.6 kB]
#20 144.0 Get:140 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 manpages-dev all 6.7-2 [2013 kB]
#20 ...
#6 [internal] load build context
#6 transferring context: 11.07MB 463.5s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 152.8 debconf: delaying package configuration, since apt-utils is not installed
#20 154.0 Fetched 103 MB in 44s (2352 kB/s)
#20 154.6 Selecting previously unselected package liblocale-gettext-perl.
#20 154.6 (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 155.1 Preparing to unpack .../0-liblocale-gettext-perl_1.07-6ubuntu5_riscv64.deb ...
#20 155.1 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...
#20 156.3 Selecting previously unselected package perl-modules-5.38.
#20 156.4 Preparing to unpack .../1-perl-modules-5.38_5.38.2-3.2ubuntu0.3_all.deb ...
#20 156.5 Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 136.3 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 137.0 Get:77 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 gcc-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [1202 B]
#21 137.1 Get:78 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 gcc riscv64 4:13.2.0-7ubuntu1 [5016 B]
#21 137.1 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 139.0 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 144.1 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 144.1 Get:82 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 g++-riscv64-linux-gnu riscv64 4:13.2.0-7ubuntu1 [960 B]
#21 144.1 Get:83 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 g++ riscv64 4:13.2.0-7ubuntu1 [1082 B]
#21 144.1 Get:84 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 make riscv64 4.3-4.1build2 [178 kB]
#21 144.2 Get:85 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libdpkg-perl all 1.22.6ubuntu6.6 [268 kB]
#21 144.3 Get:86 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 bzip2 riscv64 1.0.8-5.1build0.1 [35.0 kB]
#21 144.4 Get:87 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 patch riscv64 2.7.6-7build3 [113 kB]
#21 144.4 Get:88 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 lto-disabled-list all 47 [12.4 kB]
#21 144.4 Get:89 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 dpkg-dev all 1.22.6ubuntu6.6 [1074 kB]
#21 144.9 Get:90 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 build-essential riscv64 12.10ubuntu1 [4934 B]
#21 145.0 Get:91 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libbrotli1 riscv64 1.1.0-2build2 [389 kB]
#21 145.2 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 145.3 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 145.4 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 145.4 Get:95 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2build7 [58.8 kB]
#21 145.4 Get:96 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libssh-4 riscv64 0.10.6-2ubuntu0.4 [204 kB]
#21 145.6 Get:97 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcurl4t64 riscv64 8.5.0-2ubuntu10.11 [358 kB]
#21 145.9 Get:98 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 curl riscv64 8.5.0-2ubuntu10.11 [226 kB]
#21 146.1 Get:99 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpgconf riscv64 2.4.4-2ubuntu17.4 [134 kB]
#21 146.2 Get:100 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libksba8 riscv64 1.6.6-1build1 [126 kB]
#21 146.3 Get:101 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 dirmngr riscv64 2.4.4-2ubuntu17.4 [404 kB]
#21 ...
#6 [internal] load build context
#6 transferring context: 11.15MB 473.4s
#6 transferring context: 11.20MB 478.6s
#6 transferring context: 11.25MB 483.6s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 146.6 Get:102 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfakeroot riscv64 1.33-1 [34.6 kB]
#21 146.7 Get:103 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fakeroot riscv64 1.33-1 [78.4 kB]
#21 146.8 Get:104 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fonts-dejavu-mono all 2.37-8 [502 kB]
#21 147.0 Get:105 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fonts-dejavu-core all 2.37-8 [835 kB]
#21 147.3 Get:106 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 fontconfig-config riscv64 2.15.0-1.1ubuntu2 [37.4 kB]
#21 147.4 Get:107 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcurl3t64-gnutls riscv64 8.5.0-2ubuntu10.11 [350 kB]
#21 147.5 Get:108 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liberror-perl all 0.17029-2 [25.6 kB]
#21 147.5 Get:109 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]
#21 147.8 Get:110 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 git riscv64 1:2.43.0-1ubuntu7.3 [5438 kB]
#21 150.0 Get:111 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg-utils riscv64 2.4.4-2ubuntu17.4 [193 kB]
#21 150.0 Get:112 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg riscv64 2.4.4-2ubuntu17.4 [608 kB]
#21 150.3 Get:113 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 pinentry-curses riscv64 1.2.1-3ubuntu5 [40.6 kB]
#21 150.3 Get:114 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg-agent riscv64 2.4.4-2ubuntu17.4 [282 kB]
#21 150.5 Get:115 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpgsm riscv64 2.4.4-2ubuntu17.4 [284 kB]
#21 150.6 Get:116 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 keyboxd riscv64 2.4.4-2ubuntu17.4 [139 kB]
#21 150.6 Get:117 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg all 2.4.4-2ubuntu17.4 [359 kB]
#21 150.7 Get:118 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gnupg-l10n all 2.4.4-2ubuntu17.4 [66.4 kB]
#21 150.8 Get:119 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 gpg-wks-client riscv64 2.4.4-2ubuntu17.4 [108 kB]
#21 150.8 Get:120 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#21 150.9 Get:121 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-8build3 [11.0 kB]
#21 150.9 Get:122 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#21 151.3 Get:123 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libaom3 riscv64 3.8.2-2ubuntu0.1 [1439 kB]
#21 151.9 Get:124 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libfreetype6 riscv64 2.13.2+dfsg-1ubuntu0.1 [430 kB]
#21 152.2 Get:125 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfontconfig1 riscv64 2.15.0-1.1ubuntu2 [145 kB]
#21 152.4 Get:126 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libsharpyuv0 riscv64 1.3.2-0.4build3 [14.9 kB]
#21 152.5 Get:127 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-aomdec riscv64 1.17.6-1ubuntu4.6 [11.2 kB]
#21 152.6 Get:128 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif1 riscv64 1.17.6-1ubuntu4.6 [307 kB]
#21 152.8 Get:129 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjpeg-turbo8 riscv64 2.1.5-2ubuntu2 [137 kB]
#21 152.9 Get:130 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjpeg8 riscv64 8c-2ubuntu11 [2150 B]
#21 153.0 Get:131 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libdeflate0 riscv64 1.19-1build1.1 [40.2 kB]
#21 153.0 Get:132 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libjbig0 riscv64 2.1-6.1ubuntu2 [31.3 kB]
#21 153.1 Get:133 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 liblerc4 riscv64 4.0.0+ds-4ubuntu2 [190 kB]
#21 153.2 Get:134 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libwebp7 riscv64 1.3.2-0.4build3 [204 kB]
#21 153.3 Get:135 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libtiff6 riscv64 4.5.1+git230720-4ubuntu2.5 [206 kB]
#21 153.5 Get:136 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxpm4 riscv64 1:3.5.17-1build2 [38.2 kB]
#21 153.5 Get:137 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libgd3 riscv64 2.3.3-9ubuntu5 [136 kB]
#21 153.6 Get:138 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libc-devtools riscv64 2.39-0ubuntu8.7 [27.7 kB]
#21 153.7 Get:139 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libcap-dev riscv64 1:2.66-5ubuntu2.4 [581 kB]
#21 154.6 Get:140 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libfile-fcntllock-perl riscv64 0.22-4ubuntu5 [30.5 kB]
#21 154.6 Get:141 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libheif-plugin-aomenc riscv64 1.17.6-1ubuntu4.6 [18.2 kB]
#21 154.6 Get:142 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 154.6 Get:143 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libpthread-stubs0-dev riscv64 0.4-1build3 [4734 B]
#21 154.6 Get:144 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-5ubuntu3.1 [72.6 kB]
#21 154.6 Get:145 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
#21 154.6 Get:146 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 x11proto-dev all 2023.2-1 [602 kB]
#21 154.6 Get:147 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxau-dev riscv64 1:1.0.9-1build6 [14.2 kB]
#21 154.6 Get:148 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxdmcp-dev riscv64 1:1.1.3-0ubuntu6 [37.4 kB]
#21 154.6 Get:149 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 xtrans-dev all 1.4.0-1 [68.9 kB]
#21 154.6 Get:150 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libxcb1-dev riscv64 1.15-1ubuntu2 [172 kB]
#21 154.6 Get:151 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 libx11-dev riscv64 2:1.8.7-1build1 [1410 kB]
#21 155.3 Get:152 http://ports.ubuntu.com/ubuntu-ports noble/main riscv64 manpages-dev all 6.7-2 [2013 kB]
#21 155.9 Get:153 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 unzip riscv64 6.0-28ubuntu4.1 [177 kB]
#21 ...
#6 [internal] load build context
#6 transferring context: 11.35MB 488.9s
#6 transferring context: 11.47MB 494.1s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 167.9 debconf: delaying package configuration, since apt-utils is not installed
#21 168.8 Fetched 106 MB in 53s (1984 kB/s)
#21 170.2 Selecting previously unselected package liblocale-gettext-perl.
#21 170.2 (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 170.5 Preparing to unpack .../0-liblocale-gettext-perl_1.07-6ubuntu5_riscv64.deb ...
#21 170.6 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...
#21 172.2 Selecting previously unselected package libpopt0:riscv64.
#21 172.3 Preparing to unpack .../1-libpopt0_1.19+dfsg-1build1_riscv64.deb ...
#21 172.3 Unpacking libpopt0:riscv64 (1.19+dfsg-1build1) ...
#21 173.2 Selecting previously unselected package rsync.
#21 173.2 Preparing to unpack .../2-rsync_3.2.7-1ubuntu1.5_riscv64.deb ...
#21 173.3 Unpacking rsync (3.2.7-1ubuntu1.5) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 11.52MB 501.0s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 175.5 Selecting previously unselected package perl-modules-5.38.
#21 175.5 Preparing to unpack .../3-perl-modules-5.38_5.38.2-3.2ubuntu0.3_all.deb ...
#21 175.5 Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 180.0 Selecting previously unselected package libgdbm6t64:riscv64.
#20 180.0 Preparing to unpack .../2-libgdbm6t64_1.23-5.1build1_riscv64.deb ...
#20 180.0 Unpacking libgdbm6t64:riscv64 (1.23-5.1build1) ...
#20 180.9 Selecting previously unselected package libgdbm-compat4t64:riscv64.
#20 181.0 Preparing to unpack .../3-libgdbm-compat4t64_1.23-5.1build1_riscv64.deb ...
#20 181.0 Unpacking libgdbm-compat4t64:riscv64 (1.23-5.1build1) ...
#20 182.4 Selecting previously unselected package libperl5.38t64:riscv64.
#20 182.5 Preparing to unpack .../4-libperl5.38t64_5.38.2-3.2ubuntu0.3_riscv64.deb ...
#20 182.5 Unpacking libperl5.38t64:riscv64 (5.38.2-3.2ubuntu0.3) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 11.55MB 506.1s
#6 transferring context: 11.57MB 511.1s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 200.0 Selecting previously unselected package perl.
#20 200.1 Preparing to unpack .../5-perl_5.38.2-3.2ubuntu0.3_riscv64.deb ...
#20 200.4 Unpacking perl (5.38.2-3.2ubuntu0.3) ...
#20 201.9 Selecting previously unselected package adduser.
#20 202.0 Preparing to unpack .../6-adduser_3.137ubuntu1_all.deb ...
#20 202.2 Unpacking adduser (3.137ubuntu1) ...
#20 204.4 Setting up adduser (3.137ubuntu1) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 11.65MB 521.5s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 206.4 Selecting previously unselected package openssl.
#20 206.4 (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 206.8 Preparing to unpack .../000-openssl_3.0.13-0ubuntu3.11_riscv64.deb ...
#20 206.9 Unpacking openssl (3.0.13-0ubuntu3.11) ...
#20 209.6 Selecting previously unselected package ca-certificates.
#20 209.7 Preparing to unpack .../001-ca-certificates_20260601~24.04.1_all.deb ...
#20 209.7 Unpacking ca-certificates (20260601~24.04.1) ...
#20 212.0 Selecting previously unselected package krb5-locales.
#20 212.0 Preparing to unpack .../002-krb5-locales_1.20.1-6ubuntu2.6_all.deb ...
#20 212.1 Unpacking krb5-locales (1.20.1-6ubuntu2.6) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 11.70MB 528.3s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 195.8 Selecting previously unselected package libgdbm6t64:riscv64.
#21 195.8 Preparing to unpack .../4-libgdbm6t64_1.23-5.1build1_riscv64.deb ...
#21 195.8 Unpacking libgdbm6t64:riscv64 (1.23-5.1build1) ...
#21 196.6 Selecting previously unselected package libgdbm-compat4t64:riscv64.
#21 196.7 Preparing to unpack .../5-libgdbm-compat4t64_1.23-5.1build1_riscv64.deb ...
#21 196.8 Unpacking libgdbm-compat4t64:riscv64 (1.23-5.1build1) ...
#21 197.8 Selecting previously unselected package libperl5.38t64:riscv64.
#21 197.9 Preparing to unpack .../6-libperl5.38t64_5.38.2-3.2ubuntu0.3_riscv64.deb ...
#21 197.9 Unpacking libperl5.38t64:riscv64 (5.38.2-3.2ubuntu0.3) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 11.75MB 533.3s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 212.8 Selecting previously unselected package less.
#20 212.8 Preparing to unpack .../003-less_590-2ubuntu2.1_riscv64.deb ...
#20 212.9 Unpacking less (590-2ubuntu2.1) ...
#20 213.8 Selecting previously unselected package libapparmor1:riscv64.
#20 213.8 Preparing to unpack .../004-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_riscv64.deb ...
#20 213.9 Unpacking libapparmor1:riscv64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#20 214.8 Selecting previously unselected package libbsd0:riscv64.
#20 214.8 Preparing to unpack .../005-libbsd0_0.12.1-1build1.1_riscv64.deb ...
#20 214.9 Unpacking libbsd0:riscv64 (0.12.1-1build1.1) ...
#20 216.0 Selecting previously unselected package libexpat1:riscv64.
#20 216.0 Preparing to unpack .../006-libexpat1_2.6.1-2ubuntu0.4_riscv64.deb ...
#20 216.1 Unpacking libexpat1:riscv64 (2.6.1-2ubuntu0.4) ...
#20 217.3 Selecting previously unselected package libkrb5support0:riscv64.
#20 217.3 Preparing to unpack .../007-libkrb5support0_1.20.1-6ubuntu2.6_riscv64.deb ...
#20 217.3 Unpacking libkrb5support0:riscv64 (1.20.1-6ubuntu2.6) ...
#20 218.6 Selecting previously unselected package libk5crypto3:riscv64.
#20 218.6 Preparing to unpack .../008-libk5crypto3_1.20.1-6ubuntu2.6_riscv64.deb ...
#20 218.6 Unpacking libk5crypto3:riscv64 (1.20.1-6ubuntu2.6) ...
#20 220.5 Selecting previously unselected package libkeyutils1:riscv64.
#20 220.6 Preparing to unpack .../009-libkeyutils1_1.6.3-3build1_riscv64.deb ...
#20 220.7 Unpacking libkeyutils1:riscv64 (1.6.3-3build1) ...
#20 221.9 Selecting previously unselected package libkrb5-3:riscv64.
#20 221.9 Preparing to unpack .../010-libkrb5-3_1.20.1-6ubuntu2.6_riscv64.deb ...
#20 221.9 Unpacking libkrb5-3:riscv64 (1.20.1-6ubuntu2.6) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 11.90MB 538.3s
#6 transferring context: 12.00MB 543.4s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 216.9 Selecting previously unselected package perl.
#21 216.9 Preparing to unpack .../7-perl_5.38.2-3.2ubuntu0.3_riscv64.deb ...
#21 217.1 Unpacking perl (5.38.2-3.2ubuntu0.3) ...
#21 219.2 Selecting previously unselected package adduser.
#21 219.2 Preparing to unpack .../8-adduser_3.137ubuntu1_all.deb ...
#21 219.3 Unpacking adduser (3.137ubuntu1) ...
#21 221.6 Setting up adduser (3.137ubuntu1) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 12.16MB 549.1s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 224.0 Selecting previously unselected package libgssapi-krb5-2:riscv64.
#20 224.0 Preparing to unpack .../011-libgssapi-krb5-2_1.20.1-6ubuntu2.6_riscv64.deb ...
#20 224.1 Unpacking libgssapi-krb5-2:riscv64 (1.20.1-6ubuntu2.6) ...
#20 225.5 Selecting previously unselected package readline-common.
#20 225.6 Preparing to unpack .../012-readline-common_8.2-4build1_all.deb ...
#20 225.6 Unpacking readline-common (8.2-4build1) ...
#20 226.9 Selecting previously unselected package libreadline8t64:riscv64.
#20 226.9 Preparing to unpack .../013-libreadline8t64_8.2-4build1_riscv64.deb ...
#20 227.5 Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#20 227.8 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 228.3 Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#20 228.4 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 228.5 Unpacking libreadline8t64:riscv64 (8.2-4build1) ...
#20 230.2 Selecting previously unselected package libsqlite3-0:riscv64.
#20 230.2 Preparing to unpack .../014-libsqlite3-0_3.45.1-1ubuntu2.6_riscv64.deb ...
#20 230.4 Unpacking libsqlite3-0:riscv64 (3.45.1-1ubuntu2.6) ...
#20 232.6 Selecting previously unselected package netbase.
#20 232.9 Preparing to unpack .../015-netbase_6.4_all.deb ...
#20 232.9 Unpacking netbase (6.4) ...
#20 234.0 Selecting previously unselected package sudo.
#20 234.0 Preparing to unpack .../016-sudo_1.9.15p5-3ubuntu5.24.04.2_riscv64.deb ...
#20 234.2 Unpacking sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 12.21MB 554.3s
#6 transferring context: 12.25MB 559.4s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 223.2 Selecting previously unselected package openssl.
#21 223.2 (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 223.7 Preparing to unpack .../000-openssl_3.0.13-0ubuntu3.11_riscv64.deb ...
#21 223.8 Unpacking openssl (3.0.13-0ubuntu3.11) ...
#21 226.7 Selecting previously unselected package ca-certificates.
#21 226.7 Preparing to unpack .../001-ca-certificates_20260601~24.04.1_all.deb ...
#21 226.8 Unpacking ca-certificates (20260601~24.04.1) ...
#21 229.0 Selecting previously unselected package krb5-locales.
#21 229.1 Preparing to unpack .../002-krb5-locales_1.20.1-6ubuntu2.6_all.deb ...
#21 229.3 Unpacking krb5-locales (1.20.1-6ubuntu2.6) ...
#21 230.3 Selecting previously unselected package less.
#21 230.3 Preparing to unpack .../003-less_590-2ubuntu2.1_riscv64.deb ...
#21 230.3 Unpacking less (590-2ubuntu2.1) ...
#21 231.5 Selecting previously unselected package libapparmor1:riscv64.
#21 231.5 Preparing to unpack .../004-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_riscv64.deb ...
#21 231.6 Unpacking libapparmor1:riscv64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#21 232.5 Selecting previously unselected package libbsd0:riscv64.
#21 232.6 Preparing to unpack .../005-libbsd0_0.12.1-1build1.1_riscv64.deb ...
#21 232.6 Unpacking libbsd0:riscv64 (0.12.1-1build1.1) ...
#21 ...
#6 [internal] load build context
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 237.4 Selecting previously unselected package libcbor0.10:riscv64.
#20 237.5 Preparing to unpack .../017-libcbor0.10_0.10.2-1.2ubuntu2_riscv64.deb ...
#20 237.5 Unpacking libcbor0.10:riscv64 (0.10.2-1.2ubuntu2) ...
#20 238.9 Selecting previously unselected package libedit2:riscv64.
#20 238.9 Preparing to unpack .../018-libedit2_3.1-20230828-1build1_riscv64.deb ...
#20 238.9 Unpacking libedit2:riscv64 (3.1-20230828-1build1) ...
#20 240.3 Selecting previously unselected package libfido2-1:riscv64.
#20 240.4 Preparing to unpack .../019-libfido2-1_1.14.0-1build3_riscv64.deb ...
#20 240.5 Unpacking libfido2-1:riscv64 (1.14.0-1build3) ...
#20 241.7 Selecting previously unselected package libjansson4:riscv64.
#20 241.7 Preparing to unpack .../020-libjansson4_2.14-2build2_riscv64.deb ...
#20 241.7 Unpacking libjansson4:riscv64 (2.14-2build2) ...
#20 242.8 Selecting previously unselected package libnghttp2-14:riscv64.
#20 242.9 Preparing to unpack .../021-libnghttp2-14_1.59.0-1ubuntu0.4_riscv64.deb ...
#20 242.9 Unpacking libnghttp2-14:riscv64 (1.59.0-1ubuntu0.4) ...
#20 244.7 Selecting previously unselected package libpng16-16t64:riscv64.
#20 244.7 Preparing to unpack .../022-libpng16-16t64_1.6.43-5ubuntu0.6_riscv64.deb ...
#20 244.7 Unpacking libpng16-16t64:riscv64 (1.6.43-5ubuntu0.6) ...
#20 245.8 Selecting previously unselected package libpsl5t64:riscv64.
#20 245.8 Preparing to unpack .../023-libpsl5t64_0.21.2-1.1build1_riscv64.deb ...
#20 245.9 Unpacking libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#20 246.8 Selecting previously unselected package libxau6:riscv64.
#20 246.8 Preparing to unpack .../024-libxau6_1%3a1.0.9-1build6_riscv64.deb ...
#20 246.8 Unpacking libxau6:riscv64 (1:1.0.9-1build6) ...
#20 247.5 Selecting previously unselected package libxdmcp6:riscv64.
#20 247.6 Preparing to unpack .../025-libxdmcp6_1%3a1.1.3-0ubuntu6_riscv64.deb ...
#20 247.6 Unpacking libxdmcp6:riscv64 (1:1.1.3-0ubuntu6) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 12.30MB 564.4s
#6 transferring context: 12.34MB 569.8s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 233.8 Selecting previously unselected package libexpat1:riscv64.
#21 233.8 Preparing to unpack .../006-libexpat1_2.6.1-2ubuntu0.4_riscv64.deb ...
#21 233.9 Unpacking libexpat1:riscv64 (2.6.1-2ubuntu0.4) ...
#21 235.2 Selecting previously unselected package libkrb5support0:riscv64.
#21 235.2 Preparing to unpack .../007-libkrb5support0_1.20.1-6ubuntu2.6_riscv64.deb ...
#21 235.2 Unpacking libkrb5support0:riscv64 (1.20.1-6ubuntu2.6) ...
#21 236.3 Selecting previously unselected package libk5crypto3:riscv64.
#21 236.4 Preparing to unpack .../008-libk5crypto3_1.20.1-6ubuntu2.6_riscv64.deb ...
#21 236.4 Unpacking libk5crypto3:riscv64 (1.20.1-6ubuntu2.6) ...
#21 237.8 Selecting previously unselected package libkeyutils1:riscv64.
#21 237.8 Preparing to unpack .../009-libkeyutils1_1.6.3-3build1_riscv64.deb ...
#21 237.8 Unpacking libkeyutils1:riscv64 (1.6.3-3build1) ...
#21 238.8 Selecting previously unselected package libkrb5-3:riscv64.
#21 238.8 Preparing to unpack .../010-libkrb5-3_1.20.1-6ubuntu2.6_riscv64.deb ...
#21 238.9 Unpacking libkrb5-3:riscv64 (1.20.1-6ubuntu2.6) ...
#21 240.3 Selecting previously unselected package libgssapi-krb5-2:riscv64.
#21 240.3 Preparing to unpack .../011-libgssapi-krb5-2_1.20.1-6ubuntu2.6_riscv64.deb ...
#21 240.3 Unpacking libgssapi-krb5-2:riscv64 (1.20.1-6ubuntu2.6) ...
#21 241.5 Selecting previously unselected package readline-common.
#21 241.5 Preparing to unpack .../012-readline-common_8.2-4build1_all.deb ...
#21 241.6 Unpacking readline-common (8.2-4build1) ...
#21 242.9 Selecting previously unselected package libreadline8t64:riscv64.
#21 243.0 Preparing to unpack .../013-libreadline8t64_8.2-4build1_riscv64.deb ...
#21 243.3 Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#21 244.0 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 ...
#6 [internal] load build context
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 248.8 Selecting previously unselected package libxcb1:riscv64.
#20 248.8 Preparing to unpack .../026-libxcb1_1.15-1ubuntu2_riscv64.deb ...
#20 248.8 Unpacking libxcb1:riscv64 (1.15-1ubuntu2) ...
#20 249.8 Selecting previously unselected package libx11-data.
#20 249.8 Preparing to unpack .../027-libx11-data_2%3a1.8.7-1build1_all.deb ...
#20 249.9 Unpacking libx11-data (2:1.8.7-1build1) ...
#20 253.3 Selecting previously unselected package libx11-6:riscv64.
#20 253.4 Preparing to unpack .../028-libx11-6_2%3a1.8.7-1build1_riscv64.deb ...
#20 253.4 Unpacking libx11-6:riscv64 (2:1.8.7-1build1) ...
#20 256.3 Selecting previously unselected package libxext6:riscv64.
#20 256.3 Preparing to unpack .../029-libxext6_2%3a1.3.4-1build2_riscv64.deb ...
#20 256.3 Unpacking libxext6:riscv64 (2:1.3.4-1build2) ...
#20 257.1 Selecting previously unselected package libxmuu1:riscv64.
#20 257.1 Preparing to unpack .../030-libxmuu1_2%3a1.1.3-3build2_riscv64.deb ...
#20 257.2 Unpacking libxmuu1:riscv64 (2:1.1.3-3build2) ...
#20 257.8 Selecting previously unselected package manpages.
#20 257.9 Preparing to unpack .../031-manpages_6.7-2_all.deb ...
#20 257.9 Unpacking manpages (6.7-2) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 12.39MB 574.8s
#6 transferring context: 12.45MB 579.8s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 244.3 Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#21 244.5 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 244.6 Unpacking libreadline8t64:riscv64 (8.2-4build1) ...
#21 245.7 Selecting previously unselected package libsqlite3-0:riscv64.
#21 245.7 Preparing to unpack .../014-libsqlite3-0_3.45.1-1ubuntu2.6_riscv64.deb ...
#21 245.8 Unpacking libsqlite3-0:riscv64 (3.45.1-1ubuntu2.6) ...
#21 248.3 Selecting previously unselected package netbase.
#21 248.3 Preparing to unpack .../015-netbase_6.4_all.deb ...
#21 248.5 Unpacking netbase (6.4) ...
#21 249.4 Selecting previously unselected package sudo.
#21 249.5 Preparing to unpack .../016-sudo_1.9.15p5-3ubuntu5.24.04.2_riscv64.deb ...
#21 249.6 Unpacking sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#21 251.6 Selecting previously unselected package libcbor0.10:riscv64.
#21 251.7 Preparing to unpack .../017-libcbor0.10_0.10.2-1.2ubuntu2_riscv64.deb ...
#21 251.7 Unpacking libcbor0.10:riscv64 (0.10.2-1.2ubuntu2) ...
#21 252.6 Selecting previously unselected package libedit2:riscv64.
#21 252.7 Preparing to unpack .../018-libedit2_3.1-20230828-1build1_riscv64.deb ...
#21 252.8 Unpacking libedit2:riscv64 (3.1-20230828-1build1) ...
#21 253.8 Selecting previously unselected package libfido2-1:riscv64.
#21 253.9 Preparing to unpack .../019-libfido2-1_1.14.0-1build3_riscv64.deb ...
#21 254.0 Unpacking libfido2-1:riscv64 (1.14.0-1build3) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 12.50MB 584.8s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 261.1 Selecting previously unselected package openssh-client.
#20 261.3 Preparing to unpack .../032-openssh-client_1%3a9.6p1-3ubuntu13.18_riscv64.deb ...
#20 261.6 Unpacking openssh-client (1:9.6p1-3ubuntu13.18) ...
#20 264.3 Selecting previously unselected package publicsuffix.
#20 264.4 Preparing to unpack .../033-publicsuffix_20231001.0357-0.1_all.deb ...
#20 264.5 Unpacking publicsuffix (20231001.0357-0.1) ...
#20 265.7 Selecting previously unselected package xauth.
#20 265.7 Preparing to unpack .../034-xauth_1%3a1.1.2-1build1_riscv64.deb ...
#20 265.8 Unpacking xauth (1:1.1.2-1build1) ...
#20 266.5 Selecting previously unselected package xz-utils.
#20 266.7 Preparing to unpack .../035-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_riscv64.deb ...
#20 266.7 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#20 268.2 Selecting previously unselected package binutils-common:riscv64.
#20 268.3 Preparing to unpack .../036-binutils-common_2.42-4ubuntu2.10_riscv64.deb ...
#20 268.3 Unpacking binutils-common:riscv64 (2.42-4ubuntu2.10) ...
#20 269.7 Selecting previously unselected package libsframe1:riscv64.
#20 269.7 Preparing to unpack .../037-libsframe1_2.42-4ubuntu2.10_riscv64.deb ...
#20 269.9 Unpacking libsframe1:riscv64 (2.42-4ubuntu2.10) ...
#20 271.2 Selecting previously unselected package libbinutils:riscv64.
#20 271.3 Preparing to unpack .../038-libbinutils_2.42-4ubuntu2.10_riscv64.deb ...
#20 271.4 Unpacking libbinutils:riscv64 (2.42-4ubuntu2.10) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 12.63MB 590.0s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 254.9 Selecting previously unselected package libjansson4:riscv64.
#21 254.9 Preparing to unpack .../020-libjansson4_2.14-2build2_riscv64.deb ...
#21 254.9 Unpacking libjansson4:riscv64 (2.14-2build2) ...
#21 256.1 Selecting previously unselected package libnghttp2-14:riscv64.
#21 256.1 Preparing to unpack .../021-libnghttp2-14_1.59.0-1ubuntu0.4_riscv64.deb ...
#21 256.1 Unpacking libnghttp2-14:riscv64 (1.59.0-1ubuntu0.4) ...
#21 256.9 Selecting previously unselected package libpng16-16t64:riscv64.
#21 257.0 Preparing to unpack .../022-libpng16-16t64_1.6.43-5ubuntu0.6_riscv64.deb ...
#21 257.3 Unpacking libpng16-16t64:riscv64 (1.6.43-5ubuntu0.6) ...
#21 258.5 Selecting previously unselected package libpsl5t64:riscv64.
#21 258.6 Preparing to unpack .../023-libpsl5t64_0.21.2-1.1build1_riscv64.deb ...
#21 258.7 Unpacking libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#21 259.4 Selecting previously unselected package libxau6:riscv64.
#21 259.4 Preparing to unpack .../024-libxau6_1%3a1.0.9-1build6_riscv64.deb ...
#21 259.4 Unpacking libxau6:riscv64 (1:1.0.9-1build6) ...
#21 260.3 Selecting previously unselected package libxdmcp6:riscv64.
#21 260.3 Preparing to unpack .../025-libxdmcp6_1%3a1.1.3-0ubuntu6_riscv64.deb ...
#21 260.5 Unpacking libxdmcp6:riscv64 (1:1.1.3-0ubuntu6) ...
#21 261.9 Selecting previously unselected package libxcb1:riscv64.
#21 261.9 Preparing to unpack .../026-libxcb1_1.15-1ubuntu2_riscv64.deb ...
#21 261.9 Unpacking libxcb1:riscv64 (1.15-1ubuntu2) ...
#21 263.2 Selecting previously unselected package libx11-data.
#21 263.2 Preparing to unpack .../027-libx11-data_2%3a1.8.7-1build1_all.deb ...
#21 263.3 Unpacking libx11-data (2:1.8.7-1build1) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 275.1 Selecting previously unselected package libctf-nobfd0:riscv64.
#20 275.1 Preparing to unpack .../039-libctf-nobfd0_2.42-4ubuntu2.10_riscv64.deb ...
#20 275.1 Unpacking libctf-nobfd0:riscv64 (2.42-4ubuntu2.10) ...
#20 276.0 Selecting previously unselected package libctf0:riscv64.
#20 276.1 Preparing to unpack .../040-libctf0_2.42-4ubuntu2.10_riscv64.deb ...
#20 276.3 Unpacking libctf0:riscv64 (2.42-4ubuntu2.10) ...
#20 277.8 Selecting previously unselected package binutils-riscv64-linux-gnu.
#20 277.9 Preparing to unpack .../041-binutils-riscv64-linux-gnu_2.42-4ubuntu2.10_riscv64.deb ...
#20 277.9 Unpacking binutils-riscv64-linux-gnu (2.42-4ubuntu2.10) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 12.72MB 596.2s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 284.0 Selecting previously unselected package binutils.
#20 284.0 Preparing to unpack .../042-binutils_2.42-4ubuntu2.10_riscv64.deb ...
#20 284.0 Unpacking binutils (2.42-4ubuntu2.10) ...
#20 285.2 Selecting previously unselected package libc-dev-bin.
#20 285.2 Preparing to unpack .../043-libc-dev-bin_2.39-0ubuntu8.7_riscv64.deb ...
#20 285.2 Unpacking libc-dev-bin (2.39-0ubuntu8.7) ...
#20 286.1 Selecting previously unselected package linux-libc-dev:riscv64.
#20 286.1 Preparing to unpack .../044-linux-libc-dev_6.8.0-136.136_riscv64.deb ...
#20 286.1 Unpacking linux-libc-dev:riscv64 (6.8.0-136.136) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 266.7 Selecting previously unselected package libx11-6:riscv64.
#21 266.7 Preparing to unpack .../028-libx11-6_2%3a1.8.7-1build1_riscv64.deb ...
#21 266.7 Unpacking libx11-6:riscv64 (2:1.8.7-1build1) ...
#21 267.8 Selecting previously unselected package libxext6:riscv64.
#21 267.8 Preparing to unpack .../029-libxext6_2%3a1.3.4-1build2_riscv64.deb ...
#21 267.9 Unpacking libxext6:riscv64 (2:1.3.4-1build2) ...
#21 269.3 Selecting previously unselected package libxmuu1:riscv64.
#21 269.3 Preparing to unpack .../030-libxmuu1_2%3a1.1.3-3build2_riscv64.deb ...
#21 269.4 Unpacking libxmuu1:riscv64 (2:1.1.3-3build2) ...
#21 270.5 Selecting previously unselected package manpages.
#21 270.6 Preparing to unpack .../031-manpages_6.7-2_all.deb ...
#21 270.6 Unpacking manpages (6.7-2) ...
#21 273.4 Selecting previously unselected package nano.
#21 273.4 Preparing to unpack .../032-nano_7.2-2ubuntu0.2_riscv64.deb ...
#21 273.4 Unpacking nano (7.2-2ubuntu0.2) ...
#21 275.6 Selecting previously unselected package openssh-client.
#21 275.7 Preparing to unpack .../033-openssh-client_1%3a9.6p1-3ubuntu13.18_riscv64.deb ...
#21 276.0 Unpacking openssh-client (1:9.6p1-3ubuntu13.18) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 12.79MB 603.7s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 278.8 Selecting previously unselected package publicsuffix.
#21 278.8 Preparing to unpack .../034-publicsuffix_20231001.0357-0.1_all.deb ...
#21 278.9 Unpacking publicsuffix (20231001.0357-0.1) ...
#21 280.1 Selecting previously unselected package xauth.
#21 280.1 Preparing to unpack .../035-xauth_1%3a1.1.2-1build1_riscv64.deb ...
#21 280.2 Unpacking xauth (1:1.1.2-1build1) ...
#21 280.9 Selecting previously unselected package xz-utils.
#21 280.9 Preparing to unpack .../036-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_riscv64.deb ...
#21 281.0 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#21 282.2 Selecting previously unselected package binutils-common:riscv64.
#21 282.3 Preparing to unpack .../037-binutils-common_2.42-4ubuntu2.10_riscv64.deb ...
#21 282.3 Unpacking binutils-common:riscv64 (2.42-4ubuntu2.10) ...
#21 283.2 Selecting previously unselected package libsframe1:riscv64.
#21 283.3 Preparing to unpack .../038-libsframe1_2.42-4ubuntu2.10_riscv64.deb ...
#21 283.3 Unpacking libsframe1:riscv64 (2.42-4ubuntu2.10) ...
#21 284.1 Selecting previously unselected package libbinutils:riscv64.
#21 284.1 Preparing to unpack .../039-libbinutils_2.42-4ubuntu2.10_riscv64.deb ...
#21 284.2 Unpacking libbinutils:riscv64 (2.42-4ubuntu2.10) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 12.84MB 612.3s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 300.3 Selecting previously unselected package libcrypt-dev:riscv64.
#20 300.3 Preparing to unpack .../045-libcrypt-dev_1%3a4.4.36-4build1_riscv64.deb ...
#20 300.6 Unpacking libcrypt-dev:riscv64 (1:4.4.36-4build1) ...
#20 301.9 Selecting previously unselected package rpcsvc-proto.
#20 302.0 Preparing to unpack .../046-rpcsvc-proto_1.4.2-0ubuntu7_riscv64.deb ...
#20 302.0 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#20 303.5 Selecting previously unselected package libc6-dev:riscv64.
#20 303.6 Preparing to unpack .../047-libc6-dev_2.39-0ubuntu8.7_riscv64.deb ...
#20 303.6 Unpacking libc6-dev:riscv64 (2.39-0ubuntu8.7) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 12.94MB 621.7s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 285.7 Selecting previously unselected package libctf-nobfd0:riscv64.
#21 285.7 Preparing to unpack .../040-libctf-nobfd0_2.42-4ubuntu2.10_riscv64.deb ...
#21 285.7 Unpacking libctf-nobfd0:riscv64 (2.42-4ubuntu2.10) ...
#21 286.8 Selecting previously unselected package libctf0:riscv64.
#21 286.9 Preparing to unpack .../041-libctf0_2.42-4ubuntu2.10_riscv64.deb ...
#21 286.9 Unpacking libctf0:riscv64 (2.42-4ubuntu2.10) ...
#21 287.5 Selecting previously unselected package binutils-riscv64-linux-gnu.
#21 287.6 Preparing to unpack .../042-binutils-riscv64-linux-gnu_2.42-4ubuntu2.10_riscv64.deb ...
#21 287.6 Unpacking binutils-riscv64-linux-gnu (2.42-4ubuntu2.10) ...
#21 294.2 Selecting previously unselected package binutils.
#21 294.2 Preparing to unpack .../043-binutils_2.42-4ubuntu2.10_riscv64.deb ...
#21 294.3 Unpacking binutils (2.42-4ubuntu2.10) ...
#21 295.0 Selecting previously unselected package bubblewrap.
#21 295.0 Preparing to unpack .../044-bubblewrap_0.9.0-1ubuntu0.1_riscv64.deb ...
#21 295.0 Unpacking bubblewrap (0.9.0-1ubuntu0.1) ...
#21 295.8 Selecting previously unselected package libc-dev-bin.
#21 ...
#6 [internal] load build context
#6 transferring context: 13.00MB 626.8s
#6 transferring context: 13.01MB 632.0s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 295.8 Preparing to unpack .../045-libc-dev-bin_2.39-0ubuntu8.7_riscv64.deb ...
#21 295.9 Unpacking libc-dev-bin (2.39-0ubuntu8.7) ...
#21 296.9 Selecting previously unselected package linux-libc-dev:riscv64.
#21 296.9 Preparing to unpack .../046-linux-libc-dev_6.8.0-136.136_riscv64.deb ...
#21 296.9 Unpacking linux-libc-dev:riscv64 (6.8.0-136.136) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 13.07MB 637.0s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 313.2 Selecting previously unselected package libcrypt-dev:riscv64.
#21 313.3 Preparing to unpack .../047-libcrypt-dev_1%3a4.4.36-4build1_riscv64.deb ...
#21 314.0 Unpacking libcrypt-dev:riscv64 (1:4.4.36-4build1) ...
#21 315.8 Selecting previously unselected package rpcsvc-proto.
#21 315.8 Preparing to unpack .../048-rpcsvc-proto_1.4.2-0ubuntu7_riscv64.deb ...
#21 315.9 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#21 316.9 Selecting previously unselected package libc6-dev:riscv64.
#21 317.0 Preparing to unpack .../049-libc6-dev_2.39-0ubuntu8.7_riscv64.deb ...
#21 317.0 Unpacking libc6-dev:riscv64 (2.39-0ubuntu8.7) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 318.7 Selecting previously unselected package gcc-13-base:riscv64.
#20 318.7 Preparing to unpack .../048-gcc-13-base_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 318.7 Unpacking gcc-13-base:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 319.9 Selecting previously unselected package libisl23:riscv64.
#20 319.9 Preparing to unpack .../049-libisl23_0.26-3build1.1_riscv64.deb ...
#20 320.0 Unpacking libisl23:riscv64 (0.26-3build1.1) ...
#20 323.0 Selecting previously unselected package libmpfr6:riscv64.
#20 323.1 Preparing to unpack .../050-libmpfr6_4.2.1-1build1.1_riscv64.deb ...
#20 323.2 Unpacking libmpfr6:riscv64 (4.2.1-1build1.1) ...
#20 325.1 Selecting previously unselected package libmpc3:riscv64.
#20 325.1 Preparing to unpack .../051-libmpc3_1.3.1-1build1.1_riscv64.deb ...
#20 325.1 Unpacking libmpc3:riscv64 (1.3.1-1build1.1) ...
#20 326.5 Selecting previously unselected package cpp-13-riscv64-linux-gnu.
#20 326.5 Preparing to unpack .../052-cpp-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 326.5 Unpacking cpp-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 13.22MB 644.3s
#6 transferring context: 13.30MB 649.5s
#6 transferring context: 13.34MB 654.6s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 342.2 Selecting previously unselected package cpp-13.
#20 342.3 Preparing to unpack .../053-cpp-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 342.3 Unpacking cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 343.1 Selecting previously unselected package cpp-riscv64-linux-gnu.
#20 343.1 Preparing to unpack .../054-cpp-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 343.1 Unpacking cpp-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 344.2 Selecting previously unselected package cpp.
#20 344.3 Preparing to unpack .../055-cpp_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 344.8 Unpacking cpp (4:13.2.0-7ubuntu1) ...
#20 345.6 Selecting previously unselected package libcc1-0:riscv64.
#20 345.6 Preparing to unpack .../056-libcc1-0_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 345.7 Unpacking libcc1-0:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 346.6 Selecting previously unselected package libgomp1:riscv64.
#20 346.7 Preparing to unpack .../057-libgomp1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 346.8 Unpacking libgomp1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 347.8 Selecting previously unselected package libitm1:riscv64.
#20 347.8 Preparing to unpack .../058-libitm1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 347.9 Unpacking libitm1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 348.4 Selecting previously unselected package libatomic1:riscv64.
#20 348.5 Preparing to unpack .../059-libatomic1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 348.5 Unpacking libatomic1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 13.41MB 664.3s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 349.2 Selecting previously unselected package libasan8:riscv64.
#20 349.3 Preparing to unpack .../060-libasan8_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 349.3 Unpacking libasan8:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 331.5 Selecting previously unselected package gcc-13-base:riscv64.
#21 331.6 Preparing to unpack .../050-gcc-13-base_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 331.7 Unpacking gcc-13-base:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 332.8 Selecting previously unselected package libisl23:riscv64.
#21 332.8 Preparing to unpack .../051-libisl23_0.26-3build1.1_riscv64.deb ...
#21 332.9 Unpacking libisl23:riscv64 (0.26-3build1.1) ...
#21 334.8 Selecting previously unselected package libmpfr6:riscv64.
#21 334.9 Preparing to unpack .../052-libmpfr6_4.2.1-1build1.1_riscv64.deb ...
#21 334.9 Unpacking libmpfr6:riscv64 (4.2.1-1build1.1) ...
#21 336.1 Selecting previously unselected package libmpc3:riscv64.
#21 336.1 Preparing to unpack .../053-libmpc3_1.3.1-1build1.1_riscv64.deb ...
#21 336.2 Unpacking libmpc3:riscv64 (1.3.1-1build1.1) ...
#21 337.0 Selecting previously unselected package cpp-13-riscv64-linux-gnu.
#21 337.1 Preparing to unpack .../054-cpp-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 337.1 Unpacking cpp-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 13.45MB 669.3s
#6 transferring context: 13.51MB 674.5s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 350.8 Selecting previously unselected package cpp-13.
#21 350.8 Preparing to unpack .../055-cpp-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 350.9 Unpacking cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 351.6 Selecting previously unselected package cpp-riscv64-linux-gnu.
#21 351.7 Preparing to unpack .../056-cpp-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 351.7 Unpacking cpp-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 352.3 Selecting previously unselected package cpp.
#21 352.4 Preparing to unpack .../057-cpp_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 352.8 Unpacking cpp (4:13.2.0-7ubuntu1) ...
#21 353.6 Selecting previously unselected package libcc1-0:riscv64.
#21 353.6 Preparing to unpack .../058-libcc1-0_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 353.7 Unpacking libcc1-0:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 355.2 Selecting previously unselected package libubsan1:riscv64.
#20 355.3 Preparing to unpack .../061-libubsan1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#20 355.3 Unpacking libubsan1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 358.0 Selecting previously unselected package libgcc-13-dev:riscv64.
#20 358.0 Preparing to unpack .../062-libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 358.1 Unpacking libgcc-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 13.59MB 681.0s
#6 transferring context: 13.69MB 686.1s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 372.3 Selecting previously unselected package gcc-13-riscv64-linux-gnu.
#20 372.4 Preparing to unpack .../063-gcc-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 372.4 Unpacking gcc-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 354.8 Selecting previously unselected package libgomp1:riscv64.
#21 354.9 Preparing to unpack .../059-libgomp1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 355.0 Unpacking libgomp1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 356.2 Selecting previously unselected package libitm1:riscv64.
#21 356.3 Preparing to unpack .../060-libitm1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 356.3 Unpacking libitm1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 357.2 Selecting previously unselected package libatomic1:riscv64.
#21 357.2 Preparing to unpack .../061-libatomic1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 357.3 Unpacking libatomic1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 358.5 Selecting previously unselected package libasan8:riscv64.
#21 358.5 Preparing to unpack .../062-libasan8_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 358.5 Unpacking libasan8:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 13.83MB 691.9s
#6 transferring context: 13.93MB 697.1s
#6 transferring context: 13.97MB 702.1s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 365.8 Selecting previously unselected package libubsan1:riscv64.
#21 365.9 Preparing to unpack .../063-libubsan1_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
#21 365.9 Unpacking libubsan1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 369.0 Selecting previously unselected package libgcc-13-dev:riscv64.
#21 369.0 Preparing to unpack .../064-libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 369.0 Unpacking libgcc-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 14.01MB 707.2s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 384.1 Selecting previously unselected package gcc-13-riscv64-linux-gnu.
#21 384.2 Preparing to unpack .../065-gcc-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 384.3 Unpacking gcc-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 14.10MB 716.5s
#6 transferring context: 14.19MB 721.5s
#6 transferring context: 14.24MB 726.5s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 401.6 Selecting previously unselected package gcc-13.
#20 401.6 Preparing to unpack .../064-gcc-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 401.7 Unpacking gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 402.8 Selecting previously unselected package gcc-riscv64-linux-gnu.
#20 402.8 Preparing to unpack .../065-gcc-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 402.9 Unpacking gcc-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 404.4 Selecting previously unselected package gcc.
#20 404.4 Preparing to unpack .../066-gcc_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 404.4 Unpacking gcc (4:13.2.0-7ubuntu1) ...
#20 405.4 Selecting previously unselected package libstdc++-13-dev:riscv64.
#20 405.4 Preparing to unpack .../067-libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 405.5 Unpacking libstdc++-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 14.28MB 731.5s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 408.8 Selecting previously unselected package gcc-13.
#21 408.8 Preparing to unpack .../066-gcc-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 408.8 Unpacking gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 410.7 Selecting previously unselected package gcc-riscv64-linux-gnu.
#21 410.7 Preparing to unpack .../067-gcc-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 410.8 Unpacking gcc-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 411.9 Selecting previously unselected package gcc.
#21 411.9 Preparing to unpack .../068-gcc_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 411.9 Unpacking gcc (4:13.2.0-7ubuntu1) ...
#21 412.6 Selecting previously unselected package libstdc++-13-dev:riscv64.
#21 412.7 Preparing to unpack .../069-libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 412.7 Unpacking libstdc++-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 14.43MB 742.0s
#6 transferring context: 14.49MB 747.0s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 432.0 Selecting previously unselected package g++-13-riscv64-linux-gnu.
#20 432.0 Preparing to unpack .../068-g++-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 432.2 Unpacking g++-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 14.52MB 752.9s
#6 transferring context: 14.57MB 758.0s
#6 transferring context: 14.60MB 763.1s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 447.5 Selecting previously unselected package g++-13.
#20 447.6 Preparing to unpack .../069-g++-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#20 447.6 Unpacking g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 448.5 Selecting previously unselected package g++-riscv64-linux-gnu.
#20 448.6 Preparing to unpack .../070-g++-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 448.6 Unpacking g++-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 449.3 Selecting previously unselected package g++.
#20 449.5 Preparing to unpack .../071-g++_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#20 449.6 Unpacking g++ (4:13.2.0-7ubuntu1) ...
#20 450.7 Selecting previously unselected package make.
#20 450.8 Preparing to unpack .../072-make_4.3-4.1build2_riscv64.deb ...
#20 450.9 Unpacking make (4.3-4.1build2) ...
#20 451.9 Selecting previously unselected package libdpkg-perl.
#20 452.0 Preparing to unpack .../073-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
#20 452.0 Unpacking libdpkg-perl (1.22.6ubuntu6.6) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 14.63MB 769.3s
#6 transferring context: 14.65MB 774.4s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 440.6 Selecting previously unselected package g++-13-riscv64-linux-gnu.
#21 440.7 Preparing to unpack .../070-g++-13-riscv64-linux-gnu_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 440.7 Unpacking g++-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 14.70MB 779.4s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 454.0 Selecting previously unselected package bzip2.
#20 454.1 Preparing to unpack .../074-bzip2_1.0.8-5.1build0.1_riscv64.deb ...
#20 454.1 Unpacking bzip2 (1.0.8-5.1build0.1) ...
#20 455.3 Selecting previously unselected package patch.
#20 455.3 Preparing to unpack .../075-patch_2.7.6-7build3_riscv64.deb ...
#20 455.4 Unpacking patch (2.7.6-7build3) ...
#20 456.4 Selecting previously unselected package lto-disabled-list.
#20 456.5 Preparing to unpack .../076-lto-disabled-list_47_all.deb ...
#20 456.5 Unpacking lto-disabled-list (47) ...
#20 457.1 Selecting previously unselected package dpkg-dev.
#20 457.1 Preparing to unpack .../077-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
#20 457.1 Unpacking dpkg-dev (1.22.6ubuntu6.6) ...
#20 459.7 Selecting previously unselected package build-essential.
#20 459.8 Preparing to unpack .../078-build-essential_12.10ubuntu1_riscv64.deb ...
#20 459.8 Unpacking build-essential (12.10ubuntu1) ...
#20 460.8 Selecting previously unselected package libbrotli1:riscv64.
#20 460.9 Preparing to unpack .../079-libbrotli1_1.1.0-2build2_riscv64.deb ...
#20 460.9 Unpacking libbrotli1:riscv64 (1.1.0-2build2) ...
#20 462.3 Selecting previously unselected package libsasl2-modules-db:riscv64.
#20 462.4 Preparing to unpack .../080-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#20 462.4 Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 463.4 Selecting previously unselected package libsasl2-2:riscv64.
#20 463.4 Preparing to unpack .../081-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#20 463.5 Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 14.81MB 784.5s
#6 transferring context: 14.96MB 789.5s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 464.5 Selecting previously unselected package libldap2:riscv64.
#20 464.5 Preparing to unpack .../082-libldap2_2.6.10+dfsg-0ubuntu0.24.04.1_riscv64.deb ...
#20 464.6 Unpacking libldap2:riscv64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 466.0 Selecting previously unselected package librtmp1:riscv64.
#20 466.1 Preparing to unpack .../083-librtmp1_2.4+20151223.gitfa8646d.1-2build7_riscv64.deb ...
#20 466.1 Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#20 467.4 Selecting previously unselected package libssh-4:riscv64.
#20 467.6 Preparing to unpack .../084-libssh-4_0.10.6-2ubuntu0.4_riscv64.deb ...
#20 467.6 Unpacking libssh-4:riscv64 (0.10.6-2ubuntu0.4) ...
#20 469.1 Selecting previously unselected package libcurl4t64:riscv64.
#20 469.3 Preparing to unpack .../085-libcurl4t64_8.5.0-2ubuntu10.11_riscv64.deb ...
#20 469.3 Unpacking libcurl4t64:riscv64 (8.5.0-2ubuntu10.11) ...
#20 471.4 Selecting previously unselected package curl.
#20 471.5 Preparing to unpack .../086-curl_8.5.0-2ubuntu10.11_riscv64.deb ...
#20 471.5 Unpacking curl (8.5.0-2ubuntu10.11) ...
#20 472.4 Selecting previously unselected package gpgconf.
#20 472.4 Preparing to unpack .../087-gpgconf_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 472.5 Unpacking gpgconf (2.4.4-2ubuntu17.4) ...
#20 474.3 Selecting previously unselected package libksba8:riscv64.
#20 474.4 Preparing to unpack .../088-libksba8_1.6.6-1build1_riscv64.deb ...
#20 474.4 Unpacking libksba8:riscv64 (1.6.6-1build1) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 456.9 Selecting previously unselected package g++-13.
#21 456.9 Preparing to unpack .../071-g++-13_13.3.0-6ubuntu2~24.04.1_riscv64.deb ...
#21 457.0 Unpacking g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 458.1 Selecting previously unselected package g++-riscv64-linux-gnu.
#21 458.1 Preparing to unpack .../072-g++-riscv64-linux-gnu_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 458.1 Unpacking g++-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 458.6 Selecting previously unselected package g++.
#21 458.6 Preparing to unpack .../073-g++_4%3a13.2.0-7ubuntu1_riscv64.deb ...
#21 458.6 Unpacking g++ (4:13.2.0-7ubuntu1) ...
#21 459.6 Selecting previously unselected package make.
#21 459.6 Preparing to unpack .../074-make_4.3-4.1build2_riscv64.deb ...
#21 459.7 Unpacking make (4.3-4.1build2) ...
#21 461.0 Selecting previously unselected package libdpkg-perl.
#21 461.2 Preparing to unpack .../075-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
#21 461.3 Unpacking libdpkg-perl (1.22.6ubuntu6.6) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 15.06MB 794.6s
#6 transferring context: 15.10MB 799.8s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 463.7 Selecting previously unselected package bzip2.
#21 463.7 Preparing to unpack .../076-bzip2_1.0.8-5.1build0.1_riscv64.deb ...
#21 463.8 Unpacking bzip2 (1.0.8-5.1build0.1) ...
#21 465.0 Selecting previously unselected package patch.
#21 465.0 Preparing to unpack .../077-patch_2.7.6-7build3_riscv64.deb ...
#21 465.1 Unpacking patch (2.7.6-7build3) ...
#21 465.9 Selecting previously unselected package lto-disabled-list.
#21 466.0 Preparing to unpack .../078-lto-disabled-list_47_all.deb ...
#21 466.0 Unpacking lto-disabled-list (47) ...
#21 466.8 Selecting previously unselected package dpkg-dev.
#21 466.9 Preparing to unpack .../079-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
#21 467.0 Unpacking dpkg-dev (1.22.6ubuntu6.6) ...
#21 470.0 Selecting previously unselected package build-essential.
#21 470.1 Preparing to unpack .../080-build-essential_12.10ubuntu1_riscv64.deb ...
#21 470.1 Unpacking build-essential (12.10ubuntu1) ...
#21 470.9 Selecting previously unselected package libbrotli1:riscv64.
#21 471.1 Preparing to unpack .../081-libbrotli1_1.1.0-2build2_riscv64.deb ...
#21 471.1 Unpacking libbrotli1:riscv64 (1.1.0-2build2) ...
#21 472.6 Selecting previously unselected package libsasl2-modules-db:riscv64.
#21 472.7 Preparing to unpack .../082-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#21 472.8 Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 ...
#6 [internal] load build context
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 476.1 Selecting previously unselected package dirmngr.
#20 476.1 Preparing to unpack .../089-dirmngr_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 477.9 Unpacking dirmngr (2.4.4-2ubuntu17.4) ...
#20 479.6 Selecting previously unselected package libfakeroot:riscv64.
#20 479.6 Preparing to unpack .../090-libfakeroot_1.33-1_riscv64.deb ...
#20 479.7 Unpacking libfakeroot:riscv64 (1.33-1) ...
#20 480.9 Selecting previously unselected package fakeroot.
#20 480.9 Preparing to unpack .../091-fakeroot_1.33-1_riscv64.deb ...
#20 481.0 Unpacking fakeroot (1.33-1) ...
#20 482.5 Selecting previously unselected package fonts-dejavu-mono.
#20 482.6 Preparing to unpack .../092-fonts-dejavu-mono_2.37-8_all.deb ...
#20 482.7 Unpacking fonts-dejavu-mono (2.37-8) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 474.4 Selecting previously unselected package libsasl2-2:riscv64.
#21 474.4 Preparing to unpack .../083-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#21 474.6 Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 477.5 Selecting previously unselected package libldap2:riscv64.
#21 477.6 Preparing to unpack .../084-libldap2_2.6.10+dfsg-0ubuntu0.24.04.1_riscv64.deb ...
#21 477.7 Unpacking libldap2:riscv64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 479.7 Selecting previously unselected package librtmp1:riscv64.
#21 479.8 Preparing to unpack .../085-librtmp1_2.4+20151223.gitfa8646d.1-2build7_riscv64.deb ...
#21 479.8 Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 15.16MB 807.9s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 485.7 Selecting previously unselected package fonts-dejavu-core.
#20 485.7 Preparing to unpack .../093-fonts-dejavu-core_2.37-8_all.deb ...
#20 486.9 Unpacking fonts-dejavu-core (2.37-8) ...
#20 490.4 Selecting previously unselected package fontconfig-config.
#20 490.5 Preparing to unpack .../094-fontconfig-config_2.15.0-1.1ubuntu2_riscv64.deb ...
#20 ...
#6 [internal] load build context
#6 transferring context: 15.19MB 813.0s
#6 transferring context: 15.23MB 818.1s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 481.3 Selecting previously unselected package libssh-4:riscv64.
#21 481.4 Preparing to unpack .../086-libssh-4_0.10.6-2ubuntu0.4_riscv64.deb ...
#21 481.4 Unpacking libssh-4:riscv64 (0.10.6-2ubuntu0.4) ...
#21 482.7 Selecting previously unselected package libcurl4t64:riscv64.
#21 482.7 Preparing to unpack .../087-libcurl4t64_8.5.0-2ubuntu10.11_riscv64.deb ...
#21 482.8 Unpacking libcurl4t64:riscv64 (8.5.0-2ubuntu10.11) ...
#21 483.9 Selecting previously unselected package curl.
#21 484.0 Preparing to unpack .../088-curl_8.5.0-2ubuntu10.11_riscv64.deb ...
#21 484.1 Unpacking curl (8.5.0-2ubuntu10.11) ...
#21 484.8 Selecting previously unselected package gpgconf.
#21 485.0 Preparing to unpack .../089-gpgconf_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 485.0 Unpacking gpgconf (2.4.4-2ubuntu17.4) ...
#21 486.2 Selecting previously unselected package libksba8:riscv64.
#21 486.3 Preparing to unpack .../090-libksba8_1.6.6-1build1_riscv64.deb ...
#21 486.3 Unpacking libksba8:riscv64 (1.6.6-1build1) ...
#21 487.5 Selecting previously unselected package dirmngr.
#21 487.5 Preparing to unpack .../091-dirmngr_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 488.1 Unpacking dirmngr (2.4.4-2ubuntu17.4) ...
#21 489.2 Selecting previously unselected package libfakeroot:riscv64.
#21 489.2 Preparing to unpack .../092-libfakeroot_1.33-1_riscv64.deb ...
#21 489.2 Unpacking libfakeroot:riscv64 (1.33-1) ...
#21 489.9 Selecting previously unselected package fakeroot.
#21 489.9 Preparing to unpack .../093-fakeroot_1.33-1_riscv64.deb ...
#21 490.0 Unpacking fakeroot (1.33-1) ...
#21 491.0 Selecting previously unselected package fonts-dejavu-mono.
#21 491.0 Preparing to unpack .../094-fonts-dejavu-mono_2.37-8_all.deb ...
#21 491.1 Unpacking fonts-dejavu-mono (2.37-8) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 15.26MB 823.2s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 501.3 Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ...
#20 503.0 Selecting previously unselected package libcurl3t64-gnutls:riscv64.
#20 503.1 Preparing to unpack .../095-libcurl3t64-gnutls_8.5.0-2ubuntu10.11_riscv64.deb ...
#20 503.1 Unpacking libcurl3t64-gnutls:riscv64 (8.5.0-2ubuntu10.11) ...
#20 504.8 Selecting previously unselected package liberror-perl.
#20 504.9 Preparing to unpack .../096-liberror-perl_0.17029-2_all.deb ...
#20 504.9 Unpacking liberror-perl (0.17029-2) ...
#20 506.1 Selecting previously unselected package git-man.
#20 506.1 Preparing to unpack .../097-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...
#20 506.2 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...
#20 508.2 Selecting previously unselected package git.
#20 508.3 Preparing to unpack .../098-git_1%3a2.43.0-1ubuntu7.3_riscv64.deb ...
#20 508.7 Unpacking git (1:2.43.0-1ubuntu7.3) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 15.33MB 828.2s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 493.3 Selecting previously unselected package fonts-dejavu-core.
#21 493.3 Preparing to unpack .../095-fonts-dejavu-core_2.37-8_all.deb ...
#21 494.5 Unpacking fonts-dejavu-core (2.37-8) ...
#21 496.4 Selecting previously unselected package fontconfig-config.
#21 496.5 Preparing to unpack .../096-fontconfig-config_2.15.0-1.1ubuntu2_riscv64.deb ...
#21 ...
#6 [internal] load build context
#6 transferring context: 15.43MB 833.2s
#6 transferring context: 15.58MB 838.3s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 527.3 Selecting previously unselected package gnupg-utils.
#20 527.4 Preparing to unpack .../099-gnupg-utils_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 527.7 Unpacking gnupg-utils (2.4.4-2ubuntu17.4) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 506.9 Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ...
#21 508.7 Selecting previously unselected package libcurl3t64-gnutls:riscv64.
#21 508.7 Preparing to unpack .../097-libcurl3t64-gnutls_8.5.0-2ubuntu10.11_riscv64.deb ...
#21 508.7 Unpacking libcurl3t64-gnutls:riscv64 (8.5.0-2ubuntu10.11) ...
#21 510.7 Selecting previously unselected package liberror-perl.
#21 510.7 Preparing to unpack .../098-liberror-perl_0.17029-2_all.deb ...
#21 510.7 Unpacking liberror-perl (0.17029-2) ...
#21 512.4 Selecting previously unselected package git-man.
#21 512.6 Preparing to unpack .../099-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...
#21 512.8 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...
#21 515.6 Selecting previously unselected package git.
#21 515.7 Preparing to unpack .../100-git_1%3a2.43.0-1ubuntu7.3_riscv64.deb ...
#21 515.9 Unpacking git (1:2.43.0-1ubuntu7.3) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 15.63MB 844.1s
#6 transferring context: 15.68MB 849.3s
#6 transferring context: 15.76MB 854.4s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 529.3 Selecting previously unselected package gpg.
#20 529.3 Preparing to unpack .../100-gpg_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 529.3 Unpacking gpg (2.4.4-2ubuntu17.4) ...
#20 531.2 Selecting previously unselected package pinentry-curses.
#20 531.3 Preparing to unpack .../101-pinentry-curses_1.2.1-3ubuntu5_riscv64.deb ...
#20 531.4 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...
#20 532.6 Selecting previously unselected package gpg-agent.
#20 532.6 Preparing to unpack .../102-gpg-agent_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 532.6 Unpacking gpg-agent (2.4.4-2ubuntu17.4) ...
#20 534.6 Selecting previously unselected package gpgsm.
#20 534.7 Preparing to unpack .../103-gpgsm_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 534.7 Unpacking gpgsm (2.4.4-2ubuntu17.4) ...
#20 536.0 Selecting previously unselected package keyboxd.
#20 536.0 Preparing to unpack .../104-keyboxd_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 536.0 Unpacking keyboxd (2.4.4-2ubuntu17.4) ...
#20 537.5 Selecting previously unselected package gnupg.
#20 537.6 Preparing to unpack .../105-gnupg_2.4.4-2ubuntu17.4_all.deb ...
#20 537.7 Unpacking gnupg (2.4.4-2ubuntu17.4) ...
#20 539.0 Selecting previously unselected package gnupg-l10n.
#20 539.1 Preparing to unpack .../106-gnupg-l10n_2.4.4-2ubuntu17.4_all.deb ...
#20 539.2 Unpacking gnupg-l10n (2.4.4-2ubuntu17.4) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 15.80MB 859.4s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 534.0 Selecting previously unselected package gnupg-utils.
#21 534.0 Preparing to unpack .../101-gnupg-utils_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 534.1 Unpacking gnupg-utils (2.4.4-2ubuntu17.4) ...
#21 535.4 Selecting previously unselected package gpg.
#21 535.5 Preparing to unpack .../102-gpg_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 535.5 Unpacking gpg (2.4.4-2ubuntu17.4) ...
#21 536.9 Selecting previously unselected package pinentry-curses.
#21 536.9 Preparing to unpack .../103-pinentry-curses_1.2.1-3ubuntu5_riscv64.deb ...
#21 537.0 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...
#21 538.6 Selecting previously unselected package gpg-agent.
#21 538.8 Preparing to unpack .../104-gpg-agent_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 538.8 Unpacking gpg-agent (2.4.4-2ubuntu17.4) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 540.4 Selecting previously unselected package gpg-wks-client.
#20 540.6 Preparing to unpack .../107-gpg-wks-client_2.4.4-2ubuntu17.4_riscv64.deb ...
#20 540.6 Unpacking gpg-wks-client (2.4.4-2ubuntu17.4) ...
#20 541.8 Selecting previously unselected package libalgorithm-diff-perl.
#20 541.9 Preparing to unpack .../108-libalgorithm-diff-perl_1.201-1_all.deb ...
#20 541.9 Unpacking libalgorithm-diff-perl (1.201-1) ...
#20 542.9 Selecting previously unselected package libalgorithm-diff-xs-perl:riscv64.
#20 543.0 Preparing to unpack .../109-libalgorithm-diff-xs-perl_0.04-8build3_riscv64.deb ...
#20 543.0 Unpacking libalgorithm-diff-xs-perl:riscv64 (0.04-8build3) ...
#20 543.6 Selecting previously unselected package libalgorithm-merge-perl.
#20 543.6 Preparing to unpack .../110-libalgorithm-merge-perl_0.08-5_all.deb ...
#20 543.7 Unpacking libalgorithm-merge-perl (0.08-5) ...
#20 544.4 Selecting previously unselected package libaom3:riscv64.
#20 544.4 Preparing to unpack .../111-libaom3_3.8.2-2ubuntu0.1_riscv64.deb ...
#20 544.5 Unpacking libaom3:riscv64 (3.8.2-2ubuntu0.1) ...
#20 547.9 Selecting previously unselected package libfreetype6:riscv64.
#20 548.1 Preparing to unpack .../112-libfreetype6_2.13.2+dfsg-1ubuntu0.1_riscv64.deb ...
#20 548.2 Unpacking libfreetype6:riscv64 (2.13.2+dfsg-1ubuntu0.1) ...
#20 550.0 Selecting previously unselected package libfontconfig1:riscv64.
#20 550.0 Preparing to unpack .../113-libfontconfig1_2.15.0-1.1ubuntu2_riscv64.deb ...
#20 550.1 Unpacking libfontconfig1:riscv64 (2.15.0-1.1ubuntu2) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 15.88MB 866.3s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 551.1 Selecting previously unselected package libsharpyuv0:riscv64.
#20 551.1 Preparing to unpack .../114-libsharpyuv0_1.3.2-0.4build3_riscv64.deb ...
#20 551.1 Unpacking libsharpyuv0:riscv64 (1.3.2-0.4build3) ...
#20 552.5 Selecting previously unselected package libheif-plugin-aomdec:riscv64.
#20 552.6 Preparing to unpack .../115-libheif-plugin-aomdec_1.17.6-1ubuntu4.6_riscv64.deb ...
#20 552.6 Unpacking libheif-plugin-aomdec:riscv64 (1.17.6-1ubuntu4.6) ...
#20 553.8 Selecting previously unselected package libheif1:riscv64.
#20 553.8 Preparing to unpack .../116-libheif1_1.17.6-1ubuntu4.6_riscv64.deb ...
#20 553.8 Unpacking libheif1:riscv64 (1.17.6-1ubuntu4.6) ...
#20 555.1 Selecting previously unselected package libjpeg-turbo8:riscv64.
#20 555.1 Preparing to unpack .../117-libjpeg-turbo8_2.1.5-2ubuntu2_riscv64.deb ...
#20 555.2 Unpacking libjpeg-turbo8:riscv64 (2.1.5-2ubuntu2) ...
#20 556.0 Selecting previously unselected package libjpeg8:riscv64.
#20 556.1 Preparing to unpack .../118-libjpeg8_8c-2ubuntu11_riscv64.deb ...
#20 556.1 Unpacking libjpeg8:riscv64 (8c-2ubuntu11) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 15.96MB 872.7s
#6 transferring context: 16.09MB 877.7s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 541.0 Selecting previously unselected package gpgsm.
#21 541.1 Preparing to unpack .../105-gpgsm_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 541.1 Unpacking gpgsm (2.4.4-2ubuntu17.4) ...
#21 542.5 Selecting previously unselected package keyboxd.
#21 542.6 Preparing to unpack .../106-keyboxd_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 542.7 Unpacking keyboxd (2.4.4-2ubuntu17.4) ...
#21 544.0 Selecting previously unselected package gnupg.
#21 544.0 Preparing to unpack .../107-gnupg_2.4.4-2ubuntu17.4_all.deb ...
#21 544.1 Unpacking gnupg (2.4.4-2ubuntu17.4) ...
#21 545.4 Selecting previously unselected package gnupg-l10n.
#21 545.7 Preparing to unpack .../108-gnupg-l10n_2.4.4-2ubuntu17.4_all.deb ...
#21 545.8 Unpacking gnupg-l10n (2.4.4-2ubuntu17.4) ...
#21 546.9 Selecting previously unselected package gpg-wks-client.
#21 547.0 Preparing to unpack .../109-gpg-wks-client_2.4.4-2ubuntu17.4_riscv64.deb ...
#21 547.1 Unpacking gpg-wks-client (2.4.4-2ubuntu17.4) ...
#21 548.0 Selecting previously unselected package libalgorithm-diff-perl.
#21 548.1 Preparing to unpack .../110-libalgorithm-diff-perl_1.201-1_all.deb ...
#21 548.1 Unpacking libalgorithm-diff-perl (1.201-1) ...
#21 549.3 Selecting previously unselected package libalgorithm-diff-xs-perl:riscv64.
#21 549.3 Preparing to unpack .../111-libalgorithm-diff-xs-perl_0.04-8build3_riscv64.deb ...
#21 549.3 Unpacking libalgorithm-diff-xs-perl:riscv64 (0.04-8build3) ...
#21 550.5 Selecting previously unselected package libalgorithm-merge-perl.
#21 550.5 Preparing to unpack .../112-libalgorithm-merge-perl_0.08-5_all.deb ...
#21 550.5 Unpacking libalgorithm-merge-perl (0.08-5) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 16.22MB 882.8s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 557.2 Selecting previously unselected package libdeflate0:riscv64.
#20 557.2 Preparing to unpack .../119-libdeflate0_1.19-1build1.1_riscv64.deb ...
#20 557.4 Unpacking libdeflate0:riscv64 (1.19-1build1.1) ...
#20 558.5 Selecting previously unselected package libjbig0:riscv64.
#20 558.6 Preparing to unpack .../120-libjbig0_2.1-6.1ubuntu2_riscv64.deb ...
#20 558.6 Unpacking libjbig0:riscv64 (2.1-6.1ubuntu2) ...
#20 559.6 Selecting previously unselected package liblerc4:riscv64.
#20 559.6 Preparing to unpack .../121-liblerc4_4.0.0+ds-4ubuntu2_riscv64.deb ...
#20 559.6 Unpacking liblerc4:riscv64 (4.0.0+ds-4ubuntu2) ...
#20 561.0 Selecting previously unselected package libwebp7:riscv64.
#20 561.3 Preparing to unpack .../122-libwebp7_1.3.2-0.4build3_riscv64.deb ...
#20 561.3 Unpacking libwebp7:riscv64 (1.3.2-0.4build3) ...
#20 562.2 Selecting previously unselected package libtiff6:riscv64.
#20 562.3 Preparing to unpack .../123-libtiff6_4.5.1+git230720-4ubuntu2.5_riscv64.deb ...
#20 562.3 Unpacking libtiff6:riscv64 (4.5.1+git230720-4ubuntu2.5) ...
#20 564.3 Selecting previously unselected package libxpm4:riscv64.
#20 564.4 Preparing to unpack .../124-libxpm4_1%3a3.5.17-1build2_riscv64.deb ...
#20 564.5 Unpacking libxpm4:riscv64 (1:3.5.17-1build2) ...
#20 565.3 Selecting previously unselected package libgd3:riscv64.
#20 565.4 Preparing to unpack .../125-libgd3_2.3.3-9ubuntu5_riscv64.deb ...
#20 565.4 Unpacking libgd3:riscv64 (2.3.3-9ubuntu5) ...
#20 567.0 Selecting previously unselected package libc-devtools.
#20 567.1 Preparing to unpack .../126-libc-devtools_2.39-0ubuntu8.7_riscv64.deb ...
#20 567.3 Unpacking libc-devtools (2.39-0ubuntu8.7) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 16.27MB 887.9s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 551.7 Selecting previously unselected package libaom3:riscv64.
#21 551.7 Preparing to unpack .../113-libaom3_3.8.2-2ubuntu0.1_riscv64.deb ...
#21 551.7 Unpacking libaom3:riscv64 (3.8.2-2ubuntu0.1) ...
#21 554.5 Selecting previously unselected package libfreetype6:riscv64.
#21 554.6 Preparing to unpack .../114-libfreetype6_2.13.2+dfsg-1ubuntu0.1_riscv64.deb ...
#21 554.6 Unpacking libfreetype6:riscv64 (2.13.2+dfsg-1ubuntu0.1) ...
#21 556.4 Selecting previously unselected package libfontconfig1:riscv64.
#21 556.6 Preparing to unpack .../115-libfontconfig1_2.15.0-1.1ubuntu2_riscv64.deb ...
#21 556.6 Unpacking libfontconfig1:riscv64 (2.15.0-1.1ubuntu2) ...
#21 557.6 Selecting previously unselected package libsharpyuv0:riscv64.
#21 557.7 Preparing to unpack .../116-libsharpyuv0_1.3.2-0.4build3_riscv64.deb ...
#21 557.7 Unpacking libsharpyuv0:riscv64 (1.3.2-0.4build3) ...
#21 558.7 Selecting previously unselected package libheif-plugin-aomdec:riscv64.
#21 558.8 Preparing to unpack .../117-libheif-plugin-aomdec_1.17.6-1ubuntu4.6_riscv64.deb ...
#21 559.0 Unpacking libheif-plugin-aomdec:riscv64 (1.17.6-1ubuntu4.6) ...
#21 560.2 Selecting previously unselected package libheif1:riscv64.
#21 560.3 Preparing to unpack .../118-libheif1_1.17.6-1ubuntu4.6_riscv64.deb ...
#21 560.4 Unpacking libheif1:riscv64 (1.17.6-1ubuntu4.6) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 16.30MB 893.2s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 568.6 Selecting previously unselected package libcap-dev:riscv64.
#20 568.7 Preparing to unpack .../127-libcap-dev_1%3a2.66-5ubuntu2.4_riscv64.deb ...
#20 568.7 Unpacking libcap-dev:riscv64 (1:2.66-5ubuntu2.4) ...
#20 571.1 Selecting previously unselected package libfile-fcntllock-perl.
#20 571.2 Preparing to unpack .../128-libfile-fcntllock-perl_0.22-4ubuntu5_riscv64.deb ...
#20 571.3 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...
#20 572.7 Selecting previously unselected package libheif-plugin-aomenc:riscv64.
#20 572.8 Preparing to unpack .../129-libheif-plugin-aomenc_1.17.6-1ubuntu4.6_riscv64.deb ...
#20 572.9 Unpacking libheif-plugin-aomenc:riscv64 (1.17.6-1ubuntu4.6) ...
#20 573.9 Selecting previously unselected package libldap-common.
#20 573.9 Preparing to unpack .../130-libldap-common_2.6.10+dfsg-0ubuntu0.24.04.1_all.deb ...
#20 573.9 Unpacking libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 574.9 Selecting previously unselected package libsasl2-modules:riscv64.
#20 575.0 Preparing to unpack .../131-libsasl2-modules_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#20 575.6 Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 577.3 Selecting previously unselected package manpages-dev.
#20 577.3 Preparing to unpack .../132-manpages-dev_6.7-2_all.deb ...
#20 577.3 Unpacking manpages-dev (6.7-2) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 16.34MB 898.2s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 562.0 Selecting previously unselected package libjpeg-turbo8:riscv64.
#21 562.1 Preparing to unpack .../119-libjpeg-turbo8_2.1.5-2ubuntu2_riscv64.deb ...
#21 562.2 Unpacking libjpeg-turbo8:riscv64 (2.1.5-2ubuntu2) ...
#21 563.1 Selecting previously unselected package libjpeg8:riscv64.
#21 563.2 Preparing to unpack .../120-libjpeg8_8c-2ubuntu11_riscv64.deb ...
#21 563.4 Unpacking libjpeg8:riscv64 (8c-2ubuntu11) ...
#21 564.1 Selecting previously unselected package libdeflate0:riscv64.
#21 564.1 Preparing to unpack .../121-libdeflate0_1.19-1build1.1_riscv64.deb ...
#21 564.1 Unpacking libdeflate0:riscv64 (1.19-1build1.1) ...
#21 565.1 Selecting previously unselected package libjbig0:riscv64.
#21 565.3 Preparing to unpack .../122-libjbig0_2.1-6.1ubuntu2_riscv64.deb ...
#21 565.4 Unpacking libjbig0:riscv64 (2.1-6.1ubuntu2) ...
#21 566.6 Selecting previously unselected package liblerc4:riscv64.
#21 566.6 Preparing to unpack .../123-liblerc4_4.0.0+ds-4ubuntu2_riscv64.deb ...
#21 566.6 Unpacking liblerc4:riscv64 (4.0.0+ds-4ubuntu2) ...
#21 567.9 Selecting previously unselected package libwebp7:riscv64.
#21 567.9 Preparing to unpack .../124-libwebp7_1.3.2-0.4build3_riscv64.deb ...
#21 567.9 Unpacking libwebp7:riscv64 (1.3.2-0.4build3) ...
#21 569.1 Selecting previously unselected package libtiff6:riscv64.
#21 569.2 Preparing to unpack .../125-libtiff6_4.5.1+git230720-4ubuntu2.5_riscv64.deb ...
#21 569.2 Unpacking libtiff6:riscv64 (4.5.1+git230720-4ubuntu2.5) ...
#21 570.5 Selecting previously unselected package libxpm4:riscv64.
#21 570.6 Preparing to unpack .../126-libxpm4_1%3a3.5.17-1build2_riscv64.deb ...
#21 570.8 Unpacking libxpm4:riscv64 (1:3.5.17-1build2) ...
#21 571.7 Selecting previously unselected package libgd3:riscv64.
#21 571.8 Preparing to unpack .../127-libgd3_2.3.3-9ubuntu5_riscv64.deb ...
#21 571.8 Unpacking libgd3:riscv64 (2.3.3-9ubuntu5) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 16.37MB 903.2s
#6 transferring context: 16.39MB 908.4s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 573.0 Selecting previously unselected package libc-devtools.
#21 573.3 Preparing to unpack .../128-libc-devtools_2.39-0ubuntu8.7_riscv64.deb ...
#21 573.3 Unpacking libc-devtools (2.39-0ubuntu8.7) ...
#21 575.0 Selecting previously unselected package libcap-dev:riscv64.
#21 575.3 Preparing to unpack .../129-libcap-dev_1%3a2.66-5ubuntu2.4_riscv64.deb ...
#21 575.3 Unpacking libcap-dev:riscv64 (1:2.66-5ubuntu2.4) ...
#21 578.8 Selecting previously unselected package libfile-fcntllock-perl.
#21 578.8 Preparing to unpack .../130-libfile-fcntllock-perl_0.22-4ubuntu5_riscv64.deb ...
#21 578.9 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...
#21 579.9 Selecting previously unselected package libheif-plugin-aomenc:riscv64.
#21 579.9 Preparing to unpack .../131-libheif-plugin-aomenc_1.17.6-1ubuntu4.6_riscv64.deb ...
#21 579.9 Unpacking libheif-plugin-aomenc:riscv64 (1.17.6-1ubuntu4.6) ...
#21 580.8 Selecting previously unselected package libldap-common.
#21 580.9 Preparing to unpack .../132-libldap-common_2.6.10+dfsg-0ubuntu0.24.04.1_all.deb ...
#21 581.0 Unpacking libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 581.9 Selecting previously unselected package libpthread-stubs0-dev:riscv64.
#21 582.0 Preparing to unpack .../133-libpthread-stubs0-dev_0.4-1build3_riscv64.deb ...
#21 582.1 Unpacking libpthread-stubs0-dev:riscv64 (0.4-1build3) ...
#21 583.0 Selecting previously unselected package libsasl2-modules:riscv64.
#21 583.1 Preparing to unpack .../134-libsasl2-modules_2.1.28+dfsg1-5ubuntu3.1_riscv64.deb ...
#21 ...
#6 [internal] load build context
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 584.4 Setting up libksba8:riscv64 (1.6.6-1build1) ...
#20 584.6 Setting up pinentry-curses (1.2.1-3ubuntu5) ...
#20 585.2 Setting up libexpat1:riscv64 (2.6.1-2ubuntu0.4) ...
#20 585.3 Setting up libsharpyuv0:riscv64 (1.3.2-0.4build3) ...
#20 585.3 Setting up libaom3:riscv64 (3.8.2-2ubuntu0.1) ...
#20 585.4 Setting up libxau6:riscv64 (1:1.0.9-1build6) ...
#20 585.5 Setting up libkeyutils1:riscv64 (1.6.3-3build1) ...
#20 585.6 Setting up lto-disabled-list (47) ...
#20 585.9 Setting up libapparmor1:riscv64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#20 586.1 Setting up liblerc4:riscv64 (4.0.0+ds-4ubuntu2) ...
#20 586.3 Setting up libgdbm6t64:riscv64 (1.23-5.1build1) ...
#20 586.8 Setting up libgdbm-compat4t64:riscv64 (1.23-5.1build1) ...
#20 587.0 Setting up libcbor0.10:riscv64 (0.10.2-1.2ubuntu2) ...
#20 587.1 Setting up manpages (6.7-2) ...
#20 587.2 Setting up libbrotli1:riscv64 (1.1.0-2build2) ...
#20 587.5 Setting up libsqlite3-0:riscv64 (3.45.1-1ubuntu2.6) ...
#20 587.8 Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 588.3 Setting up binutils-common:riscv64 (2.42-4ubuntu2.10) ...
#20 588.4 Setting up libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#20 588.5 Setting up libnghttp2-14:riscv64 (1.59.0-1ubuntu0.4) ...
#20 588.6 Setting up libdeflate0:riscv64 (1.19-1build1.1) ...
#20 588.8 Setting up less (590-2ubuntu2.1) ...
#20 589.2 Setting up linux-libc-dev:riscv64 (6.8.0-136.136) ...
#20 589.4 Setting up libctf-nobfd0:riscv64 (2.42-4ubuntu2.10) ...
#20 589.5 Setting up krb5-locales (1.20.1-6ubuntu2.6) ...
#20 589.6 Setting up libgomp1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 589.8 Setting up bzip2 (1.0.8-5.1build0.1) ...
#20 590.0 Setting up libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 590.2 Setting up libjbig0:riscv64 (2.1-6.1ubuntu2) ...
#20 590.4 Setting up libsframe1:riscv64 (2.42-4ubuntu2.10) ...
#20 590.5 Setting up libfakeroot:riscv64 (1.33-1) ...
#20 590.5 Setting up libjansson4:riscv64 (2.14-2build2) ...
#20 590.7 Setting up libkrb5support0:riscv64 (1.20.1-6ubuntu2.6) ...
#20 590.9 Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 591.0 Setting up fakeroot (1.33-1) ...
#20 591.2 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#20 591.2 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 591.2 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 591.2 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 591.2 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 591.2 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 591.3 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 591.3 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 591.3 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 591.4 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#20 591.5 Setting up gcc-13-base:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 591.6 Setting up libx11-data (2:1.8.7-1build1) ...
#20 591.7 Setting up make (4.3-4.1build2) ...
#20 591.8 Setting up libmpfr6:riscv64 (4.2.1-1build1.1) ...
#20 591.9 Setting up gnupg-l10n (2.4.4-2ubuntu17.4) ...
#20 592.0 Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#20 592.1 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#20 592.3 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#20 592.3 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 592.3 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 592.3 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 592.3 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 592.3 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 592.3 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 592.3 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 592.3 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 592.3 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 592.3 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 592.4 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
#20 592.5 Setting up fonts-dejavu-mono (2.37-8) ...
#20 592.8 Setting up libpng16-16t64:riscv64 (1.6.43-5ubuntu0.6) ...
#20 593.0 Setting up libmpc3:riscv64 (1.3.1-1build1.1) ...
#20 593.3 Setting up libatomic1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 593.4 Setting up patch (2.7.6-7build3) ...
#20 593.5 Setting up sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#20 594.1 Setting up fonts-dejavu-core (2.37-8) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 16.44MB 913.5s
#6 transferring context: 16.49MB 918.7s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 583.4 Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 584.5 Selecting previously unselected package xorg-sgml-doctools.
#21 584.5 Preparing to unpack .../135-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
#21 584.5 Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
#21 585.6 Selecting previously unselected package x11proto-dev.
#21 585.6 Preparing to unpack .../136-x11proto-dev_2023.2-1_all.deb ...
#21 585.7 Unpacking x11proto-dev (2023.2-1) ...
#21 589.2 Selecting previously unselected package libxau-dev:riscv64.
#21 589.3 Preparing to unpack .../137-libxau-dev_1%3a1.0.9-1build6_riscv64.deb ...
#21 589.3 Unpacking libxau-dev:riscv64 (1:1.0.9-1build6) ...
#21 590.4 Selecting previously unselected package libxdmcp-dev:riscv64.
#21 590.5 Preparing to unpack .../138-libxdmcp-dev_1%3a1.1.3-0ubuntu6_riscv64.deb ...
#21 590.6 Unpacking libxdmcp-dev:riscv64 (1:1.1.3-0ubuntu6) ...
#21 591.6 Selecting previously unselected package xtrans-dev.
#21 591.8 Preparing to unpack .../139-xtrans-dev_1.4.0-1_all.deb ...
#21 591.8 Unpacking xtrans-dev (1.4.0-1) ...
#21 593.5 Selecting previously unselected package libxcb1-dev:riscv64.
#21 593.6 Preparing to unpack .../140-libxcb1-dev_1.15-1ubuntu2_riscv64.deb ...
#21 ...
#6 [internal] load build context
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 595.9 Setting up libk5crypto3:riscv64 (1.20.1-6ubuntu2.6) ...
#20 596.1 Setting up libjpeg-turbo8:riscv64 (2.1.5-2ubuntu2) ...
#20 596.2 Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#20 596.3 Setting up libwebp7:riscv64 (1.3.2-0.4build3) ...
#20 596.5 Setting up libubsan1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 596.6 Setting up libcrypt-dev:riscv64 (1:4.4.36-4build1) ...
#20 597.1 Setting up libasan8:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 597.2 Setting up git-man (1:2.43.0-1ubuntu7.3) ...
#20 597.3 Setting up netbase (6.4) ...
#20 597.7 Setting up libkrb5-3:riscv64 (1.20.1-6ubuntu2.6) ...
#20 597.7 Setting up libperl5.38t64:riscv64 (5.38.2-3.2ubuntu0.3) ...
#20 597.9 Setting up libbinutils:riscv64 (2.42-4ubuntu2.10) ...
#20 598.0 Setting up libfido2-1:riscv64 (1.14.0-1build3) ...
#20 598.1 Setting up libisl23:riscv64 (0.26-3build1.1) ...
#20 598.3 Setting up libc-dev-bin (2.39-0ubuntu8.7) ...
#20 598.4 Setting up openssl (3.0.13-0ubuntu3.11) ...
#20 598.5 Setting up libbsd0:riscv64 (0.12.1-1build1.1) ...
#20 598.6 Setting up libcap-dev:riscv64 (1:2.66-5ubuntu2.4) ...
#20 598.7 Setting up readline-common (8.2-4build1) ...
#20 599.0 Setting up publicsuffix (20231001.0357-0.1) ...
#20 599.1 Setting up libcc1-0:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 599.2 Setting up libldap2:riscv64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#20 599.3 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...
#20 599.4 Setting up libitm1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#20 599.5 Setting up gnupg-utils (2.4.4-2ubuntu17.4) ...
#20 600.2 Setting up libctf0:riscv64 (2.42-4ubuntu2.10) ...
#20 600.2 Setting up libjpeg8:riscv64 (8c-2ubuntu11) ...
#20 600.3 Setting up manpages-dev (6.7-2) ...
#20 600.4 Setting up libxdmcp6:riscv64 (1:1.1.3-0ubuntu6) ...
#20 600.6 Setting up libxcb1:riscv64 (1.15-1ubuntu2) ...
#20 600.7 Setting up cpp-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 600.8 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 16.54MB 923.8s
#6 transferring context: 16.63MB 928.9s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 593.7 Unpacking libxcb1-dev:riscv64 (1.15-1ubuntu2) ...
#21 595.7 Selecting previously unselected package libx11-dev:riscv64.
#21 595.7 Preparing to unpack .../141-libx11-dev_2%3a1.8.7-1build1_riscv64.deb ...
#21 595.8 Unpacking libx11-dev:riscv64 (2:1.8.7-1build1) ...
#21 600.2 Selecting previously unselected package manpages-dev.
#21 600.5 Preparing to unpack .../142-manpages-dev_6.7-2_all.deb ...
#21 600.5 Unpacking manpages-dev (6.7-2) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 16.71MB 933.9s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 610.9 Setting up libedit2:riscv64 (3.1-20230828-1build1) ...
#20 611.0 Setting up binutils-riscv64-linux-gnu (2.42-4ubuntu2.10) ...
#20 611.2 Setting up binutils (2.42-4ubuntu2.10) ...
#20 611.4 Setting up ca-certificates (20260601~24.04.1) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 16.82MB 939.0s
#6 transferring context: 16.90MB 944.1s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 607.9 Selecting previously unselected package unzip.
#21 608.0 Preparing to unpack .../143-unzip_6.0-28ubuntu4.1_riscv64.deb ...
#21 608.1 Unpacking unzip (6.0-28ubuntu4.1) ...
#21 609.7 Setting up libksba8:riscv64 (1.6.6-1build1) ...
#21 609.8 Setting up pinentry-curses (1.2.1-3ubuntu5) ...
#21 610.1 Setting up libexpat1:riscv64 (2.6.1-2ubuntu0.4) ...
#21 610.2 Setting up bubblewrap (0.9.0-1ubuntu0.1) ...
#21 610.4 Setting up libsharpyuv0:riscv64 (1.3.2-0.4build3) ...
#21 610.5 Setting up libaom3:riscv64 (3.8.2-2ubuntu0.1) ...
#21 610.7 Setting up libxau6:riscv64 (1:1.0.9-1build6) ...
#21 610.7 Setting up libkeyutils1:riscv64 (1.6.3-3build1) ...
#21 610.8 Setting up lto-disabled-list (47) ...
#21 610.9 Setting up libapparmor1:riscv64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#21 611.0 Setting up liblerc4:riscv64 (4.0.0+ds-4ubuntu2) ...
#21 611.1 Setting up libgdbm6t64:riscv64 (1.23-5.1build1) ...
#21 611.2 Setting up libgdbm-compat4t64:riscv64 (1.23-5.1build1) ...
#21 611.4 Setting up libcbor0.10:riscv64 (0.10.2-1.2ubuntu2) ...
#21 611.5 Setting up manpages (6.7-2) ...
#21 611.6 Setting up unzip (6.0-28ubuntu4.1) ...
#21 611.7 Setting up libbrotli1:riscv64 (1.1.0-2build2) ...
#21 611.8 Setting up libsqlite3-0:riscv64 (3.45.1-1ubuntu2.6) ...
#21 612.0 Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 612.3 Setting up binutils-common:riscv64 (2.42-4ubuntu2.10) ...
#21 612.4 Setting up libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#21 612.4 Setting up libnghttp2-14:riscv64 (1.59.0-1ubuntu0.4) ...
#21 612.5 Setting up libdeflate0:riscv64 (1.19-1build1.1) ...
#21 612.6 Setting up less (590-2ubuntu2.1) ...
#21 612.8 Setting up linux-libc-dev:riscv64 (6.8.0-136.136) ...
#21 612.9 Setting up libctf-nobfd0:riscv64 (2.42-4ubuntu2.10) ...
#21 613.1 Setting up krb5-locales (1.20.1-6ubuntu2.6) ...
#21 613.2 Setting up libgomp1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 613.3 Setting up bzip2 (1.0.8-5.1build0.1) ...
#21 613.4 Setting up libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 613.5 Setting up libpthread-stubs0-dev:riscv64 (0.4-1build3) ...
#21 613.6 Setting up libjbig0:riscv64 (2.1-6.1ubuntu2) ...
#21 613.7 Setting up libsframe1:riscv64 (2.42-4ubuntu2.10) ...
#21 613.8 Setting up libfakeroot:riscv64 (1.33-1) ...
#21 613.9 Setting up libjansson4:riscv64 (2.14-2build2) ...
#21 614.0 Setting up libkrb5support0:riscv64 (1.20.1-6ubuntu2.6) ...
#21 614.1 Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 614.2 Setting up fakeroot (1.33-1) ...
#21 614.4 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#21 614.4 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 614.4 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 614.4 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 614.4 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 614.4 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 614.4 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 614.4 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 614.4 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 614.6 Setting up xtrans-dev (1.4.0-1) ...
#21 614.7 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#21 614.8 Setting up gcc-13-base:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 614.9 Setting up libx11-data (2:1.8.7-1build1) ...
#21 615.0 Setting up make (4.3-4.1build2) ...
#21 615.2 Setting up libmpfr6:riscv64 (4.2.1-1build1.1) ...
#21 615.3 Setting up gnupg-l10n (2.4.4-2ubuntu17.4) ...
#21 615.3 Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#21 615.5 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#21 615.7 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#21 615.7 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 615.7 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 615.7 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 615.7 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 615.7 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 615.7 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 615.7 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 615.7 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 615.7 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 615.7 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 615.9 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
#21 616.0 Setting up fonts-dejavu-mono (2.37-8) ...
#21 616.2 Setting up libpng16-16t64:riscv64 (1.6.43-5ubuntu0.6) ...
#21 616.3 Setting up libmpc3:riscv64 (1.3.1-1build1.1) ...
#21 616.4 Setting up libatomic1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 616.5 Setting up patch (2.7.6-7build3) ...
#21 616.6 Setting up sudo (1.9.15p5-3ubuntu5.24.04.2) ...
#21 617.3 Setting up fonts-dejavu-core (2.37-8) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 23.49MB 949.2s
#6 transferring context: 32.31MB 954.3s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 618.6 Setting up libk5crypto3:riscv64 (1.20.1-6ubuntu2.6) ...
#21 618.8 Setting up libjpeg-turbo8:riscv64 (2.1.5-2ubuntu2) ...
#21 618.8 Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-5ubuntu3.1) ...
#21 618.9 Setting up libwebp7:riscv64 (1.3.2-0.4build3) ...
#21 619.0 Setting up libubsan1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 619.1 Setting up nano (7.2-2ubuntu0.2) ...
#21 619.3 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
#21 619.3 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 619.3 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
#21 619.3 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 619.4 Setting up libcrypt-dev:riscv64 (1:4.4.36-4build1) ...
#21 619.9 Setting up libasan8:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 620.0 Setting up git-man (1:2.43.0-1ubuntu7.3) ...
#21 620.1 Setting up xorg-sgml-doctools (1:1.11-1.1) ...
#21 620.2 Setting up netbase (6.4) ...
#21 620.5 Setting up libkrb5-3:riscv64 (1.20.1-6ubuntu2.6) ...
#21 620.6 Setting up libperl5.38t64:riscv64 (5.38.2-3.2ubuntu0.3) ...
#21 620.7 Setting up libbinutils:riscv64 (2.42-4ubuntu2.10) ...
#21 620.7 Setting up libfido2-1:riscv64 (1.14.0-1build3) ...
#21 621.0 Setting up libisl23:riscv64 (0.26-3build1.1) ...
#21 621.0 Setting up libc-dev-bin (2.39-0ubuntu8.7) ...
#21 621.1 Setting up openssl (3.0.13-0ubuntu3.11) ...
#21 621.4 Setting up libbsd0:riscv64 (0.12.1-1build1.1) ...
#21 621.5 Setting up libcap-dev:riscv64 (1:2.66-5ubuntu2.4) ...
#21 622.2 Setting up readline-common (8.2-4build1) ...
#21 622.5 Setting up publicsuffix (20231001.0357-0.1) ...
#21 622.5 Setting up libcc1-0:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 622.6 Setting up libldap2:riscv64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#21 622.7 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...
#21 622.8 Setting up libitm1:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
#21 622.9 Setting up libpopt0:riscv64 (1.19+dfsg-1build1) ...
#21 623.1 Setting up gnupg-utils (2.4.4-2ubuntu17.4) ...
#21 623.2 Setting up libctf0:riscv64 (2.42-4ubuntu2.10) ...
#21 623.3 Setting up libjpeg8:riscv64 (8c-2ubuntu11) ...
#21 623.4 Setting up x11proto-dev (2023.2-1) ...
#21 623.5 Setting up manpages-dev (6.7-2) ...
#21 623.6 Setting up libxdmcp6:riscv64 (1:1.1.3-0ubuntu6) ...
#21 623.9 Setting up libxcb1:riscv64 (1.15-1ubuntu2) ...
#21 624.1 Setting up libxau-dev:riscv64 (1:1.0.9-1build6) ...
#21 624.2 Setting up cpp-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 624.2 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 39.20MB 959.4s
#6 transferring context: 46.15MB 964.5s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 648.9 Updating certificates in /etc/ssl/certs...
#20 ...
#6 [internal] load build context
#6 transferring context: 52.98MB 969.7s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 634.6 Setting up libedit2:riscv64 (3.1-20230828-1build1) ...
#21 634.6 Setting up binutils-riscv64-linux-gnu (2.42-4ubuntu2.10) ...
#21 634.7 Setting up binutils (2.42-4ubuntu2.10) ...
#21 634.8 Setting up ca-certificates (20260601~24.04.1) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 57.91MB 974.8s
#6 transferring context: 65.33MB 979.8s
#6 transferring context: 72.00MB 985.0s
#6 transferring context: 77.52MB 990.1s
#6 transferring context: 82.62MB 995.2s
#6 transferring context: 87.90MB 1000.2s
#6 transferring context: 94.31MB 1005.2s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 680.0 Updating certificates in /etc/ssl/certs...
#21 ...
#6 [internal] load build context
#6 transferring context: 103.20MB 1012.1s
#6 transferring context: 109.18MB 1017.2s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 694.8 121 added, 0 removed; done.
#20 695.8 Setting up perl (5.38.2-3.2ubuntu0.3) ...
#20 696.3 Setting up libfreetype6:riscv64 (2.13.2+dfsg-1ubuntu0.1) ...
#20 696.5 Setting up libgssapi-krb5-2:riscv64 (1.20.1-6ubuntu2.6) ...
#20 696.8 Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
#20 696.8 Setting up libssh-4:riscv64 (0.10.6-2ubuntu0.4) ...
#20 696.9 Setting up libreadline8t64:riscv64 (8.2-4build1) ...
#20 697.0 Setting up libgcc-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 697.1 Setting up libtiff6:riscv64 (4.5.1+git230720-4ubuntu2.5) ...
#20 697.2 Setting up gpgconf (2.4.4-2ubuntu17.4) ...
#20 697.3 Setting up libc6-dev:riscv64 (2.39-0ubuntu8.7) ...
#20 697.5 Setting up libx11-6:riscv64 (2:1.8.7-1build1) ...
#20 697.6 Setting up libfontconfig1:riscv64 (2.15.0-1.1ubuntu2) ...
#20 697.7 Setting up cpp-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 697.8 Setting up libxmuu1:riscv64 (2:1.1.3-3build2) ...
#20 697.9 Setting up gpg (2.4.4-2ubuntu17.4) ...
#20 698.1 Setting up libstdc++-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#20 698.2 Setting up gpg-agent (2.4.4-2ubuntu17.4) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 115.28MB 1022.3s
#6 transferring context: 120.57MB 1027.5s
#6 transferring context: 124.34MB 1032.6s
#6 transferring context: 128.15MB 1037.6s
#6 transferring context: 131.40MB 1042.6s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 715.6 121 added, 0 removed; done.
#21 716.3 Setting up libxdmcp-dev:riscv64 (1:1.1.3-0ubuntu6) ...
#21 716.4 Setting up perl (5.38.2-3.2ubuntu0.3) ...
#21 716.8 Setting up libfreetype6:riscv64 (2.13.2+dfsg-1ubuntu0.1) ...
#21 716.9 Setting up libgssapi-krb5-2:riscv64 (1.20.1-6ubuntu2.6) ...
#21 717.2 Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
#21 717.4 Setting up libssh-4:riscv64 (0.10.6-2ubuntu0.4) ...
#21 717.5 Setting up libreadline8t64:riscv64 (8.2-4build1) ...
#21 717.6 Setting up libgcc-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 717.7 Setting up libtiff6:riscv64 (4.5.1+git230720-4ubuntu2.5) ...
#21 717.8 Setting up gpgconf (2.4.4-2ubuntu17.4) ...
#21 718.0 Setting up libc6-dev:riscv64 (2.39-0ubuntu8.7) ...
#21 718.0 Setting up libx11-6:riscv64 (2:1.8.7-1build1) ...
#21 718.0 Setting up libfontconfig1:riscv64 (2.15.0-1.1ubuntu2) ...
#21 718.3 Setting up cpp-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 718.5 Setting up libxmuu1:riscv64 (2:1.1.3-3build2) ...
#21 718.6 Setting up gpg (2.4.4-2ubuntu17.4) ...
#21 718.7 Setting up rsync (3.2.7-1ubuntu1.5) ...
#21 720.3 invoke-rc.d: could not determine current runlevel
#21 720.4 invoke-rc.d: policy-rc.d denied execution of start.
#21 ...
#6 [internal] load build context
#6 transferring context: 136.34MB 1048.8s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 725.8 Setting up libstdc++-13-dev:riscv64 (13.3.0-6ubuntu2~24.04.1) ...
#21 726.2 Setting up gpg-agent (2.4.4-2ubuntu17.4) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 730.5 Setting up libxpm4:riscv64 (1:3.5.17-1build2) ...
#20 730.6 Setting up cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 730.6 Setting up libcurl4t64:riscv64 (8.5.0-2ubuntu10.11) ...
#20 730.8 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...
#20 730.9 Setting up libalgorithm-diff-perl (1.201-1) ...
#20 731.0 Setting up openssh-client (1:9.6p1-3ubuntu13.18) ...
#20 736.1 Setting up gpgsm (2.4.4-2ubuntu17.4) ...
#20 736.2 Setting up gcc-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 736.3 Setting up libcurl3t64-gnutls:riscv64 (8.5.0-2ubuntu10.11) ...
#20 736.4 Setting up libxext6:riscv64 (2:1.3.4-1build2) ...
#20 736.5 Setting up dpkg-dev (1.22.6ubuntu6.6) ...
#20 736.7 Setting up gcc-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 736.7 Setting up liberror-perl (0.17029-2) ...
#20 736.8 Setting up dirmngr (2.4.4-2ubuntu17.4) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 142.42MB 1056.2s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 745.0 Setting up gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 745.1 Setting up keyboxd (2.4.4-2ubuntu17.4) ...
#20 ...
#6 [internal] load build context
#6 transferring context: 155.55MB 1065.9s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 755.0 Setting up git (1:2.43.0-1ubuntu7.3) ...
#20 755.5 Setting up xauth (1:1.1.2-1build1) ...
#20 755.7 Setting up cpp (4:13.2.0-7ubuntu1) ...
#20 756.5 Setting up gnupg (2.4.4-2ubuntu17.4) ...
#20 756.6 Setting up g++-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#20 756.7 Setting up curl (8.5.0-2ubuntu10.11) ...
#20 756.8 Setting up libalgorithm-diff-xs-perl:riscv64 (0.04-8build3) ...
#20 756.9 Setting up libalgorithm-merge-perl (0.08-5) ...
#20 757.0 Setting up g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#20 757.2 Setting up gpg-wks-client (2.4.4-2ubuntu17.4) ...
#20 757.4 Setting up gcc (4:13.2.0-7ubuntu1) ...
#20 757.8 Setting up g++-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#20 757.9 Setting up g++ (4:13.2.0-7ubuntu1) ...
#20 758.2 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#20 758.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
#20 758.2 Setting up build-essential (12.10ubuntu1) ...
#20 758.3 Setting up libheif1:riscv64 (1.17.6-1ubuntu4.6) ...
#20 758.4 Setting up libgd3:riscv64 (2.3.3-9ubuntu5) ...
#20 758.5 Setting up libc-devtools (2.39-0ubuntu8.7) ...
#20 758.6 Setting up libheif-plugin-aomdec:riscv64 (1.17.6-1ubuntu4.6) ...
#20 758.8 Setting up libheif-plugin-aomenc:riscv64 (1.17.6-1ubuntu4.6) ...
#20 758.9 Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
#20 760.5 Processing triggers for ca-certificates (20260601~24.04.1) ...
#20 760.7 Updating certificates in /etc/ssl/certs...
#20 ...
#6 [internal] load build context
#6 transferring context: 169.11MB 1077.7s
#6 transferring context: 177.75MB 1082.8s
#6 transferring context: 185.46MB 1088.1s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 765.3 Setting up libxcb1-dev:riscv64 (1.15-1ubuntu2) ...
#21 765.4 Setting up libxpm4:riscv64 (1:3.5.17-1build2) ...
#21 765.5 Setting up cpp-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 765.6 Setting up libcurl4t64:riscv64 (8.5.0-2ubuntu10.11) ...
#21 766.0 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...
#21 766.1 Setting up libalgorithm-diff-perl (1.201-1) ...
#21 766.3 Setting up openssh-client (1:9.6p1-3ubuntu13.18) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 198.79MB 1098.1s
#6 transferring context: 204.96MB 1103.3s
#6 transferring context: 213.56MB 1108.4s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 772.4 Setting up gpgsm (2.4.4-2ubuntu17.4) ...
#21 772.5 Setting up gcc-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 772.6 Setting up libx11-dev:riscv64 (2:1.8.7-1build1) ...
#21 772.7 Setting up libcurl3t64-gnutls:riscv64 (8.5.0-2ubuntu10.11) ...
#21 773.1 Setting up libxext6:riscv64 (2:1.3.4-1build2) ...
#21 773.4 Setting up dpkg-dev (1.22.6ubuntu6.6) ...
#21 773.9 Setting up gcc-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 774.2 Setting up liberror-perl (0.17029-2) ...
#21 774.4 Setting up dirmngr (2.4.4-2ubuntu17.4) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 219.58MB 1113.4s
#6 transferring context: 224.77MB 1118.5s
#6 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 798.6 0 added, 0 removed; done.
#20 798.6 Running hooks in /etc/ca-certificates/update.d...
#20 798.8 done.
#20 DONE 803.1s
#6 [internal] load build context
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 784.0 Setting up gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 784.1 Setting up keyboxd (2.4.4-2ubuntu17.4) ...
#21 ...
#6 [internal] load build context
#6 transferring context: 230.38MB 1123.7s
#6 transferring context: 233.21MB 1128.7s
#6 ...
#22 [stage-0 5/13] RUN git config --global user.email "docker@example.com"
#22 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 794.6 Setting up git (1:2.43.0-1ubuntu7.3) ...
#21 795.9 Setting up xauth (1:1.1.2-1build1) ...
#21 795.9 Setting up cpp (4:13.2.0-7ubuntu1) ...
#21 796.2 Setting up gnupg (2.4.4-2ubuntu17.4) ...
#21 796.6 Setting up g++-13-riscv64-linux-gnu (13.3.0-6ubuntu2~24.04.1) ...
#21 796.6 Setting up curl (8.5.0-2ubuntu10.11) ...
#21 796.7 Setting up libalgorithm-diff-xs-perl:riscv64 (0.04-8build3) ...
#21 796.7 Setting up libalgorithm-merge-perl (0.08-5) ...
#21 796.9 Setting up g++-13 (13.3.0-6ubuntu2~24.04.1) ...
#21 797.0 Setting up gpg-wks-client (2.4.4-2ubuntu17.4) ...
#21 797.1 Setting up gcc (4:13.2.0-7ubuntu1) ...
#21 797.6 Setting up g++-riscv64-linux-gnu (4:13.2.0-7ubuntu1) ...
#21 797.6 Setting up g++ (4:13.2.0-7ubuntu1) ...
#21 797.8 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#21 797.8 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 797.9 Setting up build-essential (12.10ubuntu1) ...
#21 798.1 Setting up libheif1:riscv64 (1.17.6-1ubuntu4.6) ...
#21 798.1 Setting up libgd3:riscv64 (2.3.3-9ubuntu5) ...
#21 798.3 Setting up libc-devtools (2.39-0ubuntu8.7) ...
#21 798.4 Setting up libheif-plugin-aomdec:riscv64 (1.17.6-1ubuntu4.6) ...
#21 798.6 Setting up libheif-plugin-aomenc:riscv64 (1.17.6-1ubuntu4.6) ...
#21 798.8 Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
#21 801.0 Processing triggers for ca-certificates (20260601~24.04.1) ...
#21 801.5 Updating certificates in /etc/ssl/certs...
#21 ...
#6 [internal] load build context
#6 transferring context: 239.08MB 1133.8s
#6 transferring context: 244.73MB 1138.9s
#6 transferring context: 248.00MB 1144.0s
#6 transferring context: 248.03MB 1149.0s
#6 ...
#22 [stage-0 5/13] RUN git config --global user.email "docker@example.com"
#22 DONE 34.3s
#6 [internal] load build context
#6 transferring context: 248.07MB 1154.3s
#6 transferring context: 248.08MB 1159.5s
#6 ...
#23 [stage-0 6/13] RUN git config --global user.name "Docker"
#23 ...
#6 [internal] load build context
#6 transferring context: 248.09MB 1164.7s
#6 transferring context: 248.10MB 1169.8s
#6 transferring context: 248.12MB 1174.8s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 848.6 0 added, 0 removed; done.
#21 848.6 Running hooks in /etc/ca-certificates/update.d...
#21 848.6 done.
#21 ...
#6 [internal] load build context
#6 transferring context: 248.13MB 1180.9s
#6 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 DONE 854.6s
#6 [internal] load build context
#6 transferring context: 248.14MB 1186.0s
#6 ...
#23 [stage-0 6/13] RUN git config --global user.name "Docker"
#23 DONE 33.7s
#6 [internal] load build context
#6 transferring context: 248.15MB 1191.1s
#6 transferring context: 248.17MB 1196.2s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 ...
#6 [internal] load build context
#6 transferring context: 248.20MB 1201.3s
#6 transferring context: 248.23MB 1206.5s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 19.07 Cloning into '/tmp/opam'...
#24 ...
#6 [internal] load build context
#6 transferring context: 248.27MB 1212.3s
#6 transferring context: 248.30MB 1217.3s
#6 transferring context: 248.33MB 1222.3s
#6 transferring context: 248.37MB 1227.4s
#6 transferring context: 248.42MB 1232.6s
#6 transferring context: 248.45MB 1237.7s
#6 transferring context: 248.48MB 1242.8s
#6 transferring context: 248.51MB 1247.8s
#6 transferring context: 248.53MB 1253.2s
#6 transferring context: 248.57MB 1258.4s
#6 transferring context: 248.62MB 1263.6s
#6 transferring context: 248.67MB 1268.6s
#6 transferring context: 248.70MB 1273.7s
#6 transferring context: 248.75MB 1278.8s
#6 transferring context: 248.80MB 1283.8s
#6 transferring context: 248.84MB 1288.8s
#6 transferring context: 248.88MB 1293.9s
#6 transferring context: 248.91MB 1298.9s
#6 transferring context: 248.96MB 1304.5s
#6 transferring context: 249.00MB 1309.6s
#6 transferring context: 249.03MB 1314.7s
#6 transferring context: 249.05MB 1319.8s
#6 transferring context: 249.06MB 1324.9s
#6 transferring context: 249.08MB 1329.9s
#6 transferring context: 249.11MB 1335.0s
#6 transferring context: 249.15MB 1340.0s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 154.9 Updating files: 30% (173/568)
Updating files: 31% (177/568)
Updating files: 32% (182/568)
Updating files: 33% (188/568)
Updating files: 34% (194/568)
Updating files: 35% (199/568)
Updating files: 36% (205/568)
Updating files: 37% (211/568)
Updating files: 38% (216/568)
Updating files: 39% (222/568)
Updating files: 40% (228/568)
Updating files: 41% (233/568)
Updating files: 42% (239/568)
Updating files: 43% (245/568)
Updating files: 44% (250/568)
Updating files: 45% (256/568)
Updating files: 46% (262/568)
Updating files: 47% (267/568)
Updating files: 48% (273/568)
Updating files: 49% (279/568)
Updating files: 50% (284/568)
Updating files: 51% (290/568)
Updating files: 52% (296/568)
Updating files: 53% (302/568)
Updating files: 54% (307/568)
Updating files: 55% (313/568)
Updating files: 56% (319/568)
Updating files: 57% (324/568)
Updating files: 58% (330/568)
Updating files: 59% (336/568)
Updating files: 60% (341/568)
Updating files: 61% (347/568)
Updating files: 62% (353/568)
Updating files: 63% (358/568)
Updating files: 63% (363/568)
Updating files: 64% (364/568)
Updating files: 65% (370/568)
Updating files: 66% (375/568)
Updating files: 67% (381/568)
Updating files: 68% (387/568)
Updating files: 69% (392/568)
Updating files: 70% (398/568)
Updating files: 71% (404/568)
Updating files: 72% (409/568)
Updating files: 73% (415/568)
Updating files: 74% (421/568)
Updating files: 75% (426/568)
Updating files: 76% (432/568)
Updating files: 77% (438/568)
Updating files: 78% (444/568)
Updating files: 79% (449/568)
Updating files: 80% (455/568)
Updating files: 81% (461/568)
Updating files: 82% (466/568)
Updating files: 83% (472/568)
Updating files: 84% (478/568)
Updating files: 85% (483/568)
Updating files: 86% (489/568)
Updating files: 87% (495/568)
Updating files: 88% (500/568)
Updating files: 89% (506/568)
Updating files: 90% (512/568)
Updating files: 91% (517/568)
Updating files: 91% (518/568)
Updating files: 92% (523/568)
Updating files: 93% (529/568)
Updating files: 94% (534/568)
Updating files: 95% (540/568)
Updating files: 96% (546/568)
Updating files: 97% (551/568)
Updating files: 98% (557/568)
Updating files: 99% (563/568)
Updating files: 100% (568/568)
Updating files: 100% (568/568), done.
#24 160.8 Note: switching to '979bc4d3150da03cbfb1be0af27cd4db456d6b52'.
#24 160.8
#24 160.8 You are in 'detached HEAD' state. You can look around, make experimental
#24 160.8 changes and commit them, and you can discard any commits you make in this
#24 160.8 state without impacting any branches by switching back to a branch.
#24 160.8
#24 160.8 If you want to create a new branch to retain commits you create, you may
#24 160.8 do so (now or later) by using -c with the switch command. Example:
#24 160.8
#24 160.8 git switch -c <new-branch-name>
#24 160.8
#24 160.8 Or undo this operation with:
#24 160.8
#24 160.8 git switch -
#24 160.8
#24 160.8 Turn off this advice by setting config variable advice.detachedHead to false
#24 160.8
#24 160.8 HEAD is now at e320b4a66 Merge pull request #7046 from kit-ty-kate/rel-2.6.0-alpha1
#24 ...
#6 [internal] load build context
#6 transferring context: 249.22MB 1350.8s
#6 transferring context: 249.27MB 1355.9s
#6 transferring context: 249.33MB 1361.0s
#6 transferring context: 249.36MB 1366.1s
#6 transferring context: 249.40MB 1371.1s
#6 transferring context: 249.44MB 1376.2s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 191.1 configure: Configuring OCaml version 4.14.2
#24 191.5 checking build system type... riscv64-unknown-linux-gnu
#24 194.7 checking host system type... riscv64-unknown-linux-gnu
#24 194.7 checking target system type... riscv64-unknown-linux-gnu
#24 194.8 checking for ld... ld
#24 194.9 checking how to print strings... printf
#24 195.0 checking for gcc... gcc
#24 196.7 checking whether the C compiler works...
#24 ...
#6 [internal] load build context
#6 transferring context: 249.51MB 1385.5s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 196.7 checking whether the C compiler works... yes
#24 199.5 checking for C compiler default output file name... a.out
#24 199.5 checking for suffix of executables...
#24 201.8 checking whether we are cross compiling... no
#24 204.2 checking for suffix of object files...
#24 ...
#6 [internal] load build context
#6 transferring context: 249.58MB 1392.7s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 204.2 checking for suffix of object files... o
#24 205.8 checking whether we are using the GNU C compiler... yes
#24 207.1 checking whether gcc accepts -g... yes
#24 209.1 checking for gcc option to accept ISO C89...
#24 ...
#6 [internal] load build context
#6 transferring context: 249.63MB 1399.4s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 209.1 checking for gcc option to accept ISO C89... none needed
#24 213.6 checking for a sed that does not truncate output... /usr/bin/sed
#24 213.9 checking for grep that handles long lines and -e... /usr/bin/grep
#24 214.0 checking for egrep... /usr/bin/grep -E
#24 214.1 checking for fgrep... /usr/bin/grep -F
#24 214.3 checking for ld used by gcc... ld
#24 214.7 checking if the linker (ld) is GNU ld... yes
#24 215.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#24 215.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#24 217.5 checking whether ln -s works... yes
#24 217.5 checking the maximum length of command line arguments... 1572864
#24 218.0 checking how to convert riscv64-unknown-linux-gnu file names to riscv64-unknown-linux-gnu format... func_convert_file_noop
#24 218.0 checking how to convert riscv64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#24 218.0 checking for ld option to reload object files... -r
#24 218.0 checking for objdump... objdump
#24 218.0 checking how to recognize dependent libraries... pass_all
#24 218.0 checking for dlltool... no
#24 218.1 checking how to associate runtime and link libraries... printf %s\n
#24 218.1 checking for ar... ar
#24 218.1 checking for archiver @FILE support... @
#24 219.5 checking for strip... strip
#24 219.5 checking for ranlib... ranlib
#24 219.5 checking for gawk... no
#24 219.5 checking for mawk... mawk
#24 219.5 checking command to parse /usr/bin/nm -B output from gcc object...
#24 ...
#6 [internal] load build context
#6 transferring context: 249.71MB 1408.7s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 219.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
#24 224.8 checking for sysroot... no
#24 224.8 checking for a working dd... /usr/bin/dd
#24 225.2 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#24 225.8 checking for mt... no
#24 225.8 checking if : is a manifest tool... no
#24 226.0 checking how to run the C preprocessor... gcc -E
#24 ...
#6 [internal] load build context
#6 transferring context: 249.80MB 1417.7s
#6 transferring context: 249.84MB 1423.0s
#6 transferring context: 249.88MB 1428.7s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 231.0 checking for ANSI C header files... yes
#24 241.0 checking for sys/types.h...
#24 ...
#6 [internal] load build context
#6 transferring context: 249.93MB 1433.9s
#6 transferring context: 249.98MB 1438.9s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 241.0 checking for sys/types.h... yes
#24 244.1 checking for sys/stat.h... yes
#24 246.6 checking for stdlib.h... yes
#24 249.3 checking for string.h... yes
#24 251.2 checking for memory.h... yes
#24 253.1 checking for strings.h...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.02MB 1443.9s
#6 transferring context: 250.07MB 1449.0s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 253.1 checking for strings.h... yes
#24 255.2 checking for inttypes.h... yes
#24 257.0 checking for stdint.h... yes
#24 260.0 checking for unistd.h... yes
#24 263.0 checking for dlfcn.h...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.12MB 1454.0s
#6 transferring context: 250.14MB 1459.0s
#6 transferring context: 250.19MB 1464.1s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 263.0 checking for dlfcn.h... yes
#24 266.1 checking for objdir... .libs
#24 269.8 checking if gcc supports -fno-rtti -fno-exceptions... no
#24 271.5 checking for gcc option to produce PIC... -fPIC -DPIC
#24 271.5 checking if gcc PIC flag -fPIC -DPIC works... yes
#24 272.7 checking if gcc static flag -static works...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.25MB 1469.2s
#6 transferring context: 250.28MB 1474.2s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 272.7 checking if gcc static flag -static works... yes
#24 278.1 checking if gcc supports -c -o file.o... yes
#24 280.1 checking if gcc supports -c -o file.o... (cached) yes
#24 280.1 checking whether the gcc linker (ld) supports shared libraries... yes
#24 281.0 checking whether -lc should be explicitly linked in... no
#24 282.5 checking dynamic linker characteristics... GNU/Linux ld.so
#24 285.2 checking how to hardcode library paths into programs... immediate
#24 285.2 checking whether stripping libraries is possible... yes
#24 285.3 checking if libtool supports shared libraries... yes
#24 285.3 checking whether to build shared libraries... yes
#24 285.3 checking whether to build static libraries... yes
#24 285.4 checking C compiler vendor... gcc-13-3
#24 286.1 checking whether host executables can be run in the build... yes
#24 288.0 checking whether #! works in shell scripts...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.33MB 1479.2s
#6 transferring context: 250.38MB 1484.3s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 288.0 checking whether #! works in shell scripts... yes
#24 288.3 checking for flexdll sources... checking for flexlink... no
#24 288.5 checking flexdll.h usability... no
#24 289.7 checking flexdll.h presence... no
#24 290.7 checking for flexdll.h... no
#24 290.8 checking for a BSD-compatible install... /usr/bin/install -c
#24 291.4 checking for cos in -lm... yes
#24 293.6 checking math.h usability... yes
#24 295.4 checking math.h presence... yes
#24 296.4 checking for math.h... yes
#24 296.4 checking for unistd.h... (cached) yes
#24 296.5 checking for stdint.h... (cached) yes
#24 296.5 checking for dirent.h... yes
#24 297.6 checking for sys/select.h...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.42MB 1489.4s
#6 transferring context: 250.49MB 1494.6s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 297.6 checking for sys/select.h... yes
#24 298.6 checking for off_t... yes
#24 301.4 checking size of int... 4
#24 304.8 checking size of long... 8
#24 308.6 checking size of long *...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.54MB 1499.6s
#6 transferring context: 250.60MB 1504.7s
#6 transferring context: 250.66MB 1509.8s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 308.6 checking size of long *... 8
#24 312.0 checking size of short... 2
#24 314.9 checking size of long long... 8
#24 318.1 configure: Target is a 64 bits architecture
#24 318.1 checking whether byte ordering is bigendian... no
#24 322.0 checking alignment of double...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.72MB 1514.8s
#6 transferring context: 250.78MB 1519.8s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 322.0 checking alignment of double... 8
#24 325.5 checking alignment of long... 8
#24 329.2 checking alignment of long long... 8
#24 331.6 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#24 332.3 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#24 333.7 checking for ld... ld
#24 333.8 checking for rlwrap... no
#24 333.8 configure: checking semantics of signal handlers
#24 333.8 checking for sigaction...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.83MB 1524.9s
#6 transferring context: 250.87MB 1530.0s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 333.8 checking for sigaction... yes
#24 336.7 checking for sigprocmask... yes
#24 339.1 configure: POSIX signal handling found.
#24 339.3 checking for expm1... yes
#24 342.6 checking for log1p... yes
#24 346.2 checking for hypot...
#24 ...
#6 [internal] load build context
#6 transferring context: 250.93MB 1535.0s
#6 transferring context: 250.98MB 1540.1s
#6 transferring context: 251.04MB 1545.1s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 346.2 checking for hypot... yes
#24 348.9 checking for fma... yes
#24 351.2 checking for exp2... yes
#24 354.0 checking for log2... yes
#24 357.7 checking for cbrt...
#24 ...
#6 [internal] load build context
#6 transferring context: 251.08MB 1550.2s
#6 transferring context: 251.13MB 1555.2s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 357.7 checking for cbrt... yes
#24 360.4 checking for acosh... yes
#24 362.7 checking for asinh... yes
#24 365.1 checking for atanh... yes
#24 368.2 checking for erf...
#24 ...
#6 [internal] load build context
#6 transferring context: 251.18MB 1560.3s
#6 transferring context: 251.23MB 1565.4s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 368.2 checking for erf... yes
#24 371.5 checking for erfc... yes
#24 374.8 checking for trunc... yes
#24 377.8 checking for round... yes
#24 380.9 checking for copysign...
#24 ...
#6 [internal] load build context
#6 transferring context: 251.30MB 1570.5s
#6 transferring context: 251.35MB 1575.5s
#6 transferring context: 251.41MB 1580.6s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 380.9 checking for copysign... yes
#24 384.3 checking whether round works... yes
#24 387.2 checking whether fma works... yes
#24 390.4 checking for getrusage... yes
#24 392.9 checking for times...
#24 ...
#6 [internal] load build context
#6 transferring context: 251.45MB 1585.7s
#6 transferring context: 251.49MB 1590.7s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 392.9 checking for times... yes
#24 395.6 checking for secure_getenv... yes
#24 398.2 checking for issetugid... no
#24 403.5 checking for library containing clock_gettime... none required
#24 ...
#6 [internal] load build context
#6 transferring context: 251.54MB 1595.8s
#6 transferring context: 251.60MB 1600.8s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 406.0 checking for socket... yes
#24 407.8 checking for socketpair... yes
#24 410.7 checking for bind... yes
#24 413.0 checking for listen... yes
#24 ...
#6 [internal] load build context
#6 transferring context: 251.66MB 1605.9s
#6 transferring context: 251.72MB 1610.9s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 416.6 checking for accept... yes
#24 419.5 checking for connect... yes
#24 421.9 checking for socklen_t... yes
#24 424.6 checking for inet_aton... yes
#24 426.5 checking for struct sockaddr_in6...
#24 ...
#6 [internal] load build context
#6 transferring context: 251.77MB 1616.0s
#6 transferring context: 251.82MB 1621.0s
#6 transferring context: 251.88MB 1626.2s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 426.5 checking for struct sockaddr_in6... yes
#24 429.3 checking for getaddrinfo... yes
#24 431.0 checking for getnameinfo... yes
#24 433.5 checking for inet_pton... yes
#24 436.1 checking for inet_ntop... yes
#24 438.6 checking for rewinddir...
#24 ...
#6 [internal] load build context
#6 transferring context: 251.92MB 1631.4s
#6 transferring context: 251.98MB 1636.4s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 438.6 checking for rewinddir... yes
#24 441.2 checking for lockf... yes
#24 443.8 checking for mkfifo... yes
#24 446.5 checking for getcwd... yes
#24 449.2 checking whether system is declared... yes
#24 450.3 checking for sys/types.h... (cached) yes
#24 450.4 checking utime.h usability...
#24 ...
#6 [internal] load build context
#6 transferring context: 252.02MB 1641.4s
#6 transferring context: 252.10MB 1646.6s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 450.4 checking utime.h usability... yes
#24 451.8 checking utime.h presence... yes
#24 452.4 checking for utime.h... yes
#24 452.4 checking for utime... yes
#24 454.6 checking for utimes... yes
#24 457.0 checking for fchmod... yes
#24 459.7 checking for fchown... yes
#24 461.5 checking for truncate...
#24 ...
#6 [internal] load build context
#6 transferring context: 252.17MB 1651.8s
#6 transferring context: 252.27MB 1656.9s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 461.5 checking for truncate... yes
#24 463.5 checking for ftruncate... yes
#24 465.6 checking for select... yes
#24 468.0 checking for fd_set... yes
#24 470.5 checking for nanosleep... yes
#24 472.6 checking for symlink...
#24 ...
#6 [internal] load build context
#6 transferring context: 252.36MB 1662.1s
#6 transferring context: 252.43MB 1667.4s
#6 transferring context: 253.08MB 1672.4s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 472.6 checking for symlink... yes
#24 475.0 checking for readlink... yes
#24 476.7 checking for lstat... yes
#24 479.2 checking for realpath... yes
#24 481.1 checking for waitpid... yes
#24 483.7 checking for wait4...
#24 ...
#6 [internal] load build context
#6 transferring context: 254.51MB 1677.5s
#6 transferring context: 255.46MB 1682.6s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 483.7 checking for wait4... yes
#24 486.1 checking for getgroups... yes
#24 488.6 checking for setgroups... yes
#24 490.6 checking for initgroups... yes
#24 493.3 checking termios.h usability... yes
#24 494.4 checking termios.h presence... yes
#24 495.4 checking for termios.h... yes
#24 495.4 checking for tcgetattr...
#24 ...
#6 [internal] load build context
#6 transferring context: 256.32MB 1687.7s
#6 transferring context: 256.67MB 1692.8s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 495.4 checking for tcgetattr... yes
#24 496.9 checking for tcsetattr... yes
#24 498.5 checking for tcsendbreak... yes
#24 500.4 checking for tcflush... yes
#24 502.9 checking for tcflow... yes
#24 505.3 checking for setitimer...
#24 ...
#6 [internal] load build context
#6 transferring context: 256.97MB 1697.9s
#6 transferring context: 257.39MB 1703.0s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 505.3 checking for setitimer... yes
#24 507.9 checking for gethostname... yes
#24 510.2 checking sys/utsname.h usability... yes
#24 512.1 checking sys/utsname.h presence... yes
#24 512.7 checking for sys/utsname.h... yes
#24 512.7 checking for uname... yes
#24 514.4 checking for gettimeofday... yes
#24 515.9 checking for mktime... yes
#24 517.5 checking for setsid...
#24 ...
#6 [internal] load build context
#6 transferring context: 257.78MB 1708.0s
#6 transferring context: 258.15MB 1713.1s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 517.5 checking for setsid... yes
#24 519.4 checking for putenv... yes
#24 521.4 checking for setenv... yes
#24 524.0 checking for unsetenv... yes
#24 526.3 checking locale.h usability... yes
#24 528.4 checking locale.h presence... yes
#24 529.1 checking for locale.h... yes
#24 529.1 checking for newlocale...
#24 ...
#6 [internal] load build context
#6 transferring context: 258.76MB 1718.1s
#6 transferring context: 259.34MB 1723.1s
#6 transferring context: 259.46MB 1728.1s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 529.1 checking for newlocale... yes
#24 531.3 checking for freelocale... yes
#24 534.4 checking for uselocale... yes
#24 536.0 checking xlocale.h usability... no
#24 537.3 checking xlocale.h presence... no
#24 538.5 checking for xlocale.h... no
#24 538.5 checking for strtod_l... yes
#24 540.4 checking for dlopen...
#24 ...
#6 [internal] load build context
#6 transferring context: 259.78MB 1733.4s
#6 transferring context: 260.52MB 1738.5s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 540.4 checking for dlopen... yes
#24 542.9 configure: Dynamic loading of shared libraries is supported.
#24 542.9 checking sys/mman.h usability... yes
#24 544.2 checking sys/mman.h presence... yes
#24 545.1 checking for sys/mman.h... yes
#24 545.1 checking for mmap... yes
#24 547.4 checking for munmap... yes
#24 549.2 checking for pwrite... yes
#24 550.8 checking whether the C compiler supports -fdebug-prefix-map... yes
#24 551.7 checking for struct stat.st_atim.tv_nsec... yes
#24 553.0 configure: stat supports nanosecond precision
#24 553.0 checking how many arguments gethostbyname_r() takes...
#24 ...
#6 [internal] load build context
#6 transferring context: 261.34MB 1743.7s
#6 transferring context: 261.74MB 1749.0s
#6 transferring context: 262.04MB 1754.0s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 553.0 checking how many arguments gethostbyname_r() takes... six
#24 555.9 checking how many arguments gethostbyaddr_r() takes... eight
#24 558.8 checking for mkstemp... yes
#24 561.4 checking for nice... yes
#24 563.2 checking for dup3... yes
#24 565.9 checking for pipe2...
#24 ...
#6 [internal] load build context
#6 transferring context: 262.38MB 1759.1s
#6 transferring context: 262.98MB 1764.3s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 565.9 checking for pipe2... yes
#24 567.6 checking for accept4... yes
#24 569.3 checking for getauxval... yes
#24 571.4 checking sys/shm.h usability... yes
#24 573.6 checking sys/shm.h presence... yes
#24 574.6 checking for sys/shm.h... yes
#24 574.6 checking for shmat... yes
#24 577.1 checking for execvpe...
#24 ...
#6 [internal] load build context
#6 transferring context: 263.58MB 1769.3s
#6 transferring context: 263.86MB 1774.5s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 577.1 checking for execvpe... yes
#24 579.4 checking spawn.h usability... yes
#24 580.7 checking spawn.h presence... yes
#24 581.4 checking for spawn.h... yes
#24 581.4 checking for posix_spawn... yes
#24 582.9 checking for posix_spawnp... yes
#24 584.5 checking for ffs... yes
#24 586.7 checking whether _BitScanForward is declared... no
#24 588.2 configure: replay debugger supported
#24 588.2 checking whether stack overflows can be detected... no
#24 588.3 checking whether gcc is Clang... no
#24 589.3 checking whether pthreads work with "-pthread" and "-lpthread"...
#24 ...
#6 [internal] load build context
#6 transferring context: 264.16MB 1779.6s
#6 transferring context: 264.79MB 1784.6s
#6 transferring context: 265.30MB 1789.8s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 589.3 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#24 591.8 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#24 593.7 checking whether more special flags are required for pthreads... no
#24 593.7 checking for PTHREAD_PRIO_INHERIT... yes
#24 595.5 configure: the POSIX threads library is supported
#24 595.5 checking for sigwait... yes
#24 597.7 checking whether the assembler supports --debug-prefix-map... yes
#24 598.3 checking whether the assembler supports CFI directives... yes
#24 599.4 configure: not using frame pointers
#24 599.4 checking whether mmap supports huge pages...
#24 ...
#6 [internal] load build context
#6 transferring context: 265.58MB 1794.8s
#6 transferring context: 266.21MB 1800.0s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 599.4 checking whether mmap supports huge pages... yes
#24 602.3 configure: Disabling function sections.
#24 604.2 configure: creating ./config.status
#24 ...
#6 [internal] load build context
#6 transferring context: 266.79MB 1805.0s
#6 transferring context: 267.02MB 1810.1s
#6 transferring context: 267.36MB 1815.1s
#6 transferring context: 267.91MB 1820.1s
#6 transferring context: 268.51MB 1825.2s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 639.7 config.status: creating Makefile.build_config
#24 640.7 config.status: creating Makefile.config
#24 641.6 config.status: creating stdlib/sys.ml
#24 642.8 config.status: creating manual/src/version.tex
#24 644.0 config.status: creating manual/src/html_processing/src/common.ml
#24 645.1 config.status: creating tools/eventlog_metadata
#24 ...
#6 [internal] load build context
#6 transferring context: 268.97MB 1833.5s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 646.2 config.status: creating runtime/caml/m.h
#24 647.0 config.status: creating runtime/caml/s.h
#24 647.7 config.status: creating runtime/caml/version.h
#24 648.4 config.status: executing libtool commands
#24 651.5 make -j -C runtime sak
#24 651.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 ...
#6 [internal] load build context
#6 transferring context: 269.65MB 1839.8s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 653.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= -o sak.o sak.c
#24 ...
#6 [internal] load build context
#6 transferring context: 270.70MB 1846.8s
#6 transferring context: 270.86MB 1852.0s
#6 transferring context: 271.05MB 1857.0s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 661.5 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o sak sak.o
#24 662.8 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 662.8 make -j coldstart
#24 662.9 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 663.5 make -j -C runtime all
#24 663.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 665.9 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs" > ld.conf
#24 665.9 tr -d '\r' < caml/instruct.h | \
#24 665.9 sed -e '/\/\*/d' \
#24 665.9 -e '/^#/d' \
#24 665.9 -e 's/enum /static char * names_of_/' \
#24 665.9 -e 's/{$/[] = {/' \
#24 665.9 -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
#24 666.0 tr -d '\r' < caml/instruct.h | \
#24 666.0 sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
#24 666.0 -e '/^}/q' > caml/jumptbl.h
#24 666.0 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml" >> ld.conf
#24 666.2 echo '/* This file is generated from ../Makefile.config */' > build_config.h
#24 667.4 echo '#define OCAML_STDLIB_DIR "/tmp/opam/bootstrap/ocaml/lib/ocaml"' >> build_config.h
#24 667.4 cp primitives.new primitives
#24 667.5 echo '#define HOST "riscv64-unknown-linux-gnu"' >> build_config.h
#24 667.5 export LC_ALL=C; \
#24 667.5 (echo '#include "caml/config.h"'; \
#24 667.5 echo 'typedef intnat value;'; \
#24 667.5 echo 'typedef value (*c_primitive)(void);'; \
#24 667.5 echo; \
#24 667.5 sed -e 's/.*/extern value &(void);/' primitives; \
#24 667.5 echo; \
#24 667.5 echo 'c_primitive caml_builtin_cprim[] = {'; \
#24 667.5 sed -e 's/.*/ &,/' primitives; \
#24 667.5 echo ' 0 };'; \
#24 667.5 echo; \
#24 667.5 echo 'char * caml_names_of_builtin_cprim[] = {'; \
#24 667.5 sed -e 's/.*/ "&",/' primitives; \
#24 667.5 echo ' 0 };') > prims.c
#24 667.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= -o interp.b.o interp.c
#24 667.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= -o misc.b.o misc.c
#24 667.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= -o stacks.b.o stacks.c
#24 667.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= -o fix_code.b.o fix_code.c
#24 667.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= -o startup_aux.b.o startup_aux.c
#24 667.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= -o startup_byt.b.o startup_byt.c
#24 667.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= -o freelist.b.o freelist.c
#24 667.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= -o major_gc.b.o major_gc.c
#24 667.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= -o minor_gc.b.o minor_gc.c
#24 668.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= -o memory.b.o memory.c
#24 668.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= -o alloc.b.o alloc.c
#24 668.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= -o roots_byt.b.o roots_byt.c
#24 668.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= -o globroots.b.o globroots.c
#24 668.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= -o fail_byt.b.o fail_byt.c
#24 668.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= -o signals.b.o signals.c
#24 668.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= -o signals_byt.b.o signals_byt.c
#24 668.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= -o printexc.b.o printexc.c
#24 668.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= -o backtrace_byt.b.o backtrace_byt.c
#24 668.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= -o backtrace.b.o backtrace.c
#24 668.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= -o compare.b.o compare.c
#24 669.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= -o ints.b.o ints.c
#24 669.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= -o eventlog.b.o eventlog.c
#24 669.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= -o floats.b.o floats.c
#24 669.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= -o str.b.o str.c
#24 670.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= -o array.b.o array.c
#24 670.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= -o io.b.o io.c
#24 670.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= -o extern.b.o extern.c
#24 670.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= -o intern.b.o intern.c
#24 671.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= -o hash.b.o hash.c
#24 671.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= -o sys.b.o sys.c
#24 671.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= -o meta.b.o meta.c
#24 671.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= -o parsing.b.o parsing.c
#24 ...
#6 [internal] load build context
#6 transferring context: 271.22MB 1862.2s
#6 transferring context: 271.33MB 1867.4s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 671.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= -o gc_ctrl.b.o gc_ctrl.c
#24 671.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= -o md5.b.o md5.c
#24 672.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= -o obj.b.o obj.c
#24 672.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= -o lexing.b.o lexing.c
#24 672.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= -o callback.b.o callback.c
#24 672.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= -o debugger.b.o debugger.c
#24 673.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= -o weak.b.o weak.c
#24 673.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= -o compact.b.o compact.c
#24 673.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= -o finalise.b.o finalise.c
#24 673.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= -o custom.b.o custom.c
#24 673.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= -o dynlink.b.o dynlink.c
#24 674.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= -o afl.b.o afl.c
#24 674.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= -o unix.b.o unix.c
#24 674.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= -o bigarray.b.o bigarray.c
#24 674.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= -o main.b.o main.c
#24 674.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= -o memprof.b.o memprof.c
#24 674.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= -o domain.b.o domain.c
#24 674.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= -o skiplist.b.o skiplist.c
#24 675.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= -o codefrag.b.o codefrag.c
#24 675.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= -DDEBUG -o interp.bd.o interp.c
#24 676.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= -DDEBUG -o misc.bd.o misc.c
#24 676.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= -DDEBUG -o stacks.bd.o stacks.c
#24 677.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= -DDEBUG -o fix_code.bd.o fix_code.c
#24 677.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= -DDEBUG -o startup_aux.bd.o startup_aux.c
#24 677.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= -DDEBUG -o startup_byt.bd.o startup_byt.c
#24 678.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= -DDEBUG -o freelist.bd.o freelist.c
#24 678.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= -DDEBUG -o major_gc.bd.o major_gc.c
#24 678.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= -DDEBUG -o minor_gc.bd.o minor_gc.c
#24 679.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= -DDEBUG -o memory.bd.o memory.c
#24 679.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= -DDEBUG -o alloc.bd.o alloc.c
#24 679.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= -DDEBUG -o roots_byt.bd.o roots_byt.c
#24 679.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= -DDEBUG -o globroots.bd.o globroots.c
#24 679.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= -DDEBUG -o fail_byt.bd.o fail_byt.c
#24 680.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= -DDEBUG -o signals.bd.o signals.c
#24 680.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= -DDEBUG -o signals_byt.bd.o signals_byt.c
#24 681.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= -DDEBUG -o printexc.bd.o printexc.c
#24 681.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= -DDEBUG -o backtrace_byt.bd.o backtrace_byt.c
#24 681.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= -DDEBUG -o backtrace.bd.o backtrace.c
#24 681.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= -DDEBUG -o compare.bd.o compare.c
#24 ...
#6 [internal] load build context
#6 transferring context: 271.93MB 1872.4s
#6 transferring context: 272.71MB 1877.5s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 682.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= -DDEBUG -o ints.bd.o ints.c
#24 683.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= -DDEBUG -o eventlog.bd.o eventlog.c
#24 683.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= -DDEBUG -o floats.bd.o floats.c
#24 684.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= -DDEBUG -o str.bd.o str.c
#24 684.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= -DDEBUG -o array.bd.o array.c
#24 685.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= -DDEBUG -o io.bd.o io.c
#24 685.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= -DDEBUG -o extern.bd.o extern.c
#24 686.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= -DDEBUG -o intern.bd.o intern.c
#24 686.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= -DDEBUG -o hash.bd.o hash.c
#24 687.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= -DDEBUG -o sys.bd.o sys.c
#24 687.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= -DDEBUG -o meta.bd.o meta.c
#24 687.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= -DDEBUG -o parsing.bd.o parsing.c
#24 688.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= -DDEBUG -o gc_ctrl.bd.o gc_ctrl.c
#24 688.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= -DDEBUG -o md5.bd.o md5.c
#24 689.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= -DDEBUG -o obj.bd.o obj.c
#24 689.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= -DDEBUG -o lexing.bd.o lexing.c
#24 690.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= -DDEBUG -o callback.bd.o callback.c
#24 691.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= -DDEBUG -o debugger.bd.o debugger.c
#24 692.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= -DDEBUG -o weak.bd.o weak.c
#24 692.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= -DDEBUG -o compact.bd.o compact.c
#24 ...
#6 [internal] load build context
#6 transferring context: 273.06MB 1882.5s
#6 transferring context: 273.28MB 1887.6s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 693.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= -DDEBUG -o finalise.bd.o finalise.c
#24 694.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= -DDEBUG -o custom.bd.o custom.c
#24 694.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= -DDEBUG -o dynlink.bd.o dynlink.c
#24 694.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= -DDEBUG -o afl.bd.o afl.c
#24 695.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= -DDEBUG -o unix.bd.o unix.c
#24 695.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= -DDEBUG -o bigarray.bd.o bigarray.c
#24 696.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= -DDEBUG -o main.bd.o main.c
#24 696.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= -DDEBUG -o memprof.bd.o memprof.c
#24 697.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= -DDEBUG -o domain.bd.o domain.c
#24 698.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= -DDEBUG -o skiplist.bd.o skiplist.c
#24 698.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= -DDEBUG -o codefrag.bd.o codefrag.c
#24 699.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= -DDEBUG -o instrtrace.bd.o instrtrace.c
#24 700.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= -DCAML_INSTR -o interp.bi.o interp.c
#24 701.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= -DCAML_INSTR -o misc.bi.o misc.c
#24 701.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= -DCAML_INSTR -o stacks.bi.o stacks.c
#24 702.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= -DCAML_INSTR -o fix_code.bi.o fix_code.c
#24 ...
#6 [internal] load build context
#6 transferring context: 273.53MB 1892.7s
#6 transferring context: 273.81MB 1897.9s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 703.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= -DCAML_INSTR -o startup_aux.bi.o startup_aux.c
#24 703.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= -DCAML_INSTR -o startup_byt.bi.o startup_byt.c
#24 704.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= -DCAML_INSTR -o freelist.bi.o freelist.c
#24 705.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= -DCAML_INSTR -o major_gc.bi.o major_gc.c
#24 706.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= -DCAML_INSTR -o minor_gc.bi.o minor_gc.c
#24 706.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= -DCAML_INSTR -o memory.bi.o memory.c
#24 706.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= -DCAML_INSTR -o alloc.bi.o alloc.c
#24 707.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= -DCAML_INSTR -o roots_byt.bi.o roots_byt.c
#24 708.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= -DCAML_INSTR -o globroots.bi.o globroots.c
#24 708.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= -DCAML_INSTR -o fail_byt.bi.o fail_byt.c
#24 709.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= -DCAML_INSTR -o signals.bi.o signals.c
#24 709.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= -DCAML_INSTR -o signals_byt.bi.o signals_byt.c
#24 710.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= -DCAML_INSTR -o printexc.bi.o printexc.c
#24 712.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= -DCAML_INSTR -o backtrace_byt.bi.o backtrace_byt.c
#24 ...
#6 [internal] load build context
#6 transferring context: 274.60MB 1902.9s
#6 transferring context: 274.82MB 1908.2s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 713.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= -DCAML_INSTR -o backtrace.bi.o backtrace.c
#24 715.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= -DCAML_INSTR -o compare.bi.o compare.c
#24 715.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= -DCAML_INSTR -o ints.bi.o ints.c
#24 716.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= -DCAML_INSTR -o eventlog.bi.o eventlog.c
#24 716.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= -DCAML_INSTR -o floats.bi.o floats.c
#24 717.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= -DCAML_INSTR -o str.bi.o str.c
#24 719.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= -DCAML_INSTR -o array.bi.o array.c
#24 720.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= -DCAML_INSTR -o io.bi.o io.c
#24 721.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= -DCAML_INSTR -o extern.bi.o extern.c
#24 722.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= -DCAML_INSTR -o intern.bi.o intern.c
#24 722.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= -DCAML_INSTR -o hash.bi.o hash.c
#24 ...
#6 [internal] load build context
#6 transferring context: 274.99MB 1913.2s
#6 transferring context: 275.11MB 1918.3s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 724.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= -DCAML_INSTR -o sys.bi.o sys.c
#24 725.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= -DCAML_INSTR -o meta.bi.o meta.c
#24 725.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= -DCAML_INSTR -o parsing.bi.o parsing.c
#24 725.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= -DCAML_INSTR -o gc_ctrl.bi.o gc_ctrl.c
#24 725.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= -DCAML_INSTR -o md5.bi.o md5.c
#24 726.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= -DCAML_INSTR -o obj.bi.o obj.c
#24 727.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= -DCAML_INSTR -o lexing.bi.o lexing.c
#24 728.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= -DCAML_INSTR -o callback.bi.o callback.c
#24 728.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= -DCAML_INSTR -o debugger.bi.o debugger.c
#24 728.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= -DCAML_INSTR -o weak.bi.o weak.c
#24 729.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= -DCAML_INSTR -o compact.bi.o compact.c
#24 731.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= -DCAML_INSTR -o finalise.bi.o finalise.c
#24 732.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= -DCAML_INSTR -o custom.bi.o custom.c
#24 733.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= -DCAML_INSTR -o dynlink.bi.o dynlink.c
#24 733.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= -DCAML_INSTR -o afl.bi.o afl.c
#24 ...
#6 [internal] load build context
#6 transferring context: 275.34MB 1923.3s
#6 transferring context: 275.89MB 1928.5s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 734.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= -DCAML_INSTR -o unix.bi.o unix.c
#24 735.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= -DCAML_INSTR -o bigarray.bi.o bigarray.c
#24 735.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= -DCAML_INSTR -o main.bi.o main.c
#24 736.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= -DCAML_INSTR -o memprof.bi.o memprof.c
#24 737.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= -DCAML_INSTR -o domain.bi.o domain.c
#24 738.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= -DCAML_INSTR -o skiplist.bi.o skiplist.c
#24 739.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= -DCAML_INSTR -o codefrag.bi.o codefrag.c
#24 739.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= -o interp.bpic.o interp.c
#24 741.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= -o misc.bpic.o misc.c
#24 741.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= -o stacks.bpic.o stacks.c
#24 743.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= -o fix_code.bpic.o fix_code.c
#24 ...
#6 [internal] load build context
#6 transferring context: 276.58MB 1933.5s
#6 transferring context: 276.83MB 1938.6s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 745.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= -o startup_aux.bpic.o startup_aux.c
#24 745.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= -o startup_byt.bpic.o startup_byt.c
#24 748.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= -o freelist.bpic.o freelist.c
#24 750.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= -o major_gc.bpic.o major_gc.c
#24 751.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= -o minor_gc.bpic.o minor_gc.c
#24 751.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= -o memory.bpic.o memory.c
#24 753.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= -o alloc.bpic.o alloc.c
#24 754.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= -o roots_byt.bpic.o roots_byt.c
#24 754.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= -o globroots.bpic.o globroots.c
#24 ...
#6 [internal] load build context
#6 transferring context: 277.15MB 1943.7s
#6 transferring context: 277.47MB 1949.1s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 755.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= -o fail_byt.bpic.o fail_byt.c
#24 756.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= -o signals.bpic.o signals.c
#24 757.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= -o signals_byt.bpic.o signals_byt.c
#24 758.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= -o printexc.bpic.o printexc.c
#24 759.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= -o backtrace_byt.bpic.o backtrace_byt.c
#24 760.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= -o backtrace.bpic.o backtrace.c
#24 762.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= -o compare.bpic.o compare.c
#24 763.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= -o ints.bpic.o ints.c
#24 763.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= -o eventlog.bpic.o eventlog.c
#24 763.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= -o floats.bpic.o floats.c
#24 763.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= -o str.bpic.o str.c
#24 764.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= -o array.bpic.o array.c
#24 764.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= -o io.bpic.o io.c
#24 764.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= -o extern.bpic.o extern.c
#24 ...
#6 [internal] load build context
#6 transferring context: 277.76MB 1954.1s
#6 transferring context: 278.07MB 1959.2s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 765.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= -o intern.bpic.o intern.c
#24 766.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= -o hash.bpic.o hash.c
#24 767.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= -o sys.bpic.o sys.c
#24 767.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= -o meta.bpic.o meta.c
#24 769.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= -o parsing.bpic.o parsing.c
#24 770.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= -o gc_ctrl.bpic.o gc_ctrl.c
#24 771.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= -o md5.bpic.o md5.c
#24 771.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= -o obj.bpic.o obj.c
#24 772.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= -o lexing.bpic.o lexing.c
#24 773.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= -o callback.bpic.o callback.c
#24 774.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= -o debugger.bpic.o debugger.c
#24 ...
#6 [internal] load build context
#6 transferring context: 278.53MB 1964.2s
#6 transferring context: 279.18MB 1969.3s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 776.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= -o weak.bpic.o weak.c
#24 777.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= -o compact.bpic.o compact.c
#24 778.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= -o finalise.bpic.o finalise.c
#24 780.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= -o custom.bpic.o custom.c
#24 781.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= -o dynlink.bpic.o dynlink.c
#24 782.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= -o afl.bpic.o afl.c
#24 783.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= -o unix.bpic.o unix.c
#24 784.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= -o bigarray.bpic.o bigarray.c
#24 ...
#6 [internal] load build context
#6 transferring context: 279.47MB 1974.4s
#6 transferring context: 279.80MB 1979.4s
#6 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 786.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= -o main.bpic.o main.c
#24 788.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= -o memprof.bpic.o memprof.c
#24 788.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= -o domain.bpic.o domain.c
#24 790.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= -o skiplist.bpic.o skiplist.c
#24 791.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= -o codefrag.bpic.o codefrag.c
#24 791.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= \
#24 791.8 -o prims.o prims.c
#24 ...
#6 [internal] load build context
#6 transferring context: 280.28MB 2037.5s
#6 transferring context: 280.28MB 2037.5s done
#6 DONE 2052.5s
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 1412.0 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 1412.6 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 1412.9 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 1413.1 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 1413.1 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 1413.7 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 1414.0 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 1414.4 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 1417.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 1417.5 make -j -C stdlib \
#24 1417.5 OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
#24 1417.5 CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
#24 1417.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 1418.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 -nopervasives -c camlinternalFormatBasics.mli
#24 1418.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 -nopervasives -c camlinternalAtomic.mli
#24 1418.2 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > camlheader
#24 1418.2 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > target_camlheader
#24 1418.2 echo '#!' | tr -d '\012' > camlheader_ur
#24 1418.2 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > camlheaderd
#24 1418.3 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > target_camlheaderd
#24 1418.3 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > camlheaderi
#24 1418.3 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > target_camlheaderi
#24 1418.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 1422.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.ml
#24 1422.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 -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
#24 1424.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 -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#24 1424.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 1424.9 -o stdlib__Pervasives.cmo -c pervasives.ml
#24 1424.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 1424.9 -o stdlib__Either.cmi -c either.mli
#24 1425.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 1425.0 -o stdlib__Sys.cmi -c sys.mli
#24 1425.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 1425.1 -o stdlib__Nativeint.cmi -c nativeint.mli
#24 1425.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 1425.1 -o stdlib__Int32.cmi -c int32.mli
#24 1425.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 -c camlinternalLazy.mli
#24 1425.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 1425.2 -o stdlib__Bool.cmi -c bool.mli
#24 1425.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 1425.3 -o stdlib__Char.cmi -c char.mli
#24 1425.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 1425.4 -o stdlib__Uchar.cmi -c uchar.mli
#24 1425.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 1425.5 -o stdlib__Int.cmi -c int.mli
#24 1425.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 1425.6 -o stdlib__Unit.cmi -c unit.mli
#24 1425.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 1425.7 -o stdlib__Marshal.cmi -c marshal.mli
#24 1425.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 1425.8 -o stdlib__Int64.cmi -c int64.mli
#24 1425.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 1425.9 -o stdlib__Lexing.cmi -c lexing.mli
#24 1425.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 1425.9 -o stdlib__Stream.cmi -c stream.mli
#24 1426.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 1426.1 -o stdlib__Arg.cmi -c arg.mli
#24 1426.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 1426.2 -o stdlib__Atomic.cmi -c atomic.mli
#24 1426.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 1426.4 -o stdlib__Printexc.cmi -c printexc.mli
#24 1426.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 1426.6 -o stdlib__Fun.cmi -c fun.mli
#24 1426.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 1426.8 -o stdlib__Digest.cmi -c digest.mli
#24 1426.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 -w +A -w -fragile-match \
#24 1426.9 -o stdlib__Scanf.cmi -c scanf.mli
#24 1427.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 1427.1 -o stdlib__Callback.cmi -c callback.mli
#24 1427.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 1427.2 -o stdlib__Filename.cmi -c filename.mli
#24 1427.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 1427.4 -o stdlib__Complex.cmi -c complex.mli
#24 1427.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 1427.6 -o stdlib__In_channel.cmi -c in_channel.mli
#24 1427.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 1427.8 -o stdlib__Out_channel.cmi -c out_channel.mli
#24 1428.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 std_exit.ml
#24 1428.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 1428.2 -o stdlib__Either.cmo -c either.ml
#24 1428.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 1428.4 -o stdlib__Lazy.cmi -c lazy.mli
#24 1428.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 1428.5 -o stdlib__Seq.cmi -c seq.mli
#24 1428.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 1428.7 -o stdlib__Bool.cmo -c bool.ml
#24 1428.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 1428.9 -o stdlib__Char.cmo -c char.ml
#24 1429.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 1429.1 -o stdlib__Int.cmo -c int.ml
#24 1429.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 1429.2 -o stdlib__Unit.cmo -c unit.ml
#24 1429.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 1429.6 -o stdlib__Int32.cmo -c int32.ml
#24 1429.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 1429.7 -o stdlib__Nativeint.cmo -c nativeint.ml
#24 1429.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 1429.9 -o stdlib__Genlex.cmi -c genlex.mli
#24 1430.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 1430.0 -o stdlib__Sys.cmo -c sys.ml
#24 1430.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 1430.2 -o stdlib__Obj.cmi -c obj.mli
#24 1430.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 1430.4 -o stdlib__Uchar.cmo -c uchar.ml
#24 1430.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 1430.7 -o stdlib__Atomic.cmo -c atomic.ml
#24 1431.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 1431.1 -o stdlib__Int64.cmo -c int64.ml
#24 1431.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 1431.3 -o stdlib__Random.cmi -c random.mli
#24 1431.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 1431.6 -o stdlib__Fun.cmo -c fun.ml
#24 1431.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 1431.8 -o stdlib__Gc.cmi -c gc.mli
#24 1432.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 1432.1 -o stdlib__Complex.cmo -c complex.ml
#24 1432.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 1432.2 -o stdlib__Bigarray.cmi -c bigarray.mli
#24 1432.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 1432.5 -o stdlib__Out_channel.cmo -c out_channel.ml
#24 1434.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 1434.3 -o stdlib__Obj.cmo -c obj.ml
#24 1434.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 camlinternalLazy.ml
#24 1434.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 1434.6 -o stdlib__Lazy.cmo -c lazy.ml
#24 1434.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 1434.7 -o stdlib__Parsing.cmi -c parsing.mli
#24 1434.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 1434.9 -o stdlib__Callback.cmo -c callback.ml
#24 1435.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.mli
#24 1435.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 -c camlinternalMod.mli
#24 1435.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 1435.3 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#24 1435.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 1435.4 -o stdlib__ListLabels.cmi -c listLabels.mli
#24 1435.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 1435.6 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#24 1435.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 1435.7 -o stdlib__StringLabels.cmi -c stringLabels.mli
#24 1436.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 1436.2 -o stdlib__Seq.cmo -c seq.ml
#24 1436.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 1436.5 -o stdlib__Option.cmi -c option.mli
#24 1436.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 1436.7 -o stdlib__Result.cmi -c result.mli
#24 1437.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 1437.1 -o stdlib__List.cmi -c list.mli
#24 1437.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 1437.3 -o stdlib__Bytes.cmi -c bytes.mli
#24 1437.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 1437.6 -o stdlib__String.cmi -c string.mli
#24 1437.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 1437.9 -o stdlib__Array.cmi -c array.mli
#24 1438.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 1438.2 -o stdlib__Float.cmi -c float.mli
#24 1438.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 1438.4 -o stdlib__Set.cmi -c set.mli
#24 1438.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 1438.7 -o stdlib__Map.cmi -c map.mli
#24 1438.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 1438.9 -o stdlib__Stack.cmi -c stack.mli
#24 1439.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 1439.3 -o stdlib__Queue.cmi -c queue.mli
#24 1439.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 -w +A \
#24 1439.5 -o stdlib__Buffer.cmi -c buffer.mli
#24 1439.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 1439.9 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#24 1440.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 -no-principal \
#24 1440.4 -o stdlib__Oo.cmi -c oo.mli
#24 1441.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 1441.8 -o stdlib__Option.cmo -c option.ml
#24 1442.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 1442.1 -o stdlib__Result.cmo -c result.ml
#24 1442.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 1442.4 -o stdlib__Queue.cmo -c queue.ml
#24 1443.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 1443.7 -o stdlib__Array.cmo -c array.ml
#24 1443.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 1443.8 -o stdlib__Parsing.cmo -c parsing.ml
#24 1443.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 1443.9 -o stdlib__Oo.cmo -c oo.ml
#24 1444.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 camlinternalMod.ml
#24 1444.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 -nolabels -no-alias-deps \
#24 1444.1 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#24 1444.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 1444.2 -o stdlib__ListLabels.cmo -c listLabels.ml
#24 1444.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 1444.3 -o stdlib__StringLabels.cmo -c stringLabels.ml
#24 1444.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 1444.5 -o stdlib__StdLabels.cmi -c stdLabels.mli
#24 1444.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 1444.6 -o stdlib__Bigarray.cmo -c bigarray.ml
#24 1445.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 1445.2 -o stdlib__List.cmo -c list.ml
#24 1445.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 1445.3 -o stdlib__Bytes.cmo -c bytes.ml
#24 1445.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 1445.4 -o stdlib__String.cmo -c string.ml
#24 1445.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 1445.6 -o stdlib__Marshal.cmo -c marshal.ml
#24 1445.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 1445.7 -o stdlib__Lexing.cmo -c lexing.ml
#24 1445.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 1445.9 -o stdlib__Set.cmo -c set.ml
#24 1446.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 1446.0 -o stdlib__Map.cmo -c map.ml
#24 1446.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 1446.2 -o stdlib__Stack.cmo -c stack.ml
#24 1446.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 1446.4 -o stdlib__Stream.cmo -c stream.ml
#24 1446.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 -w +A \
#24 1446.6 -o stdlib__Buffer.cmo -c buffer.ml
#24 1446.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 -c camlinternalFormat.mli
#24 1446.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 -w +A -w -fragile-match \
#24 1446.9 -o stdlib__Printf.cmi -c printf.mli
#24 1447.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 1447.1 -o stdlib__Digest.cmo -c digest.ml
#24 1447.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 1447.3 -o stdlib__Random.cmo -c random.ml
#24 1447.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 -w +A -w -fragile-match \
#24 1447.5 -o stdlib__Format.cmi -c format.mli
#24 1447.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.ml
#24 1447.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 -nolabels -no-alias-deps \
#24 1447.7 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#24 1447.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 -nolabels -no-alias-deps \
#24 1447.9 -o stdlib__StdLabels.cmo -c stdLabels.ml
#24 1448.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 1448.2 -o stdlib__In_channel.cmo -c in_channel.ml
#24 1448.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 -nolabels -no-alias-deps \
#24 1448.9 -o stdlib__Float.cmo -c float.ml
#24 1449.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 1449.1 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#24 1449.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 1449.3 -o stdlib__Weak.cmi -c weak.mli
#24 1449.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 1449.5 -o stdlib__Genlex.cmo -c genlex.ml
#24 1449.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 1449.8 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#24 1450.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 1450.0 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#24 1453.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 1453.0 -o stdlib__Arg.cmo -c arg.ml
#24 1453.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 1453.2 -o stdlib__Printexc.cmo -c printexc.ml
#24 1453.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 1453.5 -o stdlib__Gc.cmo -c gc.ml
#24 1453.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 1453.8 -o stdlib__Filename.cmo -c filename.ml
#24 1454.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 -w +A -w -fragile-match -c camlinternalFormat.ml
#24 1454.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 -w +A -w -fragile-match \
#24 1454.6 -o stdlib__Printf.cmo -c printf.ml
#24 1454.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 1454.8 -o stdlib__Scanf.cmo -c scanf.ml
#24 1455.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 1455.8 -o stdlib__Weak.cmo -c weak.ml
#24 1460.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 1460.2 -o stdlib__Format.cmo -c format.ml
#24 1468.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 1468.2 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#24 1469.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 1469.6 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#24 1550.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 1551.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 1551.1 cp runtime/ocamlrun boot/ocamlrun
#24 1551.2 cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
#24 1551.3 cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
#24 1551.5 cd boot; ln -sf ../runtime/libcamlrun.a .
#24 1551.6 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 1551.6 make -j opt.opt
#24 1551.7 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 1552.2 make -j checkstack
#24 1552.3 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 1552.6 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 1552.6 -o tools/checkstack.o tools/checkstack.c
#24 1555.1 make -j -C tools checkstack
#24 1555.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 1555.5 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E -o checkstack checkstack.o
#24 1556.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 1556.5 tools/checkstack
#24 1556.5 rm tools/checkstack tools/checkstack.o
#24 1556.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 1556.6 make -j coreall
#24 1556.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 1556.9 make -j -C runtime all
#24 1557.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 1559.8 make[3]: Nothing to be done for 'all'.
#24 1559.8 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 1559.8 cd stdlib; ln -sf ../runtime/libcamlrun.a .
#24 1559.9 make -j ocamlc
#24 1560.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 1560.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.mli
#24 1560.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/longident.mli
#24 1560.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/build_path_prefix_map.mli
#24 1560.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.mli
#24 1560.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/load_path.mli
#24 1560.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/allocated_const.mli
#24 1560.5 make -j -C utils config.ml
#24 1560.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 1560.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 1560.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/profile.mli
#24 1560.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 1560.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/terminfo.mli
#24 1560.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/ccomp.mli
#24 1560.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/targetint.mli
#24 1560.9 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#24 1560.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/int_replace_polymorphic_compare.mli
#24 1561.1 gcc -E -I runtime/caml utils/domainstate.ml.c > utils/domainstate.ml
#24 1561.1 gcc -E -I runtime/caml utils/domainstate.mli.c > utils/domainstate.mli
#24 1561.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 utils/binutils.mli
#24 1561.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/lazy_backtrack.mli
#24 1561.3 cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
#24 1561.4 echo '[@@@ocaml.warning "-67"]' > parsing/camlinternalMenhirLib.mli
#24 1561.6 sed -e 's!%%AFL_INSTRUMENT%%!false!' \
#24 1561.6 -e 's!%%ARCH%%!riscv!' \
#24 1561.6 -e 's!%%ARCMD%%!ar!' \
#24 1561.6 -e 's!%%ASM%%!as!' \
#24 1561.6 -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
#24 1561.6 -e 's!%%BYTECCLIBS%%!-lm -lpthread!' \
#24 1561.6 -e 's!%%CC%%!gcc!' \
#24 1561.6 -e 's!%%CCOMPTYPE%%!cc!' \
#24 1561.6 -e 's!%%OUTPUTOBJ%%!-o !' \
#24 1561.6 -e 's!%%EXT_ASM%%!.s!' \
#24 1561.6 -e 's!%%EXT_DLL%%!.so!' \
#24 1561.6 -e 's!%%EXE%%!!' \
#24 1561.6 -e 's!%%EXT_LIB%%!.a!' \
#24 1561.6 -e 's!%%EXT_OBJ%%!.o!' \
#24 1561.6 -e 's!%%FLAMBDA%%!false!' \
#24 1561.6 -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
#24 1561.6 -e 's!%%WITH_CMM_INVARIANTS%%!false!' \
#24 1561.6 -e 's!%%FLEXLINK_FLAGS%%!!' \
#24 1561.6 -e 's!%%FLEXDLL_DIR%%!!' \
#24 1561.6 -e 's!%%HOST%%!riscv64-unknown-linux-gnu!' \
#24 1561.6 -e 's!%%BINDIR%%!/tmp/opam/bootstrap/ocaml/bin!' \
#24 1561.6 -e 's!%%LIBDIR%%!/tmp/opam/bootstrap/ocaml/lib/ocaml!' \
#24 1561.6 -e 's!%%MKDLL%%!gcc -shared !' \
#24 1561.6 -e 's!%%MKEXE%%!gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E !' \
#24 1561.6 -e 's!%%FLEXLINK_LDFLAGS%%! -link \\"-Wl,-E\\"!' \
#24 1561.6 -e 's!%%FLEXLINK_DLL_LDFLAGS%%!!' \
#24 1561.6 -e 's!%%MKMAINDLL%%!gcc -shared !' \
#24 1561.6 -e 's!%%MODEL%%!riscv64!' \
#24 1561.6 -e 's!%%NATIVECCLIBS%%!-lm !' \
#24 1561.6 -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#24 1561.6 -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#24 1561.6 -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#24 1561.6 -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#24 1561.6 -e 's!%%PACKLD%%!ld -r -o !' \
#24 1561.6 -e 's!%%PROFINFO_WIDTH%%!0!' \
#24 1561.6 -e 's!%%RPATH%%!-Wl,-rpath,!' \
#24 1561.6 -e 's!%%MKSHAREDLIBRPATH%%!-Wl,-rpath,!' \
#24 1561.6 -e 's!%%FORCE_SAFE_STRING%%!true!' \
#24 1561.6 -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
#24 1561.6 -e 's!%%WINDOWS_UNICODE%%!0!' \
#24 1561.6 -e 's!%%NAKED_POINTERS%%!true!' \
#24 1561.6 -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
#24 1561.6 -e 's!%%SYSTEM%%!linux!' \
#24 1561.6 -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
#24 1561.6 -e 's!%%TARGET%%!riscv64-unknown-linux-gnu!' \
#24 1561.6 -e 's!%%WITH_FRAME_POINTERS%%!false!' \
#24 1561.6 -e 's!%%WITH_PROFINFO%%!false!' \
#24 1561.6 -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
#24 1561.6 -e 's!%%FUNCTION_SECTIONS%%!false!' \
#24 1561.6 -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
#24 1561.6 -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!true!' \
#24 1561.6 config.mlp > config.ml
#24 1561.6 ./boot/ocamlrun ./boot/ocamllex -q parsing/lexer.mll
#24 1563.3 cat boot/menhir/menhirLib.mli >> parsing/camlinternalMenhirLib.mli
#24 1563.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/switch.mli
#24 1563.7 lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml
#24 1563.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/runtimedef.mli
#24 1564.0 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#24 1564.2 make -j -C tools make_opcodes
#24 1564.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 bytecomp/bytesections.mli
#24 1564.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/dll.mli
#24 1564.6 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 1564.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 driver/main_args.mli
#24 1564.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/makedepend.mli
#24 1565.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 bytecomp/bytelibrarian.mli
#24 1565.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.mli
#24 1565.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 driver/maindriver.mli
#24 1565.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/misc.mli
#24 1565.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/build_path_prefix_map.ml -I utils
#24 1566.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/local_store.ml -I utils
#24 1566.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 utils/domainstate.mli
#24 1566.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 parsing/camlinternalMenhirLib.mli
#24 1567.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 1567.7 ../boot/ocamlrun ../boot/ocamllex -q make_opcodes.mll
#24 1567.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.mli
#24 1568.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/terminfo.ml -I utils
#24 1568.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 utils/lazy_backtrack.ml -I utils
#24 1568.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 1568.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/int_replace_polymorphic_compare.ml -I utils
#24 1569.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 1570.0 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
#24 1570.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/bytesections.ml -I bytecomp
#24 1570.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.ml -I lambda
#24 1571.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/runtimedef.ml -I lambda
#24 1571.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/main.ml -I driver
#24 1572.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 utils/domainstate.ml -I utils
#24 1577.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/asttypes.mli
#24 1577.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/annot.mli
#24 1577.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 parsing/syntaxerr.mli
#24 1577.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/errors.ml -I driver
#24 1579.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/syntaxerr.ml -I parsing
#24 1580.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 parsing/parsetree.mli
#24 1582.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/cmxs_format.mli
#24 1582.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 utils/misc.ml -I utils
#24 1582.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 utils/clflags.mli
#24 1582.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 utils/profile.ml -I utils
#24 1582.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/load_path.ml -I utils
#24 1582.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/warnings.ml -I utils
#24 1582.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/consistbl.mli
#24 1582.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/targetint.ml -I utils
#24 1582.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/diffing.mli
#24 1582.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/longident.ml -I parsing
#24 1582.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 1585.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 1585.1 ./runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
#24 1585.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli
#24 1586.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/camlinternalMenhirLib.ml -I parsing
#24 1587.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.mli
#24 1587.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/linkage_name.mli
#24 1587.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/tag.mli
#24 1587.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.mli
#24 1587.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/numbers.mli
#24 1587.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/identifiable.ml -I utils
#24 1587.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/strongly_connected_components.mli
#24 1588.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/consistbl.ml -I utils
#24 1589.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 1589.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 utils/diffing_with_keys.mli
#24 1591.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/ccomp.ml -I utils
#24 1591.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/location.ml -I parsing
#24 1591.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/compenv.mli
#24 1593.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/opcodes.mli
#24 1595.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/type_immediacy.mli
#24 1595.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 parsing/docstrings.mli
#24 1595.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 1595.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 1595.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 1595.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_mapper.mli
#24 1595.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_iterator.mli
#24 1595.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/attr_helper.mli
#24 1595.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/builtin_attributes.mli
#24 1595.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/ast_invariants.mli
#24 1595.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/depend.mli
#24 1595.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.mli
#24 1596.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/diffing_with_keys.ml -I utils
#24 1597.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/compenv.ml -I driver
#24 1597.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 1601.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.ml -I bytecomp
#24 1602.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/outcometree.mli
#24 1604.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/attr_helper.ml -I parsing
#24 1604.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/docstrings.ml -I parsing
#24 1604.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_helper.mli
#24 1604.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.ml -I parsing
#24 1604.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/type_immediacy.ml -I typing
#24 1604.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/printast.ml -I parsing
#24 1606.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/pparse.ml -I driver
#24 1606.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/depend.ml -I parsing
#24 1606.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 1606.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/clflags.ml -I utils
#24 1606.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/strongly_connected_components.ml -I utils
#24 1607.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_iterator.ml -I parsing
#24 1607.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_invariants.ml -I parsing
#24 1607.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 1607.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 1607.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 1607.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/ident.ml -I typing
#24 1612.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.mli
#24 1612.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/oprint.mli
#24 1615.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 1618.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/shape.mli
#24 1618.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/backend_var.mli
#24 1618.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/path.ml -I typing
#24 1619.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/oprint.ml -I typing
#24 1620.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/base_types/set_of_closures_id.mli
#24 1620.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/base_types/export_id.mli
#24 1622.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 1625.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/ast_helper.ml -I parsing
#24 1625.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/pprintast.ml -I parsing
#24 1625.7 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.ml > parsing/parser.ml
#24 1625.7 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.mli > parsing/parser.mli
#24 1625.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_mapper.ml -I parsing
#24 1626.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/parser.mli
#24 1633.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/set_of_closures_origin.mli
#24 1638.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/types.mli
#24 1638.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/shape.ml -I typing
#24 1639.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/parser.ml -I parsing
#24 1639.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/lexer.mli
#24 1646.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 parsing/lexer.ml -I parsing
#24 1646.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 parsing/parse.ml -I parsing
#24 1646.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/makedepend.ml -I driver
#24 1656.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/subst.mli
#24 1656.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/cmi_format.mli
#24 1656.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/types.ml -I typing
#24 1656.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/btype.mli
#24 1656.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/predef.mli
#24 1656.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/datarepr.mli
#24 1656.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/errortrace.mli
#24 1656.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/signature_group.mli
#24 1662.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.ml -I file_formats
#24 1662.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/persistent_env.mli
#24 1664.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/env.mli
#24 1666.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/errortrace.ml -I typing
#24 1670.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/btype.ml -I typing
#24 1670.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/subst.ml -I typing
#24 1670.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/predef.ml -I typing
#24 1670.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/datarepr.ml -I typing
#24 1670.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/signature_group.ml -I typing
#24 1674.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/persistent_env.ml -I typing
#24 1677.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/lambda.mli
#24 1677.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/env.ml -I typing
#24 1677.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 1677.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 1677.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/printtyp.mli
#24 1677.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 1677.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/envaux.mli
#24 1677.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_properties.mli
#24 1677.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_unboxed.mli
#24 1677.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/compmisc.mli
#24 1678.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/bytepackager.mli
#24 1689.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_properties.ml -I typing
#24 1690.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_immediacy.mli
#24 1690.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_separability.mli
#24 1693.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/envaux.ml -I typing
#24 1697.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/ctype.ml -I typing
#24 1697.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/printtyp.ml -I typing
#24 1697.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/includeclass.mli
#24 1697.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/mtype.ml -I typing
#24 1697.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/typedecl_unboxed.ml -I typing
#24 1698.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 1699.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/cmo_format.mli
#24 1699.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/internal_variable_names.mli
#24 1699.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/clambda_primitives.mli
#24 1699.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/lambda.ml -I lambda
#24 1699.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/printlambda.mli
#24 1699.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/translobj.mli
#24 1699.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/tmc.mli
#24 1699.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/simplif.mli
#24 1699.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.mli
#24 1701.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/typedecl_separability.ml -I typing
#24 1707.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.ml -I lambda
#24 1708.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/tmc.ml -I lambda
#24 1708.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/simplif.ml -I lambda
#24 1708.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 bytecomp/symtable.mli
#24 1708.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/translobj.ml -I lambda
#24 1710.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/variable.mli
#24 1711.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/includeclass.ml -I typing
#24 1711.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 1716.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/typedtree.ml -I typing
#24 1716.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/printtyped.mli
#24 1716.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/includecore.mli
#24 1716.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/tast_iterator.mli
#24 1716.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 1716.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 1716.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 1716.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 1716.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 1716.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 1716.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/patterns.mli
#24 1716.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/parmatch.mli
#24 1716.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_variance.mli
#24 1716.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/typeopt.mli
#24 1717.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/rec_check.mli
#24 1717.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/typecore.mli
#24 1717.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/typeclass.mli
#24 1717.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/matching.mli
#24 1717.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.mli
#24 1717.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/translprim.mli
#24 1717.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/translcore.mli
#24 1717.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/translclass.mli
#24 1717.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/translmod.mli
#24 1717.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/meta.mli
#24 1717.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 driver/compile_common.mli
#24 1717.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/instruct.ml -I bytecomp
#24 1718.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/bytegen.mli
#24 1718.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/printinstr.mli
#24 1718.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/emitcode.mli
#24 1718.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 bytecomp/bytelink.mli
#24 1728.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/printinstr.ml -I bytecomp
#24 1728.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/printtyped.ml -I typing
#24 1729.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/stypes.ml -I typing
#24 1729.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 bytecomp/meta.ml -I bytecomp
#24 1729.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/symtable.ml -I bytecomp
#24 1730.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/bytelink.ml -I bytecomp
#24 1730.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 bytecomp/bytelibrarian.ml -I bytecomp
#24 1731.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/printpat.ml -I typing
#24 1733.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/translattribute.ml -I lambda
#24 1733.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 bytecomp/bytegen.ml -I bytecomp
#24 1734.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 bytecomp/emitcode.ml -I bytecomp
#24 1736.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/compile.mli
#24 1736.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/untypeast.ml -I typing
#24 1737.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/patterns.ml -I typing
#24 1737.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/typeopt.ml -I typing
#24 1737.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.ml -I typing
#24 1738.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/tast_mapper.ml -I typing
#24 1739.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/cmt_format.ml -I file_formats
#24 1739.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/typetexp.ml -I typing
#24 1739.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.ml -I lambda
#24 1740.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/translclass.ml -I lambda
#24 1740.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 1740.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/matching.ml -I lambda
#24 1741.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/typedecl_variance.ml -I typing
#24 1742.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/tast_iterator.ml -I typing
#24 1742.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/cmt2annot.ml -I typing
#24 1742.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/parmatch.ml -I typing
#24 1742.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/includecore.ml -I typing
#24 1742.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.mli
#24 1742.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.mli
#24 1746.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/closure_element.mli
#24 1746.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/symbol.mli
#24 1746.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/parameter.mli
#24 1746.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/base_types/mutable_variable.mli
#24 1746.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/translcore.ml -I lambda
#24 1749.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 1750.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/maindriver.ml -I driver
#24 1768.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.ml -I typing
#24 1768.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 1768.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/typeclass.ml -I typing
#24 1772.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.mli
#24 1772.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/closure_id.mli
#24 1777.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 1777.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 1777.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/typemod.mli
#24 1786.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/includemod_errorprinter.ml -I typing
#24 1795.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/projection.mli
#24 1795.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/closure_origin.mli
#24 1799.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/typemod.ml -I typing
#24 1799.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/compmisc.ml -I driver
#24 1799.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/compile_common.ml -I driver
#24 1799.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/bytepackager.ml -I bytecomp
#24 1819.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.mli
#24 1851.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/freshening.mli
#24 1861.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/simple_value_approx.mli
#24 1874.2 ./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 1883.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.mli
#24 1901.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/cmx_format.mli
#24 2156.5 ./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 2158.5 ./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 2179.7 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 2179.8 make -j ocamllex ocamltools library
#24 2179.8 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 2180.3 make -j -C yacc all
#24 2180.3 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 2180.5 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 2180.5 -o closure.o closure.c
#24 2180.5 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 2180.5 -o error.o error.c
#24 2180.6 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 2180.6 -o lalr.o lalr.c
#24 2180.6 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 2180.6 -o lr0.o lr0.c
#24 2180.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/backend_intf.mli
#24 2180.6 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 2180.6 -o main.o main.c
#24 2180.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_cost.mli
#24 2180.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 2180.7 -o mkpar.o mkpar.c
#24 2180.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/internal_variable_names.ml -I middle_end
#24 2180.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/linkage_name.ml -I middle_end
#24 2180.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/compilation_unit.ml -I middle_end
#24 2180.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 2180.7 -o output.o output.c
#24 2180.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/variable.ml -I middle_end
#24 2180.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 2180.8 -o reader.o reader.c
#24 2180.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/base_types/closure_element.ml -I middle_end/flambda/base_types
#24 2180.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/base_types/closure_id.ml -I middle_end/flambda/base_types
#24 2180.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 2180.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 2180.9 -o skeleton.o skeleton.c
#24 2180.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/backend_var.ml -I middle_end
#24 2181.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 2181.0 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 2181.0 -o symtab.o symtab.c
#24 2181.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 2181.0 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 2181.0 -o verbose.o verbose.c
#24 2181.1 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 2181.1 -o warshall.o warshall.c
#24 2181.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/clambda.ml -I middle_end
#24 2181.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/printclambda.mli
#24 2181.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/semantics_of_primitives.mli
#24 2181.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/convert_primitives.mli
#24 2181.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/base_types/id_types.mli
#24 2181.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/tag.ml -I middle_end/flambda/base_types
#24 2181.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/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#24 2181.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/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#24 2181.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.ml -I middle_end/flambda/base_types
#24 2181.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/var_within_closure.ml -I middle_end/flambda/base_types
#24 2182.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/static_exception.ml -I middle_end/flambda/base_types
#24 2182.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.mli
#24 2182.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/allocated_const.ml -I middle_end/flambda
#24 2182.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 2182.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 2182.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_iterators.mli
#24 2182.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/flambda_utils.mli
#24 2182.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/effect_analysis.mli
#24 2183.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/export_info.ml -I middle_end/flambda
#24 2183.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.mli
#24 2183.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/compilenv.mli
#24 2183.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/import_approx.mli
#24 2183.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_code.mli
#24 2183.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/closure_conversion_aux.mli
#24 2184.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/initialize_symbol_to_let_symbol.mli
#24 2184.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.mli
#24 2184.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/share_constants.mli
#24 2184.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/remove_unused_closure_vars.mli
#24 2184.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 2185.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/remove_free_vars_equal_to_args.mli
#24 2185.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/ref_to_variables.mli
#24 2185.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/flambda_invariants.mli
#24 2185.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/traverse_for_exported_symbols.mli
#24 2185.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/closure_offsets.mli
#24 2186.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/un_anf.mli
#24 2186.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 2186.5 make -j -C stdlib all
#24 2187.2 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 2190.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 -nopervasives -c camlinternalFormatBasics.mli
#24 2190.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 -nopervasives -c camlinternalAtomic.mli
#24 2192.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/semantics_of_primitives.ml -I middle_end
#24 2193.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/convert_primitives.ml -I middle_end
#24 2194.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/printclambda_primitives.ml -I middle_end
#24 2194.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/printclambda.ml -I middle_end
#24 2194.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.ml -I middle_end/flambda
#24 2194.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/closure/closure.mli
#24 2194.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/closure/closure_middle_end.mli
#24 2194.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.mli
#24 2194.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_let_to_initialize_symbol.mli
#24 2195.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/find_recursive_functions.mli
#24 2195.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/invariant_params.mli
#24 2195.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/inconstant_idents.mli
#24 2195.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_constants.mli
#24 2195.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_common.mli
#24 2195.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/remove_unused_arguments.mli
#24 2195.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.mli
#24 2195.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/build_export_info.mli
#24 2195.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/flambda_middle_end.mli
#24 2196.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.mli
#24 2196.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/simplify_boxed_integer_ops_intf.mli
#24 2196.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/base_types/id_types.ml -I middle_end/flambda/base_types
#24 2196.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/base_types/export_id.ml -I middle_end/flambda/base_types
#24 2196.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/set_of_closures_id.ml -I middle_end/flambda/base_types
#24 2197.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/pass_wrapper.ml -I middle_end/flambda
#24 2197.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 2197.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/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#24 2198.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/remove_unused_program_constructs.ml -I middle_end/flambda
#24 2200.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 2202.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_iterators.ml -I middle_end/flambda
#24 2202.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_cost.ml -I middle_end/flambda
#24 2203.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/export_info_for_pack.ml -I middle_end/flambda
#24 2203.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/lift_code.ml -I middle_end/flambda
#24 2203.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_aux.ml -I middle_end/flambda
#24 2203.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.ml -I middle_end/flambda
#24 2204.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/ref_to_variables.ml -I middle_end/flambda
#24 2204.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_invariants.ml -I middle_end/flambda
#24 2204.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/un_anf.ml -I middle_end/flambda
#24 2211.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/compilenv.ml -I middle_end
#24 2211.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/closure/closure.ml -I middle_end/closure
#24 2211.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/import_approx.ml -I middle_end/flambda
#24 2213.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/alias_analysis.ml -I middle_end/flambda
#24 2214.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_utils.ml -I middle_end/flambda
#24 2214.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/freshening.ml -I middle_end/flambda
#24 2214.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/simple_value_approx.ml -I middle_end/flambda
#24 2214.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.ml -I middle_end/flambda
#24 2214.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/inconstant_idents.ml -I middle_end/flambda
#24 2214.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 2215.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 2215.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/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#24 2215.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/closure_offsets.ml -I middle_end/flambda
#24 2215.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_to_clambda.ml -I middle_end/flambda
#24 2215.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.ml -I middle_end/flambda
#24 2216.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/closure_conversion.ml -I middle_end/flambda
#24 2217.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/inline_and_simplify_aux.mli
#24 2217.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/inlining_stats_types.ml -I middle_end/flambda
#24 2217.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/inlining_stats.mli
#24 2217.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/invariant_params.ml -I middle_end/flambda
#24 2217.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/remove_unused_arguments.ml -I middle_end/flambda
#24 2217.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/simplify_boxed_integer_ops.mli
#24 2217.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/traverse_for_exported_symbols.ml -I middle_end/flambda
#24 2218.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/closure/closure_middle_end.ml -I middle_end/closure
#24 2218.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_common.ml -I middle_end/flambda
#24 2231.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.ml -I middle_end/flambda
#24 2240.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/simplify_boxed_integer_ops.ml -I middle_end/flambda
#24 2240.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_primitives.ml -I middle_end/flambda
#24 2250.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_decision_intf.mli
#24 2250.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/inline_and_simplify_aux.ml -I middle_end/flambda
#24 2250.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/extract_projections.mli
#24 2250.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/augment_specialised_args.mli
#24 2250.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/unbox_free_vars_of_closures.mli
#24 2250.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/unbox_specialised_args.mli
#24 2250.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/unbox_closures.mli
#24 2250.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/inline_and_simplify.mli
#24 2250.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 2253.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 -c camlinternalFormatBasics.ml
#24 2253.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 -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
#24 2265.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/augment_specialised_args.ml -I middle_end/flambda
#24 2265.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/unbox_closures.ml -I middle_end/flambda
#24 2265.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 2265.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_free_vars_of_closures.ml -I middle_end/flambda
#24 2265.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_specialised_args.ml -I middle_end/flambda
#24 2266.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_middle_end.ml -I middle_end/flambda
#24 2266.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/inlining_transforms.mli
#24 2267.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_decision.mli
#24 2276.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 -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#24 2276.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 2276.7 -o stdlib__Pervasives.cmo -c pervasives.ml
#24 2276.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 2276.9 -o stdlib__Either.cmi -c either.mli
#24 2277.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 2277.2 -o stdlib__Sys.cmi -c sys.mli
#24 2277.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 2277.6 -o stdlib__Nativeint.cmi -c nativeint.mli
#24 2277.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 2277.9 -o stdlib__Int32.cmi -c int32.mli
#24 2278.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 camlinternalLazy.mli
#24 2278.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 2278.6 -o stdlib__Bool.cmi -c bool.mli
#24 2278.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/inline_and_simplify.ml -I middle_end/flambda
#24 2278.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 2278.9 -o stdlib__Char.cmi -c char.mli
#24 2279.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 2279.2 -o stdlib__Uchar.cmi -c uchar.mli
#24 2279.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 2279.5 -o stdlib__Int.cmi -c int.mli
#24 2279.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 2279.7 -o stdlib__Unit.cmi -c unit.mli
#24 2280.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 2280.1 -o stdlib__Marshal.cmi -c marshal.mli
#24 2280.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 2280.4 -o stdlib__Int64.cmi -c int64.mli
#24 2280.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 2280.8 -o stdlib__Lexing.cmi -c lexing.mli
#24 2281.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 2281.1 -o stdlib__Stream.cmi -c stream.mli
#24 2281.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 2281.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 2281.5 -o stdlib__Arg.cmi -c arg.mli
#24 2281.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 2281.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 2281.9 -o stdlib__Atomic.cmi -c atomic.mli
#24 2282.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 2282.3 -o stdlib__Printexc.cmi -c printexc.mli
#24 2282.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 2282.7 -o stdlib__Fun.cmi -c fun.mli
#24 2283.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 2283.2 -o stdlib__Digest.cmi -c digest.mli
#24 2283.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 -w +A -w -fragile-match \
#24 2283.5 -o stdlib__Scanf.cmi -c scanf.mli
#24 2283.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 2283.8 -o stdlib__Callback.cmi -c callback.mli
#24 2284.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 2284.2 -o stdlib__Filename.cmi -c filename.mli
#24 2284.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 2284.4 -o stdlib__Complex.cmi -c complex.mli
#24 2284.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 2284.9 -o stdlib__In_channel.cmi -c in_channel.mli
#24 2285.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 2285.0 -o stdlib__Out_channel.cmi -c out_channel.mli
#24 2285.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 -c std_exit.ml
#24 2286.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 2286.1 -o stdlib__Either.cmo -c either.ml
#24 2286.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 2286.5 -o stdlib__Lazy.cmi -c lazy.mli
#24 2286.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 2286.8 -o stdlib__Seq.cmi -c seq.mli
#24 2287.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 2287.1 -o stdlib__Bool.cmo -c bool.ml
#24 2287.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 2287.5 -o stdlib__Char.cmo -c char.ml
#24 2287.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 2287.7 -o stdlib__Unit.cmo -c unit.ml
#24 2288.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 2288.3 -o stdlib__Obj.cmi -c obj.mli
#24 2288.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 2288.8 -o stdlib__Uchar.cmo -c uchar.ml
#24 2289.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 2289.2 -o stdlib__Int.cmo -c int.ml
#24 2289.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 2289.5 -o stdlib__Int32.cmo -c int32.ml
#24 2289.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 2289.9 -o stdlib__Nativeint.cmo -c nativeint.ml
#24 2290.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 2290.4 -o stdlib__Atomic.cmo -c atomic.ml
#24 2290.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 2290.7 -o stdlib__Random.cmi -c random.mli
#24 2290.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 2290.9 -o stdlib__Genlex.cmi -c genlex.mli
#24 2291.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 2291.3 -o stdlib__Sys.cmo -c sys.ml
#24 2291.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 2291.6 -o stdlib__Int64.cmo -c int64.ml
#24 2293.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 2293.3 -o stdlib__Fun.cmo -c fun.ml
#24 2293.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 2293.7 -o stdlib__Gc.cmi -c gc.mli
#24 2294.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 2294.1 -o stdlib__Complex.cmo -c complex.ml
#24 2294.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 2294.4 -o stdlib__Bigarray.cmi -c bigarray.mli
#24 2295.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 2295.1 -o stdlib__Out_channel.cmo -c out_channel.ml
#24 2299.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 2299.3 -o stdlib__Obj.cmo -c obj.ml
#24 2299.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 -c camlinternalLazy.ml
#24 2300.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 2300.0 -o stdlib__Lazy.cmo -c lazy.ml
#24 2300.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 2300.3 -o stdlib__Parsing.cmi -c parsing.mli
#24 2300.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 2300.7 -o stdlib__Callback.cmo -c callback.ml
#24 2301.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 -c camlinternalOO.mli
#24 2301.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 camlinternalMod.mli
#24 2301.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 2301.6 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#24 2301.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 2301.9 -o stdlib__ListLabels.cmi -c listLabels.mli
#24 2302.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 2302.3 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#24 2302.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 2302.6 -o stdlib__StringLabels.cmi -c stringLabels.mli
#24 2303.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 2303.4 -o stdlib__Seq.cmo -c seq.ml
#24 2303.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 2303.7 -o stdlib__Option.cmi -c option.mli
#24 2304.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 2304.1 -o stdlib__Result.cmi -c result.mli
#24 2304.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 2304.3 -o stdlib__List.cmi -c list.mli
#24 2304.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 2304.6 -o stdlib__Bytes.cmi -c bytes.mli
#24 2305.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 2305.0 -o stdlib__String.cmi -c string.mli
#24 2305.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 2305.3 -o stdlib__Array.cmi -c array.mli
#24 2305.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 2305.8 -o stdlib__Float.cmi -c float.mli
#24 2306.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 2306.3 -o stdlib__Set.cmi -c set.mli
#24 2306.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 2306.6 -o stdlib__Map.cmi -c map.mli
#24 2307.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 2307.0 -o stdlib__Stack.cmi -c stack.mli
#24 2307.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 2307.5 -o stdlib__Queue.cmi -c queue.mli
#24 2307.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 \
#24 2307.8 -o stdlib__Buffer.cmi -c buffer.mli
#24 2308.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 2308.2 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#24 2310.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 2310.7 -o stdlib__Oo.cmi -c oo.mli
#24 2313.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 2313.6 -o stdlib__Result.cmo -c result.ml
#24 2314.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 2314.1 -o stdlib__Option.cmo -c option.ml
#24 2314.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 2314.6 -o stdlib__Queue.cmo -c queue.ml
#24 2316.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 2316.7 -o stdlib__StdLabels.cmi -c stdLabels.mli
#24 2317.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 -c camlinternalFormat.mli
#24 2317.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 2317.6 -o stdlib__Printf.cmi -c printf.mli
#24 2318.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 2318.0 -o stdlib__Format.cmi -c format.mli
#24 2318.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 2318.4 -o stdlib__Oo.cmo -c oo.ml
#24 2318.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 -c camlinternalMod.ml
#24 2319.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 2319.2 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#24 2319.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 2319.6 -o stdlib__ListLabels.cmo -c listLabels.ml
#24 2320.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 2320.0 -o stdlib__StringLabels.cmo -c stringLabels.ml
#24 2320.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 2320.6 -o stdlib__Bigarray.cmo -c bigarray.ml
#24 2320.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 2320.9 -o stdlib__In_channel.cmo -c in_channel.ml
#24 2323.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 2323.0 -o stdlib__List.cmo -c list.ml
#24 2323.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 2323.5 -o stdlib__Bytes.cmo -c bytes.ml
#24 2323.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 2323.8 -o stdlib__String.cmo -c string.ml
#24 2324.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 2324.3 -o stdlib__Marshal.cmo -c marshal.ml
#24 2324.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 2324.6 -o stdlib__Array.cmo -c array.ml
#24 2325.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 2325.0 -o stdlib__Lexing.cmo -c lexing.ml
#24 2325.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 2325.4 -o stdlib__Parsing.cmo -c parsing.ml
#24 2325.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 2325.8 -o stdlib__Set.cmo -c set.ml
#24 2326.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 2326.2 -o stdlib__Map.cmo -c map.ml
#24 2326.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 2326.9 -o stdlib__Stack.cmo -c stack.ml
#24 2327.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 2327.4 -o stdlib__Stream.cmo -c stream.ml
#24 2327.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 \
#24 2327.6 -o stdlib__Buffer.cmo -c buffer.ml
#24 2327.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 2327.9 -o stdlib__Digest.cmo -c digest.ml
#24 2328.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 2328.4 -o stdlib__Random.cmo -c random.ml
#24 2328.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 2328.5 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#24 2329.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 2329.0 -o stdlib__Weak.cmi -c weak.mli
#24 2329.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 camlinternalOO.ml
#24 2329.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 2329.9 -o stdlib__Genlex.cmo -c genlex.ml
#24 2330.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 2330.2 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#24 2330.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 2330.4 -o stdlib__Filename.cmo -c filename.ml
#24 2330.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 2330.8 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#24 2331.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 2331.1 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#24 2331.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 -nolabels -no-alias-deps \
#24 2331.3 -o stdlib__StdLabels.cmo -c stdLabels.ml
#24 2334.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 2334.0 -o stdlib__Float.cmo -c float.ml
#24 2334.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 -c camlinternalFormat.ml
#24 2334.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 2334.7 -o stdlib__Printf.cmo -c printf.ml
#24 2335.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 2335.1 -o stdlib__Arg.cmo -c arg.ml
#24 2335.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 2335.4 -o stdlib__Printexc.cmo -c printexc.ml
#24 2335.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 2335.8 -o stdlib__Gc.cmo -c gc.ml
#24 2336.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 -w +A -w -fragile-match \
#24 2336.1 -o stdlib__Scanf.cmo -c scanf.ml
#24 2340.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 2340.3 -o stdlib__Format.cmo -c format.ml
#24 2340.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 2340.9 -o stdlib__Weak.cmo -c weak.ml
#24 2358.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 2358.6 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#24 2362.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 2362.9 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#24 2385.0 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 2386.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 2386.3 make -j -C lex all
#24 2386.4 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 2386.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 2386.6 ../yacc/ocamlyacc -v parser.mly
#24 2386.7 ../boot/ocamlrun ../boot/ocamllex -q lexer.mll
#24 2386.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.mli
#24 2387.4 ./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 2388.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 cset.ml
#24 2388.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 syntax.mli
#24 2388.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 table.ml
#24 2388.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 2388.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 2389.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.mli
#24 2389.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 parser.ml
#24 2389.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 lexer.mli
#24 2389.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 lexgen.ml
#24 2389.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 compact.mli
#24 2389.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 common.mli
#24 2391.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.ml
#24 2391.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.ml
#24 2391.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 outputbis.mli
#24 2391.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 compact.ml
#24 2391.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 2392.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 outputbis.ml
#24 2393.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 output.ml
#24 2393.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 main.ml
#24 2401.4 ../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 2402.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 2402.1 make -j -C tools all
#24 2402.2 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 2402.6 ../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 2402.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 2402.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 - ocamlcp.ml
#24 2402.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 - ocamloptp.ml
#24 2403.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 - ocamlmklib.ml
#24 2403.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 - ocamlmktop.ml
#24 2403.1 ../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 2403.2 ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
#24 2403.5 ../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 2403.5 ../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 2403.5 ../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 2403.6 ../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 2403.6 ../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 2404.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 -compat-32 -I .. -o ocamldep ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamldep.cmo
#24 2404.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 - opnames.ml
#24 2406.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 - profiling.ml
#24 2407.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 2407.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 - dumpobj.ml
#24 2407.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 2409.7 ../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 2410.1 ../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 2410.3 ../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 2410.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 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 2416.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 ocamlcmt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamlcmt.cmo
#24 2418.3 ../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 2422.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 ocamlobjinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../compilerlibs/ocamlmiddleend.cma objinfo.cmo
#24 2423.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 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 2428.3 ../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 2450.4 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 2455.1 ../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 2456.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 2456.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 2456.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 2456.1 make -j ocaml
#24 2456.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 2456.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 toplevel/expunge.ml -I toplevel
#24 2456.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 toplevel/genprintval.mli
#24 2456.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 toplevel/trace.mli
#24 2456.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 toplevel/toploop.mli
#24 2456.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 toplevel/topdirs.mli
#24 2456.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 toplevel/topmain.mli
#24 2458.1 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
#24 2458.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/topstart.ml -I toplevel
#24 2458.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 2458.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 2459.2 cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
#24 2460.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
#24 2460.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 toplevel/topeval.mli
#24 2460.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 toplevel/topcommon.ml -I toplevel
#24 2462.6 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
#24 2462.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/toploop.ml -I toplevel
#24 2462.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/topdirs.ml -I toplevel
#24 2462.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/byte/topeval.ml -I toplevel/byte
#24 2462.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 toplevel/byte/trace.ml -I toplevel/byte
#24 2462.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 toplevel/byte/topmain.ml -I toplevel/byte
#24 2475.8 ./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 2476.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 2488.5 ./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 2489.1 rm ocaml.tmp
#24 2489.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 2489.1 make -j opt-core
#24 2489.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 2489.6 make -j -C runtime allopt
#24 2489.7 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 2492.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 2492.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 2492.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 2492.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 fail_nat.n.o fail_nat.c
#24 2492.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 roots_nat.n.o roots_nat.c
#24 2492.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 signals.n.o signals.c
#24 2492.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 signals_nat.n.o signals_nat.c
#24 2492.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 misc.n.o misc.c
#24 2492.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 freelist.n.o freelist.c
#24 2492.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 major_gc.n.o major_gc.c
#24 2492.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 minor_gc.n.o minor_gc.c
#24 2492.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 memory.n.o memory.c
#24 2492.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 alloc.n.o alloc.c
#24 2492.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 compare.n.o compare.c
#24 2492.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 ints.n.o ints.c
#24 2492.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 floats.n.o floats.c
#24 2492.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 str.n.o str.c
#24 2492.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 array.n.o array.c
#24 2492.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 io.n.o io.c
#24 2492.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 extern.n.o extern.c
#24 2492.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 intern.n.o intern.c
#24 2493.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 hash.n.o hash.c
#24 2493.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 sys.n.o sys.c
#24 2493.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 parsing.n.o parsing.c
#24 2493.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 gc_ctrl.n.o gc_ctrl.c
#24 2493.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 eventlog.n.o eventlog.c
#24 2493.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 md5.n.o md5.c
#24 2493.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 obj.n.o obj.c
#24 2493.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 2493.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 unix.n.o unix.c
#24 2493.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 printexc.n.o printexc.c
#24 2493.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 callback.n.o callback.c
#24 2494.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 weak.n.o weak.c
#24 2494.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 compact.n.o compact.c
#24 2494.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 finalise.n.o finalise.c
#24 2494.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 custom.n.o custom.c
#24 2494.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 globroots.n.o globroots.c
#24 2494.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 backtrace_nat.n.o backtrace_nat.c
#24 2495.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 backtrace.n.o backtrace.c
#24 2495.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 dynlink_nat.n.o dynlink_nat.c
#24 2495.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 debugger.n.o debugger.c
#24 2495.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 meta.n.o meta.c
#24 2495.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 dynlink.n.o dynlink.c
#24 2495.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 clambda_checks.n.o clambda_checks.c
#24 2495.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 afl.n.o afl.c
#24 2496.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 2496.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 memprof.n.o memprof.c
#24 2496.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 domain.n.o domain.c
#24 2496.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 skiplist.n.o skiplist.c
#24 2496.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 codefrag.n.o codefrag.c
#24 2496.8 gcc -c -DSYS_linux -I../runtime -DMODEL_riscv64 -o riscv.o riscv.S || \
#24 2496.8 { echo "If your assembler produced syntax errors, it is probably";\
#24 2496.8 echo "unhappy with the preprocessor. Check your assembler, or";\
#24 2496.8 echo "try producing riscv.o by hand.";\
#24 2496.8 exit 2; }
#24 2497.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 startup_aux.nd.o startup_aux.c
#24 2497.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 startup_nat.nd.o startup_nat.c
#24 2497.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 main.nd.o main.c
#24 2497.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 2497.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 2497.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 signals.nd.o signals.c
#24 2497.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 signals_nat.nd.o signals_nat.c
#24 2497.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 misc.nd.o misc.c
#24 2498.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 freelist.nd.o freelist.c
#24 2498.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 major_gc.nd.o major_gc.c
#24 2498.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 minor_gc.nd.o minor_gc.c
#24 2498.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 memory.nd.o memory.c
#24 2498.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 alloc.nd.o alloc.c
#24 2499.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 compare.nd.o compare.c
#24 2499.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 ints.nd.o ints.c
#24 2499.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 floats.nd.o floats.c
#24 2499.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 str.nd.o str.c
#24 2499.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 array.nd.o array.c
#24 2500.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 io.nd.o io.c
#24 2500.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 extern.nd.o extern.c
#24 2500.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 intern.nd.o intern.c
#24 2500.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 hash.nd.o hash.c
#24 2501.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 sys.nd.o sys.c
#24 2501.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 parsing.nd.o parsing.c
#24 2501.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 gc_ctrl.nd.o gc_ctrl.c
#24 2501.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 eventlog.nd.o eventlog.c
#24 2501.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 md5.nd.o md5.c
#24 2502.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 obj.nd.o obj.c
#24 2502.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 lexing.nd.o lexing.c
#24 2502.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 unix.nd.o unix.c
#24 2502.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 printexc.nd.o printexc.c
#24 2503.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 callback.nd.o callback.c
#24 2503.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 weak.nd.o weak.c
#24 2503.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 compact.nd.o compact.c
#24 2503.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 finalise.nd.o finalise.c
#24 2503.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 custom.nd.o custom.c
#24 2503.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 globroots.nd.o globroots.c
#24 2504.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 2504.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 backtrace.nd.o backtrace.c
#24 2504.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 dynlink_nat.nd.o dynlink_nat.c
#24 2504.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 debugger.nd.o debugger.c
#24 2504.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 meta.nd.o meta.c
#24 2505.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.nd.o dynlink.c
#24 2505.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 clambda_checks.nd.o clambda_checks.c
#24 2505.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 2505.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 bigarray.nd.o bigarray.c
#24 2506.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 memprof.nd.o memprof.c
#24 2506.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 domain.nd.o domain.c
#24 2506.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 skiplist.nd.o skiplist.c
#24 2506.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 codefrag.nd.o codefrag.c
#24 2506.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 2507.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 startup_nat.ni.o startup_nat.c
#24 2507.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 main.ni.o main.c
#24 2507.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 fail_nat.ni.o fail_nat.c
#24 2507.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 roots_nat.ni.o roots_nat.c
#24 2508.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 signals.ni.o signals.c
#24 2508.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 2508.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 misc.ni.o misc.c
#24 2509.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 freelist.ni.o freelist.c
#24 2509.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 major_gc.ni.o major_gc.c
#24 2509.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 minor_gc.ni.o minor_gc.c
#24 2509.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 2510.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 alloc.ni.o alloc.c
#24 2510.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 compare.ni.o compare.c
#24 2510.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 ints.ni.o ints.c
#24 2510.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 floats.ni.o floats.c
#24 2511.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 2511.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 array.ni.o array.c
#24 2511.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 io.ni.o io.c
#24 2512.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 extern.ni.o extern.c
#24 2512.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 intern.ni.o intern.c
#24 2512.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 hash.ni.o hash.c
#24 2513.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 sys.ni.o sys.c
#24 2513.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 2514.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 gc_ctrl.ni.o gc_ctrl.c
#24 2514.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 eventlog.ni.o eventlog.c
#24 2514.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 2515.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 obj.ni.o obj.c
#24 2515.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 lexing.ni.o lexing.c
#24 2515.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 unix.ni.o unix.c
#24 2516.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 printexc.ni.o printexc.c
#24 2516.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 callback.ni.o callback.c
#24 2517.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 weak.ni.o weak.c
#24 2517.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 compact.ni.o compact.c
#24 2517.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 finalise.ni.o finalise.c
#24 2518.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 custom.ni.o custom.c
#24 2518.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 globroots.ni.o globroots.c
#24 2518.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 backtrace_nat.ni.o backtrace_nat.c
#24 2519.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 backtrace.ni.o backtrace.c
#24 2519.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 dynlink_nat.ni.o dynlink_nat.c
#24 2519.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 debugger.ni.o debugger.c
#24 2520.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 2520.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 dynlink.ni.o dynlink.c
#24 2521.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 clambda_checks.ni.o clambda_checks.c
#24 2521.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 afl.ni.o afl.c
#24 2522.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 bigarray.ni.o bigarray.c
#24 2522.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 memprof.ni.o memprof.c
#24 2523.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 domain.ni.o domain.c
#24 2524.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 skiplist.ni.o skiplist.c
#24 2524.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 codefrag.ni.o codefrag.c
#24 2525.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 startup_aux.npic.o startup_aux.c
#24 2525.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 startup_nat.npic.o startup_nat.c
#24 2526.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 main.npic.o main.c
#24 2527.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 fail_nat.npic.o fail_nat.c
#24 2527.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 roots_nat.npic.o roots_nat.c
#24 2528.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 signals.npic.o signals.c
#24 2529.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 signals_nat.npic.o signals_nat.c
#24 2529.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 misc.npic.o misc.c
#24 2530.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 freelist.npic.o freelist.c
#24 2530.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 major_gc.npic.o major_gc.c
#24 2531.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 minor_gc.npic.o minor_gc.c
#24 2532.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 memory.npic.o memory.c
#24 2533.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 alloc.npic.o alloc.c
#24 2533.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 compare.npic.o compare.c
#24 2534.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 ints.npic.o ints.c
#24 2535.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 floats.npic.o floats.c
#24 2536.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 str.npic.o str.c
#24 2536.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 array.npic.o array.c
#24 2537.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 io.npic.o io.c
#24 2538.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 extern.npic.o extern.c
#24 2538.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 2539.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 hash.npic.o hash.c
#24 2540.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 sys.npic.o sys.c
#24 2540.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 parsing.npic.o parsing.c
#24 2541.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 gc_ctrl.npic.o gc_ctrl.c
#24 2542.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 eventlog.npic.o eventlog.c
#24 2542.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 md5.npic.o md5.c
#24 2543.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 obj.npic.o obj.c
#24 2544.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 lexing.npic.o lexing.c
#24 2545.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 unix.npic.o unix.c
#24 2545.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 printexc.npic.o printexc.c
#24 2546.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 callback.npic.o callback.c
#24 2547.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 weak.npic.o weak.c
#24 2548.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 compact.npic.o compact.c
#24 2549.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 2550.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 custom.npic.o custom.c
#24 2550.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 globroots.npic.o globroots.c
#24 2550.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 backtrace_nat.npic.o backtrace_nat.c
#24 2551.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 backtrace.npic.o backtrace.c
#24 2551.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 dynlink_nat.npic.o dynlink_nat.c
#24 2552.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 debugger.npic.o debugger.c
#24 2553.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 meta.npic.o meta.c
#24 2553.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 dynlink.npic.o dynlink.c
#24 2554.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 clambda_checks.npic.o clambda_checks.c
#24 2555.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 afl.npic.o afl.c
#24 2555.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 bigarray.npic.o bigarray.c
#24 2556.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 memprof.npic.o memprof.c
#24 2557.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 2557.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 skiplist.npic.o skiplist.c
#24 2558.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 codefrag.npic.o codefrag.c
#24 2558.9 gcc -c -DSYS_linux -I../runtime -DMODEL_riscv64 -fPIC -o riscv_libasmrunpic.o riscv.S
#24 3048.9 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 3049.0 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 3049.6 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 3049.8 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 3050.1 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 3054.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 3054.3 cp runtime/libasmrun.a stdlib/libasmrun.a
#24 3054.5 make -j ocamlopt
#24 3054.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 3056.0 cd asmcomp; ln -sf riscv/arch.ml .
#24 3056.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.mli
#24 3056.1 cd asmcomp; ln -sf riscv/proc.ml .
#24 3056.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 3056.2 cd asmcomp; ln -sf riscv/selection.ml .
#24 3056.3 cd asmcomp; ln -sf riscv/CSE.ml .
#24 3056.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/coloring.mli
#24 3056.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/linscan.mli
#24 3056.4 cd asmcomp; ln -sf riscv/reload.ml .
#24 3056.4 cd asmcomp; ln -sf riscv/scheduling.ml .
#24 3056.6 make -j -C tools cvt_emit
#24 3056.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.mli
#24 3056.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.mli
#24 3056.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/asmpackager.mli
#24 3056.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 driver/opterrors.mli
#24 3056.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/optcompile.mli
#24 3056.8 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 3056.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/optmaindriver.mli
#24 3057.8 ../boot/ocamlrun ../boot/ocamllex -q cvt_emit.mll
#24 3058.6 ../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 3058.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/arch.ml -I asmcomp
#24 3059.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/opterrors.ml -I driver
#24 3059.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 driver/optmain.ml -I driver
#24 3060.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/x86_proc.mli
#24 3060.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/x86_masm.mli
#24 3060.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/x86_gas.mli
#24 3060.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/x86_dsl.mli
#24 3061.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.ml -I asmcomp
#24 3061.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 3061.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 3061.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/afl_instrument.mli
#24 3061.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/strmatch.mli
#24 3061.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/cmmgen_state.mli
#24 3061.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/cmmgen.mli
#24 3061.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/cmm_invariants.mli
#24 3063.3 ../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 3064.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/afl_instrument.ml -I asmcomp
#24 3065.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.ml -I asmcomp
#24 3066.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/printcmm.ml -I asmcomp
#24 3066.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.ml -I asmcomp
#24 3066.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/strmatch.ml -I asmcomp
#24 3066.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/cmmgen_state.ml -I asmcomp
#24 3066.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/cmm_helpers.mli
#24 3067.5 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 3067.5 echo \# 1 \"riscv/emit.mlp\" > asmcomp/emit.ml
#24 3067.6 ./boot/ocamlrun tools/cvt_emit < asmcomp/riscv/emit.mlp >> asmcomp/emit.ml \
#24 3067.6 || { rm -f asmcomp/emit.ml; exit 2; }
#24 3067.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/reg.ml -I asmcomp
#24 3067.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/mach.mli
#24 3071.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 3071.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/proc.mli
#24 3071.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/interval.mli
#24 3071.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/printmach.mli
#24 3071.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 3071.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 3071.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/selectgen.mli
#24 3071.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/selection.mli
#24 3072.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/comballoc.mli
#24 3072.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/CSEgen.mli
#24 3072.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/liveness.mli
#24 3072.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/spill.mli
#24 3072.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/split.mli
#24 3072.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/interf.mli
#24 3072.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/reloadgen.mli
#24 3072.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/reload.mli
#24 3072.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/deadcode.mli
#24 3072.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/linear.mli
#24 3075.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/cmmgen.ml -I asmcomp
#24 3077.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 3078.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/comballoc.ml -I asmcomp
#24 3078.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 3078.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 3078.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 3078.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/spill.ml -I asmcomp
#24 3078.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/interf.ml -I asmcomp
#24 3078.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/coloring.ml -I asmcomp
#24 3078.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/linscan.ml -I asmcomp
#24 3078.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/deadcode.ml -I asmcomp
#24 3078.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 driver/optmaindriver.ml -I driver
#24 3078.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.ml -I asmcomp
#24 3078.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/polling.ml -I asmcomp
#24 3079.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/CSEgen.ml -I asmcomp
#24 3079.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/CSE.ml -I asmcomp
#24 3079.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/liveness.ml -I asmcomp
#24 3079.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/reloadgen.ml -I asmcomp
#24 3079.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/reload.ml -I asmcomp
#24 3079.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/printmach.ml -I asmcomp
#24 3081.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/linear.ml -I asmcomp
#24 3081.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/printlinear.mli
#24 3081.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/linearize.mli
#24 3081.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/linear_format.mli
#24 3082.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/schedgen.mli
#24 3082.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/scheduling.mli
#24 3082.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_intf.ml -I asmcomp
#24 3082.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/emitenv.mli
#24 3082.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 3087.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/selectgen.ml -I asmcomp
#24 3087.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 3089.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/linear_format.ml -I file_formats
#24 3092.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.ml -I asmcomp
#24 3092.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/printlinear.ml -I asmcomp
#24 3092.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/schedgen.ml -I asmcomp
#24 3092.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/scheduling.ml -I asmcomp
#24 3093.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/emitaux.mli
#24 3094.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/branch_relaxation.mli
#24 3101.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 3105.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/emitaux.ml -I asmcomp
#24 3105.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/emit.ml -I asmcomp
#24 3105.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.mli
#24 3111.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.ml -I asmcomp
#24 3111.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/asmlink.ml -I asmcomp
#24 3112.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/asmpackager.ml -I asmcomp
#24 3112.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/optcompile.ml -I driver
#24 3153.9 ./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 3155.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
#24 3174.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 3174.4 make -j libraryopt
#24 3174.4 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 3174.9 make -j -C stdlib allopt
#24 3175.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 3175.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 -nopervasives -c camlinternalFormatBasics.ml
#24 3175.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 -c camlinternalAtomic.ml
#24 3186.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 -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#24 3192.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 3192.4 -o stdlib__Pervasives.cmx -c pervasives.ml
#24 3192.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 3192.5 -o stdlib__Either.cmx -c either.ml
#24 3192.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 3192.5 -o stdlib__Sys.cmx -c sys.ml
#24 3192.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 3192.6 -o stdlib__Bool.cmx -c bool.ml
#24 3192.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 3192.7 -o stdlib__Char.cmx -c char.ml
#24 3192.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 3192.8 -o stdlib__Int.cmx -c int.ml
#24 3192.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 3192.9 -o stdlib__Unit.cmx -c unit.ml
#24 3192.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 3192.9 -o stdlib__Int64.cmx -c int64.ml
#24 3193.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 3193.0 -o stdlib__Atomic.cmx -c atomic.ml
#24 3193.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 3193.1 -o stdlib__Complex.cmx -c complex.ml
#24 3193.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 -c std_exit.ml
#24 3197.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 3197.3 -o stdlib__Nativeint.cmx -c nativeint.ml
#24 3197.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 3197.4 -o stdlib__Int32.cmx -c int32.ml
#24 3197.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 3197.9 -o stdlib__Uchar.cmx -c uchar.ml
#24 3199.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 3199.1 -o stdlib__Obj.cmx -c obj.ml
#24 3201.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 -afl-inst-ratio 0 -c camlinternalLazy.ml
#24 3201.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 3201.6 -o stdlib__Callback.cmx -c callback.ml
#24 3203.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 3203.5 -o stdlib__Lazy.cmx -c lazy.ml
#24 3205.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 3205.2 -o stdlib__Seq.cmx -c seq.ml
#24 3215.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 3215.4 -o stdlib__Option.cmx -c option.ml
#24 3215.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 3215.5 -o stdlib__Result.cmx -c result.ml
#24 3215.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 3215.6 -o stdlib__List.cmx -c list.ml
#24 3215.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 3215.7 -o stdlib__Bytes.cmx -c bytes.ml
#24 3215.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 3215.7 -o stdlib__Array.cmx -c array.ml
#24 3215.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 3215.8 -o stdlib__Map.cmx -c map.ml
#24 3215.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 3215.9 -o stdlib__Queue.cmx -c queue.ml
#24 3227.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 3227.8 -o stdlib__ArrayLabels.cmx -c arrayLabels.ml
#24 3227.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 3227.9 -o stdlib__Bigarray.cmx -c bigarray.ml
#24 3229.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 3229.9 -o stdlib__Float.cmx -c float.ml
#24 3230.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 3230.0 -o stdlib__Set.cmx -c set.ml
#24 3230.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 3230.1 -o stdlib__Stack.cmx -c stack.ml
#24 3230.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 -nolabels -no-alias-deps \
#24 3230.2 -o stdlib__ListLabels.cmx -c listLabels.ml
#24 3240.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 3240.5 -o stdlib__String.cmx -c string.ml
#24 3240.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 3240.6 -o stdlib__Marshal.cmx -c marshal.ml
#24 3240.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 -nolabels -no-alias-deps \
#24 3240.6 -o stdlib__BytesLabels.cmx -c bytesLabels.ml
#24 3248.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 3248.1 -o stdlib__Lexing.cmx -c lexing.ml
#24 3248.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 3248.1 -o stdlib__Stream.cmx -c stream.ml
#24 3248.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 -inline 3 \
#24 3248.2 -o stdlib__Buffer.cmx -c buffer.ml
#24 3248.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 3248.2 -o stdlib__Digest.cmx -c digest.ml
#24 3248.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 -inline 0 -afl-inst-ratio 0 -c camlinternalOO.ml
#24 3248.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 -nolabels -no-alias-deps \
#24 3248.4 -o stdlib__StringLabels.cmx -c stringLabels.ml
#24 3251.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 -nolabels -no-alias-deps \
#24 3251.2 -o stdlib__StdLabels.cmx -c stdLabels.ml
#24 3251.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 3251.5 -o stdlib__Random.cmx -c random.ml
#24 3253.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 3253.1 -o stdlib__Parsing.cmx -c parsing.ml
#24 3256.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 3256.4 -o stdlib__Hashtbl.cmx -c hashtbl.ml
#24 3256.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 camlinternalFormat.ml
#24 3262.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 3262.3 -o stdlib__Oo.cmx -c oo.ml
#24 3262.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 camlinternalMod.ml
#24 3271.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 3271.1 -o stdlib__Weak.cmx -c weak.ml
#24 3271.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 3271.2 -o stdlib__Genlex.cmx -c genlex.ml
#24 3271.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 3271.3 -o stdlib__Ephemeron.cmx -c ephemeron.ml
#24 3271.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 -nolabels -no-alias-deps \
#24 3271.4 -o stdlib__MoreLabels.cmx -c moreLabels.ml
#24 3372.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 3372.4 -o stdlib__Printf.cmx -c printf.ml
#24 3372.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 3372.5 -o stdlib__Format.cmx -c format.ml
#24 3374.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 3374.5 -o stdlib__Arg.cmx -c arg.ml
#24 3374.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 3374.5 -o stdlib__Printexc.cmx -c printexc.ml
#24 3374.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 9 \
#24 3374.6 -o stdlib__Scanf.cmx -c scanf.ml
#24 3374.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 3374.7 -o stdlib__Filename.cmx -c filename.ml
#24 3382.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 3382.0 -o stdlib__Fun.cmx -c fun.ml
#24 3382.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 3382.1 -o stdlib__Gc.cmx -c gc.ml
#24 3383.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 3383.8 -o stdlib__In_channel.cmx -c in_channel.ml
#24 3383.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 3383.8 -o stdlib__Out_channel.cmx -c out_channel.ml
#24 3411.4 ../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 3413.8 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 3413.8 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 3413.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 3413.8 make -j ocamlc.opt
#24 3413.9 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 3415.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/config.ml -I utils
#24 3415.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/build_path_prefix_map.ml -I utils
#24 3415.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 utils/arg_helper.ml -I utils
#24 3415.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 utils/local_store.ml -I utils
#24 3415.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 utils/terminfo.ml -I utils
#24 3415.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 utils/int_replace_polymorphic_compare.ml -I utils
#24 3415.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 utils/domainstate.ml -I utils
#24 3415.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 utils/binutils.ml -I utils
#24 3415.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 utils/lazy_backtrack.ml -I utils
#24 3415.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/camlinternalMenhirLib.ml -I parsing
#24 3415.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 lambda/switch.ml -I lambda
#24 3415.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 lambda/runtimedef.ml -I lambda
#24 3415.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/opcodes.ml -I bytecomp
#24 3429.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/misc.ml -I utils
#24 3429.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/bytesections.ml -I bytecomp
#24 3463.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 utils/identifiable.ml -I utils
#24 3463.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 utils/profile.ml -I utils
#24 3463.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 utils/load_path.ml -I utils
#24 3463.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 utils/warnings.ml -I utils
#24 3463.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 utils/consistbl.ml -I utils
#24 3463.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 utils/targetint.ml -I utils
#24 3463.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 utils/diffing.ml -I utils
#24 3463.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/longident.ml -I parsing
#24 3463.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/dll.ml -I bytecomp
#24 3481.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_with_keys.ml -I utils
#24 3486.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 3493.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/clflags.ml -I utils
#24 3493.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/strongly_connected_components.ml -I utils
#24 3517.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 3517.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 3517.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/ident.ml -I typing
#24 3529.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/path.ml -I typing
#24 3534.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/docstrings.ml -I parsing
#24 3534.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/syntaxerr.ml -I parsing
#24 3534.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_iterator.ml -I parsing
#24 3534.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/attr_helper.ml -I parsing
#24 3534.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/builtin_attributes.ml -I parsing
#24 3534.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 lambda/debuginfo.ml -I lambda
#24 3535.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/compenv.ml -I driver
#24 3535.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/errors.ml -I driver
#24 3538.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 3542.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/primitive.ml -I typing
#24 3551.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 parsing/depend.ml -I parsing
#24 3551.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/type_immediacy.ml -I typing
#24 3551.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 3563.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/types.ml -I typing
#24 3564.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_args.ml -I driver
#24 3567.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/ast_invariants.ml -I parsing
#24 3578.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/btype.ml -I typing
#24 3578.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 file_formats/cmi_format.ml -I file_formats
#24 3578.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/errortrace.ml -I typing
#24 3582.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/persistent_env.ml -I typing
#24 3585.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/pprintast.ml -I parsing
#24 3585.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/parser.ml -I parsing
#24 3586.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 parsing/ast_mapper.ml -I parsing
#24 3603.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/predef.ml -I typing
#24 3603.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/datarepr.ml -I typing
#24 3603.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/signature_group.ml -I typing
#24 3651.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/subst.ml -I typing
#24 3671.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/env.ml -I typing
#24 3720.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/printast.ml -I parsing
#24 3721.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/oprint.ml -I typing
#24 3779.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/typedtree.ml -I typing
#24 3779.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 3779.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 3779.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 lambda/lambda.ml -I lambda
#24 3802.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/printtyped.ml -I typing
#24 3802.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/tast_iterator.ml -I typing
#24 3802.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/tast_mapper.ml -I typing
#24 3802.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/untypeast.ml -I typing
#24 3802.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/printpat.ml -I typing
#24 3819.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/translobj.ml -I lambda
#24 3819.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 lambda/translattribute.ml -I lambda
#24 3819.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 lambda/tmc.ml -I lambda
#24 3819.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/instruct.ml -I bytecomp
#24 3826.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 bytecomp/meta.ml -I bytecomp
#24 3831.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/symtable.ml -I bytecomp
#24 3870.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 lambda/simplif.ml -I lambda
#24 3968.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/printtyp.ml -I typing
#24 3968.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/mtype.ml -I typing
#24 3968.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/patterns.ml -I typing
#24 3968.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/typedecl_variance.ml -I typing
#24 3968.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_unboxed.ml -I typing
#24 3968.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_separability.ml -I typing
#24 3975.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/typedecl_immediacy.ml -I typing
#24 3975.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/typeopt.ml -I typing
#24 3991.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/rec_check.ml -I typing
#24 3992.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/parmatch.ml -I typing
#24 4056.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/includeclass.ml -I typing
#24 4056.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/envaux.ml -I typing
#24 4056.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/includecore.ml -I typing
#24 4056.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/stypes.ml -I typing
#24 4056.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/typetexp.ml -I typing
#24 4056.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 lambda/printlambda.ml -I lambda
#24 4085.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 parsing/lexer.ml -I parsing
#24 4091.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/typedecl.ml -I typing
#24 4096.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 lambda/matching.ml -I lambda
#24 4096.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/printinstr.ml -I bytecomp
#24 4106.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 parsing/parse.ml -I parsing
#24 4106.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 file_formats/cmt_format.ml -I file_formats
#24 4111.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 4111.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/cmt2annot.ml -I typing
#24 4111.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/includemod.ml -I typing
#24 4119.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/makedepend.ml -I driver
#24 4138.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/typecore.ml -I typing
#24 4140.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 4165.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.ml -I lambda
#24 4165.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/bytegen.ml -I bytecomp
#24 4289.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/typeclass.ml -I typing
#24 4289.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/translcore.ml -I lambda
#24 4335.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 4358.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/typemod.ml -I typing
#24 4374.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/translmod.ml -I lambda
#24 4435.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/emitcode.ml -I bytecomp
#24 4451.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/bytelink.ml -I bytecomp
#24 4462.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 4467.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/compile_common.ml -I driver
#24 4473.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 4473.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 4474.8 ./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 4474.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.ml -I driver
#24 4484.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/maindriver.ml -I driver
#24 4488.9 ./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 4488.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml -I driver
#24 4491.4 ./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 4537.3 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 4537.3 make -j otherlibraries ocamldebugger ocamldoc \
#24 4537.3
#24 4537.4 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 4538.2 make -j -C yacc all
#24 4538.3 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 4538.5 make[3]: Nothing to be done for 'all'.
#24 4538.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 4538.5 make -j -C lex all
#24 4538.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 4538.8 make[3]: Nothing to be done for 'all'.
#24 4538.8 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 4538.8 make -j -C tools all
#24 4538.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 4539.6 make[3]: Nothing to be done for 'all'.
#24 4539.6 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 4539.6 make -j -C otherlibs all
#24 4539.7 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 4540.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 4540.2 cp -f dynlink_compilerlibs/Makefile.copy-sources dynlink_compilerlibs/Makefile
#24 4540.3 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 4540.3 echo "dynlink_compilerlibs/$(basename $ml): ../../$ml" \
#24 4540.3 >> dynlink_compilerlibs/Makefile; \
#24 4540.3 echo "dynlink_compilerlibs/$(basename $ml)i: ../../${ml}i" \
#24 4540.3 >> dynlink_compilerlibs/Makefile; \
#24 4540.3 done;
#24 4544.8 for mli in parsing/asttypes.mli parsing/parsetree.mli typing/outcometree.mli file_formats/cmo_format.mli file_formats/cmxs_format.mli; do \
#24 4544.8 echo "dynlink_compilerlibs/$(basename $mli): ../../$mli" \
#24 4544.8 >> dynlink_compilerlibs/Makefile; \
#24 4544.8 echo \
#24 4544.8 "dynlink_compilerlibs/$(basename $mli .mli).ml: ../../$mli"\
#24 4544.8 >> dynlink_compilerlibs/Makefile; \
#24 4544.8 done
#24 4545.7 cp ../../utils/binutils.ml dynlink_compilerlibs/binutils.ml
#24 4545.7 cp ../../utils/config.ml dynlink_compilerlibs/config.ml
#24 4545.7 cp ../../utils/build_path_prefix_map.ml dynlink_compilerlibs/build_path_prefix_map.ml
#24 4545.7 cp ../../utils/misc.ml dynlink_compilerlibs/misc.ml
#24 4545.8 cp ../../utils/identifiable.ml dynlink_compilerlibs/identifiable.ml
#24 4545.8 cp ../../utils/numbers.ml dynlink_compilerlibs/numbers.ml
#24 4545.8 cp ../../utils/arg_helper.ml dynlink_compilerlibs/arg_helper.ml
#24 4545.8 cp ../../utils/clflags.ml dynlink_compilerlibs/clflags.ml
#24 4545.9 cp ../../utils/profile.ml dynlink_compilerlibs/profile.ml
#24 4545.9 cp ../../utils/consistbl.ml dynlink_compilerlibs/consistbl.ml
#24 4545.9 cp ../../utils/terminfo.ml dynlink_compilerlibs/terminfo.ml
#24 4546.0 cp ../../utils/warnings.ml dynlink_compilerlibs/warnings.ml
#24 4546.0 cp ../../utils/local_store.ml dynlink_compilerlibs/local_store.ml
#24 4546.0 cp ../../utils/load_path.ml dynlink_compilerlibs/load_path.ml
#24 4546.0 cp ../../utils/int_replace_polymorphic_compare.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 4546.0 cp ../../utils/lazy_backtrack.ml dynlink_compilerlibs/lazy_backtrack.ml
#24 4546.1 cp ../../parsing/location.ml dynlink_compilerlibs/location.ml
#24 4546.1 cp ../../parsing/longident.ml dynlink_compilerlibs/longident.ml
#24 4546.1 cp ../../parsing/docstrings.ml dynlink_compilerlibs/docstrings.ml
#24 4546.1 cp ../../parsing/syntaxerr.ml dynlink_compilerlibs/syntaxerr.ml
#24 4546.2 cp ../../parsing/ast_helper.ml dynlink_compilerlibs/ast_helper.ml
#24 4546.2 cp ../../parsing/ast_mapper.ml dynlink_compilerlibs/ast_mapper.ml
#24 4546.2 cp ../../parsing/attr_helper.ml dynlink_compilerlibs/attr_helper.ml
#24 4546.2 cp ../../parsing/builtin_attributes.ml dynlink_compilerlibs/builtin_attributes.ml
#24 4546.3 cp ../../typing/ident.ml dynlink_compilerlibs/ident.ml
#24 4546.3 cp ../../typing/path.ml dynlink_compilerlibs/path.ml
#24 4546.3 cp ../../typing/primitive.ml dynlink_compilerlibs/primitive.ml
#24 4546.3 cp ../../typing/type_immediacy.ml dynlink_compilerlibs/type_immediacy.ml
#24 4546.4 cp ../../typing/shape.ml dynlink_compilerlibs/shape.ml
#24 4546.4 cp ../../typing/types.ml dynlink_compilerlibs/types.ml
#24 4546.4 cp ../../typing/btype.ml dynlink_compilerlibs/btype.ml
#24 4546.4 cp ../../typing/subst.ml dynlink_compilerlibs/subst.ml
#24 4546.5 cp ../../typing/predef.ml dynlink_compilerlibs/predef.ml
#24 4546.5 cp ../../typing/datarepr.ml dynlink_compilerlibs/datarepr.ml
#24 4546.5 cp ../../file_formats/cmi_format.ml dynlink_compilerlibs/cmi_format.ml
#24 4546.5 cp ../../typing/persistent_env.ml dynlink_compilerlibs/persistent_env.ml
#24 4546.6 cp ../../typing/env.ml dynlink_compilerlibs/env.ml
#24 4546.6 cp ../../lambda/debuginfo.ml dynlink_compilerlibs/debuginfo.ml
#24 4546.6 cp ../../lambda/lambda.ml dynlink_compilerlibs/lambda.ml
#24 4546.6 cp ../../lambda/runtimedef.ml dynlink_compilerlibs/runtimedef.ml
#24 4546.7 cp ../../bytecomp/instruct.ml dynlink_compilerlibs/instruct.ml
#24 4546.7 cp ../../bytecomp/opcodes.ml dynlink_compilerlibs/opcodes.ml
#24 4546.7 cp ../../bytecomp/bytesections.ml dynlink_compilerlibs/bytesections.ml
#24 4546.7 cp ../../bytecomp/dll.ml dynlink_compilerlibs/dll.ml
#24 4546.8 cp ../../bytecomp/meta.ml dynlink_compilerlibs/meta.ml
#24 4546.8 cp ../../bytecomp/symtable.ml dynlink_compilerlibs/symtable.ml
#24 4546.8 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.ml
#24 4546.8 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.ml
#24 4546.8 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.ml
#24 4546.8 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.ml
#24 4546.9 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.ml
#24 4546.9 cp ../../utils/binutils.mli dynlink_compilerlibs/binutils.mli
#24 4546.9 cp ../../utils/config.mli dynlink_compilerlibs/config.mli
#24 4546.9 cp ../../utils/build_path_prefix_map.mli dynlink_compilerlibs/build_path_prefix_map.mli
#24 4547.0 cp ../../utils/misc.mli dynlink_compilerlibs/misc.mli
#24 4547.0 cp ../../utils/identifiable.mli dynlink_compilerlibs/identifiable.mli
#24 4547.0 cp ../../utils/numbers.mli dynlink_compilerlibs/numbers.mli
#24 4547.0 cp ../../utils/arg_helper.mli dynlink_compilerlibs/arg_helper.mli
#24 4547.0 cp ../../utils/clflags.mli dynlink_compilerlibs/clflags.mli
#24 4547.1 cp ../../utils/profile.mli dynlink_compilerlibs/profile.mli
#24 4547.1 cp ../../utils/consistbl.mli dynlink_compilerlibs/consistbl.mli
#24 4547.1 cp ../../utils/terminfo.mli dynlink_compilerlibs/terminfo.mli
#24 4547.1 cp ../../utils/warnings.mli dynlink_compilerlibs/warnings.mli
#24 4547.2 cp ../../utils/local_store.mli dynlink_compilerlibs/local_store.mli
#24 4547.2 cp ../../utils/load_path.mli dynlink_compilerlibs/load_path.mli
#24 4547.2 cp ../../utils/int_replace_polymorphic_compare.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#24 4547.2 cp ../../utils/lazy_backtrack.mli dynlink_compilerlibs/lazy_backtrack.mli
#24 4547.3 cp ../../parsing/location.mli dynlink_compilerlibs/location.mli
#24 4547.3 cp ../../parsing/longident.mli dynlink_compilerlibs/longident.mli
#24 4547.3 cp ../../parsing/docstrings.mli dynlink_compilerlibs/docstrings.mli
#24 4547.3 cp ../../parsing/syntaxerr.mli dynlink_compilerlibs/syntaxerr.mli
#24 4547.3 cp ../../parsing/ast_helper.mli dynlink_compilerlibs/ast_helper.mli
#24 4547.4 cp ../../parsing/ast_mapper.mli dynlink_compilerlibs/ast_mapper.mli
#24 4547.4 cp ../../parsing/attr_helper.mli dynlink_compilerlibs/attr_helper.mli
#24 4547.4 cp ../../parsing/builtin_attributes.mli dynlink_compilerlibs/builtin_attributes.mli
#24 4547.4 cp ../../typing/ident.mli dynlink_compilerlibs/ident.mli
#24 4547.4 cp ../../typing/path.mli dynlink_compilerlibs/path.mli
#24 4547.5 cp ../../typing/primitive.mli dynlink_compilerlibs/primitive.mli
#24 4547.5 cp ../../typing/type_immediacy.mli dynlink_compilerlibs/type_immediacy.mli
#24 4547.5 cp ../../typing/shape.mli dynlink_compilerlibs/shape.mli
#24 4547.6 cp ../../typing/types.mli dynlink_compilerlibs/types.mli
#24 4547.6 cp ../../typing/btype.mli dynlink_compilerlibs/btype.mli
#24 4547.6 cp ../../typing/subst.mli dynlink_compilerlibs/subst.mli
#24 4547.6 cp ../../typing/predef.mli dynlink_compilerlibs/predef.mli
#24 4547.7 cp ../../typing/datarepr.mli dynlink_compilerlibs/datarepr.mli
#24 4547.7 cp ../../file_formats/cmi_format.mli dynlink_compilerlibs/cmi_format.mli
#24 4547.7 cp ../../typing/persistent_env.mli dynlink_compilerlibs/persistent_env.mli
#24 4547.7 cp ../../typing/env.mli dynlink_compilerlibs/env.mli
#24 4547.7 cp ../../lambda/debuginfo.mli dynlink_compilerlibs/debuginfo.mli
#24 4547.7 cp ../../lambda/lambda.mli dynlink_compilerlibs/lambda.mli
#24 4547.8 cp ../../lambda/runtimedef.mli dynlink_compilerlibs/runtimedef.mli
#24 4547.8 cp ../../bytecomp/instruct.mli dynlink_compilerlibs/instruct.mli
#24 4547.8 cp ../../bytecomp/opcodes.mli dynlink_compilerlibs/opcodes.mli
#24 4547.9 cp ../../bytecomp/bytesections.mli dynlink_compilerlibs/bytesections.mli
#24 4547.9 cp ../../bytecomp/dll.mli dynlink_compilerlibs/dll.mli
#24 4547.9 cp ../../bytecomp/meta.mli dynlink_compilerlibs/meta.mli
#24 4547.9 cp ../../bytecomp/symtable.mli dynlink_compilerlibs/symtable.mli
#24 4547.9 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.mli
#24 4547.9 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.mli
#24 4548.0 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.mli
#24 4548.0 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.mli
#24 4548.0 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.mli
#24 4548.1 ../../ocamlc.opt -depend -slash -I dynlink_compilerlibs \
#24 4548.1 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 4548.1 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 4548.1 > dynlink_compilerlibs/.depend
#24 4553.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 4553.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmi dynlink_compilerlibs/binutils.mli
#24 4553.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 4553.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmi dynlink_compilerlibs/config.mli
#24 4553.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 4553.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmi dynlink_compilerlibs/build_path_prefix_map.mli
#24 4553.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 4553.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmi dynlink_compilerlibs/identifiable.mli
#24 4553.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 4553.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmi dynlink_compilerlibs/arg_helper.mli
#24 4553.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 4553.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmi dynlink_compilerlibs/profile.mli
#24 4553.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 4553.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmi dynlink_compilerlibs/terminfo.mli
#24 4554.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 4554.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmi dynlink_compilerlibs/warnings.mli
#24 4554.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 4554.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmi dynlink_compilerlibs/local_store.mli
#24 4554.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 4554.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmi dynlink_compilerlibs/load_path.mli
#24 4554.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 4554.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmi dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#24 4554.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 4554.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmi dynlink_compilerlibs/lazy_backtrack.mli
#24 4554.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 4554.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmi dynlink_compilerlibs/longident.mli
#24 4554.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 4554.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmi dynlink_compilerlibs/runtimedef.mli
#24 4554.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 4554.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmi dynlink_compilerlibs/opcodes.mli
#24 4554.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 4554.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmi dynlink_compilerlibs/bytesections.mli
#24 4554.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 4554.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmi dynlink_compilerlibs/dll.mli
#24 4554.4 ../../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 4554.5 cp dynlink_platform_intf.ml dynlink_platform_intf.mli
#24 4554.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 4556.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 4556.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/terminfo.ml
#24 4556.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 4556.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/lazy_backtrack.ml
#24 4556.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 4556.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/runtimedef.ml
#24 4556.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 4556.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmo dynlink_compilerlibs/config.ml
#24 4556.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 4556.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/local_store.ml
#24 4556.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 4556.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 4556.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 4556.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/binutils.ml
#24 4556.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 4556.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/build_path_prefix_map.ml
#24 4556.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 4556.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmi dynlink_compilerlibs/misc.mli
#24 4556.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 4556.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/bytesections.ml
#24 4556.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 4556.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/arg_helper.ml
#24 4557.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 4557.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/opcodes.ml
#24 4557.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 4557.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmi dynlink_compilerlibs/location.mli
#24 4557.0 ../../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 4557.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.mli
#24 4557.1 cp dynlink.cmi dynlink.mli byte/
#24 4558.9 ../../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 4559.0 ../../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 4559.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 4559.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmi dynlink_compilerlibs/asttypes.mli
#24 4559.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 4559.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmi dynlink_compilerlibs/syntaxerr.mli
#24 4560.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 4560.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/misc.ml
#24 4560.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 4560.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmi dynlink_compilerlibs/clflags.mli
#24 4560.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 4560.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/profile.ml
#24 4560.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 4560.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmi dynlink_compilerlibs/consistbl.mli
#24 4560.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 4560.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/warnings.ml
#24 4560.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 4560.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/load_path.ml
#24 4560.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 4560.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/longident.ml
#24 4560.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 4560.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmi dynlink_compilerlibs/ident.mli
#24 4560.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 4560.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/dll.ml
#24 4560.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 4560.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmi dynlink_compilerlibs/cmxs_format.mli
#24 4561.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 4561.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/identifiable.ml
#24 4561.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 4561.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmi dynlink_compilerlibs/numbers.mli
#24 4561.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 4561.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/syntaxerr.ml
#24 4561.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 4561.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmi dynlink_compilerlibs/parsetree.mli
#24 4561.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 4561.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/asttypes.ml
#24 4562.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 4562.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmo dynlink_compilerlibs/cmxs_format.ml
#24 4563.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 4563.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmo dynlink_compilerlibs/location.ml
#24 4563.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 4563.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/consistbl.ml
#24 4563.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 4563.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/ident.ml
#24 4563.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 4563.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmi dynlink_compilerlibs/path.mli
#24 4563.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 4563.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmi dynlink_compilerlibs/debuginfo.mli
#24 4564.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 4564.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/numbers.ml
#24 4564.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 4564.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/clflags.ml
#24 4565.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 4565.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/debuginfo.ml
#24 4565.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 4565.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmi dynlink_compilerlibs/docstrings.mli
#24 4565.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 4565.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmi dynlink_compilerlibs/ast_mapper.mli
#24 4565.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 4565.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmi dynlink_compilerlibs/attr_helper.mli
#24 4565.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 4565.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmi dynlink_compilerlibs/builtin_attributes.mli
#24 4565.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 4565.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmo dynlink_compilerlibs/path.ml
#24 4565.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 4565.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmi dynlink_compilerlibs/type_immediacy.mli
#24 4565.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 4565.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmi dynlink_compilerlibs/shape.mli
#24 4565.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 4565.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/parsetree.ml
#24 4567.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 4567.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmi dynlink_compilerlibs/outcometree.mli
#24 4567.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 4567.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/builtin_attributes.ml
#24 4567.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 4567.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/type_immediacy.ml
#24 4567.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 4567.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/attr_helper.ml
#24 4567.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 4567.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/docstrings.ml
#24 4567.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 4567.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmi dynlink_compilerlibs/ast_helper.mli
#24 4568.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 4568.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/shape.ml
#24 4570.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 4570.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmi dynlink_compilerlibs/primitive.mli
#24 4570.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 4570.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/outcometree.ml
#24 4571.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 4571.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_helper.ml
#24 4571.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 4571.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/ast_mapper.ml
#24 4572.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 4572.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/primitive.ml
#24 4572.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 4572.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmi dynlink_compilerlibs/types.mli
#24 4574.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 4574.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmo dynlink_compilerlibs/types.ml
#24 4574.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 4574.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmi dynlink_compilerlibs/btype.mli
#24 4574.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 4574.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmi dynlink_compilerlibs/subst.mli
#24 4574.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 4574.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmi dynlink_compilerlibs/predef.mli
#24 4574.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 4574.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmi dynlink_compilerlibs/datarepr.mli
#24 4574.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 4574.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmi dynlink_compilerlibs/cmi_format.mli
#24 4575.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 4575.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/cmi_format.ml
#24 4575.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 4575.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmi dynlink_compilerlibs/persistent_env.mli
#24 4576.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 4576.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmi dynlink_compilerlibs/env.mli
#24 4576.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 4576.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/btype.ml
#24 4576.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 4576.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/subst.ml
#24 4576.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 4576.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/predef.ml
#24 4576.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 4576.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/datarepr.ml
#24 4577.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 4577.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/persistent_env.ml
#24 4578.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 4578.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmo dynlink_compilerlibs/env.ml
#24 4578.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 4578.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmi dynlink_compilerlibs/lambda.mli
#24 4582.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 4582.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/lambda.ml
#24 4582.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 4582.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmi dynlink_compilerlibs/instruct.mli
#24 4582.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 4582.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmi dynlink_compilerlibs/cmo_format.mli
#24 4582.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 4582.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmi dynlink_compilerlibs/symtable.mli
#24 4582.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 4582.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmo_format.ml
#24 4583.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 4583.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/instruct.ml
#24 4583.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 4583.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmi dynlink_compilerlibs/meta.mli
#24 4584.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 4584.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/meta.ml
#24 4584.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 4584.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/symtable.ml
#24 4591.7 ../../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 4598.9 ../../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 4598.9 ../../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 4598.9 ../../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 4601.0 ../../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 4601.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -o extract_crc dynlink.cma byte/dynlink_compilerlibs.cmo extract_crc.cmo
#24 4606.7 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 4606.8 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 4607.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 4607.1 -o accept.o accept.c
#24 4607.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 4607.1 -o access.o access.c
#24 4607.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 4607.2 -o addrofstr.o addrofstr.c
#24 4607.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 4607.3 -o alarm.o alarm.c
#24 4607.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 4607.3 -o bind.o bind.c
#24 4607.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 4607.4 -o channels.o channels.c
#24 4607.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 4607.4 -o chdir.o chdir.c
#24 4607.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 4607.5 -o chmod.o chmod.c
#24 4607.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 4607.6 -o chown.o chown.c
#24 4607.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 4607.6 -o chroot.o chroot.c
#24 4607.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 4607.7 -o close.o close.c
#24 4607.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 4607.7 -o fsync.o fsync.c
#24 4607.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 4607.8 -o closedir.o closedir.c
#24 4607.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 4607.8 -o connect.o connect.c
#24 4607.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 4607.9 -o cst2constr.o cst2constr.c
#24 4608.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 4608.0 -o cstringv.o cstringv.c
#24 4608.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 4608.0 -o dup.o dup.c
#24 4608.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 4608.1 -o dup2.o dup2.c
#24 4608.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 4608.2 -o envir.o envir.c
#24 4608.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 4608.4 -o errmsg.o errmsg.c
#24 4608.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 4608.5 -o execv.o execv.c
#24 4608.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 4608.6 -o execve.o execve.c
#24 4608.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 4608.7 -o execvp.o execvp.c
#24 4608.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 4608.8 -o exit.o exit.c
#24 4608.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 4608.9 -o fchmod.o fchmod.c
#24 4609.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 4609.0 -o fchown.o fchown.c
#24 4609.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 4609.2 -o fcntl.o fcntl.c
#24 4609.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 4609.3 -o fork.o fork.c
#24 4609.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 4609.4 -o ftruncate.o ftruncate.c
#24 4609.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 4609.6 -o getaddrinfo.o getaddrinfo.c
#24 4609.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 4609.8 -o getcwd.o getcwd.c
#24 4610.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 4610.0 -o getegid.o getegid.c
#24 4610.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 4610.1 -o geteuid.o geteuid.c
#24 4610.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 4610.2 -o getgid.o getgid.c
#24 4610.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 4610.3 -o getgr.o getgr.c
#24 4610.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 4610.5 -o getgroups.o getgroups.c
#24 4610.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 4610.6 -o gethost.o gethost.c
#24 4610.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 4610.8 -o gethostname.o gethostname.c
#24 4610.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 4610.9 -o getlogin.o getlogin.c
#24 4611.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 4611.1 -o getnameinfo.o getnameinfo.c
#24 4611.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 4611.2 -o getpeername.o getpeername.c
#24 4611.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 4611.3 -o getpid.o getpid.c
#24 4611.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 4611.5 -o getppid.o getppid.c
#24 4611.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 4611.6 -o getproto.o getproto.c
#24 4611.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 4611.9 -o getpw.o getpw.c
#24 4612.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 4612.1 -o gettimeofday.o gettimeofday.c
#24 4612.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 4612.2 -o getserv.o getserv.c
#24 4612.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 4612.4 -o getsockname.o getsockname.c
#24 4612.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 4612.6 -o getuid.o getuid.c
#24 4612.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 4612.9 -o gmtime.o gmtime.c
#24 4613.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 4613.0 -o initgroups.o initgroups.c
#24 4613.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 4613.2 -o isatty.o isatty.c
#24 4613.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 4613.5 -o itimer.o itimer.c
#24 4613.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 4613.7 -o kill.o kill.c
#24 4613.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 4613.9 -o link.o link.c
#24 4614.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 4614.0 -o listen.o listen.c
#24 4614.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 4614.3 -o lockf.o lockf.c
#24 4614.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 4614.5 -o lseek.o lseek.c
#24 4614.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 4614.8 -o mkdir.o mkdir.c
#24 4615.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 4615.0 -o mkfifo.o mkfifo.c
#24 4615.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 4615.3 -o mmap.o mmap.c
#24 4615.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 4615.5 -o mmap_ba.o mmap_ba.c
#24 4615.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 4615.7 -o nice.o nice.c
#24 4615.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 4615.9 -o open.o open.c
#24 4616.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 4616.1 -o opendir.o opendir.c
#24 4616.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 4616.4 -o pipe.o pipe.c
#24 4616.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 4616.5 -o putenv.o putenv.c
#24 4616.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 4616.8 -o read.o read.c
#24 4617.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 4617.0 -o realpath.o realpath.c
#24 4617.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 4617.2 -o readdir.o readdir.c
#24 4617.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 4617.5 -o readlink.o readlink.c
#24 4617.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 4617.9 -o rename.o rename.c
#24 4618.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 4618.0 -o rewinddir.o rewinddir.c
#24 4618.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 4618.2 -o rmdir.o rmdir.c
#24 4618.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 4618.4 -o select.o select.c
#24 4618.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 4618.6 -o sendrecv.o sendrecv.c
#24 4618.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 4618.9 -o setgid.o setgid.c
#24 4619.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 4619.1 -o setgroups.o setgroups.c
#24 4619.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 4619.3 -o setsid.o setsid.c
#24 4619.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 4619.5 -o setuid.o setuid.c
#24 4619.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 4619.7 -o shutdown.o shutdown.c
#24 4620.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 4620.1 -o signals.o signals.c
#24 4620.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 4620.3 -o sleep.o sleep.c
#24 4620.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 4620.6 -o socket.o socket.c
#24 4620.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 4620.9 -o socketaddr.o socketaddr.c
#24 4621.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 4621.1 -o socketpair.o socketpair.c
#24 4621.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 4621.3 -o sockopt.o sockopt.c
#24 4621.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 4621.5 -o spawn.o spawn.c
#24 4621.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 4621.7 -o stat.o stat.c
#24 4621.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 4621.9 -o strofaddr.o strofaddr.c
#24 4622.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 4622.3 -o symlink.o symlink.c
#24 4622.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 4622.4 -o termios.o termios.c
#24 4622.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 4622.7 -o time.o time.c
#24 4623.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 4623.0 -o times.o times.c
#24 4623.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 4623.5 -o truncate.o truncate.c
#24 4623.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 4623.8 -o umask.o umask.c
#24 4624.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 4624.2 -o unixsupport.o unixsupport.c
#24 4624.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 4624.7 -o unlink.o unlink.c
#24 4624.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 4624.9 -o utimes.o utimes.c
#24 4625.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 4625.2 -o wait.o wait.c
#24 4625.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 4625.4 -o write.o write.c
#24 4625.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 unix.mli
#24 4659.4 ../../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 4659.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 -pp "mawk -f ../../stdlib/expand_module_aliases.awk" unixLabels.mli
#24 4685.1 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.ml
#24 4688.4 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#24 4688.4 unix.cmo unixLabels.cmo
#24 4689.5 ../../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 4694.4 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 4694.5 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 4694.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 bigarray.mli
#24 4695.3 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats bigarray.ml
#24 4696.0 ../../ocamlc.opt -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo
#24 4696.4 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 4696.5 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 4696.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 4696.7 -o strstubs.o strstubs.c
#24 4696.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 str.mli
#24 4697.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 4699.0 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#24 4699.0 str.cmo
#24 4704.2 ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
#24 4705.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 4705.4 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 4705.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 4705.7 -o st_stubs.b.o st_stubs.c
#24 4705.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.mli
#24 4705.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.mli
#24 4705.8 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.mli
#24 4705.8 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.mli
#24 4705.8 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.mli
#24 4706.4 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#24 4706.5 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.mli
#24 4706.5 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#24 4706.6 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#24 4707.0 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#24 4707.0 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#24 4707.0 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#24 4708.1 ../../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 4717.4 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o
#24 4719.0 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 4719.0 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 4719.0 make -j -C debugger all
#24 4719.0 make -j -C ocamldoc all
#24 4719.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 4719.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 4719.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.mli
#24 4719.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug primitives.mli
#24 4719.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_config.mli
#24 4719.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_messages.ml
#24 4719.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug unix_tools.mli
#24 4719.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 debugger_config.mli
#24 4719.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_types.mli
#24 4719.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 parameters.mli
#24 4719.6 ../boot/ocamlrun ../lex/ocamllex -q debugger_lexer.mll
#24 4719.6 ../yacc/ocamlyacc debugger_parser.mly
#24 4719.6 ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
#24 4719.7 ../boot/ocamlrun ../lex/ocamllex -q odoc_text_lexer.mll
#24 4719.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 question.mli
#24 4719.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_name.mli
#24 4719.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 exec.mli
#24 4719.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 source.mli
#24 4719.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_print.mli
#24 4719.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 events.mli
#24 4720.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.mli
#24 4720.1 ../yacc/ocamlyacc --strict -v odoc_parser.mly
#24 4720.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug trap_barrier.mli
#24 4720.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug history.mli
#24 4720.3 ../boot/ocamlrun ../lex/ocamllex -q odoc_lexer.mll
#24 4720.4 ../boot/ocamlrun ../lex/ocamllex -q odoc_see_lexer.mll
#24 4720.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_source.mli
#24 4720.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_control.ml
#24 4720.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 program_management.mli
#24 4720.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_inherit.ml
#24 4720.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 loadprinter.mli
#24 4720.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 4721.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_latex_style.ml
#24 4721.1 ../boot/ocamlrun ../lex/ocamllex -q odoc_ocamlhtml.mll
#24 4722.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 int64ops.ml
#24 4722.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_config.ml
#24 4723.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_config.ml
#24 4723.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 primitives.ml
#24 4723.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 debugcom.mli
#24 4723.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 input_handling.mli
#24 4723.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 program_loading.mli
#24 4724.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 4724.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 unix_tools.ml
#24 4724.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug parameters.ml
#24 4724.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug exec.ml
#24 4724.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 source.ml
#24 4724.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug pos.mli
#24 4724.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 events.ml
#24 4724.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 4724.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug frames.mli
#24 4724.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 show_information.mli
#24 4724.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_print.ml
#24 4725.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_global.ml
#24 4725.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_global.mli
#24 4725.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_misc.mli
#24 4725.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_parser.mli
#24 4725.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.mli
#24 4725.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_parameter.ml
#24 4725.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_parser.mli
#24 4725.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_type.ml
#24 4725.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_env.mli
#24 4727.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 input_handling.ml
#24 4727.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 program_loading.ml
#24 4728.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.ml
#24 4728.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 4728.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 debugcom.ml
#24 4728.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 checkpoints.mli
#24 4728.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 symbols.mli
#24 4728.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 breakpoints.mli
#24 4730.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.ml
#24 4730.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.ml
#24 4730.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_extension.ml
#24 4730.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_exception.ml
#24 4730.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_parser.ml
#24 4730.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_see_lexer.ml
#24 4730.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_env.ml
#24 4730.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_value.ml
#24 4731.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug checkpoints.ml
#24 4731.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug trap_barrier.ml
#24 4731.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug history.ml
#24 4731.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 main.ml
#24 4731.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 debugger_parser.mli
#24 4731.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 printval.mli
#24 4731.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 eval.mli
#24 4732.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_ocamlhtml.ml
#24 4732.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_global.ml
#24 4732.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_types.ml
#24 4732.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_misc.ml
#24 4732.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_lexer.ml
#24 4733.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug symbols.ml
#24 4733.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug breakpoints.ml
#24 4733.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug time_travel.ml
#24 4733.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_management.ml
#24 4733.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 frames.ml
#24 4734.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_lexer.mli
#24 4734.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_parser.ml
#24 4736.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_class.ml
#24 4737.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug printval.ml
#24 4737.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug eval.ml
#24 4737.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_information.ml
#24 4737.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 loadprinter.ml
#24 4737.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug command_line.ml
#24 4737.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 4737.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 4738.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 4742.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_module.ml
#24 4742.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_str.mli
#24 4743.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 4743.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 4744.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_merge.mli
#24 4744.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_sig.mli
#24 4744.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_search.mli
#24 4744.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_scan.ml
#24 4744.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_cross.mli
#24 4744.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.mli
#24 4744.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_dep.ml
#24 4744.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_analyse.mli
#24 4746.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_merge.ml
#24 4746.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_search.ml
#24 4746.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_info.mli
#24 4746.7 ../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 4747.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#24 4747.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_cross.ml
#24 4748.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_sig.ml
#24 4748.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_ast.mli
#24 4750.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_info.ml
#24 4750.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 ocamldebug_entry.ml
#24 4750.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_to_text.ml
#24 4750.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_man.ml
#24 4750.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_dag2html.mli
#24 4750.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_dot.ml
#24 4750.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_ast.ml
#24 4750.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_analyse.ml
#24 4752.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_html.ml
#24 4752.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_dag2html.ml
#24 4752.6 ../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 4758.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_texi.ml
#24 4758.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex.ml
#24 4765.8 ../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 4771.8 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_gen.mli
#24 4772.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_args.mli
#24 4772.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_gen.ml
#24 4773.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_test.ml
#24 4773.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.ml
#24 4773.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.ml
#24 4773.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 generators/odoc_todo.ml
#24 4773.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 generators/odoc_literate.ml
#24 4778.6 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 4778.7 ../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 4781.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 4781.1 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 4781.1 make -j ocamlopt.opt
#24 4781.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 4782.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/internal_variable_names.ml -I middle_end
#24 4782.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/linkage_name.ml -I middle_end
#24 4782.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/backend_var.ml -I middle_end
#24 4782.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/clambda_primitives.ml -I middle_end
#24 4782.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/base_types/id_types.ml -I middle_end/flambda/base_types
#24 4782.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/tag.ml -I middle_end/flambda/base_types
#24 4782.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/static_exception.ml -I middle_end/flambda/base_types
#24 4782.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/pass_wrapper.ml -I middle_end/flambda
#24 4782.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/allocated_const.ml -I middle_end/flambda
#24 4782.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/arch.ml -I asmcomp
#24 4782.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/x86_proc.ml -I asmcomp
#24 4782.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.ml -I driver
#24 4789.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda_primitives.ml -I middle_end
#24 4789.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/semantics_of_primitives.ml -I middle_end
#24 4789.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/convert_primitives.ml -I middle_end
#24 4793.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilation_unit.ml -I middle_end
#24 4793.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.ml -I middle_end
#24 4793.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/cmm.ml -I asmcomp
#24 4799.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/x86_masm.ml -I asmcomp
#24 4799.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.ml -I asmcomp
#24 4799.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.ml -I asmcomp
#24 4802.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/variable.ml -I middle_end
#24 4802.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/base_types/export_id.ml -I middle_end/flambda/base_types
#24 4802.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/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#24 4806.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/printcmm.ml -I asmcomp
#24 4806.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/reg.ml -I asmcomp
#24 4806.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/afl_instrument.ml -I asmcomp
#24 4806.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/strmatch.ml -I asmcomp
#24 4806.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/cmm_invariants.ml -I asmcomp
#24 4807.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/emitaux.ml -I asmcomp
#24 4809.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#24 4813.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/printclambda.ml -I middle_end
#24 4822.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#24 4822.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.ml -I middle_end
#24 4822.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#24 4822.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/parameter.ml -I middle_end/flambda
#24 4823.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/mach.ml -I asmcomp
#24 4829.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#24 4829.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#24 4830.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/proc.ml -I asmcomp
#24 4831.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/dataflow.ml -I asmcomp
#24 4831.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/comballoc.ml -I asmcomp
#24 4831.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/split.ml -I asmcomp
#24 4831.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/reloadgen.ml -I asmcomp
#24 4831.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/linear.ml -I asmcomp
#24 4835.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/closure_conversion_aux.ml -I middle_end/flambda
#24 4838.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_origin.ml -I middle_end/flambda/base_types
#24 4838.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/projection.ml -I middle_end/flambda
#24 4838.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 file_formats/linear_format.ml -I file_formats
#24 4838.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/branch_relaxation_intf.ml -I asmcomp
#24 4842.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/polling.ml -I asmcomp
#24 4843.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/branch_relaxation.ml -I asmcomp
#24 4847.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/reload.ml -I asmcomp
#24 4848.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/interval.ml -I asmcomp
#24 4848.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/CSEgen.ml -I asmcomp
#24 4848.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/spill.ml -I asmcomp
#24 4848.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/interf.ml -I asmcomp
#24 4848.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/coloring.ml -I asmcomp
#24 4848.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.ml -I asmcomp
#24 4848.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/linearize.ml -I asmcomp
#24 4848.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/schedgen.ml -I asmcomp
#24 4860.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/flambda.ml -I middle_end/flambda
#24 4863.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/printmach.ml -I asmcomp
#24 4863.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/linscan.ml -I asmcomp
#24 4865.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/selectgen.ml -I asmcomp
#24 4868.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.ml -I middle_end/flambda
#24 4875.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/scheduling.ml -I asmcomp
#24 4876.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/CSE.ml -I asmcomp
#24 4890.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 4890.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/printlinear.ml -I asmcomp
#24 4906.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#24 4906.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/effect_analysis.ml -I middle_end/flambda
#24 4906.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/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#24 4906.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/alias_analysis.ml -I middle_end/flambda
#24 4911.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#24 4921.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/flambda_utils.ml -I middle_end/flambda
#24 4921.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_cost.ml -I middle_end/flambda
#24 4922.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_code.ml -I middle_end/flambda
#24 4922.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/share_constants.ml -I middle_end/flambda
#24 4922.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/ref_to_variables.ml -I middle_end/flambda
#24 4922.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/flambda_invariants.ml -I middle_end/flambda
#24 4936.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/selection.ml -I asmcomp
#24 4946.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
#24 4950.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.ml -I middle_end/flambda
#24 4954.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/freshening.ml -I middle_end/flambda
#24 4954.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#24 4954.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/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#24 4954.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/find_recursive_functions.ml -I middle_end/flambda
#24 4954.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/invariant_params.ml -I middle_end/flambda
#24 4954.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/inconstant_idents.ml -I middle_end/flambda
#24 4954.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/remove_unused_closure_vars.ml -I middle_end/flambda
#24 4954.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/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#24 4954.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/closure_offsets.ml -I middle_end/flambda
#24 4970.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/remove_unused_arguments.ml -I middle_end/flambda
#24 4975.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/simple_value_approx.ml -I middle_end/flambda
#24 4996.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 4996.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 4996.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 4996.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 4998.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/simplify_boxed_integer_ops.ml -I middle_end/flambda
#24 5003.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/simplify_primitives.ml -I middle_end/flambda
#24 5013.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_for_pack.ml -I middle_end/flambda
#24 5013.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/compilenv.ml -I middle_end
#24 5013.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/traverse_for_exported_symbols.ml -I middle_end/flambda
#24 5016.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.ml -I middle_end/flambda
#24 5016.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
#24 5016.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
#24 5024.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/unbox_free_vars_of_closures.ml -I middle_end/flambda
#24 5028.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.ml -I middle_end/closure
#24 5028.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/import_approx.ml -I middle_end/flambda
#24 5028.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/build_export_info.ml -I middle_end/flambda
#24 5029.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/flambda_to_clambda.ml -I middle_end/flambda
#24 5029.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/cmmgen_state.ml -I asmcomp
#24 5029.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/emit.ml -I asmcomp
#24 5035.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/cmm_helpers.ml -I asmcomp
#24 5037.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
#24 5038.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/unbox_specialised_args.ml -I middle_end/flambda
#24 5039.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.ml -I middle_end/flambda
#24 5066.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/inline_and_simplify.ml -I middle_end/flambda
#24 5092.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/closure/closure_middle_end.ml -I middle_end/closure
#24 5098.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#24 5137.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/cmmgen.ml -I asmcomp
#24 5189.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 5203.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml -I asmcomp
#24 5203.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.ml -I driver
#24 5219.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/asmlibrarian.ml -I asmcomp
#24 5219.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/asmpackager.ml -I asmcomp
#24 5230.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmaindriver.ml -I driver
#24 5236.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamloptcomp.cmxa middle_end/internal_variable_names.cmx middle_end/linkage_name.cmx middle_end/compilation_unit.cmx middle_end/variable.cmx middle_end/flambda/base_types/closure_element.cmx middle_end/flambda/base_types/closure_id.cmx middle_end/symbol.cmx middle_end/backend_var.cmx middle_end/clambda_primitives.cmx middle_end/printclambda_primitives.cmx middle_end/clambda.cmx middle_end/printclambda.cmx middle_end/semantics_of_primitives.cmx middle_end/convert_primitives.cmx middle_end/flambda/base_types/id_types.cmx middle_end/flambda/base_types/export_id.cmx middle_end/flambda/base_types/tag.cmx middle_end/flambda/base_types/mutable_variable.cmx middle_end/flambda/base_types/set_of_closures_id.cmx middle_end/flambda/base_types/set_of_closures_origin.cmx middle_end/flambda/base_types/closure_origin.cmx middle_end/flambda/base_types/var_within_closure.cmx middle_end/flambda/base_types/static_exception.cmx middle_end/flambda/pass_wrapper.cmx middle_end/flambda/allocated_const.cmx middle_end/flambda/parameter.cmx middle_end/flambda/projection.cmx middle_end/flambda/flambda.cmx middle_end/flambda/flambda_iterators.cmx middle_end/flambda/flambda_utils.cmx middle_end/flambda/freshening.cmx middle_end/flambda/effect_analysis.cmx middle_end/flambda/inlining_cost.cmx middle_end/flambda/simple_value_approx.cmx middle_end/flambda/export_info.cmx middle_end/flambda/export_info_for_pack.cmx middle_end/compilenv.cmx middle_end/closure/closure.cmx middle_end/closure/closure_middle_end.cmx middle_end/flambda/import_approx.cmx middle_end/flambda/lift_code.cmx middle_end/flambda/closure_conversion_aux.cmx middle_end/flambda/closure_conversion.cmx middle_end/flambda/initialize_symbol_to_let_symbol.cmx middle_end/flambda/lift_let_to_initialize_symbol.cmx middle_end/flambda/find_recursive_functions.cmx middle_end/flambda/invariant_params.cmx middle_end/flambda/inconstant_idents.cmx middle_end/flambda/alias_analysis.cmx middle_end/flambda/lift_constants.cmx middle_end/flambda/share_constants.cmx middle_end/flambda/simplify_common.cmx middle_end/flambda/remove_unused_arguments.cmx middle_end/flambda/remove_unused_closure_vars.cmx middle_end/flambda/remove_unused_program_constructs.cmx middle_end/flambda/simplify_boxed_integer_ops.cmx middle_end/flambda/simplify_primitives.cmx middle_end/flambda/inlining_stats_types.cmx middle_end/flambda/inlining_stats.cmx middle_end/flambda/inline_and_simplify_aux.cmx middle_end/flambda/remove_free_vars_equal_to_args.cmx middle_end/flambda/extract_projections.cmx middle_end/flambda/augment_specialised_args.cmx middle_end/flambda/unbox_free_vars_of_closures.cmx middle_end/flambda/unbox_specialised_args.cmx middle_end/flambda/unbox_closures.cmx middle_end/flambda/inlining_transforms.cmx middle_end/flambda/inlining_decision.cmx middle_end/flambda/inline_and_simplify.cmx middle_end/flambda/ref_to_variables.cmx middle_end/flambda/flambda_invariants.cmx middle_end/flambda/traverse_for_exported_symbols.cmx middle_end/flambda/build_export_info.cmx middle_end/flambda/closure_offsets.cmx middle_end/flambda/un_anf.cmx middle_end/flambda/flambda_to_clambda.cmx middle_end/flambda/flambda_middle_end.cmx asmcomp/arch.cmx asmcomp/cmm.cmx asmcomp/printcmm.cmx asmcomp/reg.cmx asmcomp/mach.cmx asmcomp/proc.cmx asmcomp/afl_instrument.cmx asmcomp/strmatch.cmx asmcomp/cmmgen_state.cmx asmcomp/cmm_helpers.cmx asmcomp/cmmgen.cmx asmcomp/cmm_invariants.cmx asmcomp/interval.cmx asmcomp/printmach.cmx asmcomp/dataflow.cmx asmcomp/polling.cmx asmcomp/selectgen.cmx asmcomp/selection.cmx asmcomp/comballoc.cmx asmcomp/CSEgen.cmx asmcomp/CSE.cmx asmcomp/liveness.cmx asmcomp/spill.cmx asmcomp/split.cmx asmcomp/interf.cmx asmcomp/coloring.cmx asmcomp/linscan.cmx asmcomp/reloadgen.cmx asmcomp/reload.cmx asmcomp/deadcode.cmx asmcomp/linear.cmx asmcomp/printlinear.cmx asmcomp/linearize.cmx file_formats/linear_format.cmx asmcomp/schedgen.cmx asmcomp/scheduling.cmx asmcomp/branch_relaxation_intf.cmx asmcomp/branch_relaxation.cmx asmcomp/emitaux.cmx asmcomp/emit.cmx asmcomp/asmgen.cmx asmcomp/asmlink.cmx asmcomp/asmlibrarian.cmx asmcomp/asmpackager.cmx driver/opterrors.cmx driver/optcompile.cmx driver/optmaindriver.cmx
#24 5236.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmain.ml -I driver
#24 5241.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlopt.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa driver/optmain.cmx
#24 5311.4 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5311.4 make -j otherlibrariesopt
#24 5311.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5312.1 make -j -C otherlibs allopt
#24 5312.2 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 5312.4 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 5313.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 5313.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/binutils.ml
#24 5313.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 5313.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmx dynlink_compilerlibs/config.ml
#24 5313.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 5313.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/build_path_prefix_map.ml
#24 5313.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 5313.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/arg_helper.ml
#24 5313.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 5313.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/terminfo.ml
#24 5313.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 5313.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/local_store.ml
#24 5313.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 5313.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 5313.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 5313.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/lazy_backtrack.ml
#24 5313.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 5313.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/runtimedef.ml
#24 5313.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 5313.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/opcodes.ml
#24 5313.5 ../../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 5313.6 cp dynlink.cmi dynlink.mli native/
#24 5318.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 dynlink_platform_intf.ml
#24 5320.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 5320.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/misc.ml
#24 5320.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 5320.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/bytesections.ml
#24 5331.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 5331.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/identifiable.ml
#24 5331.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 5331.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/profile.ml
#24 5331.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 5331.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/consistbl.ml
#24 5331.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 5331.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/warnings.ml
#24 5331.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 5331.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/load_path.ml
#24 5331.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 5331.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/longident.ml
#24 5331.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 5331.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/dll.ml
#24 5331.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 5331.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmx dynlink_compilerlibs/cmxs_format.ml
#24 5339.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 5339.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/numbers.ml
#24 5342.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 5342.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/clflags.ml
#24 5348.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 5348.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmx dynlink_compilerlibs/location.ml
#24 5348.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 5348.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/ident.ml
#24 5351.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 5351.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmx dynlink_compilerlibs/path.ml
#24 5353.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 5353.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/shape.ml
#24 5355.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 5355.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/asttypes.ml
#24 5355.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 5355.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/syntaxerr.ml
#24 5356.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 5356.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/parsetree.ml
#24 5356.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 5356.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/debuginfo.ml
#24 5359.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 5359.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/docstrings.ml
#24 5359.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 5359.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/attr_helper.ml
#24 5359.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 5359.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/builtin_attributes.ml
#24 5362.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 5362.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_helper.ml
#24 5362.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 5362.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/type_immediacy.ml
#24 5363.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 5363.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/outcometree.ml
#24 5365.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 5365.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/primitive.ml
#24 5367.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 5367.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmx dynlink_compilerlibs/types.ml
#24 5371.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 5371.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/ast_mapper.ml
#24 5372.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 5372.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/btype.ml
#24 5372.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 5372.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/cmi_format.ml
#24 5374.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 5374.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/persistent_env.ml
#24 5380.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 5380.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/predef.ml
#24 5380.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 5380.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/datarepr.ml
#24 5384.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 5384.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/subst.ml
#24 5391.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 5391.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmx dynlink_compilerlibs/env.ml
#24 5416.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 5416.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/lambda.ml
#24 5422.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 5422.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/instruct.ml
#24 5422.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 5422.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmo_format.ml
#24 5423.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 5423.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/meta.ml
#24 5424.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 5424.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/symtable.ml
#24 5429.8 ../../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 5438.0 ../../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 5442.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 native/dynlink.ml
#24 5444.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 -ccopt "-Wl,-E" -a -I native \
#24 5444.9 -o dynlink.cmxa native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx
#24 5447.2 cp native/dynlink.cmx dynlink.cmx
#24 5447.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 5447.5 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 5448.3 ../../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 5454.2 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.ml
#24 5456.2 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#24 5456.2 unix.cmx unixLabels.cmx
#24 5457.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
#24 5462.0 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 5462.1 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 5462.4 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats bigarray.ml
#24 5463.5 ../../ocamlopt.opt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx
#24 5464.2 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
#24 5465.9 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 5466.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 5466.4 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats str.ml
#24 5472.0 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#24 5472.0 str.cmx
#24 5472.9 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
#24 5475.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 5475.2 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 5475.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 -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux \
#24 5475.6 -o st_stubs.n.o st_stubs.c
#24 5475.6 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#24 5475.7 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#24 5476.4 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#24 5477.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#24 5477.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#24 5477.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#24 5480.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -linkall -a -cclib -lthreadsnat -cclib -lpthread -o threads.cmxa thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx
#24 5498.3 ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs.n.o
#24 5500.0 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 5500.0 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 5500.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5500.0 make -j ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
#24 5500.0 ocamlnat
#24 5500.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5501.8 make -j -C lex allopt
#24 5501.8 make -j -C tools opt
#24 5501.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 5501.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 5502.0 ./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 5502.0 make -j -C yacc all
#24 5502.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 cset.ml
#24 5502.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 5502.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/tophooks.mli
#24 5502.2 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
#24 5502.2 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
#24 5502.2 cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
#24 5502.3 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
#24 5502.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml -I toplevel
#24 5502.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/trace.ml -I toplevel/native
#24 5502.9 make[3]: Nothing to be done for 'all'.
#24 5502.9 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 5502.9 make -j -C lex all
#24 5503.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 5503.4 make[3]: Nothing to be done for 'all'.
#24 5503.4 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 5503.4 make -j -C ocamldoc opt.opt
#24 5503.5 ../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 5503.7 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 5504.4 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.ml
#24 5504.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_messages.ml
#24 5504.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_print.ml
#24 5504.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_global.ml
#24 5505.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_control.ml
#24 5505.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_inherit.ml
#24 5505.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_ocamlhtml.ml
#24 5505.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_latex_style.ml
#24 5513.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 5513.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 5515.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 parser.ml
#24 5515.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 lexgen.ml
#24 5516.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_types.ml
#24 5517.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_global.ml
#24 5517.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_misc.ml
#24 5517.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parameter.ml
#24 5517.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.ml
#24 5521.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_lexer.ml
#24 5521.4 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_see_lexer.ml
#24 5524.8 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
#24 5525.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_text_parser.ml
#24 5525.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.ml
#24 5531.1 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_lexer.ml
#24 5531.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 5531.4 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_type.ml
#24 5531.4 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.ml
#24 5533.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_extension.ml
#24 5533.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_exception.ml
#24 5535.0 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_class.ml
#24 5538.1 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text.ml
#24 5538.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 5538.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 5543.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topcommon.ml -I toplevel
#24 5544.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_merge.ml
#24 5544.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_search.ml
#24 5544.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_scan.ml
#24 5544.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_dep.ml
#24 5549.8 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
#24 5549.8 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
#24 5553.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 5553.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_cross.ml
#24 5556.7 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
#24 5556.8 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
#24 5561.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/tophooks.ml -I toplevel/native
#24 5564.1 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#24 5565.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 toplevel/native/topeval.ml -I toplevel/native
#24 5567.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_ast.ml
#24 5574.6 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
#24 5576.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 -I toplevel/native -c toplevel/toploop.ml
#24 5579.1 ../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 5580.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_analyse.ml
#24 5584.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_info.ml
#24 5587.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/topdirs.ml
#24 5587.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/topmain.ml -I toplevel/native
#24 5588.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_dag2html.ml
#24 5588.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_to_text.ml
#24 5588.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_man.ml
#24 5588.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_dot.ml
#24 5588.6 ../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 5598.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 -I toplevel/native -c toplevel/topstart.ml
#24 5601.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_latex.ml
#24 5601.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_texi.ml
#24 5602.7 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 5602.8 make -j -C tools opt.opt
#24 5603.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 5603.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 - ocamldep.ml
#24 5604.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 - ocamlprof.ml
#24 5604.6 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlcp.ml
#24 5604.6 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamloptp.ml
#24 5604.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 - ocamlmklib.ml
#24 5604.8 ../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 5605.0 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - ocamlcmt.ml
#24 5605.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 5605.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 - objinfo.ml
#24 5605.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 - primreq.ml
#24 5605.8 ../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 5605.8 ../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 5607.3 ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib \
#24 5607.3 -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_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 5612.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 ocamldep.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamldep.cmx
#24 5615.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 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 5616.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 - dumpobj.ml
#24 5619.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 stripdebug.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa stripdebug.cmx
#24 5624.7 ../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 5627.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_html.ml
#24 5629.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 cmpbyt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa cmpbyt.cmx
#24 5631.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 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 5631.7 ../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 5651.4 ./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 5652.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 ocamlcmt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamlcmt.cmx
#24 5656.1 ./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 5677.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 5678.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 ocamlobjinfo.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ../compilerlibs/ocamlmiddleend.cmxa objinfo.cmx
#24 5682.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 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 5698.3 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o dumpobj.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa opnames.cmx dumpobj.cmx
#24 5774.0 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_gen.ml
#24 5778.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 5789.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc.ml
#24 5789.6 ../ocamlopt.opt -nostdlib -I ../stdlib -shared -o generators/odoc_todo.cmxs -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal generators/odoc_todo.ml
#24 5789.8 ../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 5793.1 ../ocamlopt.opt -nostdlib -I ../stdlib -o ../ocamldoc/ocamldoc.opt -linkall -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -nostdlib ocamlcommon.cmxa unix.cmxa str.cmxa dynlink.cmxa odoc_config.cmx odoc_messages.cmx odoc_global.cmx odoc_types.cmx odoc_misc.cmx odoc_text_parser.cmx odoc_text_lexer.cmx odoc_text.cmx odoc_name.cmx odoc_parameter.cmx odoc_value.cmx odoc_type.cmx odoc_extension.cmx odoc_exception.cmx odoc_class.cmx odoc_module.cmx odoc_print.cmx odoc_str.cmx odoc_comments_global.cmx odoc_parser.cmx odoc_lexer.cmx odoc_see_lexer.cmx odoc_env.cmx odoc_merge.cmx odoc_sig.cmx odoc_ast.cmx odoc_control.cmx odoc_inherit.cmx odoc_search.cmx odoc_scan.cmx odoc_cross.cmx odoc_comments.cmx odoc_dep.cmx odoc_analyse.cmx odoc_info.cmx odoc_dag2html.cmx odoc_to_text.cmx odoc_ocamlhtml.cmx odoc_html.cmx odoc_man.cmx odoc_latex_style.cmx odoc_latex.cmx odoc_texi.cmx odoc_dot.cmx odoc_gen.cmx odoc_args.cmx odoc.cmx
#24 5800.6 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 5852.2 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 5852.2 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5852.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5852.8 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 5853.0 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5853.1 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"
#24 5853.2 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5853.3 mkdir -p "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#24 5853.4 make -j -C runtime install
#24 5853.5 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 5856.4 /usr/bin/install -c -p ocamlrun ocamlrund ocamlruni "/tmp/opam/bootstrap/ocaml/bin"
#24 5856.7 /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 5857.6 /usr/bin/install -c -p libcamlrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5857.7 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 5857.8 /usr/bin/install -c -p -m 644 caml/domain_state.tbl caml/*.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 5858.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 5858.1 /usr/bin/install -c -p ocaml "/tmp/opam/bootstrap/ocaml/bin"
#24 5858.3 /usr/bin/install -c -p ocamlc "/tmp/opam/bootstrap/ocaml/bin/ocamlc.byte"
#24 5858.5 make -j -C stdlib install
#24 5858.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 5858.9 stale=""; \
#24 5858.9 if test -n "$stale" ; then \
#24 5858.9 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#24 5858.9 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cm* and re-run make install"; \
#24 5858.9 exit 1; \
#24 5858.9 fi
#24 5858.9 /usr/bin/install -c -p -m 644 \
#24 5858.9 stdlib.cma std_exit.cmo *.cmi camlheader_ur \
#24 5858.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5859.4 /usr/bin/install -c -p -m 644 \
#24 5859.4 *.cmt *.cmti *.mli *.ml \
#24 5859.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5860.9 /usr/bin/install -c -p -m 644 target_camlheader "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheader"
#24 5861.0 /usr/bin/install -c -p -m 644 target_camlheaderd "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderd"
#24 5861.2 /usr/bin/install -c -p -m 644 target_camlheaderi "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderi"
#24 5861.3 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 5861.3 /usr/bin/install -c -p lex/ocamllex \
#24 5861.3 "/tmp/opam/bootstrap/ocaml/bin/ocamllex.byte"
#24 5861.4 /usr/bin/install -c -p yacc/ocamlyacc "/tmp/opam/bootstrap/ocaml/bin"
#24 5861.5 /usr/bin/install -c -p -m 644 \
#24 5861.5 utils/*.cmi \
#24 5861.5 parsing/*.cmi \
#24 5861.5 typing/*.cmi \
#24 5861.5 bytecomp/*.cmi \
#24 5861.5 file_formats/*.cmi \
#24 5861.5 lambda/*.cmi \
#24 5861.5 driver/*.cmi \
#24 5861.5 toplevel/*.cmi \
#24 5861.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5862.0 /usr/bin/install -c -p -m 644 \
#24 5862.0 toplevel/byte/*.cmi \
#24 5862.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5862.1 /usr/bin/install -c -p -m 644 \
#24 5862.1 utils/*.cmt utils/*.cmti utils/*.mli \
#24 5862.1 parsing/*.cmt parsing/*.cmti parsing/*.mli \
#24 5862.1 typing/*.cmt typing/*.cmti typing/*.mli \
#24 5862.1 file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
#24 5862.1 lambda/*.cmt lambda/*.cmti lambda/*.mli \
#24 5862.1 bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
#24 5862.1 driver/*.cmt driver/*.cmti driver/*.mli \
#24 5862.1 toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
#24 5862.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5865.1 /usr/bin/install -c -p -m 644 \
#24 5865.1 toplevel/byte/*.cmt \
#24 5865.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5865.3 /usr/bin/install -c -p -m 644 \
#24 5865.3 compilerlibs/*.cma \
#24 5865.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5865.7 /usr/bin/install -c -p -m 644 \
#24 5865.7 driver/main.cmo toplevel/topstart.cmo \
#24 5865.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5865.8 /usr/bin/install -c -p expunge "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5866.2 /usr/bin/install -c -p -m 644 \
#24 5866.2 toplevel/topdirs.cmi \
#24 5866.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5866.3 /usr/bin/install -c -p -m 644 \
#24 5866.3 toplevel/topdirs.cmt \
#24 5866.3 toplevel/topdirs.cmti toplevel/topdirs.mli \
#24 5866.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5866.4 make -j -C tools install
#24 5866.4 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 5866.9 /usr/bin/install -c -p -m 644 \
#24 5866.9 profiling.cmi profiling.cmo \
#24 5866.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5867.0 /usr/bin/install -c -p -m 644 \
#24 5867.0 profiling.cmt profiling.cmti \
#24 5867.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5867.1 for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
#24 5867.1 do \
#24 5867.1 /usr/bin/install -c -p "$i" "/tmp/opam/bootstrap/ocaml/bin/$i.byte"; \
#24 5867.1 if test -f "$i".opt; then \
#24 5867.1 /usr/bin/install -c -p "$i.opt" "/tmp/opam/bootstrap/ocaml/bin" && \
#24 5867.1 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.opt" "$i"); \
#24 5867.1 else \
#24 5867.1 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.byte" "$i"); \
#24 5867.1 fi; \
#24 5867.1 done
#24 5869.5 if test -f ocamlcmt.opt; then \
#24 5869.5 /usr/bin/install -c -p\
#24 5869.5 ocamlcmt.opt "/tmp/opam/bootstrap/ocaml/bin/ocamlcmt"; \
#24 5869.5 else \
#24 5869.5 /usr/bin/install -c -p ocamlcmt "/tmp/opam/bootstrap/ocaml/bin"; \
#24 5869.5 fi
#24 5869.8 /usr/bin/install -c -p -m 644 \
#24 5869.8 eventlog_metadata \
#24 5869.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5869.9 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 5869.9 make -j -C man install
#24 5870.0 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#24 5870.1 mkdir -p '/tmp/opam/bootstrap/ocaml/man/man1'
#24 5870.1 /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 5870.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#24 5870.3 for i in dynlink unix bigarray str systhreads; do \
#24 5870.3 make -j -C otherlibs/$i install || exit $?; \
#24 5870.3 done
#24 5870.3 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 5870.8 /usr/bin/install -c -p -m 644 \
#24 5870.8 dynlink.cmi dynlink.cma \
#24 5870.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5870.9 /usr/bin/install -c -p -m 644 \
#24 5870.9 dynlink.cmti dynlink.mli \
#24 5870.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5871.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 5871.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 5871.5 if test -f dllunix.so; then \
#24 5871.5 /usr/bin/install -c -p \
#24 5871.5 dllunix.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 5871.5 fi
#24 5871.6 /usr/bin/install -c -p -m 644 libunix.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5871.8 /usr/bin/install -c -p -m 644 \
#24 5871.8 unix.cma unix.cmi unixLabels.cmi \
#24 5871.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5871.9 /usr/bin/install -c -p -m 644 \
#24 5871.9 unix.mli unixLabels.mli \
#24 5871.9 unix.cmti unixLabels.cmti \
#24 5871.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5872.0 if test -n "unixsupport.h socketaddr.h"; then \
#24 5872.0 /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 5872.0 fi
#24 5872.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 5872.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 5872.5 if test -f dllbigarray.so; then \
#24 5872.5 /usr/bin/install -c -p \
#24 5872.5 dllbigarray.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 5872.5 fi
#24 5872.6 /usr/bin/install -c -p -m 644 \
#24 5872.6 bigarray.cma bigarray.cmi \
#24 5872.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5872.7 /usr/bin/install -c -p -m 644 \
#24 5872.7 bigarray.mli \
#24 5872.7 bigarray.cmti \
#24 5872.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5872.8 if test -n ""; then \
#24 5872.8 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 5872.8 fi
#24 5872.9 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 5873.0 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 5873.3 if test -f dllcamlstr.so; then \
#24 5873.3 /usr/bin/install -c -p \
#24 5873.3 dllcamlstr.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 5873.3 fi
#24 5873.4 /usr/bin/install -c -p -m 644 libcamlstr.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5873.5 /usr/bin/install -c -p -m 644 \
#24 5873.5 str.cma str.cmi \
#24 5873.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5873.6 /usr/bin/install -c -p -m 644 \
#24 5873.6 str.mli \
#24 5873.6 str.cmti \
#24 5873.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5873.8 if test -n ""; then \
#24 5873.8 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 5873.8 fi
#24 5873.8 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 5873.9 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 5874.2 if test -f dllthreads.so; then \
#24 5874.2 /usr/bin/install -c -p dllthreads.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 5874.2 fi
#24 5874.4 /usr/bin/install -c -p -m 644 libthreads.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5874.5 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 5874.6 /usr/bin/install -c -p -m 644 \
#24 5874.6 thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi semaphore.cmi threads.cma \
#24 5874.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 5874.7 /usr/bin/install -c -p -m 644 \
#24 5874.7 thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti semaphore.cmti \
#24 5874.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 5874.9 /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 5875.0 /usr/bin/install -c -p -m 644 threads.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 5875.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 5875.1 make -j -C ocamldoc install
#24 5875.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 5875.6 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 5875.7 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 5875.8 /usr/bin/install -c -p ../ocamldoc/ocamldoc "/tmp/opam/bootstrap/ocaml/bin"
#24 5875.9 /usr/bin/install -c -p -m 644 \
#24 5875.9 ocamldoc.hva *.cmi odoc_info.cma \
#24 5875.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 5876.3 /usr/bin/install -c -p -m 644 \
#24 5876.3 odoc_info.cmi \
#24 5876.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 5876.4 /usr/bin/install -c -p -m 644 \
#24 5876.4 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#24 5876.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 5876.5 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 5876.5 if test -n "ocamldebugger"; then \
#24 5876.5 make -j -C debugger install; \
#24 5876.5 fi
#24 5876.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 5876.9 /usr/bin/install -c -p ocamldebug "/tmp/opam/bootstrap/ocaml/bin"
#24 5877.3 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 5877.3 /usr/bin/install -c -p -m 644 Makefile.config "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5877.4 /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#24 5877.6 if test -f ocamlopt; then make -j installopt; else \
#24 5877.6 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 5877.6 ln -sf ocamlc.byte ocamlc; \
#24 5877.6 ln -sf ocamllex.byte ocamllex; \
#24 5877.6 (test -f flexlink.byte && \
#24 5877.6 ln -sf flexlink.byte flexlink) || true; \
#24 5877.6 fi
#24 5877.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5878.1 make -j -C runtime installopt
#24 5878.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 5880.9 /usr/bin/install -c -p -m 644 libasmrun.a libasmrund.a libasmruni.a libasmrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5881.3 /usr/bin/install -c -p libasmrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5881.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 5881.5 /usr/bin/install -c -p ocamlopt "/tmp/opam/bootstrap/ocaml/bin/ocamlopt.byte"
#24 5881.9 make -j -C stdlib installopt
#24 5882.0 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 5882.2 stale=""; \
#24 5882.2 if test -n "$stale" ; then \
#24 5882.2 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#24 5882.2 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cmx and re-run make install"; \
#24 5882.2 exit 1; \
#24 5882.2 fi
#24 5882.3 /usr/bin/install -c -p -m 644 \
#24 5882.3 stdlib.cmxa stdlib.a std_exit.o *.cmx \
#24 5882.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5882.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 5882.8 /usr/bin/install -c -p -m 644 \
#24 5882.8 middle_end/*.cmi \
#24 5882.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5883.0 /usr/bin/install -c -p -m 644 \
#24 5883.0 middle_end/closure/*.cmi \
#24 5883.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5883.1 /usr/bin/install -c -p -m 644 \
#24 5883.1 middle_end/flambda/*.cmi \
#24 5883.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5883.4 /usr/bin/install -c -p -m 644 \
#24 5883.4 middle_end/flambda/base_types/*.cmi \
#24 5883.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5883.6 /usr/bin/install -c -p -m 644 \
#24 5883.6 asmcomp/*.cmi \
#24 5883.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5884.0 /usr/bin/install -c -p -m 644 \
#24 5884.0 middle_end/*.cmt middle_end/*.cmti \
#24 5884.0 middle_end/*.mli \
#24 5884.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5884.3 /usr/bin/install -c -p -m 644 \
#24 5884.3 middle_end/closure/*.cmt middle_end/closure/*.cmti \
#24 5884.3 middle_end/closure/*.mli \
#24 5884.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5884.5 /usr/bin/install -c -p -m 644 \
#24 5884.5 middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
#24 5884.5 middle_end/flambda/*.mli \
#24 5884.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5885.4 /usr/bin/install -c -p -m 644 \
#24 5885.4 middle_end/flambda/base_types/*.cmt \
#24 5885.4 middle_end/flambda/base_types/*.cmti \
#24 5885.4 middle_end/flambda/base_types/*.mli \
#24 5885.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5885.7 /usr/bin/install -c -p -m 644 \
#24 5885.7 asmcomp/*.cmt asmcomp/*.cmti \
#24 5885.7 asmcomp/*.mli \
#24 5885.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5886.2 /usr/bin/install -c -p -m 644 \
#24 5886.2 driver/optmain.cmo \
#24 5886.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5886.3 make -j -C ocamldoc installopt
#24 5886.4 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 5886.8 if test -f ../ocamldoc/ocamldoc.opt; then make -j installopt_really ; fi
#24 5886.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 5887.2 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 5887.3 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 5887.4 /usr/bin/install -c -p ../ocamldoc/ocamldoc.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 5887.8 /usr/bin/install -c -p -m 644 \
#24 5887.8 odoc_info.cmi \
#24 5887.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 5887.9 /usr/bin/install -c -p -m 644 \
#24 5887.9 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#24 5887.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 5888.0 /usr/bin/install -c -p -m 644 \
#24 5888.0 ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
#24 5888.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 5888.4 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 5888.4 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 5888.4 for i in dynlink unix bigarray str systhreads; do \
#24 5888.4 make -j -C otherlibs/$i installopt || exit $?; \
#24 5888.4 done
#24 5888.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 5889.0 /usr/bin/install -c -p -m 644 \
#24 5889.0 native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx dynlink.cmxa dynlink.a \
#24 5889.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5889.2 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 5889.3 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 5889.7 /usr/bin/install -c -p -m 644 \
#24 5889.7 unix.cmx unixLabels.cmx unix.cmxa unix.a \
#24 5889.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5889.8 if test -f unix.cmxs; then \
#24 5889.8 /usr/bin/install -c -p unix.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 5889.8 fi
#24 5890.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 5890.0 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 5890.3 /usr/bin/install -c -p -m 644 \
#24 5890.3 bigarray.cmx bigarray.cmxa bigarray.a \
#24 5890.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5890.5 if test -f bigarray.cmxs; then \
#24 5890.5 /usr/bin/install -c -p bigarray.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 5890.5 fi
#24 5890.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 5890.7 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 5891.0 /usr/bin/install -c -p -m 644 \
#24 5891.0 str.cmx str.cmxa str.a \
#24 5891.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 5891.1 if test -f str.cmxs; then \
#24 5891.1 /usr/bin/install -c -p str.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 5891.1 fi
#24 5891.2 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 5891.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 5891.5 /usr/bin/install -c -p -m 644 libthreadsnat.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5891.7 /usr/bin/install -c -p -m 644 \
#24 5891.7 thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx threads.cmxa threads.a \
#24 5891.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 5891.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 5891.8 if test -f ocamlopt.opt; then make -j installoptopt; else \
#24 5891.8 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 5891.8 ln -sf ocamlc.byte ocamlc; \
#24 5891.8 ln -sf ocamlopt.byte ocamlopt; \
#24 5891.8 ln -sf ocamllex.byte ocamllex; \
#24 5891.8 (test -f flexlink.byte && \
#24 5891.8 ln -sf flexlink.byte flexlink) || true; \
#24 5891.8 fi
#24 5891.9 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5892.4 /usr/bin/install -c -p ocamlc.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 5892.7 /usr/bin/install -c -p ocamlopt.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 5893.2 /usr/bin/install -c -p lex/ocamllex.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 5893.3 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 5893.3 ln -sf ocamlc.opt ocamlc; \
#24 5893.3 ln -sf ocamlopt.opt ocamlopt; \
#24 5893.3 ln -sf ocamllex.opt ocamllex
#24 5893.4 /usr/bin/install -c -p -m 644 \
#24 5893.4 utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
#24 5893.4 toplevel/*.cmx toplevel/native/*.cmx \
#24 5893.4 toplevel/native/tophooks.cmi \
#24 5893.4 file_formats/*.cmx \
#24 5893.4 lambda/*.cmx \
#24 5893.4 driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
#24 5893.4 middle_end/closure/*.cmx \
#24 5893.4 middle_end/flambda/*.cmx \
#24 5893.4 middle_end/flambda/base_types/*.cmx \
#24 5893.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5894.3 /usr/bin/install -c -p -m 644 \
#24 5894.3 compilerlibs/*.cmxa compilerlibs/*.a \
#24 5894.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5895.1 /usr/bin/install -c -p -m 644 \
#24 5895.1 driver/main.cmx driver/main.o \
#24 5895.1 driver/optmain.cmx driver/optmain.o \
#24 5895.1 toplevel/topstart.o \
#24 5895.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 5895.2 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5895.2 make -j -C tools installopt
#24 5895.3 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 5895.6 /usr/bin/install -c -p -m 644 \
#24 5895.6 profiling.cmx profiling.o \
#24 5895.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 5895.7 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 5895.7 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 5895.9 make: Entering directory '/tmp/opam/src_ext'
#24 5896.4 * Downloading cppo...
#24 5901.3 cppo.tar.gz has the expected MD5.
#24 5901.5 * Downloading base64...
#24 5906.1 base64.tbz has the expected MD5.
#24 5906.4 * Downloading extlib...
#24 5909.6 extlib.tar.gz has the expected MD5.
#24 5909.9 * Downloading re...
#24 5913.6 re.tar.gz has the expected MD5.
#24 5913.8 * Downloading ocamlgraph...
#24 5917.1 ocamlgraph.tbz has the expected MD5.
#24 5917.4 * Downloading cudf...
#24 5920.4 cudf.tar.gz has the expected MD5.
#24 5920.7 * Downloading dose3...
#24 5924.3 dose3.tar.gz has the expected MD5.
#24 5924.6 * Downloading opam-file-format...
#24 5928.9 opam-file-format.tar.gz has the expected MD5.
#24 5929.1 * Downloading stdlib-shims...
#24 5932.3 stdlib-shims.tbz has the expected MD5.
#24 5932.7 * Downloading spdx_licenses...
#24 5936.2 spdx_licenses.tar.gz has the expected MD5.
#24 5936.5 * Downloading opam-0install-cudf...
#24 5939.6 opam-0install-cudf.tar.gz has the expected MD5.
#24 5939.9 * Downloading 0install-solver...
#24 5945.0 0install-solver.tbz has the expected MD5.
#24 5945.3 * Downloading uutf...
#24 5947.4 uutf.tbz has the expected MD5.
#24 5947.7 * Downloading jsonm...
#24 5949.9 jsonm.tbz has the expected MD5.
#24 5950.2 * Downloading sha...
#24 5954.2 sha.tbz has the expected MD5.
#24 5954.5 * Downloading swhid_core...
#24 5958.2 swhid_core.tar.gz has the expected MD5.
#24 5958.5 * Downloading menhir...
#24 5961.0 menhir.tar.gz has the expected MD5.
#24 5961.3 * Downloading patch...
#24 5964.5 patch.tbz has the expected MD5.
#24 5964.8 * Downloading checkseum...
#24 5968.9 checkseum.tbz has the expected MD5.
#24 5969.3 * Downloading optint...
#24 5972.7 optint.tbz has the expected MD5.
#24 5973.1 * Downloading decompress...
#24 5976.5 decompress.tbz has the expected MD5.
#24 5976.8 * Downloading tar...
#24 5981.1 tar.tbz has the expected MD5.
#24 5981.4 * Downloading dune-local...
#24 5985.0 dune-local.tbz has the expected MD5.
#24 5985.3 * Downloading mccs...
#24 5989.6 mccs.tar.gz has the expected MD5.
#24 5990.0 * Downloading ocaml...
#24 5998.2 ocaml.tar.gz has the expected MD5.
#24 5998.5 * Downloading flexdll...
#24 6003.9 flexdll.tar.gz has the expected MD5.
#24 6003.9 make: Leaving directory '/tmp/opam/src_ext'
#24 DONE 6005.2s
#25 [stage-0 8/13] 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
#25 33.29 Note: switching to '263921263e1f745613e2882745114b7b08f3608b'.
#25 33.29
#25 33.29 You are in 'detached HEAD' state. You can look around, make experimental
#25 33.29 changes and commit them, and you can discard any commits you make in this
#25 33.29 state without impacting any branches by switching back to a branch.
#25 33.29
#25 33.29 If you want to create a new branch to retain commits you create, you may
#25 33.29 do so (now or later) by using -c with the switch command. Example:
#25 33.29
#25 33.29 git switch -c <new-branch-name>
#25 33.29
#25 33.29 Or undo this operation with:
#25 33.29
#25 33.29 git switch -
#25 33.29
#25 33.29 Turn off this advice by setting config variable advice.detachedHead to false
#25 33.29
#25 33.29 HEAD is now at 263921263 Merge pull request #6177 from kit-ty-kate/fix-release-2.1
#25 40.62 checking for ocamlc... ocamlc
#25 41.35 OCaml version is 4.14.2
#25 42.00 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#25 42.03 checking for ocamlopt... ocamlopt
#25 43.05 checking for ocamlc.opt... ocamlc.opt
#25 43.54 checking for ocamlopt.opt... ocamlopt.opt
#25 44.42 checking for ocaml... ocaml
#25 44.45 checking for ocamldep... ocamldep
#25 44.49 checking for ocamldep.opt... ocamldep.opt
#25 45.26 checking for ocamlmktop... ocamlmktop
#25 45.29 checking for ocamlmklib... ocamlmklib
#25 45.32 checking for ocamldoc... ocamldoc
#25 45.35 checking for ocamldoc.opt... ocamldoc.opt
#25 46.47 checking for ocamlbuild... no
#25 46.50 checking OCaml Sys.os_type... Unix
#25 48.05 checking for gawk... no
#25 48.06 checking for mawk... mawk
#25 48.60 checking for compiler type... cc
#25 62.72 checking for compiler architecture... riscv
#25 76.86 checking for compiler system... linux
#25 92.21 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#25 94.26 checking whether the C compiler works... yes
#25 98.92 checking for C compiler default output file name... a.out
#25 98.98 checking for suffix of executables...
#25 101.7 checking whether we are cross compiling... no
#25 105.7 checking for suffix of object files... o
#25 107.4 checking whether the compiler supports GNU C... yes
#25 109.2 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#25 110.9 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#25 117.6 checking for stdio.h... yes
#25 118.9 checking for stdlib.h... yes
#25 120.5 checking for string.h... yes
#25 122.8 checking for inttypes.h... yes
#25 125.0 checking for stdint.h... yes
#25 127.2 checking for strings.h... yes
#25 129.5 checking for sys/stat.h... yes
#25 132.2 checking for sys/types.h... yes
#25 134.3 checking for unistd.h... yes
#25 137.0 checking for acl/libacl.h... no
#25 140.2 checking for library containing acl_get_perm... no
#25 145.5 checking for ocamlobjinfo... ocamlobjinfo
#25 145.5 checking for ocamlfind... no
#25 145.6 checking for curl... curl
#25 145.6 checking for dune... no
#25 145.6 checking for cppo... no
#25 145.6 checking for patch... patch
#25 145.7 checking for bunzip2... bunzip2
#25 146.2
#25 146.2 checking for OCaml findlib package unix... not found
#25 146.3 checking for OCaml findlib package bigarray... not found
#25 146.3 checking for OCaml findlib package extlib... not found
#25 146.4 checking for OCaml findlib package re... not found
#25 146.5 checking for OCaml findlib package re.glob... not found
#25 146.5 checking for OCaml findlib package cmdliner... not found
#25 146.6 checking for OCaml findlib package ocamlgraph... not found
#25 146.7 checking for OCaml findlib package cudf... not found
#25 146.7 checking for OCaml findlib package dose3.common... not found
#25 146.9 checking for OCaml findlib package dose3.algo... not found
#25 147.0 checking for OCaml findlib package opam-file-format... not found
#25 147.1 checking for OCaml findlib package mccs... not found
#25 147.2 checking for OCaml findlib package opam-0install-cudf... not found
#25 147.3 checking for g++... g++
#25 148.7 checking whether the compiler supports GNU C++... yes
#25 152.3 checking whether g++ accepts -g... yes
#25 154.4 checking for g++ option to enable C++11 features... none needed
#25 167.1
#25 167.1 ============================================================================
#25 167.1 Some dependencies are missing. If you are just interested in the stand-alone
#25 167.1 'opam' binary, run 'make lib-ext' to download and include them.
#25 167.1 ============================================================================
#25 167.1
#25 168.4 configure: creating ./config.status
#25 173.4 config.status: creating Makefile.config
#25 174.2 config.status: creating src/ocaml-flags-configure.sexp
#25 175.2 config.status: creating src/stubs/c-flags.sexp
#25 176.2 config.status: creating src/stubs/libacl/c-libraries.sexp
#25 177.5
#25 177.7 Opam will be built WITH a built-in solver
#25 177.7
#25 177.7 Executables will be installed in /usr/local/bin
#25 177.7 Manual pages will be installed in /usr/local/share/man
#25 179.2 make -j -C src_ext lib-ext
#25 179.3 make[1]: Entering directory '/tmp/opam-build-2.1/src_ext'
#25 181.1 [ -e dune-local.tbz ] || \
#25 181.1 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; }; }; }
#25 181.2 [ -e cppo.tar.gz ] || \
#25 181.2 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; }; }; }
#25 181.3 [ -e base64.tbz ] || \
#25 181.3 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; }; }; }
#25 181.7 [ -e extlib.tar.gz ] || \
#25 181.7 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; }; }; }
#25 181.9 [ -e re.tbz ] || \
#25 181.9 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; }; }; }
#25 182.1 [ -e cmdliner.tbz ] || \
#25 182.1 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; }; }; }
#25 182.3 [ -e ocamlgraph.tbz ] || \
#25 182.3 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; }; }; }
#25 182.6 [ -e cudf.tar.gz ] || \
#25 182.6 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; }; }; }
#25 182.9 [ -e dose3.tar.gz ] || \
#25 182.9 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; }; }; }
#25 183.3 [ -e opam-file-format.tar.gz ] || \
#25 183.3 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; }; }; }
#25 183.4 [ -e result.tbz ] || \
#25 183.4 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; }; }; }
#25 183.9 [ -e seq.tar.gz ] || \
#25 183.9 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; }; }; }
#25 184.4 [ -e stdlib-shims.tbz ] || \
#25 184.4 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; }; }; }
#25 184.8 [ -e mccs.tar.gz ] || \
#25 184.8 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; }; }; }
#25 185.0 [ -e opam-0install-cudf.tbz ] || \
#25 185.0 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; }; }; }
#25 185.5 [ -e 0install-solver.tbz ] || \
#25 185.5 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; }; }; }
#25 201.7 cudf.tar.gz has the expected MD5.
#25 201.9 mkdir -p tmp-cudf
#25 202.0 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#25 202.5 cmdliner.tbz has the expected MD5.
#25 202.7 mkdir -p tmp-cmdliner
#25 202.9 dose3.tar.gz has the expected MD5.
#25 203.0 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#25 203.0 mkdir -p tmp-dose3
#25 203.3 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#25 205.0 re.tbz has the expected MD5.
#25 205.2 mkdir -p tmp-re
#25 205.5 rm -rf cudf
#25 205.6 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#25 205.9 rm -rf cmdliner
#25 206.4 ocamlgraph.tbz has the expected MD5.
#25 206.5 mkdir -p tmp-ocamlgraph
#25 206.7 cd tmp-ocamlgraph && bunzip2 -c ../ocamlgraph.tbz | tar xf -
#25 206.8 patching file lib/dune
#25 207.2 patching file src/cmdliner_docgen.ml
#25 207.2 cppo.tar.gz has the expected MD5.
#25 207.3 mkdir -p tmp-cppo
#25 207.5 cd tmp-cppo && gunzip -c ../cppo.tar.gz | tar xf -
#25 207.6 patching file src/cmdliner.ml
#25 207.7 patching file src/cmdliner.mli
#25 207.8 patching file src/cmdliner_arg.ml
#25 208.0 patching file src/cmdliner_arg.mli
#25 208.0 patching file src/cmdliner_base.ml
#25 208.2 patching file src/cmdliner_cline.ml
#25 208.3 patching file src/cmdliner_cline.mli
#25 208.4 patching file src/cmdliner_docgen.ml
#25 208.5 patching file src/cmdliner_manpage.ml
#25 208.6 patching file src/cmdliner_term.ml
#25 208.7 patching file src/cmdliner_term.mli
#25 208.7 seq.tar.gz has the expected MD5.
#25 208.8 patching file src/dune
#25 208.8 mkdir -p tmp-seq
#25 209.0 base64.tbz has the expected MD5.
#25 209.1 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#25 209.1 mkdir -p tmp-base64
#25 209.2 result.tbz has the expected MD5.
#25 209.2 rm -rf re
#25 209.3 rm -rf cppo
#25 209.4 extlib.tar.gz has the expected MD5.
#25 209.4 cd tmp-base64 && bunzip2 -c ../base64.tbz | tar xf -
#25 209.5 mkdir -p tmp-result
#25 209.6 mkdir -p tmp-extlib
#25 209.6 cd tmp-result && bunzip2 -c ../result.tbz | tar xf -
#25 209.7 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#25 209.9 0install-solver.tbz has the expected MD5.
#25 210.1 mkdir -p tmp-0install-solver
#25 210.3 rm -rf seq
#25 210.4 cd tmp-0install-solver && bunzip2 -c ../0install-solver.tbz | tar xf -
#25 210.4 rm -rf base64
#25 210.5 rm -rf result
#25 210.8 dune-local.tbz has the expected MD5.
#25 211.0 opam-file-format.tar.gz has the expected MD5.
#25 211.0 mkdir -p tmp-dune-local
#25 211.2 mkdir -p tmp-opam-file-format
#25 211.2 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#25 211.2 mccs.tar.gz has the expected MD5.
#25 211.3 mkdir -p tmp-mccs
#25 211.5 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#25 211.5 rm -rf extlib
#25 211.6 patching file src/base64.ml
#25 211.6 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#25 211.6 patching file src/base64.mli
#25 211.7 patching file src/dune
#25 211.9 rm -f seq/src/seq.ml seq/src/seq.mli
#25 212.7 rm -rf opam-file-format
#25 213.2 stdlib-shims.tbz has the expected MD5.
#25 213.3 mkdir -p tmp-stdlib-shims
#25 213.4 cd tmp-stdlib-shims && bunzip2 -c ../stdlib-shims.tbz | tar xf -
#25 213.6 opam-0install-cudf.tbz has the expected MD5.
#25 213.6 mkdir -p tmp-opam-0install-cudf
#25 213.7 rm -rf stdlib-shims
#25 213.8 cd tmp-opam-0install-cudf && bunzip2 -c ../opam-0install-cudf.tbz | tar xf -
#25 214.3 rm -rf dose3
#25 214.4 rm -rf opam-0install-cudf
#25 214.6 rm -rf ocamlgraph
#25 214.9 patching file src/common/dune
#25 214.9 patching file src/common/util.ml
#25 215.1 patching file src/dot_lexer.mll
#25 215.1 patching file src/dune
#25 215.3 rm -rf mccs
#25 216.1 rm -rf 0install-solver
#25 244.1 rm -rf dune-local
#25 244.5 rm dune-local.download
#25 244.5 make[1]: Leaving directory '/tmp/opam-build-2.1/src_ext'
#25 244.5 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#25 247.8 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#25 274.2 ./.duneboot.exe
#25 569.9 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#25 569.9 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#25 569.9 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 569.9 Here is an example of a case that is not matched:
#25 569.9 Checksum_mismatch _
#25 569.9 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#25 569.9 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 569.9 Here is an example of a case that is not matched:
#25 569.9 Checksum_mismatch _
#25 569.9 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#25 569.9 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 569.9 Here is an example of a case that is not matched:
#25 569.9 Checksum_mismatch _
#25 572.8 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#25 572.8 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#25 572.8 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 572.8 Here is an example of a case that is not matched:
#25 572.8 Checksum_mismatch _
#25 635.1 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#25 635.1 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#25 635.1 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 635.1 Here is an example of a case that is not matched:
#25 635.1 Checksum_mismatch _
#25 641.1 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#25 641.1 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#25 641.1 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 641.1 Here is an example of a case that is not matched:
#25 641.1 Checksum_mismatch _
#25 641.1 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#25 641.1 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 641.1 Here is an example of a case that is not matched:
#25 641.1 Checksum_mismatch _
#25 641.1 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#25 641.1 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#25 641.1 Here is an example of a case that is not matched:
#25 641.1 (_, Checksum_mismatch _)
#25 1237.8
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#25 1244.9 (will skip building the GTK plugin)
#25 1244.9 sh: 1: ocamlfind: not found
#25 1808.7 File "src/core/opamStubsTypes.ml", line 1:
#25 1808.7 Warning 70 [missing-mli]: Cannot find interface file.
#25 1857.8 File "src/tools/opam_installer.ml", line 1:
#25 1857.8 Warning 70 [missing-mli]: Cannot find interface file.
#25 1858.9 File "src/solver/opamCudfSolverSig.ml", line 1:
#25 1858.9 Warning 70 [missing-mli]: Cannot find interface file.
#25 2144.6 sed -f process.sed opam.install > processed-opam.install
#25 2144.8 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#25 2151.0 (will skip building the GTK plugin)
#25 2151.0 sh: 1: ocamlfind: not found
#25 2162.9 sed -f process.sed opam-installer.install > processed-opam-installer.install
#25 DONE 2184.8s
#26 [stage-0 9/13] 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
#26 21.95 Note: switching to '01e9a24a61e23e42d513b4b775d8c30c807439b2'.
#26 21.95
#26 21.95 You are in 'detached HEAD' state. You can look around, make experimental
#26 21.95 changes and commit them, and you can discard any commits you make in this
#26 21.95 state without impacting any branches by switching back to a branch.
#26 21.95
#26 21.95 If you want to create a new branch to retain commits you create, you may
#26 21.95 do so (now or later) by using -c with the switch command. Example:
#26 21.95
#26 21.95 git switch -c <new-branch-name>
#26 21.95
#26 21.95 Or undo this operation with:
#26 21.95
#26 21.95 git switch -
#26 21.95
#26 21.95 Turn off this advice by setting config variable advice.detachedHead to false
#26 21.95
#26 21.96 HEAD is now at 01e9a24a6 Merge pull request #6187 from ocaml/revert-6183-processing-patches-2.2
#26 30.20 checking for ocamlc... ocamlc
#26 31.02 OCaml version is 4.14.2
#26 31.34 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#26 31.35 checking for ocamlopt... ocamlopt
#26 31.92 checking for ocamlc.opt... ocamlc.opt
#26 32.54 checking for ocamlopt.opt... ocamlopt.opt
#26 32.94 checking for ocaml... ocaml
#26 32.96 checking for ocamldep... ocamldep
#26 32.99 checking for ocamldep.opt... ocamldep.opt
#26 33.75 checking for ocamlmktop... ocamlmktop
#26 33.78 checking for ocamlmklib... ocamlmklib
#26 33.80 checking for ocamldoc... ocamldoc
#26 33.82 checking for ocamldoc.opt... ocamldoc.opt
#26 34.50 checking for ocamlbuild... no
#26 34.52 checking OCaml Sys.os_type... Unix
#26 35.38 checking for gawk... no
#26 35.40 checking for mawk... mawk
#26 35.96 checking for compiler type... cc
#26 44.22 checking for compiler architecture... riscv
#26 56.58 checking for compiler system... linux
#26 69.77 checking for compiler target... riscv64-unknown-linux-gnu
#26 78.54 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#26 80.61 checking whether the C compiler works... yes
#26 85.24 checking for C compiler default output file name... a.out
#26 85.37 checking for suffix of executables...
#26 88.70 checking whether we are cross compiling... no
#26 92.23 checking for suffix of object files... o
#26 94.41 checking whether the compiler supports GNU C... yes
#26 95.55 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#26 96.72 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#26 103.7 checking for stdio.h... yes
#26 105.0 checking for stdlib.h... yes
#26 106.5 checking for string.h... yes
#26 109.0 checking for inttypes.h... yes
#26 110.7 checking for stdint.h... yes
#26 112.4 checking for strings.h... yes
#26 114.9 checking for sys/stat.h... yes
#26 116.5 checking for sys/types.h... yes
#26 118.2 checking for unistd.h... yes
#26 120.1 checking for acl/libacl.h... no
#26 122.2 checking for library containing acl_get_perm... no
#26 126.2 checking for ocamlobjinfo... ocamlobjinfo
#26 126.2 checking for ocamlfind... no
#26 126.2 checking for curl... curl
#26 126.2 checking for dune... no
#26 126.3 checking for patch... patch
#26 126.3 checking for bunzip2... bunzip2
#26 126.8 checking for linking method... shared
#26 126.9
#26 126.9 checking for OCaml findlib package unix... not found
#26 127.0 checking for OCaml findlib package re 1.9.0 or later... no
#26 127.1 checking for OCaml findlib package base64 3.1.0 or later... no
#26 127.2 checking for OCaml findlib package cmdliner... not found
#26 127.2 checking for OCaml findlib package ocamlgraph... not found
#26 127.3 checking for OCaml findlib package cudf 0.7 or later... no
#26 127.5 checking for OCaml findlib package dose3.common 6.1 or later... no
#26 127.6 checking for OCaml findlib package dose3.algo 6.1 or later... no
#26 127.7 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#26 127.8 checking for OCaml findlib package spdx_licenses... not found
#26 127.9 checking for OCaml findlib package opam-0install-cudf 0.4 or later... no
#26 128.1 checking for OCaml findlib package jsonm... not found
#26 128.1 checking for OCaml findlib package uutf... not found
#26 128.2 checking for OCaml findlib package sha... not found
#26 128.3 checking for OCaml findlib package swhid_core... not found
#26 128.4 checking for OCaml findlib package mccs 1.1+17 or later... no
#26 128.6 checking for g++... g++
#26 130.2 checking whether the compiler supports GNU C++... yes
#26 132.1 checking whether g++ accepts -g... yes
#26 134.3 checking for g++ option to enable C++11 features... none needed
#26 141.2 checking whether g++ really is a C++ compiler... yes
#26 142.2
#26 143.4 configure: creating ./config.status
#26 149.3 config.status: creating Makefile.config
#26 150.1 config.status: creating src/ocaml-flags-configure.sexp
#26 151.3 config.status: creating src/stubs/c-flags.sexp
#26 152.4 config.status: creating src/stubs/libacl/c-libraries.sexp
#26 153.6
#26 153.9 Opam will be built WITH its default built-in solver
#26 153.9
#26 153.9 Executables will be installed in /usr/local/bin
#26 153.9 Manual pages will be installed in /usr/local/share/man
#26 153.9
#26 153.9 Downloading vendored source dependencies...
#26 154.6 * Downloading dune-local...
#26 161.3 * Downloading cppo...
#26 166.6 * Downloading base64...
#26 173.4 * Downloading extlib...
#26 180.1 * Downloading re...
#26 186.5 * Downloading cmdliner...
#26 190.1 * Downloading ocamlgraph...
#26 196.8 * Downloading cudf...
#26 201.7 * Downloading dose3...
#26 207.3 * Downloading opam-file-format...
#26 214.8 * Downloading seq...
#26 221.1 * Downloading stdlib-shims...
#26 228.7 * Downloading spdx_licenses...
#26 235.7 * Downloading opam-0install-cudf...
#26 242.8 * Downloading 0install-solver...
#26 249.3 * Downloading uutf...
#26 254.1 * Downloading jsonm...
#26 259.2 * Downloading sha...
#26 266.1 * Downloading swhid_core...
#26 273.2 * Downloading mccs...
#26 281.2 done
#26 281.2 Extracting vendored source dependencies in src_ext/... done
#26 335.9 make -j -C src_ext lib-ext
#26 336.0 make[1]: Entering directory '/tmp/opam-build-2.2/src_ext'
#26 336.2 NOTE: make lib-ext is no longer required
#26 336.2 make[1]: Leaving directory '/tmp/opam-build-2.2/src_ext'
#26 336.2 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#26 339.5 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#26 369.4 ./.duneboot.exe
#26 687.3 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#26 687.3 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#26 687.3 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 687.3 Here is an example of a case that is not matched:
#26 687.3 Checksum_mismatch _
#26 687.3 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#26 687.3 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 687.3 Here is an example of a case that is not matched:
#26 687.3 Checksum_mismatch _
#26 687.3 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#26 687.3 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 687.3 Here is an example of a case that is not matched:
#26 687.3 Checksum_mismatch _
#26 690.7 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#26 690.8 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#26 690.8 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 690.8 Here is an example of a case that is not matched:
#26 690.8 Checksum_mismatch _
#26 774.1 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#26 774.2 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#26 774.2 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 774.2 Here is an example of a case that is not matched:
#26 774.2 Checksum_mismatch _
#26 782.3 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#26 782.3 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#26 782.3 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 782.3 Here is an example of a case that is not matched:
#26 782.3 Checksum_mismatch _
#26 782.3 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#26 782.3 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 782.3 Here is an example of a case that is not matched:
#26 782.3 Checksum_mismatch _
#26 782.3 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#26 782.3 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 782.3 Here is an example of a case that is not matched:
#26 782.3 (_, Checksum_mismatch _)
#26 1394.4
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#26 2541.2 sed -f process.sed opam.install > processed-opam.install
#26 2541.4 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#26 2557.2 sed -f process.sed opam-installer.install > processed-opam-installer.install
#26 DONE 2584.1s
#27 [stage-0 10/13] 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
#27 23.29 Note: switching to '35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724'.
#27 23.29
#27 23.29 You are in 'detached HEAD' state. You can look around, make experimental
#27 23.29 changes and commit them, and you can discard any commits you make in this
#27 23.29 state without impacting any branches by switching back to a branch.
#27 23.29
#27 23.29 If you want to create a new branch to retain commits you create, you may
#27 23.29 do so (now or later) by using -c with the switch command. Example:
#27 23.29
#27 23.29 git switch -c <new-branch-name>
#27 23.29
#27 23.29 Or undo this operation with:
#27 23.29
#27 23.29 git switch -
#27 23.29
#27 23.29 Turn off this advice by setting config variable advice.detachedHead to false
#27 23.29
#27 23.30 HEAD is now at 35acd0c5a Merge pull request #6332 from kit-ty-kate/2.3-fix-admin-check-installability
#27 31.29 checking for ocamlc... ocamlc
#27 31.75 OCaml version is 4.14.2
#27 32.30 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#27 32.32 checking for ocamlopt... ocamlopt
#27 32.89 checking for ocamlc.opt... ocamlc.opt
#27 33.41 checking for ocamlopt.opt... ocamlopt.opt
#27 33.82 checking for ocaml... ocaml
#27 33.87 checking for ocamldep... ocamldep
#27 33.89 checking for ocamldep.opt... ocamldep.opt
#27 34.46 checking for ocamlmktop... ocamlmktop
#27 34.48 checking for ocamlmklib... ocamlmklib
#27 34.49 checking for ocamldoc... ocamldoc
#27 34.49 checking for ocamldoc.opt... ocamldoc.opt
#27 35.87 checking for ocamlbuild... no
#27 35.91 checking OCaml Sys.os_type... Unix
#27 37.30 checking for gawk... no
#27 37.32 checking for mawk... mawk
#27 37.84 checking for compiler type... cc
#27 45.88 checking for compiler architecture... riscv
#27 53.99 checking for compiler system... linux
#27 68.04 checking for compiler target... riscv64-unknown-linux-gnu
#27 76.87 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#27 78.79 checking whether the C compiler works... yes
#27 83.40 checking for C compiler default output file name... a.out
#27 83.48 checking for suffix of executables...
#27 86.09 checking whether we are cross compiling... no
#27 90.92 checking for suffix of object files... o
#27 92.94 checking whether the compiler supports GNU C... yes
#27 94.09 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#27 95.73 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#27 101.7 checking for ocamlobjinfo... ocamlobjinfo
#27 101.7 checking for ocamlfind... no
#27 101.8 checking for curl... curl
#27 101.8 checking for dune... no
#27 101.8 checking for patch... patch
#27 101.8 checking for bunzip2... bunzip2
#27 102.4 checking for linking method... shared
#27 102.4
#27 102.4 checking for OCaml findlib package unix... not found
#27 102.5 checking for OCaml findlib package re 1.9.0 or later... no
#27 102.6 checking for OCaml findlib package base64 3.1.0 or later... no
#27 102.7 checking for OCaml findlib package cmdliner... not found
#27 102.8 checking for OCaml findlib package ocamlgraph... not found
#27 102.9 checking for OCaml findlib package cudf 0.7 or later... no
#27 103.0 checking for OCaml findlib package dose3.common 6.1 or later... no
#27 103.1 checking for OCaml findlib package dose3.algo 6.1 or later... no
#27 103.3 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#27 103.4 checking for OCaml findlib package spdx_licenses... not found
#27 103.5 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#27 103.6 checking for OCaml findlib package jsonm... not found
#27 103.7 checking for OCaml findlib package uutf... not found
#27 103.7 checking for OCaml findlib package sha... not found
#27 103.8 checking for OCaml findlib package swhid_core... not found
#27 103.9 checking for OCaml findlib package mccs 1.1+17 or later... no
#27 104.1 checking for g++... g++
#27 105.7 checking whether the compiler supports GNU C++... yes
#27 107.3 checking whether g++ accepts -g... yes
#27 109.4 checking for g++ option to enable C++11 features... none needed
#27 121.3 checking whether g++ really is a C++ compiler... yes
#27 122.8
#27 124.0 configure: creating ./config.status
#27 129.7 config.status: creating Makefile.config
#27 130.5 config.status: creating src/ocaml-flags-configure.sexp
#27 131.5 config.status: creating src/core/c-flags.sexp
#27 132.7
#27 133.0 Opam will be built WITH its default built-in solver
#27 133.0
#27 133.0 Executables will be installed in /usr/local/bin
#27 133.0 Manual pages will be installed in /usr/local/share/man
#27 133.0
#27 133.0 Downloading vendored source dependencies...
#27 133.5 * Downloading dune-local...
#27 139.1 * Downloading cppo...
#27 145.8 * Downloading base64...
#27 149.9 * Downloading extlib...
#27 157.0 * Downloading re...
#27 163.7 * Downloading cmdliner...
#27 167.5 * Downloading ocamlgraph...
#27 174.7 * Downloading cudf...
#27 179.2 * Downloading dose3...
#27 184.7 * Downloading opam-file-format...
#27 191.5 * Downloading seq...
#27 198.1 * Downloading stdlib-shims...
#27 204.8 * Downloading spdx_licenses...
#27 211.4 * Downloading opam-0install-cudf...
#27 217.2 * Downloading 0install-solver...
#27 223.9 * Downloading uutf...
#27 228.5 * Downloading jsonm...
#27 233.4 * Downloading sha...
#27 240.1 * Downloading swhid_core...
#27 247.2 * Downloading mccs...
#27 254.1 done
#27 254.1 Extracting vendored source dependencies in src_ext/... done
#27 295.8 make -j -C src_ext lib-ext
#27 295.8 make[1]: Entering directory '/tmp/opam-build-2.3/src_ext'
#27 296.0 NOTE: make lib-ext is no longer required
#27 296.0 make[1]: Leaving directory '/tmp/opam-build-2.3/src_ext'
#27 296.0 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#27 298.1 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#27 327.3 ./.duneboot.exe
#27 1279.6
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#27 2276.4 sed -f process.sed opam.install > processed-opam.install
#27 2276.7 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#27 2291.9 sed -f process.sed opam-installer.install > processed-opam-installer.install
#27 DONE 2318.5s
#28 [stage-0 11/13] 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
#28 22.01 Note: switching to '7c92631391984f698f31ee24f3ae4dc1cd3698ff'.
#28 22.01
#28 22.01 You are in 'detached HEAD' state. You can look around, make experimental
#28 22.01 changes and commit them, and you can discard any commits you make in this
#28 22.01 state without impacting any branches by switching back to a branch.
#28 22.01
#28 22.01 If you want to create a new branch to retain commits you create, you may
#28 22.01 do so (now or later) by using -c with the switch command. Example:
#28 22.01
#28 22.01 git switch -c <new-branch-name>
#28 22.01
#28 22.01 Or undo this operation with:
#28 22.01
#28 22.01 git switch -
#28 22.01
#28 22.01 Turn off this advice by setting config variable advice.detachedHead to false
#28 22.01
#28 22.03 HEAD is now at 7c9263139 Merge pull request #6616 from kit-ty-kate/rel-2.4.1
#28 30.42 checking for ocamlc... ocamlc
#28 30.82 OCaml version is 4.14.2
#28 31.13 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#28 31.13 checking for ocamlopt... ocamlopt
#28 31.74 checking for ocamlc.opt... ocamlc.opt
#28 32.31 checking for ocamlopt.opt... ocamlopt.opt
#28 32.71 checking for ocaml... ocaml
#28 32.75 checking for ocamldep... ocamldep
#28 32.78 checking for ocamldep.opt... ocamldep.opt
#28 33.32 checking for ocamlmktop... ocamlmktop
#28 33.35 checking for ocamlmklib... ocamlmklib
#28 33.37 checking for ocamldoc... ocamldoc
#28 33.40 checking for ocamldoc.opt... ocamldoc.opt
#28 34.52 checking for ocamlbuild... no
#28 34.57 checking OCaml Sys.os_type... Unix
#28 35.99 checking for gawk... no
#28 36.02 checking for mawk... mawk
#28 36.56 checking for compiler type... cc
#28 50.86 checking for compiler architecture... riscv
#28 64.62 checking for compiler system... linux
#28 78.20 checking for compiler target... riscv64-unknown-linux-gnu
#28 90.66 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#28 92.50 checking whether the C compiler works... yes
#28 96.40 checking for C compiler default output file name... a.out
#28 96.48 checking for suffix of executables...
#28 98.76 checking whether we are cross compiling... no
#28 101.5 checking for suffix of object files... o
#28 103.2 checking whether the compiler supports GNU C... yes
#28 104.6 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#28 106.3 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#28 111.6 checking for ocamlobjinfo... ocamlobjinfo
#28 111.6 checking for ocamlfind... no
#28 111.6 checking for curl... curl
#28 111.6 checking for dune... no
#28 111.7 checking for patch... patch
#28 111.7 checking for bunzip2... bunzip2
#28 112.2 checking for linking method... shared
#28 112.2
#28 112.2 checking for OCaml findlib package unix... not found
#28 112.3 checking for OCaml findlib package re 1.9.0 or later... no
#28 112.4 checking for OCaml findlib package base64 3.1.0 or later... no
#28 112.6 checking for OCaml findlib package cmdliner... not found
#28 112.7 checking for OCaml findlib package ocamlgraph... not found
#28 112.7 checking for OCaml findlib package cudf 0.7 or later... no
#28 112.9 checking for OCaml findlib package dose3.common 6.1 or later... no
#28 113.0 checking for OCaml findlib package dose3.algo 6.1 or later... no
#28 113.2 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#28 113.3 checking for OCaml findlib package spdx_licenses... not found
#28 113.4 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#28 113.5 checking for OCaml findlib package jsonm... not found
#28 113.6 checking for OCaml findlib package uutf... not found
#28 113.7 checking for OCaml findlib package sha... not found
#28 113.7 checking for OCaml findlib package swhid_core... not found
#28 113.8 checking for OCaml findlib package patch... not found
#28 113.8 checking for OCaml findlib package mccs 1.1+17 or later... no
#28 114.0 checking for g++... g++
#28 115.5 checking whether the compiler supports GNU C++... yes
#28 117.2 checking whether g++ accepts -g... yes
#28 118.5 checking for g++ option to enable C++11 features... none needed
#28 129.2 checking whether g++ really is a C++ compiler... yes
#28 130.6
#28 131.8 configure: creating ./config.status
#28 137.4 config.status: creating Makefile.config
#28 138.2 config.status: creating src/ocaml-flags-configure.sexp
#28 139.4 config.status: creating src/core/c-flags.sexp
#28 140.5
#28 140.8 Opam will be built WITH its default built-in solver
#28 140.8
#28 140.8 Executables will be installed in /usr/local/bin
#28 140.8 Manual pages will be installed in /usr/local/share/man
#28 140.8
#28 140.8 Downloading vendored source dependencies...
#28 141.3 * Downloading dune-local...
#28 147.1 * Downloading cppo...
#28 152.0 * Downloading base64...
#28 156.5 * Downloading extlib...
#28 161.3 * Downloading re...
#28 165.2 * Downloading cmdliner...
#28 168.4 * Downloading ocamlgraph...
#28 172.7 * Downloading cudf...
#28 176.2 * Downloading dose3...
#28 180.4 * Downloading opam-file-format...
#28 184.5 * Downloading seq...
#28 189.0 * Downloading stdlib-shims...
#28 193.5 * Downloading spdx_licenses...
#28 197.8 * Downloading opam-0install-cudf...
#28 203.2 * Downloading 0install-solver...
#28 208.1 * Downloading uutf...
#28 211.1 * Downloading jsonm...
#28 214.2 * Downloading sha...
#28 219.0 * Downloading swhid_core...
#28 223.8 * Downloading menhir...
#28 228.5 * Downloading patch...
#28 233.1 * Downloading mccs...
#28 237.2 done
#28 237.2 Extracting vendored source dependencies in src_ext/... done
#28 283.4 make -j -C src_ext lib-ext
#28 283.4 make[1]: Entering directory '/tmp/opam-build-2.4/src_ext'
#28 283.6 NOTE: make lib-ext is no longer required
#28 283.6 make[1]: Leaving directory '/tmp/opam-build-2.4/src_ext'
#28 283.6 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#28 286.9 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#28 307.4 ./.duneboot.exe
#28 1153.0
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#28 1367.9 Creating menhirLib.ml...
#28 1367.9 Creating menhirLib.mli...
#28 2093.8 Read 99 sample input sentences and 99 error messages.
#28 2093.8 Read 99 sample input sentences and 47 error messages.
#28 2108.2 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#28 2108.2 Grammar has 37 terminal symbols.
#28 2108.2 Grammar has 129 productions.
#28 2108.2 Built an LR(0) automaton with 199 states.
#28 2108.2 The grammar is not SLR(1) -- 7 states have a conflict.
#28 2108.2 The construction mode is no-pager.
#28 2108.2 Built an LR(1) automaton with 308 states.
#28 2108.2 One shift/reduce conflict was silently solved.
#28 2108.2 Extra reductions on error were added in 50 states.
#28 2108.2 Priority played a role in 0 of these states.
#28 2108.2 156 out of 308 states have a default reduction.
#28 2108.2 108 out of 308 states are represented.
#28 2108.2 44 out of 96 symbols keep track of their start position.
#28 2108.2 39 out of 96 symbols keep track of their end position.
#28 2108.2 The StackLang code contains 4113 instructions in 277 blocks.
#28 2108.2 The StackLang code comprises 5 mutually recursive groups.
#28 2116.7 Read 99 sample input sentences and 47 error messages.
#28 2575.5 sed -f process.sed opam.install > processed-opam.install
#28 2575.7 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#28 2595.6 sed -f process.sed opam-installer.install > processed-opam-installer.install
#28 DONE 2614.0s
#29 [stage-0 12/13] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout ad0564f20c6306bc83085fe663cab903fe887208 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
#29 14.62 Note: switching to 'ad0564f20c6306bc83085fe663cab903fe887208'.
#29 14.62
#29 14.62 You are in 'detached HEAD' state. You can look around, make experimental
#29 14.62 changes and commit them, and you can discard any commits you make in this
#29 14.62 state without impacting any branches by switching back to a branch.
#29 14.62
#29 14.62 If you want to create a new branch to retain commits you create, you may
#29 14.62 do so (now or later) by using -c with the switch command. Example:
#29 14.62
#29 14.62 git switch -c <new-branch-name>
#29 14.62
#29 14.62 Or undo this operation with:
#29 14.62
#29 14.62 git switch -
#29 14.62
#29 14.62 Turn off this advice by setting config variable advice.detachedHead to false
#29 14.62
#29 14.63 HEAD is now at ad0564f20 Merge pull request #7016 from kit-ty-kate/rel-2.5.2
#29 22.38 checking for ocamlc... ocamlc
#29 22.78 OCaml version is 4.14.2
#29 23.08 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#29 23.09 checking for ocamlopt... ocamlopt
#29 23.47 checking for ocamlc.opt... ocamlc.opt
#29 23.83 checking for ocamlopt.opt... ocamlopt.opt
#29 24.23 checking for ocaml... ocaml
#29 24.25 checking for ocamldep... ocamldep
#29 24.27 checking for ocamldep.opt... ocamldep.opt
#29 24.58 checking for ocamlmktop... ocamlmktop
#29 24.62 checking for ocamlmklib... ocamlmklib
#29 24.64 checking for ocamldoc... ocamldoc
#29 24.66 checking for ocamldoc.opt... ocamldoc.opt
#29 25.54 checking for ocamlbuild... no
#29 25.55 checking OCaml Sys.os_type... Unix
#29 26.34 checking for gawk... no
#29 26.37 checking for mawk... mawk
#29 26.91 checking for compiler type... cc
#29 33.65 checking for compiler architecture... riscv
#29 40.47 checking for compiler system... linux
#29 47.17 checking for compiler target... riscv64-unknown-linux-gnu
#29 59.62 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#29 62.67 checking whether the C compiler works... yes
#29 65.85 checking for C compiler default output file name... a.out
#29 65.88 checking for suffix of executables...
#29 68.30 checking whether we are cross compiling... no
#29 72.53 checking for suffix of object files... o
#29 73.95 checking whether the compiler supports GNU C... yes
#29 75.24 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#29 76.27 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#29 82.07 checking for ocamlobjinfo... ocamlobjinfo
#29 82.10 checking for ocamlfind... no
#29 82.13 checking for curl... curl
#29 82.16 checking for dune... no
#29 82.18 checking for patch... patch
#29 82.20 checking for bunzip2... bunzip2
#29 82.64 checking for linking method... shared
#29 82.65
#29 82.65 checking for OCaml findlib package unix... not found
#29 82.72 checking for OCaml findlib package re 1.9.0 or later... no
#29 82.84 checking for OCaml findlib package base64 3.1.0 or later... no
#29 82.96 checking for OCaml findlib package ocamlgraph... not found
#29 83.03 checking for OCaml findlib package cudf 0.7 or later... no
#29 83.15 checking for OCaml findlib package dose3.common 6.1 or later... no
#29 83.26 checking for OCaml findlib package dose3.algo 6.1 or later... no
#29 83.39 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#29 83.50 checking for OCaml findlib package spdx_licenses... not found
#29 83.58 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#29 83.69 checking for OCaml findlib package jsonm... not found
#29 83.78 checking for OCaml findlib package uutf... not found
#29 83.83 checking for OCaml findlib package sha... not found
#29 83.89 checking for OCaml findlib package swhid_core... not found
#29 83.97 checking for OCaml findlib package patch... not found
#29 84.03 checking for OCaml findlib package mccs 1.1+17 or later... no
#29 84.16 checking for g++... g++
#29 85.43 checking whether the compiler supports GNU C++... yes
#29 87.41 checking whether g++ accepts -g... yes
#29 88.63 checking for g++ option to enable C++11 features... none needed
#29 94.99 checking whether g++ really is a C++ compiler... yes
#29 95.82
#29 96.91 configure: creating ./config.status
#29 102.0 config.status: creating Makefile.config
#29 102.8 config.status: creating src/ocaml-flags-configure.sexp
#29 103.9 config.status: creating src/core/c-flags.sexp
#29 105.0
#29 105.2 Opam will be built WITH its default built-in solver
#29 105.2
#29 105.2 Executables will be installed in /usr/local/bin
#29 105.2 Manual pages will be installed in /usr/local/share/man
#29 105.2
#29 105.2 Downloading vendored source dependencies...
#29 105.7 * Downloading dune-local...
#29 110.6 * Downloading cppo...
#29 114.3 * Downloading base64...
#29 119.0 * Downloading extlib...
#29 123.6 * Downloading re...
#29 128.0 * Downloading ocamlgraph...
#29 131.6 * Downloading cudf...
#29 134.2 * Downloading dose3...
#29 137.5 * Downloading opam-file-format...
#29 141.3 * Downloading stdlib-shims...
#29 144.7 * Downloading spdx_licenses...
#29 148.6 * Downloading opam-0install-cudf...
#29 153.9 * Downloading 0install-solver...
#29 158.9 * Downloading uutf...
#29 161.5 * Downloading jsonm...
#29 164.1 * Downloading sha...
#29 167.6 * Downloading swhid_core...
#29 171.4 * Downloading menhir...
#29 175.8 * Downloading patch...
#29 181.7 * Downloading mccs...
#29 187.7 done
#29 187.7 Extracting vendored source dependencies in src_ext/... done
#29 230.3 make -j -C src_ext lib-ext
#29 230.4 make[1]: Entering directory '/tmp/opam-build-2.5/src_ext'
#29 230.5 NOTE: make lib-ext is no longer required
#29 230.5 make[1]: Leaving directory '/tmp/opam-build-2.5/src_ext'
#29 230.5 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#29 232.2 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#29 253.5 ./.duneboot.exe
#29 1071.6
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#29 1242.2 Creating menhirLib.ml...
#29 1242.2 Creating menhirLib.mli...
#29 1798.4 Read 99 sample input sentences and 99 error messages.
#29 1798.4 Read 99 sample input sentences and 47 error messages.
#29 1811.1 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#29 1811.1 Grammar has 37 terminal symbols.
#29 1811.1 Grammar has 129 productions.
#29 1811.1 Built an LR(0) automaton with 199 states.
#29 1811.1 The grammar is not SLR(1) -- 7 states have a conflict.
#29 1811.1 The construction mode is no-pager.
#29 1811.1 Built an LR(1) automaton with 308 states.
#29 1811.1 One shift/reduce conflict was silently solved.
#29 1811.1 Extra reductions on error were added in 50 states.
#29 1811.1 Priority played a role in 0 of these states.
#29 1811.1 156 out of 308 states have a default reduction.
#29 1811.1 108 out of 308 states are represented.
#29 1811.1 44 out of 96 symbols keep track of their start position.
#29 1811.1 39 out of 96 symbols keep track of their end position.
#29 1811.1 The StackLang code contains 4113 instructions in 277 blocks.
#29 1811.1 The StackLang code comprises 5 mutually recursive groups.
#29 1818.5 Read 99 sample input sentences and 47 error messages.
#29 2291.1 sed -f process.sed opam.install > processed-opam.install
#29 2291.4 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#29 2321.9 sed -f process.sed opam-installer.install > processed-opam-installer.install
#29 DONE 2347.9s
#30 [stage-0 13/13] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 979bc4d3150da03cbfb1be0af27cd4db456d6b52 && 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
#30 20.27 Note: switching to '979bc4d3150da03cbfb1be0af27cd4db456d6b52'.
#30 20.27
#30 20.27 You are in 'detached HEAD' state. You can look around, make experimental
#30 20.27 changes and commit them, and you can discard any commits you make in this
#30 20.27 state without impacting any branches by switching back to a branch.
#30 20.27
#30 20.27 If you want to create a new branch to retain commits you create, you may
#30 20.27 do so (now or later) by using -c with the switch command. Example:
#30 20.27
#30 20.27 git switch -c <new-branch-name>
#30 20.27
#30 20.27 Or undo this operation with:
#30 20.27
#30 20.27 git switch -
#30 20.27
#30 20.27 Turn off this advice by setting config variable advice.detachedHead to false
#30 20.27
#30 20.27 HEAD is now at e320b4a66 Merge pull request #7046 from kit-ty-kate/rel-2.6.0-alpha1
#30 28.07 checking for ocamlc... ocamlc
#30 28.58 OCaml version is 4.14.2
#30 29.01 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#30 29.01 checking for ocamlopt... ocamlopt
#30 29.55 checking for ocamlc.opt... ocamlc.opt
#30 29.89 checking for ocamlopt.opt... ocamlopt.opt
#30 30.40 checking for ocaml... ocaml
#30 30.43 checking for ocamldep... ocamldep
#30 30.44 checking for ocamldep.opt... ocamldep.opt
#30 30.98 checking for ocamlmktop... ocamlmktop
#30 31.01 checking for ocamlmklib... ocamlmklib
#30 31.03 checking for ocamldoc... ocamldoc
#30 31.05 checking for ocamldoc.opt... ocamldoc.opt
#30 31.66 checking for ocamlbuild... no
#30 31.68 checking OCaml Sys.os_type... Unix
#30 32.56 checking for gawk... no
#30 32.57 checking for mawk... mawk
#30 33.08 checking for compiler type... cc
#30 40.02 checking for compiler architecture... riscv
#30 47.02 checking for compiler system... linux
#30 53.72 checking for compiler target... riscv64-unknown-linux-gnu
#30 65.06 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#30 66.90 checking whether the C compiler works... yes
#30 70.24 checking for C compiler default output file name... a.out
#30 70.34 checking for suffix of executables...
#30 72.07 checking whether we are cross compiling... no
#30 74.77 checking for suffix of object files... o
#30 75.82 checking whether the compiler supports GNU C... yes
#30 76.87 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#30 77.91 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#30 81.47 checking for ocamlobjinfo... ocamlobjinfo
#30 81.47 checking for ocamlfind... no
#30 81.51 checking for curl... curl
#30 81.51 checking for dune... no
#30 81.53 checking for patch... patch
#30 81.54 checking for bunzip2... bunzip2
#30 82.00 checking for linking method... shared
#30 82.02
#30 82.02 checking for OCaml findlib package unix... not found
#30 82.09 checking for OCaml findlib package re 1.10.0 or later... no
#30 82.21 checking for OCaml findlib package base64 3.1.0 or later... no
#30 82.38 checking for OCaml findlib package ocamlgraph 1.8.8 or later... no
#30 82.51 checking for OCaml findlib package cudf 0.7 or later... no
#30 82.66 checking for OCaml findlib package dose3.common 6.1 or later... no
#30 82.80 checking for OCaml findlib package dose3.algo 6.1 or later... no
#30 82.93 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#30 83.05 checking for OCaml findlib package spdx_licenses 1.4.0 or later... no
#30 83.18 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#30 83.33 checking for OCaml findlib package jsonm 1.0.2 or later... no
#30 83.47 checking for OCaml findlib package uutf 1.0.3 or later... no
#30 83.62 checking for OCaml findlib package sha 1.13 or later... no
#30 83.73 checking for OCaml findlib package swhid_core 0.1 or later... no
#30 83.83 checking for OCaml findlib package patch 3.0.0 or later... no
#30 83.97 checking for OCaml findlib package tar 3.3.0 or later... no
#30 84.13 checking for OCaml findlib package checkseum 0.5.2 or later... no
#30 84.29 checking for OCaml findlib package decompress 1.5.1 or later... no
#30 84.43 checking for OCaml findlib package mccs 1.1+17 or later... no
#30 84.62 checking for g++... g++
#30 86.02 checking whether the compiler supports GNU C++... yes
#30 88.22 checking whether g++ accepts -g... yes
#30 89.28 checking for g++ option to enable C++11 features... none needed
#30 98.54 checking whether g++ really is a C++ compiler... yes
#30 99.63
#30 100.7 configure: creating ./config.status
#30 105.5 config.status: creating Makefile.config
#30 106.2 config.status: creating src/ocaml-flags-configure.sexp
#30 107.2 config.status: creating src/core/c-flags.sexp
#30 108.2
#30 108.4 Opam will be built WITH its default built-in solver
#30 108.4
#30 108.4 Executables will be installed in /usr/local/bin
#30 108.4 Manual pages will be installed in /usr/local/share/man
#30 108.4
#30 108.4 Downloading vendored source dependencies...
#30 108.9 * Downloading dune-local...
#30 113.2 * Downloading cppo...
#30 117.8 * Downloading base64...
#30 122.8 * Downloading extlib...
#30 126.5 * Downloading re...
#30 130.4 * Downloading ocamlgraph...
#30 136.1 * Downloading cudf...
#30 138.9 * Downloading dose3...
#30 142.1 * Downloading opam-file-format...
#30 146.2 * Downloading stdlib-shims...
#30 150.1 * Downloading spdx_licenses...
#30 155.2 * Downloading opam-0install-cudf...
#30 159.8 * Downloading 0install-solver...
#30 163.4 * Downloading uutf...
#30 167.6 * Downloading jsonm...
#30 170.3 * Downloading sha...
#30 174.0 * Downloading swhid_core...
#30 177.9 * Downloading menhir...
#30 181.1 * Downloading patch...
#30 185.8 * Downloading checkseum...
#30 189.4 * Downloading optint...
#30 193.1 * Downloading decompress...
#30 197.7 * Downloading tar...
#30 201.2 * Downloading mccs...
#30 205.4 done
#30 205.4 Extracting vendored source dependencies in src_ext/... done
#30 256.8 make -j -C src_ext lib-ext
#30 256.9 make[1]: Entering directory '/tmp/opam-build-master/src_ext'
#30 257.1 NOTE: make lib-ext is no longer required
#30 257.1 make[1]: Leaving directory '/tmp/opam-build-master/src_ext'
#30 257.2 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#30 258.8 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#30 277.5 ./.duneboot.exe
#30 1018.1
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#30 1177.1 Creating menhirLib.ml...
#30 1177.1 Creating menhirLib.mli...
#30 1697.4 Read 99 sample input sentences and 99 error messages.
#30 1697.4 Read 99 sample input sentences and 47 error messages.
#30 1707.2 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#30 1707.2 Grammar has 37 terminal symbols.
#30 1707.2 Grammar has 129 productions.
#30 1707.2 Built an LR(0) automaton with 199 states.
#30 1707.2 The grammar is not SLR(1) -- 7 states have a conflict.
#30 1707.2 The construction mode is no-pager.
#30 1707.2 Built an LR(1) automaton with 308 states.
#30 1707.2 One shift/reduce conflict was silently solved.
#30 1707.2 Extra reductions on error were added in 50 states.
#30 1707.2 Priority played a role in 0 of these states.
#30 1707.2 156 out of 308 states have a default reduction.
#30 1707.2 108 out of 308 states are represented.
#30 1707.2 44 out of 96 symbols keep track of their start position.
#30 1707.2 39 out of 96 symbols keep track of their end position.
#30 1707.2 The StackLang code contains 4113 instructions in 277 blocks.
#30 1707.2 The StackLang code comprises 5 mutually recursive groups.
#30 1715.9 Read 99 sample input sentences and 47 error messages.
#30 2174.3 sed -f process.sed opam.install > processed-opam.install
#30 2174.5 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#30 2200.1 sed -f process.sed opam-installer.install > processed-opam-installer.install
#30 DONE 2222.0s
#31 [stage-1 7/40] COPY --from=0 [ /usr/local/bin/opam-2.1, /usr/bin/opam-2.1 ]
#31 DONE 3.2s
#32 [stage-1 8/40] RUN ln /usr/bin/opam-2.1 /usr/bin/opam
#32 DONE 7.9s
#33 [stage-1 9/40] COPY --from=0 [ /usr/local/bin/opam-2.2, /usr/bin/opam-2.2 ]
#33 DONE 1.0s
#34 [stage-1 10/40] COPY --from=0 [ /usr/local/bin/opam-2.3, /usr/bin/opam-2.3 ]
#34 DONE 1.0s
#35 [stage-1 11/40] COPY --from=0 [ /usr/local/bin/opam-2.4, /usr/bin/opam-2.4 ]
#35 DONE 0.6s
#36 [stage-1 12/40] COPY --from=0 [ /usr/local/bin/opam-2.5, /usr/bin/opam-2.5 ]
#36 DONE 0.7s
#37 [stage-1 13/40] COPY --from=0 [ /usr/local/bin/opam-master, /usr/bin/opam-dev ]
#37 DONE 0.8s
#38 [stage-1 14/40] RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
#38 DONE 11.0s
#39 [stage-1 15/40] COPY <<-EOF /etc/sudoers.d/opam
#39 DONE 1.4s
#40 [stage-1 16/40] RUN chmod 440 /etc/sudoers.d/opam
#40 DONE 8.1s
#41 [stage-1 17/40] RUN chown root:root /etc/sudoers.d/opam
#41 DONE 5.7s
#42 [stage-1 18/40] RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
#42 5.429 ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/bash
#42 5.999 userdel: ubuntu mail spool (/var/mail/ubuntu) not found
#42 DONE 6.7s
#43 [stage-1 19/40] RUN useradd --uid 1000 --create-home --shell /bin/bash opam
#43 DONE 5.8s
#44 [stage-1 20/40] RUN passwd -l opam
#44 5.998 passwd: password changed.
#44 DONE 6.2s
#45 [stage-1 21/40] RUN chown -R opam:opam /home/opam
#45 DONE 5.6s
#46 [stage-1 22/40] WORKDIR /home/opam
#46 DONE 0.9s
#47 [stage-1 23/40] RUN mkdir .ssh
#47 DONE 5.9s
#48 [stage-1 24/40] RUN chmod 700 .ssh
#48 DONE 5.6s
#49 [stage-1 25/40] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#49 DONE 0.7s
#50 [stage-1 26/40] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#50 DONE 1.0s
#51 [stage-1 27/40] RUN chmod a+x /home/opam/opam-sandbox-disable
#51 DONE 4.9s
#52 [stage-1 28/40] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#52 DONE 5.9s
#53 [stage-1 29/40] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#53 DONE 1.0s
#54 [stage-1 30/40] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#54 DONE 0.9s
#55 [stage-1 31/40] RUN chmod a+x /home/opam/opam-sandbox-enable
#55 DONE 4.8s
#56 [stage-1 32/40] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#56 DONE 6.1s
#57 [stage-1 33/40] RUN git config --global user.email "docker@example.com"
#57 DONE 6.2s
#58 [stage-1 34/40] RUN git config --global user.name "Docker"
#58 DONE 5.4s
#59 [stage-1 35/40] COPY --link --chown=1000:1000 [ ., /home/opam/opam-repository ]
#59 DONE 557.9s
#59 [stage-1 35/40] COPY --link --chown=1000:1000 [ ., /home/opam/opam-repository ]
#59 merging
#59 merging 840.8s done
#59 DONE 1398.7s
#60 [stage-1 36/40] RUN opam-sandbox-disable
#60 5.100 --- opam sandboxing disabled
#60 DONE 5.2s
#61 [stage-1 37/40] RUN opam init -k git -a /home/opam/opam-repository --bare
#61 6.877 Configuring from /home/opam/.opamrc and then from built-in defaults.
#61 6.916 Checking for available remotes: rsync and local, git.
#61 6.954 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#61 6.954 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#61 6.954
#61 7.084
#61 7.084 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#61 1439.0 [default] Initialised
#61 1988.9
#61 1988.9 User configuration:
#61 1989.0 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#61 1989.0
#61 1989.0 Updating ~/.profile.
#61 DONE 2050.7s
#62 [stage-1 38/40] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#62 DONE 6.6s
#63 [stage-1 39/40] RUN rm -rf .opam/repo/default/.git
#63 DONE 6.7s
#64 [stage-1 40/40] COPY --link [ Dockerfile, /Dockerfile.opam ]
#64 DONE 2.2s
#65 exporting to image
#65 exporting layers
#65 exporting layers 950.7s done
#65 exporting manifest sha256:70258cdf03bd5447bd7d87e52fd6704f62f0a4b2f81afa2e04427bd972e972a9
#65 exporting manifest sha256:70258cdf03bd5447bd7d87e52fd6704f62f0a4b2f81afa2e04427bd972e972a9 0.2s done
#65 exporting config sha256:cedb0bd9dc12872cfc71a8e043ee9d06089ef8df99e30dfc131d46911f87e58d
#65 exporting config sha256:cedb0bd9dc12872cfc71a8e043ee9d06089ef8df99e30dfc131d46911f87e58d 0.1s done
#65 exporting attestation manifest sha256:29146bb6ca9076d3855a8062340a781777de7f2e1cda7d526b0d0c68e2468838
#65 exporting attestation manifest sha256:29146bb6ca9076d3855a8062340a781777de7f2e1cda7d526b0d0c68e2468838 0.3s done
#65 exporting manifest list sha256:e55ad648251f65a350cd05f616b403a9ea7de4f311e0fa08ad9f3e3808fce2eb
#65 exporting manifest list sha256:e55ad648251f65a350cd05f616b403a9ea7de4f311e0fa08ad9f3e3808fce2eb 0.2s done
#65 naming to moby-dangling@sha256:e55ad648251f65a350cd05f616b403a9ea7de4f311e0fa08ad9f3e3808fce2eb 0.1s done
#65 unpacking to moby-dangling@sha256:e55ad648251f65a350cd05f616b403a9ea7de4f311e0fa08ad9f3e3808fce2eb
#65 unpacking to moby-dangling@sha256:e55ad648251f65a350cd05f616b403a9ea7de4f311e0fa08ad9f3e3808fce2eb 1000.8s done
#65 DONE 1953.9s
Pushing "sha256:e55ad648251f65a350cd05f616b403a9ea7de4f311e0fa08ad9f3e3808fce2eb" to "ocurrent/opam-staging:ubuntu-24.04-opam-riscv64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
ca11a21f8690: Waiting
ca11a21f8690: Waiting
ca11a21f8690: Waiting
ca11a21f8690: Waiting
ca11a21f8690: Waiting
ca11a21f8690: Waiting
a94767de9a16: Waiting
0ee8cdd464ed: Waiting
2fe554f346d0: Waiting
5103c0511783: Waiting
fd04dda35b26: Waiting
155771fa54a0: Waiting
15532161cfd4: Waiting
fa833c31ddd5: Waiting
10354e72e988: Waiting
7c3e9b11d9cc: Waiting
04caf4293825: Waiting
114c9fe41883: Waiting
5490cad74c79: Waiting
c25f58673233: Waiting
ca11a21f8690: Waiting
a39d50a357c0: Waiting
0b9d6a4549f1: Waiting
c2c074294499: Waiting
d36d9a4ee5b2: Waiting
285b1b7bb20f: Waiting
5cd19a7d8f4c: Waiting
56c266613b2a: Waiting
4f4fb700ef54: Waiting
38f07fc9b079: Waiting
1de142048d80: Waiting
c93d60511213: Waiting
578c0f44c4f8: Waiting
86379a75c9bf: Waiting
9c6d81af13c7: Waiting
4ebf4b250985: Waiting
dfc010d3c08b: Waiting
8a64d1e99b2c: Waiting
073ee4105e93: Waiting
fbed0dbe3fec: Waiting
42c5efa1e9c3: Waiting
112fe1a7b270: Waiting
c27f398ebaff: Waiting
65ff2005f74c: Waiting
114c9fe41883: Pushed
ca11a21f8690: Pushed
a39d50a357c0: Pushed
0b9d6a4549f1: Pushed
c2c074294499: Pushed
d36d9a4ee5b2: Layer already exists
285b1b7bb20f: Pushed
5cd19a7d8f4c: Pushed
4f4fb700ef54: Layer already exists
38f07fc9b079: Pushed
578c0f44c4f8: Pushed
9c6d81af13c7: Pushed
4ebf4b250985: Pushed
dfc010d3c08b: Pushed
8a64d1e99b2c: Pushed
073ee4105e93: Pushed
fbed0dbe3fec: Pushed
112fe1a7b270: Pushed
0ee8cdd464ed: Pushed
2fe554f346d0: Pushed
5103c0511783: Pushed
fd04dda35b26: Pushed
155771fa54a0: Pushed
15532161cfd4: Pushed
10354e72e988: Pushed
04caf4293825: Pushed
7c3e9b11d9cc: Pushed
56c266613b2a: Pushed
c27f398ebaff: Pushed
1de142048d80: Pushed
c93d60511213: Pushed
86379a75c9bf: Pushed
65ff2005f74c: Pushed
a94767de9a16: Pushed
c25f58673233: Pushed
42c5efa1e9c3: Pushed
5490cad74c79: Pushed
fa833c31ddd5: Pushed
ubuntu-24.04-opam-riscv64: digest: sha256:e55ad648251f65a350cd05f616b403a9ea7de4f311e0fa08ad9f3e3808fce2eb size: 858
The push refers to repository [docker.io/ocurrent/opam-staging]
ca11a21f8690: Waiting
ca11a21f8690: Waiting
ca11a21f8690: Waiting
ca11a21f8690: Waiting
0ee8cdd464ed: Waiting
4f4fb700ef54: Waiting
dfc010d3c08b: Waiting
fd04dda35b26: Waiting
114c9fe41883: Waiting
073ee4105e93: Waiting
5103c0511783: Waiting
7c3e9b11d9cc: Waiting
fbed0dbe3fec: Waiting
4ebf4b250985: Waiting
ca11a21f8690: Waiting
15532161cfd4: Waiting
c2c074294499: Waiting
8a64d1e99b2c: Waiting
10354e72e988: Waiting
c25f58673233: Waiting
a39d50a357c0: Waiting
c27f398ebaff: Waiting
578c0f44c4f8: Waiting
a94767de9a16: Waiting
04caf4293825: Waiting
42c5efa1e9c3: Waiting
0b9d6a4549f1: Waiting
fa833c31ddd5: Waiting
285b1b7bb20f: Waiting
5cd19a7d8f4c: Waiting
d36d9a4ee5b2: Waiting
56c266613b2a: Waiting
9c6d81af13c7: Waiting
38f07fc9b079: Waiting
155771fa54a0: Waiting
1de142048d80: Waiting
86379a75c9bf: Waiting
5490cad74c79: Waiting
112fe1a7b270: Waiting
112fe1a7b270: Layer already exists
0ee8cdd464ed: Layer already exists
4f4fb700ef54: Layer already exists
dfc010d3c08b: Waiting
fd04dda35b26: Layer already exists
114c9fe41883: Waiting
073ee4105e93: Layer already exists
5103c0511783: Layer already exists
7c3e9b11d9cc: Waiting
fbed0dbe3fec: Layer already exists
4ebf4b250985: Layer already exists
2fe554f346d0: Waiting
65ff2005f74c: Layer already exists
ca11a21f8690: Already exists
15532161cfd4: Layer already exists
c2c074294499: Waiting
8a64d1e99b2c: Layer already exists
10354e72e988: Layer already exists
c93d60511213: Layer already exists
c25f58673233: Layer already exists
a39d50a357c0: Layer already exists
c27f398ebaff: Layer already exists
578c0f44c4f8: Layer already exists
a94767de9a16: Waiting
04caf4293825: Layer already exists
42c5efa1e9c3: Waiting
0b9d6a4549f1: Waiting
fa833c31ddd5: Layer already exists
285b1b7bb20f: Waiting
5cd19a7d8f4c: Waiting
d36d9a4ee5b2: Layer already exists
56c266613b2a: Layer already exists
9c6d81af13c7: Layer already exists
38f07fc9b079: Layer already exists
155771fa54a0: Layer already exists
1de142048d80: Layer already exists
86379a75c9bf: Layer already exists
5490cad74c79: Waiting
2fe554f346d0: Layer already exists
c2c074294499: Layer already exists
a94767de9a16: Layer already exists
42c5efa1e9c3: Layer already exists
0b9d6a4549f1: Layer already exists
285b1b7bb20f: Layer already exists
5cd19a7d8f4c: Layer already exists
5490cad74c79: Layer already exists
dfc010d3c08b: Layer already exists
114c9fe41883: Layer already exists
7c3e9b11d9cc: Layer already exists
ubuntu-24.04-opam-riscv64: digest: sha256:e55ad648251f65a350cd05f616b403a9ea7de4f311e0fa08ad9f3e3808fce2eb size: 858
Job succeeded
2026-07-18 14:43.13: Job succeeded