Build:
- 0
2026-03-07 08:51.52: New job: Build using linux-riscv64 in
[https://github.com/ocaml/opam-repository#master (ffb54b9bdd3fc5ecfdac3f4561fc52c30c810bd3)]
2026-03-07 08:51.52: Will push staging image to ocurrent/opam-staging:ubuntu-25.04-opam-riscv64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM ubuntu:plucky
LABEL distro_style="apt"
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.0/opam /usr/local/bin/opam-2.0 && chmod a+x /usr/local/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout edf980ebd18ad6b5e990dbf3b6367cffcaf01815 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
FROM ubuntu:plucky
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
Acquire::Retries "5";
EOF
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
COPY --from=0 [ "/usr/local/bin/opam-2.0", "/usr/bin/opam-2.0" ]
RUN ln /usr/bin/opam-2.0 /usr/bin/opam
COPY --from=0 [ "/usr/local/bin/opam-2.1", "/usr/bin/opam-2.1" ]
COPY --from=0 [ "/usr/local/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/local/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/local/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/local/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/local/bin/opam-master", "/usr/bin/opam-dev" ]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
COPY <<-EOF /etc/sudoers.d/opam
opam ALL=(ALL:ALL) NOPASSWD:ALL
EOF
RUN chmod 440 /etc/sudoers.d/opam
RUN chown root:root /etc/sudoers.d/opam
RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
RUN adduser --uid 1000 --disabled-password --gecos '' opam
RUN passwd -l opam
RUN chown -R opam:opam /home/opam
USER opam
ENV HOME="/home/opam"
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
wrap-build-commands: []
wrap-install-commands: []
wrap-remove-commands: []
required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#!/bin/sh
cp ~/.opamrc-nosandbox ~/.opamrc
echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#!/bin/sh
cp ~/.opamrc-sandbox ~/.opamrc
echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
RUN opam-sandbox-disable
RUN opam init -k git -a /home/opam/opam-repository --bare
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
RUN rm -rf .opam/repo/default/.git
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2026-03-07 08:51.52: Using cache hint "opam-ubuntu-25.04"
2026-03-07 08:51.52: Waiting for resource in pool OCluster
2026-03-07 08:51.52: Waiting for worker…
2026-03-07 18:06.19: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
Updating files: 10% (1864/18339)
Updating files: 11% (2018/18339)
Updating files: 12% (2201/18339)
Updating files: 13% (2385/18339)
Updating files: 14% (2568/18339)
Updating files: 15% (2751/18339)
Updating files: 16% (2935/18339)
Updating files: 17% (3118/18339)
Updating files: 18% (3302/18339)
Updating files: 19% (3485/18339)
Updating files: 20% (3668/18339)
Updating files: 21% (3852/18339)
Updating files: 22% (4035/18339)
Updating files: 22% (4213/18339)
Updating files: 23% (4218/18339)
Updating files: 24% (4402/18339)
Updating files: 25% (4585/18339)
Updating files: 26% (4769/18339)
Updating files: 27% (4952/18339)
Updating files: 28% (5135/18339)
Updating files: 29% (5319/18339)
Updating files: 30% (5502/18339)
Updating files: 31% (5686/18339)
Updating files: 32% (5869/18339)
Updating files: 33% (6052/18339)
Updating files: 34% (6236/18339)
Updating files: 35% (6419/18339)
Updating files: 36% (6603/18339)
Updating files: 37% (6786/18339)
Updating files: 37% (6789/18339)
Updating files: 38% (6969/18339)
Updating files: 39% (7153/18339)
Updating files: 40% (7336/18339)
Updating files: 41% (7519/18339)
Updating files: 42% (7703/18339)
Updating files: 43% (7886/18339)
Updating files: 44% (8070/18339)
Updating files: 45% (8253/18339)
Updating files: 46% (8436/18339)
Updating files: 47% (8620/18339)
Updating files: 48% (8803/18339)
Updating files: 49% (8987/18339)
Updating files: 50% (9170/18339)
Updating files: 51% (9353/18339)
Updating files: 51% (9446/18339)
Updating files: 52% (9537/18339)
Updating files: 53% (9720/18339)
Updating files: 54% (9904/18339)
Updating files: 55% (10087/18339)
Updating files: 56% (10270/18339)
Updating files: 57% (10454/18339)
Updating files: 58% (10637/18339)
Updating files: 59% (10821/18339)
Updating files: 60% (11004/18339)
Updating files: 61% (11187/18339)
Updating files: 62% (11371/18339)
Updating files: 63% (11554/18339)
Updating files: 63% (11624/18339)
Updating files: 64% (11737/18339)
Updating files: 65% (11921/18339)
Updating files: 66% (12104/18339)
Updating files: 67% (12288/18339)
Updating files: 68% (12471/18339)
Updating files: 69% (12654/18339)
Updating files: 70% (12838/18339)
Updating files: 71% (13021/18339)
Updating files: 72% (13205/18339)
Updating files: 73% (13388/18339)
Updating files: 74% (13571/18339)
Updating files: 75% (13755/18339)
Updating files: 76% (13938/18339)
Updating files: 76% (13996/18339)
Updating files: 77% (14122/18339)
Updating files: 78% (14305/18339)
Updating files: 79% (14488/18339)
Updating files: 80% (14672/18339)
Updating files: 81% (14855/18339)
Updating files: 82% (15038/18339)
Updating files: 83% (15222/18339)
Updating files: 84% (15405/18339)
Updating files: 85% (15589/18339)
Updating files: 86% (15772/18339)
Updating files: 87% (15955/18339)
Updating files: 88% (16139/18339)
Updating files: 89% (16322/18339)
Updating files: 89% (16409/18339)
Updating files: 90% (16506/18339)
Updating files: 91% (16689/18339)
Updating files: 92% (16872/18339)
Updating files: 93% (17056/18339)
Updating files: 94% (17239/18339)
Updating files: 95% (17423/18339)
Updating files: 96% (17606/18339)
Updating files: 97% (17789/18339)
Updating files: 98% (17973/18339)
Updating files: 99% (18156/18339)
Updating files: 100% (18339/18339)
Updating files: 100% (18339/18339), done.
HEAD is now at ef5c0a2eb7 Merge pull request #29467 from balat/opam-publish-ocsigen-start.8.0.0
HEAD is now at ffb54b9bdd Merge pull request #29488 from alan-j-hu/release-textmate-language-0.5.0
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 7.12kB 0.0s done
#1 DONE 0.2s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 1.0s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6
#3 CACHED
#4 [internal] load metadata for docker.io/library/ubuntu:plucky
#4 DONE 1.4s
#5 [internal] load .dockerignore
#5 transferring context:
#5 transferring context: 2B done
#5 DONE 0.1s
#6 [internal] preparing inline document
#6 DONE 0.0s
#7 [internal] preparing inline document
#7 DONE 0.0s
#8 [internal] preparing inline document
#8 DONE 0.0s
#9 [internal] preparing inline document
#9 DONE 0.0s
#10 [stage-0 1/14] FROM docker.io/library/ubuntu:plucky@sha256:27771fb7b40a58237c98e8d3e6b9ecdd9289cec69a857fccfb85ff36294dac20
#10 resolve docker.io/library/ubuntu:plucky@sha256:27771fb7b40a58237c98e8d3e6b9ecdd9289cec69a857fccfb85ff36294dac20 0.1s done
#10 ...
#11 [internal] preparing inline document
#11 DONE 0.1s
#12 [internal] preparing inline document
#12 DONE 0.2s
#10 [stage-0 1/14] FROM docker.io/library/ubuntu:plucky@sha256:27771fb7b40a58237c98e8d3e6b9ecdd9289cec69a857fccfb85ff36294dac20
#10 sha256:c41d62f3af2a4c29d8074d3b82716f9b2e78d3e7b91f1d1db14dd71cc82ed1a6 424B / 424B done
#10 sha256:20f730fe35d6c5ae0ace57322375a9d3529b09743cafb6cc7247f45a3b8140e4 2.30kB / 2.30kB done
#10 sha256:27771fb7b40a58237c98e8d3e6b9ecdd9289cec69a857fccfb85ff36294dac20 6.69kB / 6.69kB done
#10 ...
#7 [internal] preparing inline document
#7 DONE 0.4s
#10 [stage-0 1/14] FROM docker.io/library/ubuntu:plucky@sha256:27771fb7b40a58237c98e8d3e6b9ecdd9289cec69a857fccfb85ff36294dac20
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 0B / 29.74MB 0.1s
#10 ...
#8 [internal] preparing inline document
#8 DONE 0.4s
#9 [internal] preparing inline document
#9 DONE 0.4s
#6 [internal] preparing inline document
#6 DONE 0.5s
#10 [stage-0 1/14] FROM docker.io/library/ubuntu:plucky@sha256:27771fb7b40a58237c98e8d3e6b9ecdd9289cec69a857fccfb85ff36294dac20
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 2.10MB / 29.74MB 0.6s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 5.24MB / 29.74MB 0.9s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 7.34MB / 29.74MB 1.1s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 9.44MB / 29.74MB 1.3s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 11.53MB / 29.74MB 1.5s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 14.68MB / 29.74MB 1.7s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 17.83MB / 29.74MB 2.1s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 19.74MB / 29.74MB 2.2s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 22.02MB / 29.74MB 2.4s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 24.12MB / 29.74MB 2.5s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 27.26MB / 29.74MB 2.8s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 29.74MB / 29.74MB 3.1s
#10 sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 29.74MB / 29.74MB 3.5s done
#10 extracting sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96
#10 ...
#13 [internal] load build context
#13 transferring context: 7.95MB 9.0s
#13 ...
#10 [stage-0 1/14] FROM docker.io/library/ubuntu:plucky@sha256:27771fb7b40a58237c98e8d3e6b9ecdd9289cec69a857fccfb85ff36294dac20
#10 extracting sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 5.1s
#10 extracting sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 10.3s
#10 ...
#13 [internal] load build context
#13 transferring context: 8.89MB 16.1s
#13 ...
#10 [stage-0 1/14] FROM docker.io/library/ubuntu:plucky@sha256:27771fb7b40a58237c98e8d3e6b9ecdd9289cec69a857fccfb85ff36294dac20
#10 extracting sha256:49011545d13c540c9969f6f8188a6275d00825a8a3bd835bca525a83b0190a96 15.5s done
#10 DONE 20.3s
#13 [internal] load build context
#13 ...
#14 [stage-1 2/41] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#14 ...
#13 [internal] load build context
#13 transferring context: 10.14MB 25.4s
#13 ...
#14 [stage-1 2/41] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#14 DONE 8.2s
#13 [internal] load build context
#13 ...
#15 [stage-0 2/14] RUN apt-get -y update
#15 2.451 Get:1 http://ports.ubuntu.com/ubuntu-ports plucky InRelease [265 kB]
#15 2.904 Get:2 http://ports.ubuntu.com/ubuntu-ports plucky-updates InRelease [126 kB]
#15 3.029 Get:3 http://ports.ubuntu.com/ubuntu-ports plucky-backports InRelease [126 kB]
#15 3.166 Get:4 http://ports.ubuntu.com/ubuntu-ports plucky-security InRelease [126 kB]
#15 3.484 Get:5 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 Packages [1769 kB]
#15 3.997 Get:6 http://ports.ubuntu.com/ubuntu-ports plucky/restricted riscv64 Packages [899 B]
#15 3.997 Get:7 http://ports.ubuntu.com/ubuntu-ports plucky/universe riscv64 Packages [19.4 MB]
#15 6.981 Get:8 http://ports.ubuntu.com/ubuntu-ports plucky/multiverse riscv64 Packages [206 kB]
#15 7.005 Get:9 http://ports.ubuntu.com/ubuntu-ports plucky-updates/multiverse riscv64 Packages [2917 B]
#15 7.019 Get:10 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 Packages [386 kB]
#15 7.056 Get:11 http://ports.ubuntu.com/ubuntu-ports plucky-updates/universe riscv64 Packages [281 kB]
#15 7.077 Get:12 http://ports.ubuntu.com/ubuntu-ports plucky-updates/restricted riscv64 Packages [2510 B]
#15 7.086 Get:13 http://ports.ubuntu.com/ubuntu-ports plucky-backports/universe riscv64 Packages [4043 B]
#15 7.086 Get:14 http://ports.ubuntu.com/ubuntu-ports plucky-security/restricted riscv64 Packages [2327 B]
#15 7.089 Get:15 http://ports.ubuntu.com/ubuntu-ports plucky-security/multiverse riscv64 Packages [2147 B]
#15 7.175 Get:16 http://ports.ubuntu.com/ubuntu-ports plucky-security/universe riscv64 Packages [201 kB]
#15 7.202 Get:17 http://ports.ubuntu.com/ubuntu-ports plucky-security/main riscv64 Packages [231 kB]
#15 ...
#13 [internal] load build context
#13 ...
#16 [stage-1 3/41] COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
#16 DONE 0.4s
#13 [internal] load build context
#13 transferring context: 10.89MB 30.5s
#13 transferring context: 11.67MB 35.5s
#13 ...
#15 [stage-0 2/14] RUN apt-get -y update
#15 15.37 Fetched 23.1 MB in 13s (1771 kB/s)
#15 15.37 Reading package lists...
#15 ...
#17 [stage-1 4/41] RUN apt-get -y update
#17 1.289 Get:1 http://ports.ubuntu.com/ubuntu-ports plucky InRelease [265 kB]
#17 1.742 Get:2 http://ports.ubuntu.com/ubuntu-ports plucky-updates InRelease [126 kB]
#17 1.856 Get:3 http://ports.ubuntu.com/ubuntu-ports plucky-backports InRelease [126 kB]
#17 2.025 Get:4 http://ports.ubuntu.com/ubuntu-ports plucky-security InRelease [126 kB]
#17 2.154 Get:5 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 Packages [1769 kB]
#17 2.420 Get:6 http://ports.ubuntu.com/ubuntu-ports plucky/universe riscv64 Packages [19.4 MB]
#17 4.446 Get:7 http://ports.ubuntu.com/ubuntu-ports plucky/restricted riscv64 Packages [899 B]
#17 4.447 Get:8 http://ports.ubuntu.com/ubuntu-ports plucky/multiverse riscv64 Packages [206 kB]
#17 4.477 Get:9 http://ports.ubuntu.com/ubuntu-ports plucky-updates/restricted riscv64 Packages [2510 B]
#17 4.479 Get:10 http://ports.ubuntu.com/ubuntu-ports plucky-updates/universe riscv64 Packages [281 kB]
#17 4.514 Get:11 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 Packages [386 kB]
#17 4.536 Get:12 http://ports.ubuntu.com/ubuntu-ports plucky-updates/multiverse riscv64 Packages [2917 B]
#17 4.538 Get:13 http://ports.ubuntu.com/ubuntu-ports plucky-backports/universe riscv64 Packages [4043 B]
#17 4.572 Get:14 http://ports.ubuntu.com/ubuntu-ports plucky-security/main riscv64 Packages [231 kB]
#17 4.602 Get:15 http://ports.ubuntu.com/ubuntu-ports plucky-security/multiverse riscv64 Packages [2147 B]
#17 4.604 Get:16 http://ports.ubuntu.com/ubuntu-ports plucky-security/universe riscv64 Packages [201 kB]
#17 4.630 Get:17 http://ports.ubuntu.com/ubuntu-ports plucky-security/restricted riscv64 Packages [2327 B]
#17 ...
#13 [internal] load build context
#13 transferring context: 12.47MB 40.6s
#13 ...
#17 [stage-1 4/41] RUN apt-get -y update
#17 13.05 Fetched 23.1 MB in 12s (1955 kB/s)
#17 13.05 Reading package lists...
#17 ...
#13 [internal] load build context
#13 transferring context: 13.45MB 47.1s
#13 ...
#15 [stage-0 2/14] RUN apt-get -y update
#15 15.37 Reading package lists...
#15 DONE 28.8s
#13 [internal] load build context
#13 ...
#18 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 1.098 Reading package lists...
#18 ...
#17 [stage-1 4/41] RUN apt-get -y update
#17 13.05 Reading package lists...
#17 DONE 24.4s
#13 [internal] load build context
#13 transferring context: 14.40MB 53.3s
#13 transferring context: 15.23MB 58.4s
#13 ...
#18 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 1.098 Reading package lists...
#18 10.42 Building dependency tree...
#18 11.36 Reading state information...
#18 12.35 Calculating upgrade...
#18 ...
#19 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 0.853 Reading package lists...
#19 9.945 Building dependency tree...
#19 ...
#13 [internal] load build context
#13 transferring context: 15.94MB 63.4s
#13 ...
#19 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 9.945 Building dependency tree...
#19 11.47 Reading state information...
#19 12.30 Calculating upgrade...
#19 15.26 The following packages will be upgraded:
#19 15.28 bsdutils gpgv libblkid1 libmount1 libsmartcols1 libuuid1 login mount
#19 15.28 util-linux
#19 15.62 9 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#19 15.62 Need to get 2642 kB of archives.
#19 15.62 After this operation, 1024 B of additional disk space will be used.
#19 15.62 Get:1 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 bsdutils riscv64 1:2.40.2-14ubuntu1.2 [124 kB]
#19 15.76 Get:2 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libuuid1 riscv64 2.40.2-14ubuntu1.2 [46.1 kB]
#19 15.77 Get:3 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libblkid1 riscv64 2.40.2-14ubuntu1.2 [213 kB]
#19 15.82 Get:4 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libmount1 riscv64 2.40.2-14ubuntu1.2 [236 kB]
#19 15.85 Get:5 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libsmartcols1 riscv64 2.40.2-14ubuntu1.2 [171 kB]
#19 15.86 Get:6 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 util-linux riscv64 2.40.2-14ubuntu1.2 [1306 kB]
#19 16.06 Get:7 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 mount riscv64 2.40.2-14ubuntu1.2 [178 kB]
#19 16.09 Get:8 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 login riscv64 1:4.16.0-2+really2.40.2-14ubuntu1.2 [89.8 kB]
#19 16.11 Get:9 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpgv riscv64 2.4.4-2ubuntu23.2 [278 kB]
#19 ...
#13 [internal] load build context
#13 transferring context: 79.03MB 70.8s
#13 ...
#18 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 15.80 The following packages will be upgraded:
#18 15.80 bsdutils gpgv libblkid1 libmount1 libsmartcols1 libuuid1 login mount
#18 15.80 util-linux
#18 16.10 9 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#18 16.10 Need to get 2642 kB of archives.
#18 16.10 After this operation, 1024 B of additional disk space will be used.
#18 16.10 Get:1 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 bsdutils riscv64 1:2.40.2-14ubuntu1.2 [124 kB]
#18 16.25 Get:2 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libuuid1 riscv64 2.40.2-14ubuntu1.2 [46.1 kB]
#18 16.25 Get:3 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libblkid1 riscv64 2.40.2-14ubuntu1.2 [213 kB]
#18 16.30 Get:4 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libmount1 riscv64 2.40.2-14ubuntu1.2 [236 kB]
#18 16.33 Get:5 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libsmartcols1 riscv64 2.40.2-14ubuntu1.2 [171 kB]
#18 16.35 Get:6 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 util-linux riscv64 2.40.2-14ubuntu1.2 [1306 kB]
#18 16.54 Get:7 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 mount riscv64 2.40.2-14ubuntu1.2 [178 kB]
#18 16.55 Get:8 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 login riscv64 1:4.16.0-2+really2.40.2-14ubuntu1.2 [89.8 kB]
#18 16.56 Get:9 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpgv riscv64 2.4.4-2ubuntu23.2 [278 kB]
#18 ...
#13 [internal] load build context
#13 transferring context: 128.78MB 75.9s
#13 transferring context: 180.32MB 81.0s
#13 ...
#18 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 26.86 Fetched 2642 kB in 1s (4283 kB/s)
#18 27.10 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4248 files and directories currently installed.)
#18 27.13 Preparing to unpack .../bsdutils_1%3a2.40.2-14ubuntu1.2_riscv64.deb ...
#18 27.17 Unpacking bsdutils (1:2.40.2-14ubuntu1.2) over (1:2.40.2-14ubuntu1.1) ...
#18 27.58 Setting up bsdutils (1:2.40.2-14ubuntu1.2) ...
#18 27.82 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4248 files and directories currently installed.)
#18 27.85 Preparing to unpack .../libuuid1_2.40.2-14ubuntu1.2_riscv64.deb ...
#18 27.90 Unpacking libuuid1:riscv64 (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#18 28.08 Setting up libuuid1:riscv64 (2.40.2-14ubuntu1.2) ...
#18 28.34 (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 ... 4248 files and directories currently installed.)
#18 28.36 Preparing to unpack .../libblkid1_2.40.2-14ubuntu1.2_riscv64.deb ...
#18 28.39 Unpacking libblkid1:riscv64 (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#18 28.74 Setting up libblkid1:riscv64 (2.40.2-14ubuntu1.2) ...
#18 28.99 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4248 files and directories currently installed.)
#18 29.04 Preparing to unpack .../libmount1_2.40.2-14ubuntu1.2_riscv64.deb ...
#18 29.12 Unpacking libmount1:riscv64 (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#18 29.42 Setting up libmount1:riscv64 (2.40.2-14ubuntu1.2) ...
#18 29.71 (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 ... 4248 files and directories currently installed.)
#18 29.76 Preparing to unpack .../libsmartcols1_2.40.2-14ubuntu1.2_riscv64.deb ...
#18 29.86 Unpacking libsmartcols1:riscv64 (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#18 30.28 Setting up libsmartcols1:riscv64 (2.40.2-14ubuntu1.2) ...
#18 30.67 (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 ... 4248 files and directories currently installed.)
#18 30.69 Preparing to unpack .../util-linux_2.40.2-14ubuntu1.2_riscv64.deb ...
#18 30.79 Unpacking util-linux (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#18 ...
#13 [internal] load build context
#13 transferring context: 225.28MB 86.2s
#13 ...
#19 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 27.26 Fetched 2642 kB in 1s (4130 kB/s)
#19 27.99 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4248 files and directories currently installed.)
#19 28.05 Preparing to unpack .../bsdutils_1%3a2.40.2-14ubuntu1.2_riscv64.deb ...
#19 29.45 Unpacking bsdutils (1:2.40.2-14ubuntu1.2) over (1:2.40.2-14ubuntu1.1) ...
#19 30.02 Setting up bsdutils (1:2.40.2-14ubuntu1.2) ...
#19 30.28 (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 ... 4248 files and directories currently installed.)
#19 30.30 Preparing to unpack .../libuuid1_2.40.2-14ubuntu1.2_riscv64.deb ...
#19 30.41 Unpacking libuuid1:riscv64 (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#19 30.63 Setting up libuuid1:riscv64 (2.40.2-14ubuntu1.2) ...
#19 31.04 (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 ... 4248 files and directories currently installed.)
#19 31.13 Preparing to unpack .../libblkid1_2.40.2-14ubuntu1.2_riscv64.deb ...
#19 31.26 Unpacking libblkid1:riscv64 (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#19 31.70 Setting up libblkid1:riscv64 (2.40.2-14ubuntu1.2) ...
#19 32.09 (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 ... 4248 files and directories currently installed.)
#19 32.17 Preparing to unpack .../libmount1_2.40.2-14ubuntu1.2_riscv64.deb ...
#19 32.22 Unpacking libmount1:riscv64 (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#19 32.63 Setting up libmount1:riscv64 (2.40.2-14ubuntu1.2) ...
#19 32.86 (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 ... 4248 files and directories currently installed.)
#19 32.87 Preparing to unpack .../libsmartcols1_2.40.2-14ubuntu1.2_riscv64.deb ...
#19 32.91 Unpacking libsmartcols1:riscv64 (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#19 33.34 Setting up libsmartcols1:riscv64 (2.40.2-14ubuntu1.2) ...
#19 33.54 (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 ... 4248 files and directories currently installed.)
#19 33.60 Preparing to unpack .../util-linux_2.40.2-14ubuntu1.2_riscv64.deb ...
#19 33.71 Unpacking util-linux (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#19 35.91 Setting up util-linux (2.40.2-14ubuntu1.2) ...
#19 ...
#13 [internal] load build context
#13 transferring context: 250.62MB 91.3s
#13 ...
#18 [stage-0 3/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 35.89 Setting up util-linux (2.40.2-14ubuntu1.2) ...
#18 38.38 (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 ... 4248 files and directories currently installed.)
#18 38.42 Preparing to unpack .../mount_2.40.2-14ubuntu1.2_riscv64.deb ...
#18 38.46 Unpacking mount (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#18 38.91 Preparing to unpack .../login_1%3a4.16.0-2+really2.40.2-14ubuntu1.2_riscv64.deb ...
#18 39.15 Unpacking login (1:4.16.0-2+really2.40.2-14ubuntu1.2) over (1:4.16.0-2+really2.40.2-14ubuntu1.1) ...
#18 39.66 Preparing to unpack .../gpgv_2.4.4-2ubuntu23.2_riscv64.deb ...
#18 39.70 Unpacking gpgv (2.4.4-2ubuntu23.2) over (2.4.4-2ubuntu23.1) ...
#18 40.15 Setting up gpgv (2.4.4-2ubuntu23.2) ...
#18 40.33 Setting up mount (2.40.2-14ubuntu1.2) ...
#18 40.39 Setting up login (1:4.16.0-2+really2.40.2-14ubuntu1.2) ...
#18 40.62 Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
#18 DONE 43.6s
#13 [internal] load build context
#13 ...
#19 [stage-1 5/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 39.23 (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 ... 4248 files and directories currently installed.)
#19 39.28 Preparing to unpack .../mount_2.40.2-14ubuntu1.2_riscv64.deb ...
#19 39.43 Unpacking mount (2.40.2-14ubuntu1.2) over (2.40.2-14ubuntu1.1) ...
#19 39.85 Preparing to unpack .../login_1%3a4.16.0-2+really2.40.2-14ubuntu1.2_riscv64.deb ...
#19 40.18 Unpacking login (1:4.16.0-2+really2.40.2-14ubuntu1.2) over (1:4.16.0-2+really2.40.2-14ubuntu1.1) ...
#19 40.54 Preparing to unpack .../gpgv_2.4.4-2ubuntu23.2_riscv64.deb ...
#19 40.57 Unpacking gpgv (2.4.4-2ubuntu23.2) over (2.4.4-2ubuntu23.1) ...
#19 40.90 Setting up gpgv (2.4.4-2ubuntu23.2) ...
#19 41.02 Setting up mount (2.40.2-14ubuntu1.2) ...
#19 41.07 Setting up login (1:4.16.0-2+really2.40.2-14ubuntu1.2) ...
#19 41.35 Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
#19 DONE 42.0s
#13 [internal] load build context
#13 transferring context: 250.88MB 96.3s
#13 transferring context: 251.27MB 101.4s
#13 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 0.936 Reading package lists...
#20 10.10 Building dependency tree...
#20 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 1.104 Reading package lists...
#21 9.831 Building dependency tree...
#21 ...
#13 [internal] load build context
#13 transferring context: 251.66MB 106.5s
#13 transferring context: 251.98MB 111.5s
#13 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 10.10 Building dependency tree...
#20 11.48 Reading state information...
#20 15.47 The following additional packages will be installed:
#20 15.47 adduser binutils binutils-common binutils-riscv64-linux-gnu bzip2
#20 15.47 ca-certificates cpp cpp-14 cpp-14-riscv64-linux-gnu cpp-riscv64-linux-gnu
#20 15.47 dirmngr dpkg-dev fakeroot g++ g++-14 g++-14-riscv64-linux-gnu
#20 15.47 g++-riscv64-linux-gnu gcc gcc-14 gcc-14-riscv64-linux-gnu
#20 15.47 gcc-riscv64-linux-gnu git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
#20 15.48 gpg-wks-client gpgconf gpgsm keyboxd krb5-locales less
#20 15.48 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#20 15.48 libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libc-dev-bin
#20 15.48 libc6-dev libcbor0.10 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
#20 15.48 libcurl3t64-gnutls libcurl4t64 libdpkg-perl libedit2 liberror-perl libexpat1
#20 15.48 libfakeroot libffi8 libfido2-1 libfile-fcntllock-perl libgcc-14-dev
#20 15.49 libgdbm-compat4t64 libgdbm6t64 libgnutls30t64 libgomp1 libgprofng0
#20 15.49 libgssapi-krb5-2 libhogweed6t64 libidn2-0 libisl23 libitm1 libjansson4
#20 15.49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common
#20 15.49 libldap2 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnettle8t64
#20 15.50 libnghttp2-14 libp11-kit0 libperl5.40 libpsl5t64 libreadline8t64 librtmp1
#20 15.50 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1 libsqlite3-0
#20 15.50 libssh2-1t64 libstdc++-14-dev libtasn1-6 libtsan2 libubsan1 libunistring5
#20 15.50 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1
#20 15.51 linux-libc-dev lto-disabled-list make manpages manpages-dev netbase
#20 15.51 openssh-client openssl patch perl perl-modules-5.40 pinentry-curses
#20 15.52 publicsuffix readline-common rpcsvc-proto xauth xz-utils
#20 15.57 Suggested packages:
#20 15.57 cron quota ecryptfs-utils binutils-doc gprofng-gui bzip2-doc cpp-doc
#20 15.57 gcc-14-locales cpp-14-doc dbus-user-session libpam-systemd pinentry-gnome3
#20 15.57 tor debian-keyring gcc-14-doc gcc-multilib autoconf automake libtool flex
#20 15.57 bison gdb gcc-doc gdb-riscv64-linux-gnu gettext-base git-doc git-email
#20 15.57 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
#20 15.57 gpg-wks-server scdaemon libc-devtools glibc-doc bzr gdbm-l10n gnutls-bin
#20 15.57 krb5-doc krb5-user libsasl2-modules-gssapi-mit
#20 15.57 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#20 15.57 libsasl2-modules-sql libstdc++-14-doc make-doc man-browser keychain
#20 15.57 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#20 15.57 libterm-readline-gnu-perl | libterm-readline-perl-perl
#20 15.57 libtap-harness-archive-perl pinentry-doc readline-doc
#20 17.78 The following NEW packages will be installed:
#20 17.78 adduser binutils binutils-common binutils-riscv64-linux-gnu build-essential
#20 17.78 bzip2 ca-certificates cpp cpp-14 cpp-14-riscv64-linux-gnu
#20 17.78 cpp-riscv64-linux-gnu curl dirmngr dpkg-dev fakeroot g++ g++-14
#20 17.78 g++-14-riscv64-linux-gnu g++-riscv64-linux-gnu gcc gcc-14
#20 17.79 gcc-14-riscv64-linux-gnu gcc-riscv64-linux-gnu git git-man gnupg gnupg-l10n
#20 17.79 gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm keyboxd krb5-locales
#20 17.79 less libalgorithm-diff-perl libalgorithm-diff-xs-perl
#20 17.79 libalgorithm-merge-perl libapparmor1 libasan8 libatomic1 libbinutils
#20 17.79 libbrotli1 libc-dev-bin libc6-dev libcap-dev libcbor0.10 libcc1-0
#20 17.79 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64
#20 17.79 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libffi8 libfido2-1
#20 17.79 libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64 libgdbm6t64
#20 17.79 libgnutls30t64 libgomp1 libgprofng0 libgssapi-krb5-2 libhogweed6t64
#20 17.79 libidn2-0 libisl23 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3
#20 17.79 libkrb5support0 libksba8 libldap-common libldap2 liblocale-gettext-perl
#20 17.79 liblsan0 libmpc3 libmpfr6 libnettle8t64 libnghttp2-14 libp11-kit0
#20 17.80 libperl5.40 libpsl5t64 libreadline8t64 librtmp1 libsasl2-2 libsasl2-modules
#20 17.80 libsasl2-modules-db libsframe1 libsqlite3-0 libssh2-1t64 libstdc++-14-dev
#20 17.80 libtasn1-6 libtsan2 libubsan1 libunistring5 libx11-6 libx11-data libxau6
#20 17.80 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-libc-dev lto-disabled-list make
#20 17.80 manpages manpages-dev netbase openssh-client openssl patch perl
#20 17.80 perl-modules-5.40 pinentry-curses publicsuffix readline-common rpcsvc-proto
#20 17.80 sudo xauth xz-utils
#20 18.46 0 upgraded, 128 newly installed, 0 to remove and 0 not upgraded.
#20 18.46 Need to get 129 MB of archives.
#20 18.46 After this operation, 573 MB of additional disk space will be used.
#20 18.46 Get:1 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 liblocale-gettext-perl riscv64 1.07-7build1 [15.7 kB]
#20 18.52 Get:2 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 adduser all 3.137ubuntu2 [101 kB]
#20 18.60 Get:3 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 openssl riscv64 3.4.1-1ubuntu4 [1172 kB]
#20 18.82 Get:4 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 ca-certificates all 20241223 [165 kB]
#20 18.83 Get:5 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 krb5-locales all 1.21.3-4ubuntu2 [14.9 kB]
#20 18.83 Get:6 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 less riscv64 643-1 [163 kB]
#20 18.85 Get:7 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libapparmor1 riscv64 4.1.0~beta5-0ubuntu14.2 [57.9 kB]
#20 18.86 Get:8 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libatomic1 riscv64 15-20250404-0ubuntu1 [9924 B]
#20 18.87 Get:9 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libexpat1 riscv64 2.7.1-1 [86.1 kB]
#20 18.87 Get:10 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libffi8 riscv64 3.4.7-1 [23.3 kB]
#20 18.88 Get:11 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libnettle8t64 riscv64 3.10.1-1 [215 kB]
#20 18.92 Get:12 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libhogweed6t64 riscv64 3.10.1-1 [202 kB]
#20 18.93 Get:13 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libunistring5 riscv64 1.3-1 [623 kB]
#20 18.99 Get:14 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libidn2-0 riscv64 2.3.8-2 [103 kB]
#20 19.01 Get:15 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libp11-kit0 riscv64 0.25.5-2ubuntu3 [316 kB]
#20 19.02 Get:16 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libtasn1-6 riscv64 4.20.0-2ubuntu0.25.04.1 [46.5 kB]
#20 19.02 Get:17 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libgnutls30t64 riscv64 3.8.9-2ubuntu3.1 [1033 kB]
#20 19.15 Get:18 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libkrb5support0 riscv64 1.21.3-4ubuntu2 [36.6 kB]
#20 19.15 Get:19 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libk5crypto3 riscv64 1.21.3-4ubuntu2 [106 kB]
#20 19.17 Get:20 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libkeyutils1 riscv64 1.6.3-4ubuntu2 [10.3 kB]
#20 19.18 Get:21 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libkrb5-3 riscv64 1.21.3-4ubuntu2 [376 kB]
#20 19.22 Get:22 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgssapi-krb5-2 riscv64 1.21.3-4ubuntu2 [154 kB]
#20 19.24 Get:23 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 readline-common all 8.2-6 [56.5 kB]
#20 19.24 Get:24 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libreadline8t64 riscv64 8.2-6 [158 kB]
#20 19.27 Get:25 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libsqlite3-0 riscv64 3.46.1-3ubuntu0.3 [736 kB]
#20 19.32 Get:26 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 netbase all 6.4 [13.1 kB]
#20 19.32 Get:27 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 sudo riscv64 1.9.16p2-1ubuntu1.1 [974 kB]
#20 19.47 Get:28 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcbor0.10 riscv64 0.10.2-2ubuntu1 [27.2 kB]
#20 19.49 Get:29 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libedit2 riscv64 3.1-20250104-1 [97.1 kB]
#20 19.52 Get:30 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libfido2-1 riscv64 1.15.0-1 [91.2 kB]
#20 19.53 Get:31 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgdbm6t64 riscv64 1.24-2 [36.6 kB]
#20 19.55 Get:32 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libjansson4 riscv64 2.14-2build2 [34.7 kB]
#20 19.55 Get:33 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libnghttp2-14 riscv64 1.64.0-1ubuntu1 [86.7 kB]
#20 19.57 Get:34 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libpsl5t64 riscv64 0.21.2-1.1build1 [57.9 kB]
#20 19.58 Get:35 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxau6 riscv64 1:1.0.11-1 [7620 B]
#20 19.60 Get:36 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxdmcp6 riscv64 1:1.1.5-1 [11.2 kB]
#20 19.61 Get:37 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxcb1 riscv64 1.17.0-2 [53.6 kB]
#20 19.62 Get:38 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libx11-data all 2:1.8.10-2 [116 kB]
#20 19.64 Get:39 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libx11-6 riscv64 2:1.8.10-2 [671 kB]
#20 19.70 Get:40 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxext6 riscv64 2:1.3.4-1build2 [33.2 kB]
#20 19.70 Get:41 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxmuu1 riscv64 2:1.1.3-3build2 [8874 B]
#20 19.71 Get:42 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 manpages all 6.9.1-1 [1385 kB]
#20 19.88 Get:43 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 openssh-client riscv64 1:9.9p1-3ubuntu3.2 [973 kB]
#20 19.95 Get:44 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 publicsuffix all 20250108.1153-0.1 [134 kB]
#20 19.96 Get:45 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 xauth riscv64 1:1.1.2-1.1 [25.8 kB]
#20 19.97 Get:46 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 xz-utils riscv64 5.6.4-1ubuntu1 [275 kB]
#20 19.99 Get:47 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libsframe1 riscv64 2.44-3ubuntu1.3 [17.3 kB]
#20 20.00 Get:48 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 binutils-common riscv64 2.44-3ubuntu1.3 [216 kB]
#20 20.01 Get:49 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libbinutils riscv64 2.44-3ubuntu1.3 [593 kB]
#20 20.07 Get:50 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libgprofng0 riscv64 2.44-3ubuntu1.3 [816 kB]
#20 20.17 Get:51 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libctf-nobfd0 riscv64 2.44-3ubuntu1.3 [113 kB]
#20 20.19 Get:52 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libctf0 riscv64 2.44-3ubuntu1.3 [111 kB]
#20 20.19 Get:53 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 binutils-riscv64-linux-gnu riscv64 2.44-3ubuntu1.3 [941 kB]
#20 20.28 Get:54 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 binutils riscv64 2.44-3ubuntu1.3 [213 kB]
#20 20.29 Get:55 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libc-dev-bin riscv64 2.41-6ubuntu1.2 [22.6 kB]
#20 20.30 Get:56 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 linux-libc-dev riscv64 6.14.0-37.37 [1843 kB]
#20 20.44 Get:57 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcrypt-dev riscv64 1:4.4.38-1 [244 kB]
#20 20.46 Get:58 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 rpcsvc-proto riscv64 1.4.2-0ubuntu7 [65.8 kB]
#20 20.47 Get:59 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libc6-dev riscv64 2.41-6ubuntu1.2 [3560 kB]
#20 20.87 Get:60 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libisl23 riscv64 0.27-1 [722 kB]
#20 20.93 Get:61 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libmpfr6 riscv64 4.2.2-1 [300 kB]
#20 20.95 Get:62 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libmpc3 riscv64 1.3.1-1build2 [61.5 kB]
#20 20.97 Get:63 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 cpp-14-riscv64-linux-gnu riscv64 14.2.0-19ubuntu2 [15.2 MB]
#20 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 9.831 Building dependency tree...
#21 11.15 Reading state information...
#21 15.13 The following additional packages will be installed:
#21 15.13 adduser binutils binutils-common binutils-riscv64-linux-gnu bzip2
#21 15.13 ca-certificates cpp cpp-14 cpp-14-riscv64-linux-gnu cpp-riscv64-linux-gnu
#21 15.13 dirmngr dpkg-dev fakeroot g++ g++-14 g++-14-riscv64-linux-gnu
#21 15.13 g++-riscv64-linux-gnu gcc gcc-14 gcc-14-riscv64-linux-gnu
#21 15.13 gcc-riscv64-linux-gnu git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
#21 15.13 gpg-wks-client gpgconf gpgsm keyboxd krb5-locales less
#21 15.13 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#21 15.13 libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libc-dev-bin
#21 15.13 libc6-dev libcbor0.10 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
#21 15.13 libcurl3t64-gnutls libcurl4t64 libdpkg-perl libedit2 liberror-perl libexpat1
#21 15.13 libfakeroot libffi8 libfido2-1 libfile-fcntllock-perl libgcc-14-dev
#21 15.13 libgdbm-compat4t64 libgdbm6t64 libgnutls30t64 libgomp1 libgprofng0
#21 15.13 libgssapi-krb5-2 libhogweed6t64 libidn2-0 libisl23 libitm1 libjansson4
#21 15.14 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common
#21 15.14 libldap2 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnettle8t64
#21 15.14 libnghttp2-14 libp11-kit0 libperl5.40 libpopt0 libpsl5t64 libreadline8t64
#21 15.14 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1
#21 15.14 libsqlite3-0 libssh2-1t64 libstdc++-14-dev libtasn1-6 libtsan2 libubsan1
#21 15.14 libunistring5 libx11-6 libx11-data libxau-dev libxau6 libxcb1 libxcb1-dev
#21 15.14 libxdmcp-dev libxdmcp6 libxext6 libxmuu1 linux-libc-dev lto-disabled-list
#21 15.14 make manpages manpages-dev netbase openssh-client openssl patch perl
#21 15.15 perl-modules-5.40 pinentry-curses publicsuffix readline-common rpcsvc-proto
#21 15.15 x11proto-dev xauth xorg-sgml-doctools xtrans-dev xz-utils
#21 15.16 Suggested packages:
#21 15.16 cron quota ecryptfs-utils binutils-doc gprofng-gui bzip2-doc cpp-doc
#21 15.16 gcc-14-locales cpp-14-doc dbus-user-session libpam-systemd pinentry-gnome3
#21 15.16 tor debian-keyring gcc-14-doc gcc-multilib autoconf automake libtool flex
#21 15.16 bison gdb gcc-doc gdb-riscv64-linux-gnu gettext-base git-doc git-email
#21 15.16 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
#21 15.16 gpg-wks-server scdaemon libc-devtools glibc-doc bzr gdbm-l10n gnutls-bin
#21 15.16 krb5-doc krb5-user libsasl2-modules-gssapi-mit
#21 15.16 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#21 15.16 libsasl2-modules-sql libstdc++-14-doc libx11-doc libxcb-doc make-doc
#21 15.16 man-browser hunspell keychain libpam-ssh monkeysphere ssh-askpass ed
#21 15.16 diffutils-doc perl-doc libterm-readline-gnu-perl
#21 15.16 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
#21 15.16 readline-doc openssh-server python3 python3-braceexpand zip
#21 17.23 The following NEW packages will be installed:
#21 17.23 adduser binutils binutils-common binutils-riscv64-linux-gnu bubblewrap
#21 17.23 build-essential bzip2 ca-certificates cpp cpp-14 cpp-14-riscv64-linux-gnu
#21 17.24 cpp-riscv64-linux-gnu curl dirmngr dpkg-dev fakeroot g++ g++-14
#21 17.24 g++-14-riscv64-linux-gnu g++-riscv64-linux-gnu gcc gcc-14
#21 17.24 gcc-14-riscv64-linux-gnu gcc-riscv64-linux-gnu git git-man gnupg gnupg-l10n
#21 17.24 gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm keyboxd krb5-locales
#21 17.24 less libalgorithm-diff-perl libalgorithm-diff-xs-perl
#21 17.24 libalgorithm-merge-perl libapparmor1 libasan8 libatomic1 libbinutils
#21 17.24 libbrotli1 libc-dev-bin libc6-dev libcap-dev libcbor0.10 libcc1-0
#21 17.24 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64
#21 17.24 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libffi8 libfido2-1
#21 17.25 libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64 libgdbm6t64
#21 17.25 libgnutls30t64 libgomp1 libgprofng0 libgssapi-krb5-2 libhogweed6t64
#21 17.25 libidn2-0 libisl23 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3
#21 17.26 libkrb5support0 libksba8 libldap-common libldap2 liblocale-gettext-perl
#21 17.26 liblsan0 libmpc3 libmpfr6 libnettle8t64 libnghttp2-14 libp11-kit0
#21 17.28 libperl5.40 libpopt0 libpsl5t64 libreadline8t64 librtmp1 libsasl2-2
#21 17.28 libsasl2-modules libsasl2-modules-db libsframe1 libsqlite3-0 libssh2-1t64
#21 17.28 libstdc++-14-dev libtasn1-6 libtsan2 libubsan1 libunistring5 libx11-6
#21 17.28 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev
#21 17.28 libxdmcp6 libxext6 libxmuu1 linux-libc-dev lto-disabled-list make manpages
#21 17.28 manpages-dev nano netbase openssh-client openssl patch perl
#21 17.29 perl-modules-5.40 pinentry-curses publicsuffix readline-common rpcsvc-proto
#21 17.29 rsync sudo unzip x11proto-dev xauth xorg-sgml-doctools xtrans-dev xz-utils
#21 18.00 0 upgraded, 140 newly installed, 0 to remove and 0 not upgraded.
#21 18.00 Need to get 132 MB of archives.
#21 18.00 After this operation, 588 MB of additional disk space will be used.
#21 18.00 Get:1 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 liblocale-gettext-perl riscv64 1.07-7build1 [15.7 kB]
#21 18.07 Get:2 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libpopt0 riscv64 1.19+dfsg-2 [30.1 kB]
#21 18.09 Get:3 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 rsync riscv64 3.4.1+ds1-3 [455 kB]
#21 18.45 Get:4 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 adduser all 3.137ubuntu2 [101 kB]
#21 18.48 Get:5 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 openssl riscv64 3.4.1-1ubuntu4 [1172 kB]
#21 19.09 Get:6 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 ca-certificates all 20241223 [165 kB]
#21 19.11 Get:7 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 krb5-locales all 1.21.3-4ubuntu2 [14.9 kB]
#21 19.12 Get:8 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 less riscv64 643-1 [163 kB]
#21 19.33 Get:9 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libapparmor1 riscv64 4.1.0~beta5-0ubuntu14.2 [57.9 kB]
#21 19.36 Get:10 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libatomic1 riscv64 15-20250404-0ubuntu1 [9924 B]
#21 19.38 Get:11 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libexpat1 riscv64 2.7.1-1 [86.1 kB]
#21 19.40 Get:12 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libffi8 riscv64 3.4.7-1 [23.3 kB]
#21 19.42 Get:13 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libnettle8t64 riscv64 3.10.1-1 [215 kB]
#21 19.61 Get:14 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libhogweed6t64 riscv64 3.10.1-1 [202 kB]
#21 19.67 Get:15 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libunistring5 riscv64 1.3-1 [623 kB]
#21 20.02 Get:16 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libidn2-0 riscv64 2.3.8-2 [103 kB]
#21 20.13 Get:17 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libp11-kit0 riscv64 0.25.5-2ubuntu3 [316 kB]
#21 20.36 Get:18 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libtasn1-6 riscv64 4.20.0-2ubuntu0.25.04.1 [46.5 kB]
#21 20.40 Get:19 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libgnutls30t64 riscv64 3.8.9-2ubuntu3.1 [1033 kB]
#21 20.92 Get:20 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libkrb5support0 riscv64 1.21.3-4ubuntu2 [36.6 kB]
#21 20.98 Get:21 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libk5crypto3 riscv64 1.21.3-4ubuntu2 [106 kB]
#21 21.00 Get:22 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libkeyutils1 riscv64 1.6.3-4ubuntu2 [10.3 kB]
#21 21.01 Get:23 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libkrb5-3 riscv64 1.21.3-4ubuntu2 [376 kB]
#21 21.20 Get:24 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgssapi-krb5-2 riscv64 1.21.3-4ubuntu2 [154 kB]
#21 21.27 Get:25 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 readline-common all 8.2-6 [56.5 kB]
#21 21.32 Get:26 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libreadline8t64 riscv64 8.2-6 [158 kB]
#21 21.38 Get:27 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libsqlite3-0 riscv64 3.46.1-3ubuntu0.3 [736 kB]
#21 ...
#13 [internal] load build context
#13 transferring context: 252.31MB 116.7s
#13 transferring context: 252.58MB 121.8s
#13 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 22.43 Get:64 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 cpp-14 riscv64 14.2.0-19ubuntu2 [1028 B]
#20 22.43 Get:65 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 cpp-riscv64-linux-gnu riscv64 4:14.2.0-1ubuntu1 [5554 B]
#20 22.44 Get:66 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 cpp riscv64 4:14.2.0-1ubuntu1 [22.4 kB]
#20 22.44 Get:67 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcc1-0 riscv64 15-20250404-0ubuntu1 [46.1 kB]
#20 22.45 Get:68 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgomp1 riscv64 15-20250404-0ubuntu1 [149 kB]
#20 22.46 Get:69 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libitm1 riscv64 15-20250404-0ubuntu1 [29.7 kB]
#20 22.46 Get:70 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libasan8 riscv64 15-20250404-0ubuntu1 [3300 kB]
#20 22.75 Get:71 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 liblsan0 riscv64 15-20250404-0ubuntu1 [1470 kB]
#20 22.83 Get:72 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libtsan2 riscv64 15-20250404-0ubuntu1 [2983 kB]
#20 23.54 Get:73 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libubsan1 riscv64 15-20250404-0ubuntu1 [1310 kB]
#20 23.73 Get:74 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgcc-14-dev riscv64 14.2.0-19ubuntu2 [5994 kB]
#20 24.31 Get:75 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 gcc-14-riscv64-linux-gnu riscv64 14.2.0-19ubuntu2 [29.9 MB]
#20 27.26 Get:76 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 gcc-14 riscv64 14.2.0-19ubuntu2 [529 kB]
#20 27.33 Get:77 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 gcc-riscv64-linux-gnu riscv64 4:14.2.0-1ubuntu1 [1198 B]
#20 27.38 Get:78 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 gcc riscv64 4:14.2.0-1ubuntu1 [4998 B]
#20 27.38 Get:79 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libstdc++-14-dev riscv64 14.2.0-19ubuntu2 [6141 kB]
#20 28.14 Get:80 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 g++-14-riscv64-linux-gnu riscv64 14.2.0-19ubuntu2 [16.8 MB]
#20 30.31 Get:81 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 g++-14 riscv64 14.2.0-19ubuntu2 [23.0 kB]
#20 30.32 Get:82 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 g++-riscv64-linux-gnu riscv64 4:14.2.0-1ubuntu1 [960 B]
#20 30.32 Get:83 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 g++ riscv64 4:14.2.0-1ubuntu1 [1080 B]
#20 30.33 Get:84 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 make riscv64 4.4.1-1 [194 kB]
#20 30.40 Get:85 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 perl-modules-5.40 all 5.40.1-2ubuntu0.2 [3217 kB]
#20 30.99 Get:86 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgdbm-compat4t64 riscv64 1.24-2 [7026 B]
#20 31.00 Get:87 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libperl5.40 riscv64 5.40.1-2ubuntu0.2 [4492 kB]
#20 31.54 Get:88 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 perl riscv64 5.40.1-2ubuntu0.2 [262 kB]
#20 31.60 Get:89 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libdpkg-perl all 1.22.18ubuntu2.2 [280 kB]
#20 31.63 Get:90 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 bzip2 riscv64 1.0.8-6 [34.8 kB]
#20 31.64 Get:91 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 patch riscv64 2.7.6-7build3 [113 kB]
#20 31.65 Get:92 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 lto-disabled-list all 57 [12.4 kB]
#20 31.66 Get:93 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 dpkg-dev all 1.22.18ubuntu2.2 [1089 kB]
#20 31.83 Get:94 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 build-essential riscv64 12.12ubuntu1 [5090 B]
#20 31.84 Get:95 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libbrotli1 riscv64 1.1.0-2build4 [392 kB]
#20 31.96 Get:96 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libsasl2-modules-db riscv64 2.1.28+dfsg1-9 [22.2 kB]
#20 31.99 Get:97 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libsasl2-2 riscv64 2.1.28+dfsg1-9 [62.6 kB]
#20 32.03 Get:98 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libldap-common all 2.6.9+dfsg-2ubuntu1 [35.5 kB]
#20 32.03 Get:99 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libldap2 riscv64 2.6.9+dfsg-2ubuntu1 [213 kB]
#20 32.08 Get:100 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2build7 [58.8 kB]
#20 32.09 Get:101 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libssh2-1t64 riscv64 1.11.1-1 [140 kB]
#20 32.29 Get:102 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcurl4t64 riscv64 8.12.1-3ubuntu1 [402 kB]
#20 ...
#13 [internal] load build context
#13 transferring context: 252.88MB 126.9s
#13 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 21.72 Get:28 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 netbase all 6.4 [13.1 kB]
#21 21.74 Get:29 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 sudo riscv64 1.9.16p2-1ubuntu1.1 [974 kB]
#21 22.26 Get:30 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcbor0.10 riscv64 0.10.2-2ubuntu1 [27.2 kB]
#21 22.28 Get:31 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libedit2 riscv64 3.1-20250104-1 [97.1 kB]
#21 22.33 Get:32 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libfido2-1 riscv64 1.15.0-1 [91.2 kB]
#21 22.39 Get:33 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgdbm6t64 riscv64 1.24-2 [36.6 kB]
#21 22.40 Get:34 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libjansson4 riscv64 2.14-2build2 [34.7 kB]
#21 22.50 Get:35 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libnghttp2-14 riscv64 1.64.0-1ubuntu1 [86.7 kB]
#21 22.51 Get:36 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libpsl5t64 riscv64 0.21.2-1.1build1 [57.9 kB]
#21 22.52 Get:37 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxau6 riscv64 1:1.0.11-1 [7620 B]
#21 22.52 Get:38 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxdmcp6 riscv64 1:1.1.5-1 [11.2 kB]
#21 22.53 Get:39 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxcb1 riscv64 1.17.0-2 [53.6 kB]
#21 22.53 Get:40 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libx11-data all 2:1.8.10-2 [116 kB]
#21 22.64 Get:41 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libx11-6 riscv64 2:1.8.10-2 [671 kB]
#21 23.06 Get:42 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxext6 riscv64 2:1.3.4-1build2 [33.2 kB]
#21 23.06 Get:43 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxmuu1 riscv64 2:1.1.3-3build2 [8874 B]
#21 23.07 Get:44 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 manpages all 6.9.1-1 [1385 kB]
#21 23.98 Get:45 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 nano riscv64 8.3-1 [298 kB]
#21 24.14 Get:46 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 openssh-client riscv64 1:9.9p1-3ubuntu3.2 [973 kB]
#21 24.77 Get:47 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 publicsuffix all 20250108.1153-0.1 [134 kB]
#21 24.83 Get:48 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 xauth riscv64 1:1.1.2-1.1 [25.8 kB]
#21 24.86 Get:49 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 xz-utils riscv64 5.6.4-1ubuntu1 [275 kB]
#21 24.98 Get:50 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libsframe1 riscv64 2.44-3ubuntu1.3 [17.3 kB]
#21 24.98 Get:51 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 binutils-common riscv64 2.44-3ubuntu1.3 [216 kB]
#21 25.09 Get:52 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libbinutils riscv64 2.44-3ubuntu1.3 [593 kB]
#21 25.36 Get:53 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libgprofng0 riscv64 2.44-3ubuntu1.3 [816 kB]
#21 25.75 Get:54 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libctf-nobfd0 riscv64 2.44-3ubuntu1.3 [113 kB]
#21 25.80 Get:55 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libctf0 riscv64 2.44-3ubuntu1.3 [111 kB]
#21 25.92 Get:56 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 binutils-riscv64-linux-gnu riscv64 2.44-3ubuntu1.3 [941 kB]
#21 26.33 Get:57 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 binutils riscv64 2.44-3ubuntu1.3 [213 kB]
#21 26.43 Get:58 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 bubblewrap riscv64 0.11.0-2 [54.6 kB]
#21 26.44 Get:59 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libc-dev-bin riscv64 2.41-6ubuntu1.2 [22.6 kB]
#21 26.45 Get:60 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 linux-libc-dev riscv64 6.14.0-37.37 [1843 kB]
#21 27.01 Get:61 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcrypt-dev riscv64 1:4.4.38-1 [244 kB]
#21 27.04 Get:62 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 rpcsvc-proto riscv64 1.4.2-0ubuntu7 [65.8 kB]
#21 27.13 Get:63 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libc6-dev riscv64 2.41-6ubuntu1.2 [3560 kB]
#21 28.27 Get:64 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libisl23 riscv64 0.27-1 [722 kB]
#21 28.54 Get:65 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libmpfr6 riscv64 4.2.2-1 [300 kB]
#21 28.58 Get:66 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libmpc3 riscv64 1.3.1-1build2 [61.5 kB]
#21 28.61 Get:67 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 cpp-14-riscv64-linux-gnu riscv64 14.2.0-19ubuntu2 [15.2 MB]
#21 31.66 Get:68 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 cpp-14 riscv64 14.2.0-19ubuntu2 [1028 B]
#21 31.73 Get:69 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 cpp-riscv64-linux-gnu riscv64 4:14.2.0-1ubuntu1 [5554 B]
#21 31.77 Get:70 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 cpp riscv64 4:14.2.0-1ubuntu1 [22.4 kB]
#21 31.78 Get:71 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcc1-0 riscv64 15-20250404-0ubuntu1 [46.1 kB]
#21 31.79 Get:72 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgomp1 riscv64 15-20250404-0ubuntu1 [149 kB]
#21 31.83 Get:73 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libitm1 riscv64 15-20250404-0ubuntu1 [29.7 kB]
#21 ...
#13 [internal] load build context
#13 transferring context: 253.23MB 131.9s
#13 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 32.88 Get:103 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 curl riscv64 8.12.1-3ubuntu1 [259 kB]
#20 33.03 Get:104 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpgconf riscv64 2.4.4-2ubuntu23.2 [135 kB]
#20 33.05 Get:105 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libksba8 riscv64 1.6.7-2 [125 kB]
#20 33.09 Get:106 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 dirmngr riscv64 2.4.4-2ubuntu23.2 [404 kB]
#20 33.40 Get:107 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libfakeroot riscv64 1.37.1-1 [35.7 kB]
#20 33.44 Get:108 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 fakeroot riscv64 1.37.1-1 [80.6 kB]
#20 33.51 Get:109 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcurl3t64-gnutls riscv64 8.12.1-3ubuntu1 [396 kB]
#20 33.57 Get:110 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 liberror-perl all 0.17030-1 [23.5 kB]
#20 33.59 Get:111 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 git-man all 1:2.48.1-0ubuntu1.1 [1149 kB]
#20 33.75 Get:112 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 git riscv64 1:2.48.1-0ubuntu1.1 [5670 kB]
#20 34.78 Get:113 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gnupg-utils riscv64 2.4.4-2ubuntu23.2 [194 kB]
#20 34.81 Get:114 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpg riscv64 2.4.4-2ubuntu23.2 [607 kB]
#20 34.91 Get:115 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 pinentry-curses riscv64 1.3.1-2ubuntu3 [45.4 kB]
#20 34.93 Get:116 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpg-agent riscv64 2.4.4-2ubuntu23.2 [283 kB]
#20 35.01 Get:117 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpgsm riscv64 2.4.4-2ubuntu23.2 [285 kB]
#20 35.09 Get:118 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 keyboxd riscv64 2.4.4-2ubuntu23.2 [139 kB]
#20 35.18 Get:119 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gnupg all 2.4.4-2ubuntu23.2 [359 kB]
#20 35.27 Get:120 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gnupg-l10n all 2.4.4-2ubuntu23.2 [66.9 kB]
#20 35.28 Get:121 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpg-wks-client riscv64 2.4.4-2ubuntu23.2 [108 kB]
#20 35.32 Get:122 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#20 35.35 Get:123 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-9 [11.1 kB]
#20 35.35 Get:124 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#20 35.37 Get:125 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcap-dev riscv64 1:2.73-4ubuntu1 [604 kB]
#20 35.55 Get:126 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libfile-fcntllock-perl riscv64 0.22-4ubuntu6 [32.7 kB]
#20 35.56 Get:127 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-9 [73.8 kB]
#20 35.57 Get:128 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 manpages-dev all 6.9.1-1 [2108 kB]
#20 ...
#13 [internal] load build context
#13 transferring context: 253.56MB 136.9s
#13 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 31.88 Get:74 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libasan8 riscv64 15-20250404-0ubuntu1 [3300 kB]
#21 32.78 Get:75 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 liblsan0 riscv64 15-20250404-0ubuntu1 [1470 kB]
#21 32.87 Get:76 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libtsan2 riscv64 15-20250404-0ubuntu1 [2983 kB]
#21 33.09 Get:77 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libubsan1 riscv64 15-20250404-0ubuntu1 [1310 kB]
#21 33.27 Get:78 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgcc-14-dev riscv64 14.2.0-19ubuntu2 [5994 kB]
#21 34.04 Get:79 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 gcc-14-riscv64-linux-gnu riscv64 14.2.0-19ubuntu2 [29.9 MB]
#21 38.02 Get:80 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 gcc-14 riscv64 14.2.0-19ubuntu2 [529 kB]
#21 38.13 Get:81 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 gcc-riscv64-linux-gnu riscv64 4:14.2.0-1ubuntu1 [1198 B]
#21 38.14 Get:82 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 gcc riscv64 4:14.2.0-1ubuntu1 [4998 B]
#21 38.15 Get:83 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libstdc++-14-dev riscv64 14.2.0-19ubuntu2 [6141 kB]
#21 39.05 Get:84 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 g++-14-riscv64-linux-gnu riscv64 14.2.0-19ubuntu2 [16.8 MB]
#21 40.66 Get:85 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 g++-14 riscv64 14.2.0-19ubuntu2 [23.0 kB]
#21 40.67 Get:86 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 g++-riscv64-linux-gnu riscv64 4:14.2.0-1ubuntu1 [960 B]
#21 40.67 Get:87 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 g++ riscv64 4:14.2.0-1ubuntu1 [1080 B]
#21 40.67 Get:88 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 make riscv64 4.4.1-1 [194 kB]
#21 40.77 Get:89 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 perl-modules-5.40 all 5.40.1-2ubuntu0.2 [3217 kB]
#21 41.31 Get:90 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libgdbm-compat4t64 riscv64 1.24-2 [7026 B]
#21 41.31 Get:91 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libperl5.40 riscv64 5.40.1-2ubuntu0.2 [4492 kB]
#21 41.71 Get:92 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 perl riscv64 5.40.1-2ubuntu0.2 [262 kB]
#21 41.74 Get:93 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 libdpkg-perl all 1.22.18ubuntu2.2 [280 kB]
#21 41.77 Get:94 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 bzip2 riscv64 1.0.8-6 [34.8 kB]
#21 41.78 Get:95 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 patch riscv64 2.7.6-7build3 [113 kB]
#21 41.80 Get:96 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 lto-disabled-list all 57 [12.4 kB]
#21 41.80 Get:97 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 dpkg-dev all 1.22.18ubuntu2.2 [1089 kB]
#21 42.09 Get:98 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 build-essential riscv64 12.12ubuntu1 [5090 B]
#21 ...
#13 [internal] load build context
#13 transferring context: 253.90MB 141.9s
#13 transferring context: 254.29MB 147.0s
#13 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 42.09 Get:99 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libbrotli1 riscv64 1.1.0-2build4 [392 kB]
#21 42.18 Get:100 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libsasl2-modules-db riscv64 2.1.28+dfsg1-9 [22.2 kB]
#21 42.23 Get:101 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libsasl2-2 riscv64 2.1.28+dfsg1-9 [62.6 kB]
#21 42.47 Get:102 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libldap-common all 2.6.9+dfsg-2ubuntu1 [35.5 kB]
#21 42.68 Get:103 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libldap2 riscv64 2.6.9+dfsg-2ubuntu1 [213 kB]
#21 42.92 Get:104 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2build7 [58.8 kB]
#21 42.95 Get:105 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libssh2-1t64 riscv64 1.11.1-1 [140 kB]
#21 43.01 Get:106 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcurl4t64 riscv64 8.12.1-3ubuntu1 [402 kB]
#21 43.13 Get:107 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 curl riscv64 8.12.1-3ubuntu1 [259 kB]
#21 43.19 Get:108 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpgconf riscv64 2.4.4-2ubuntu23.2 [135 kB]
#21 43.21 Get:109 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libksba8 riscv64 1.6.7-2 [125 kB]
#21 43.23 Get:110 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 dirmngr riscv64 2.4.4-2ubuntu23.2 [404 kB]
#21 43.29 Get:111 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libfakeroot riscv64 1.37.1-1 [35.7 kB]
#21 43.31 Get:112 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 fakeroot riscv64 1.37.1-1 [80.6 kB]
#21 43.32 Get:113 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcurl3t64-gnutls riscv64 8.12.1-3ubuntu1 [396 kB]
#21 43.42 Get:114 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 liberror-perl all 0.17030-1 [23.5 kB]
#21 43.44 Get:115 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 git-man all 1:2.48.1-0ubuntu1.1 [1149 kB]
#21 43.57 Get:116 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 git riscv64 1:2.48.1-0ubuntu1.1 [5670 kB]
#21 43.99 Get:117 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gnupg-utils riscv64 2.4.4-2ubuntu23.2 [194 kB]
#21 44.01 Get:118 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpg riscv64 2.4.4-2ubuntu23.2 [607 kB]
#21 44.07 Get:119 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 pinentry-curses riscv64 1.3.1-2ubuntu3 [45.4 kB]
#21 44.08 Get:120 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpg-agent riscv64 2.4.4-2ubuntu23.2 [283 kB]
#21 44.09 Get:121 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpgsm riscv64 2.4.4-2ubuntu23.2 [285 kB]
#21 44.11 Get:122 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 keyboxd riscv64 2.4.4-2ubuntu23.2 [139 kB]
#21 44.12 Get:123 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gnupg all 2.4.4-2ubuntu23.2 [359 kB]
#21 44.23 Get:124 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gnupg-l10n all 2.4.4-2ubuntu23.2 [66.9 kB]
#21 44.25 Get:125 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main riscv64 gpg-wks-client riscv64 2.4.4-2ubuntu23.2 [108 kB]
#21 44.26 Get:126 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#21 44.29 Get:127 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-9 [11.1 kB]
#21 44.30 Get:128 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#21 44.30 Get:129 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libcap-dev riscv64 1:2.73-4ubuntu1 [604 kB]
#21 44.35 Get:130 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libfile-fcntllock-perl riscv64 0.22-4ubuntu6 [32.7 kB]
#21 44.35 Get:131 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-9 [73.8 kB]
#21 44.36 Get:132 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
#21 44.36 Get:133 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 x11proto-dev all 2024.1-1 [606 kB]
#21 44.41 Get:134 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxau-dev riscv64 1:1.0.11-1 [14.5 kB]
#21 44.44 Get:135 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxdmcp-dev riscv64 1:1.1.5-1 [37.6 kB]
#21 44.44 Get:136 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 xtrans-dev all 1.4.0-1 [68.9 kB]
#21 44.46 Get:137 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libxcb1-dev riscv64 1.17.0-2 [173 kB]
#21 44.48 Get:138 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 libx11-dev riscv64 2:1.8.10-2 [1401 kB]
#21 44.70 Get:139 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 manpages-dev all 6.9.1-1 [2108 kB]
#21 44.97 Get:140 http://ports.ubuntu.com/ubuntu-ports plucky/main riscv64 unzip riscv64 6.0-28ubuntu6 [184 kB]
#21 ...
#13 [internal] load build context
#13 transferring context: 256.54MB 152.0s
#13 transferring context: 259.45MB 157.0s
#13 transferring context: 262.89MB 162.1s
#13 transferring context: 266.02MB 167.2s
#13 transferring context: 269.15MB 172.3s
#13 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 81.05 Preconfiguring packages ...
#20 81.82 Fetched 129 MB in 19s (6891 kB/s)
#20 81.98 Selecting previously unselected package liblocale-gettext-perl.
#20 81.98 (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 ... 4248 files and directories currently installed.)
#20 82.02 Preparing to unpack .../liblocale-gettext-perl_1.07-7build1_riscv64.deb ...
#20 82.04 Unpacking liblocale-gettext-perl (1.07-7build1) ...
#20 82.29 Selecting previously unselected package adduser.
#20 82.29 Preparing to unpack .../adduser_3.137ubuntu2_all.deb ...
#20 82.32 Unpacking adduser (3.137ubuntu2) ...
#20 82.65 Setting up adduser (3.137ubuntu2) ...
#20 83.10 Selecting previously unselected package openssl.
#20 83.10 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4310 files and directories currently installed.)
#20 83.11 Preparing to unpack .../000-openssl_3.4.1-1ubuntu4_riscv64.deb ...
#20 83.12 Unpacking openssl (3.4.1-1ubuntu4) ...
#20 83.54 Selecting previously unselected package ca-certificates.
#20 83.54 Preparing to unpack .../001-ca-certificates_20241223_all.deb ...
#20 83.56 Unpacking ca-certificates (20241223) ...
#20 84.12 Selecting previously unselected package krb5-locales.
#20 84.13 Preparing to unpack .../002-krb5-locales_1.21.3-4ubuntu2_all.deb ...
#20 84.14 Unpacking krb5-locales (1.21.3-4ubuntu2) ...
#20 84.39 Selecting previously unselected package less.
#20 84.39 Preparing to unpack .../003-less_643-1_riscv64.deb ...
#20 84.42 Unpacking less (643-1) ...
#20 84.73 Selecting previously unselected package libapparmor1:riscv64.
#20 84.74 Preparing to unpack .../004-libapparmor1_4.1.0~beta5-0ubuntu14.2_riscv64.deb ...
#20 84.76 Unpacking libapparmor1:riscv64 (4.1.0~beta5-0ubuntu14.2) ...
#20 85.09 Selecting previously unselected package libatomic1:riscv64.
#20 85.09 Preparing to unpack .../005-libatomic1_15-20250404-0ubuntu1_riscv64.deb ...
#20 85.12 Unpacking libatomic1:riscv64 (15-20250404-0ubuntu1) ...
#20 85.53 Selecting previously unselected package libexpat1:riscv64.
#20 85.53 Preparing to unpack .../006-libexpat1_2.7.1-1_riscv64.deb ...
#20 85.55 Unpacking libexpat1:riscv64 (2.7.1-1) ...
#20 85.82 Selecting previously unselected package libffi8:riscv64.
#20 85.82 Preparing to unpack .../007-libffi8_3.4.7-1_riscv64.deb ...
#20 85.82 Unpacking libffi8:riscv64 (3.4.7-1) ...
#20 86.04 Selecting previously unselected package libnettle8t64:riscv64.
#20 86.04 Preparing to unpack .../008-libnettle8t64_3.10.1-1_riscv64.deb ...
#20 86.05 Unpacking libnettle8t64:riscv64 (3.10.1-1) ...
#20 86.37 Selecting previously unselected package libhogweed6t64:riscv64.
#20 86.37 Preparing to unpack .../009-libhogweed6t64_3.10.1-1_riscv64.deb ...
#20 86.40 Unpacking libhogweed6t64:riscv64 (3.10.1-1) ...
#20 86.64 Selecting previously unselected package libunistring5:riscv64.
#20 86.65 Preparing to unpack .../010-libunistring5_1.3-1_riscv64.deb ...
#20 86.66 Unpacking libunistring5:riscv64 (1.3-1) ...
#20 87.12 Selecting previously unselected package libidn2-0:riscv64.
#20 87.12 Preparing to unpack .../011-libidn2-0_2.3.8-2_riscv64.deb ...
#20 87.13 Unpacking libidn2-0:riscv64 (2.3.8-2) ...
#20 87.27 Selecting previously unselected package libp11-kit0:riscv64.
#20 87.27 Preparing to unpack .../012-libp11-kit0_0.25.5-2ubuntu3_riscv64.deb ...
#20 87.28 Unpacking libp11-kit0:riscv64 (0.25.5-2ubuntu3) ...
#20 87.63 Selecting previously unselected package libtasn1-6:riscv64.
#20 87.63 Preparing to unpack .../013-libtasn1-6_4.20.0-2ubuntu0.25.04.1_riscv64.deb ...
#20 87.64 Unpacking libtasn1-6:riscv64 (4.20.0-2ubuntu0.25.04.1) ...
#20 87.82 Selecting previously unselected package libgnutls30t64:riscv64.
#20 87.82 Preparing to unpack .../014-libgnutls30t64_3.8.9-2ubuntu3.1_riscv64.deb ...
#20 87.84 Unpacking libgnutls30t64:riscv64 (3.8.9-2ubuntu3.1) ...
#20 88.33 Selecting previously unselected package libkrb5support0:riscv64.
#20 88.33 Preparing to unpack .../015-libkrb5support0_1.21.3-4ubuntu2_riscv64.deb ...
#20 88.34 Unpacking libkrb5support0:riscv64 (1.21.3-4ubuntu2) ...
#20 88.59 Selecting previously unselected package libk5crypto3:riscv64.
#20 88.59 Preparing to unpack .../016-libk5crypto3_1.21.3-4ubuntu2_riscv64.deb ...
#20 88.61 Unpacking libk5crypto3:riscv64 (1.21.3-4ubuntu2) ...
#20 88.82 Selecting previously unselected package libkeyutils1:riscv64.
#20 88.83 Preparing to unpack .../017-libkeyutils1_1.6.3-4ubuntu2_riscv64.deb ...
#20 88.84 Unpacking libkeyutils1:riscv64 (1.6.3-4ubuntu2) ...
#20 89.03 Selecting previously unselected package libkrb5-3:riscv64.
#20 89.03 Preparing to unpack .../018-libkrb5-3_1.21.3-4ubuntu2_riscv64.deb ...
#20 89.05 Unpacking libkrb5-3:riscv64 (1.21.3-4ubuntu2) ...
#20 89.38 Selecting previously unselected package libgssapi-krb5-2:riscv64.
#20 89.38 Preparing to unpack .../019-libgssapi-krb5-2_1.21.3-4ubuntu2_riscv64.deb ...
#20 89.39 Unpacking libgssapi-krb5-2:riscv64 (1.21.3-4ubuntu2) ...
#20 89.58 Selecting previously unselected package readline-common.
#20 89.59 Preparing to unpack .../020-readline-common_8.2-6_all.deb ...
#20 89.60 Unpacking readline-common (8.2-6) ...
#20 89.76 Selecting previously unselected package libreadline8t64:riscv64.
#20 89.76 Preparing to unpack .../021-libreadline8t64_8.2-6_riscv64.deb ...
#20 89.83 Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
#20 89.88 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 89.91 Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#20 89.94 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 89.99 Unpacking libreadline8t64:riscv64 (8.2-6) ...
#20 90.22 Selecting previously unselected package libsqlite3-0:riscv64.
#20 90.22 Preparing to unpack .../022-libsqlite3-0_3.46.1-3ubuntu0.3_riscv64.deb ...
#20 90.24 Unpacking libsqlite3-0:riscv64 (3.46.1-3ubuntu0.3) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 276.31MB 183.2s
#13 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 90.30 Preconfiguring packages ...
#21 91.18 Fetched 132 MB in 27s (4865 kB/s)
#21 91.32 Selecting previously unselected package liblocale-gettext-perl.
#21 91.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 ... 4248 files and directories currently installed.)
#21 91.38 Preparing to unpack .../liblocale-gettext-perl_1.07-7build1_riscv64.deb ...
#21 91.44 Unpacking liblocale-gettext-perl (1.07-7build1) ...
#21 91.69 Selecting previously unselected package libpopt0:riscv64.
#21 91.69 Preparing to unpack .../libpopt0_1.19+dfsg-2_riscv64.deb ...
#21 91.72 Unpacking libpopt0:riscv64 (1.19+dfsg-2) ...
#21 92.00 Selecting previously unselected package rsync.
#21 92.00 Preparing to unpack .../rsync_3.4.1+ds1-3_riscv64.deb ...
#21 92.03 Unpacking rsync (3.4.1+ds1-3) ...
#21 92.29 Selecting previously unselected package adduser.
#21 92.29 Preparing to unpack .../adduser_3.137ubuntu2_all.deb ...
#21 92.31 Unpacking adduser (3.137ubuntu2) ...
#21 92.56 Setting up adduser (3.137ubuntu2) ...
#21 92.87 Selecting previously unselected package openssl.
#21 92.87 (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 ... 4350 files and directories currently installed.)
#21 92.92 Preparing to unpack .../000-openssl_3.4.1-1ubuntu4_riscv64.deb ...
#21 92.94 Unpacking openssl (3.4.1-1ubuntu4) ...
#21 93.33 Selecting previously unselected package ca-certificates.
#21 93.33 Preparing to unpack .../001-ca-certificates_20241223_all.deb ...
#21 93.34 Unpacking ca-certificates (20241223) ...
#21 93.86 Selecting previously unselected package krb5-locales.
#21 93.86 Preparing to unpack .../002-krb5-locales_1.21.3-4ubuntu2_all.deb ...
#21 93.88 Unpacking krb5-locales (1.21.3-4ubuntu2) ...
#21 94.16 Selecting previously unselected package less.
#21 94.16 Preparing to unpack .../003-less_643-1_riscv64.deb ...
#21 94.21 Unpacking less (643-1) ...
#21 94.62 Selecting previously unselected package libapparmor1:riscv64.
#21 94.62 Preparing to unpack .../004-libapparmor1_4.1.0~beta5-0ubuntu14.2_riscv64.deb ...
#21 94.65 Unpacking libapparmor1:riscv64 (4.1.0~beta5-0ubuntu14.2) ...
#21 94.97 Selecting previously unselected package libatomic1:riscv64.
#21 94.97 Preparing to unpack .../005-libatomic1_15-20250404-0ubuntu1_riscv64.deb ...
#21 94.99 Unpacking libatomic1:riscv64 (15-20250404-0ubuntu1) ...
#21 95.36 Selecting previously unselected package libexpat1:riscv64.
#21 95.36 Preparing to unpack .../006-libexpat1_2.7.1-1_riscv64.deb ...
#21 95.37 Unpacking libexpat1:riscv64 (2.7.1-1) ...
#21 95.58 Selecting previously unselected package libffi8:riscv64.
#21 95.58 Preparing to unpack .../007-libffi8_3.4.7-1_riscv64.deb ...
#21 95.59 Unpacking libffi8:riscv64 (3.4.7-1) ...
#21 95.76 Selecting previously unselected package libnettle8t64:riscv64.
#21 95.77 Preparing to unpack .../008-libnettle8t64_3.10.1-1_riscv64.deb ...
#21 95.77 Unpacking libnettle8t64:riscv64 (3.10.1-1) ...
#21 95.97 Selecting previously unselected package libhogweed6t64:riscv64.
#21 95.97 Preparing to unpack .../009-libhogweed6t64_3.10.1-1_riscv64.deb ...
#21 95.98 Unpacking libhogweed6t64:riscv64 (3.10.1-1) ...
#21 96.17 Selecting previously unselected package libunistring5:riscv64.
#21 96.17 Preparing to unpack .../010-libunistring5_1.3-1_riscv64.deb ...
#21 96.19 Unpacking libunistring5:riscv64 (1.3-1) ...
#21 96.61 Selecting previously unselected package libidn2-0:riscv64.
#21 96.62 Preparing to unpack .../011-libidn2-0_2.3.8-2_riscv64.deb ...
#21 96.64 Unpacking libidn2-0:riscv64 (2.3.8-2) ...
#21 96.92 Selecting previously unselected package libp11-kit0:riscv64.
#21 96.92 Preparing to unpack .../012-libp11-kit0_0.25.5-2ubuntu3_riscv64.deb ...
#21 96.93 Unpacking libp11-kit0:riscv64 (0.25.5-2ubuntu3) ...
#21 97.31 Selecting previously unselected package libtasn1-6:riscv64.
#21 97.31 Preparing to unpack .../013-libtasn1-6_4.20.0-2ubuntu0.25.04.1_riscv64.deb ...
#21 97.33 Unpacking libtasn1-6:riscv64 (4.20.0-2ubuntu0.25.04.1) ...
#21 97.66 Selecting previously unselected package libgnutls30t64:riscv64.
#21 97.66 Preparing to unpack .../014-libgnutls30t64_3.8.9-2ubuntu3.1_riscv64.deb ...
#21 97.68 Unpacking libgnutls30t64:riscv64 (3.8.9-2ubuntu3.1) ...
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 90.57 Selecting previously unselected package netbase.
#20 90.57 Preparing to unpack .../023-netbase_6.4_all.deb ...
#20 90.59 Unpacking netbase (6.4) ...
#20 90.94 Selecting previously unselected package sudo.
#20 90.94 Preparing to unpack .../024-sudo_1.9.16p2-1ubuntu1.1_riscv64.deb ...
#20 90.97 Unpacking sudo (1.9.16p2-1ubuntu1.1) ...
#20 91.72 Selecting previously unselected package libcbor0.10:riscv64.
#20 91.72 Preparing to unpack .../025-libcbor0.10_0.10.2-2ubuntu1_riscv64.deb ...
#20 91.73 Unpacking libcbor0.10:riscv64 (0.10.2-2ubuntu1) ...
#20 91.89 Selecting previously unselected package libedit2:riscv64.
#20 91.89 Preparing to unpack .../026-libedit2_3.1-20250104-1_riscv64.deb ...
#20 91.90 Unpacking libedit2:riscv64 (3.1-20250104-1) ...
#20 92.11 Selecting previously unselected package libfido2-1:riscv64.
#20 92.11 Preparing to unpack .../027-libfido2-1_1.15.0-1_riscv64.deb ...
#20 92.13 Unpacking libfido2-1:riscv64 (1.15.0-1) ...
#20 92.45 Selecting previously unselected package libgdbm6t64:riscv64.
#20 92.45 Preparing to unpack .../028-libgdbm6t64_1.24-2_riscv64.deb ...
#20 92.47 Unpacking libgdbm6t64:riscv64 (1.24-2) ...
#20 92.75 Selecting previously unselected package libjansson4:riscv64.
#20 92.75 Preparing to unpack .../029-libjansson4_2.14-2build2_riscv64.deb ...
#20 92.76 Unpacking libjansson4:riscv64 (2.14-2build2) ...
#20 93.32 Selecting previously unselected package libnghttp2-14:riscv64.
#20 93.32 Preparing to unpack .../030-libnghttp2-14_1.64.0-1ubuntu1_riscv64.deb ...
#20 93.34 Unpacking libnghttp2-14:riscv64 (1.64.0-1ubuntu1) ...
#20 93.55 Selecting previously unselected package libpsl5t64:riscv64.
#20 93.55 Preparing to unpack .../031-libpsl5t64_0.21.2-1.1build1_riscv64.deb ...
#20 93.58 Unpacking libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#20 93.76 Selecting previously unselected package libxau6:riscv64.
#20 93.76 Preparing to unpack .../032-libxau6_1%3a1.0.11-1_riscv64.deb ...
#20 93.78 Unpacking libxau6:riscv64 (1:1.0.11-1) ...
#20 93.98 Selecting previously unselected package libxdmcp6:riscv64.
#20 93.98 Preparing to unpack .../033-libxdmcp6_1%3a1.1.5-1_riscv64.deb ...
#20 93.99 Unpacking libxdmcp6:riscv64 (1:1.1.5-1) ...
#20 94.19 Selecting previously unselected package libxcb1:riscv64.
#20 94.20 Preparing to unpack .../034-libxcb1_1.17.0-2_riscv64.deb ...
#20 94.21 Unpacking libxcb1:riscv64 (1.17.0-2) ...
#20 94.49 Selecting previously unselected package libx11-data.
#20 94.50 Preparing to unpack .../035-libx11-data_2%3a1.8.10-2_all.deb ...
#20 94.52 Unpacking libx11-data (2:1.8.10-2) ...
#20 95.20 Selecting previously unselected package libx11-6:riscv64.
#20 95.20 Preparing to unpack .../036-libx11-6_2%3a1.8.10-2_riscv64.deb ...
#20 95.21 Unpacking libx11-6:riscv64 (2:1.8.10-2) ...
#20 95.52 Selecting previously unselected package libxext6:riscv64.
#20 95.52 Preparing to unpack .../037-libxext6_2%3a1.3.4-1build2_riscv64.deb ...
#20 95.53 Unpacking libxext6:riscv64 (2:1.3.4-1build2) ...
#20 95.73 Selecting previously unselected package libxmuu1:riscv64.
#20 95.73 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-3build2_riscv64.deb ...
#20 95.75 Unpacking libxmuu1:riscv64 (2:1.1.3-3build2) ...
#20 95.92 Selecting previously unselected package manpages.
#20 95.92 Preparing to unpack .../039-manpages_6.9.1-1_all.deb ...
#20 95.94 Unpacking manpages (6.9.1-1) ...
#20 96.29 Selecting previously unselected package openssh-client.
#20 96.29 Preparing to unpack .../040-openssh-client_1%3a9.9p1-3ubuntu3.2_riscv64.deb ...
#20 96.36 Unpacking openssh-client (1:9.9p1-3ubuntu3.2) ...
#20 97.10 Selecting previously unselected package publicsuffix.
#20 97.10 Preparing to unpack .../041-publicsuffix_20250108.1153-0.1_all.deb ...
#20 97.13 Unpacking publicsuffix (20250108.1153-0.1) ...
#20 97.51 Selecting previously unselected package xauth.
#20 97.51 Preparing to unpack .../042-xauth_1%3a1.1.2-1.1_riscv64.deb ...
#20 97.53 Unpacking xauth (1:1.1.2-1.1) ...
#20 97.85 Selecting previously unselected package xz-utils.
#20 97.85 Preparing to unpack .../043-xz-utils_5.6.4-1ubuntu1_riscv64.deb ...
#20 97.87 Unpacking xz-utils (5.6.4-1ubuntu1) ...
#20 98.10 Selecting previously unselected package libsframe1:riscv64.
#20 98.10 Preparing to unpack .../044-libsframe1_2.44-3ubuntu1.3_riscv64.deb ...
#20 98.12 Unpacking libsframe1:riscv64 (2.44-3ubuntu1.3) ...
#20 98.27 Selecting previously unselected package binutils-common:riscv64.
#20 98.28 Preparing to unpack .../045-binutils-common_2.44-3ubuntu1.3_riscv64.deb ...
#20 98.29 Unpacking binutils-common:riscv64 (2.44-3ubuntu1.3) ...
#20 98.48 Selecting previously unselected package libbinutils:riscv64.
#20 98.48 Preparing to unpack .../046-libbinutils_2.44-3ubuntu1.3_riscv64.deb ...
#20 98.50 Unpacking libbinutils:riscv64 (2.44-3ubuntu1.3) ...
#20 98.81 Selecting previously unselected package libgprofng0:riscv64.
#20 98.81 Preparing to unpack .../047-libgprofng0_2.44-3ubuntu1.3_riscv64.deb ...
#20 98.82 Unpacking libgprofng0:riscv64 (2.44-3ubuntu1.3) ...
#20 99.28 Selecting previously unselected package libctf-nobfd0:riscv64.
#20 99.29 Preparing to unpack .../048-libctf-nobfd0_2.44-3ubuntu1.3_riscv64.deb ...
#20 99.31 Unpacking libctf-nobfd0:riscv64 (2.44-3ubuntu1.3) ...
#20 99.52 Selecting previously unselected package libctf0:riscv64.
#20 99.52 Preparing to unpack .../049-libctf0_2.44-3ubuntu1.3_riscv64.deb ...
#20 99.54 Unpacking libctf0:riscv64 (2.44-3ubuntu1.3) ...
#20 99.72 Selecting previously unselected package binutils-riscv64-linux-gnu.
#20 99.72 Preparing to unpack .../050-binutils-riscv64-linux-gnu_2.44-3ubuntu1.3_riscv64.deb ...
#20 99.74 Unpacking binutils-riscv64-linux-gnu (2.44-3ubuntu1.3) ...
#20 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 98.13 Selecting previously unselected package libkrb5support0:riscv64.
#21 98.13 Preparing to unpack .../015-libkrb5support0_1.21.3-4ubuntu2_riscv64.deb ...
#21 98.14 Unpacking libkrb5support0:riscv64 (1.21.3-4ubuntu2) ...
#21 98.42 Selecting previously unselected package libk5crypto3:riscv64.
#21 98.42 Preparing to unpack .../016-libk5crypto3_1.21.3-4ubuntu2_riscv64.deb ...
#21 98.44 Unpacking libk5crypto3:riscv64 (1.21.3-4ubuntu2) ...
#21 98.71 Selecting previously unselected package libkeyutils1:riscv64.
#21 98.71 Preparing to unpack .../017-libkeyutils1_1.6.3-4ubuntu2_riscv64.deb ...
#21 98.72 Unpacking libkeyutils1:riscv64 (1.6.3-4ubuntu2) ...
#21 98.96 Selecting previously unselected package libkrb5-3:riscv64.
#21 98.97 Preparing to unpack .../018-libkrb5-3_1.21.3-4ubuntu2_riscv64.deb ...
#21 98.98 Unpacking libkrb5-3:riscv64 (1.21.3-4ubuntu2) ...
#21 99.66 Selecting previously unselected package libgssapi-krb5-2:riscv64.
#21 99.67 Preparing to unpack .../019-libgssapi-krb5-2_1.21.3-4ubuntu2_riscv64.deb ...
#21 99.67 Unpacking libgssapi-krb5-2:riscv64 (1.21.3-4ubuntu2) ...
#21 99.96 Selecting previously unselected package readline-common.
#21 99.96 Preparing to unpack .../020-readline-common_8.2-6_all.deb ...
#21 99.97 Unpacking readline-common (8.2-6) ...
#21 100.3 Selecting previously unselected package libreadline8t64:riscv64.
#21 100.3 Preparing to unpack .../021-libreadline8t64_8.2-6_riscv64.deb ...
#21 100.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 100.4 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 100.4 Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
#21 100.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 100.5 Unpacking libreadline8t64:riscv64 (8.2-6) ...
#21 100.6 Selecting previously unselected package libsqlite3-0:riscv64.
#21 100.6 Preparing to unpack .../022-libsqlite3-0_3.46.1-3ubuntu0.3_riscv64.deb ...
#21 100.6 Unpacking libsqlite3-0:riscv64 (3.46.1-3ubuntu0.3) ...
#21 100.8 Selecting previously unselected package netbase.
#21 100.8 Preparing to unpack .../023-netbase_6.4_all.deb ...
#21 100.8 Unpacking netbase (6.4) ...
#21 101.3 Selecting previously unselected package sudo.
#21 101.3 Preparing to unpack .../024-sudo_1.9.16p2-1ubuntu1.1_riscv64.deb ...
#21 101.3 Unpacking sudo (1.9.16p2-1ubuntu1.1) ...
#21 101.5 Selecting previously unselected package libcbor0.10:riscv64.
#21 101.5 Preparing to unpack .../025-libcbor0.10_0.10.2-2ubuntu1_riscv64.deb ...
#21 101.5 Unpacking libcbor0.10:riscv64 (0.10.2-2ubuntu1) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 282.27MB 194.8s
#13 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 101.7 Selecting previously unselected package libedit2:riscv64.
#21 101.7 Preparing to unpack .../026-libedit2_3.1-20250104-1_riscv64.deb ...
#21 101.7 Unpacking libedit2:riscv64 (3.1-20250104-1) ...
#21 101.8 Selecting previously unselected package libfido2-1:riscv64.
#21 101.8 Preparing to unpack .../027-libfido2-1_1.15.0-1_riscv64.deb ...
#21 101.8 Unpacking libfido2-1:riscv64 (1.15.0-1) ...
#21 101.9 Selecting previously unselected package libgdbm6t64:riscv64.
#21 101.9 Preparing to unpack .../028-libgdbm6t64_1.24-2_riscv64.deb ...
#21 102.0 Unpacking libgdbm6t64:riscv64 (1.24-2) ...
#21 102.1 Selecting previously unselected package libjansson4:riscv64.
#21 102.1 Preparing to unpack .../029-libjansson4_2.14-2build2_riscv64.deb ...
#21 102.1 Unpacking libjansson4:riscv64 (2.14-2build2) ...
#21 102.2 Selecting previously unselected package libnghttp2-14:riscv64.
#21 102.2 Preparing to unpack .../030-libnghttp2-14_1.64.0-1ubuntu1_riscv64.deb ...
#21 102.2 Unpacking libnghttp2-14:riscv64 (1.64.0-1ubuntu1) ...
#21 102.9 Selecting previously unselected package libpsl5t64:riscv64.
#21 102.9 Preparing to unpack .../031-libpsl5t64_0.21.2-1.1build1_riscv64.deb ...
#21 103.0 Unpacking libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#21 104.0 Selecting previously unselected package libxau6:riscv64.
#21 104.0 Preparing to unpack .../032-libxau6_1%3a1.0.11-1_riscv64.deb ...
#21 104.1 Unpacking libxau6:riscv64 (1:1.0.11-1) ...
#21 104.3 Selecting previously unselected package libxdmcp6:riscv64.
#21 104.3 Preparing to unpack .../033-libxdmcp6_1%3a1.1.5-1_riscv64.deb ...
#21 104.4 Unpacking libxdmcp6:riscv64 (1:1.1.5-1) ...
#21 104.6 Selecting previously unselected package libxcb1:riscv64.
#21 104.6 Preparing to unpack .../034-libxcb1_1.17.0-2_riscv64.deb ...
#21 104.6 Unpacking libxcb1:riscv64 (1.17.0-2) ...
#21 105.1 Selecting previously unselected package libx11-data.
#21 105.1 Preparing to unpack .../035-libx11-data_2%3a1.8.10-2_all.deb ...
#21 105.1 Unpacking libx11-data (2:1.8.10-2) ...
#21 106.0 Selecting previously unselected package libx11-6:riscv64.
#21 106.0 Preparing to unpack .../036-libx11-6_2%3a1.8.10-2_riscv64.deb ...
#21 106.0 Unpacking libx11-6:riscv64 (2:1.8.10-2) ...
#21 106.4 Selecting previously unselected package libxext6:riscv64.
#21 106.4 Preparing to unpack .../037-libxext6_2%3a1.3.4-1build2_riscv64.deb ...
#21 106.4 Unpacking libxext6:riscv64 (2:1.3.4-1build2) ...
#21 106.8 Selecting previously unselected package libxmuu1:riscv64.
#21 106.8 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-3build2_riscv64.deb ...
#21 106.8 Unpacking libxmuu1:riscv64 (2:1.1.3-3build2) ...
#21 107.2 Selecting previously unselected package manpages.
#21 107.2 Preparing to unpack .../039-manpages_6.9.1-1_all.deb ...
#21 107.3 Unpacking manpages (6.9.1-1) ...
#21 108.1 Selecting previously unselected package nano.
#21 108.1 Preparing to unpack .../040-nano_8.3-1_riscv64.deb ...
#21 108.1 Unpacking nano (8.3-1) ...
#21 108.3 Selecting previously unselected package openssh-client.
#21 108.3 Preparing to unpack .../041-openssh-client_1%3a9.9p1-3ubuntu3.2_riscv64.deb ...
#21 108.3 Unpacking openssh-client (1:9.9p1-3ubuntu3.2) ...
#21 108.6 Selecting previously unselected package publicsuffix.
#21 108.6 Preparing to unpack .../042-publicsuffix_20250108.1153-0.1_all.deb ...
#21 108.6 Unpacking publicsuffix (20250108.1153-0.1) ...
#21 108.8 Selecting previously unselected package xauth.
#21 108.8 Preparing to unpack .../043-xauth_1%3a1.1.2-1.1_riscv64.deb ...
#21 108.8 Unpacking xauth (1:1.1.2-1.1) ...
#21 108.9 Selecting previously unselected package xz-utils.
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 101.3 Selecting previously unselected package binutils.
#20 101.3 Preparing to unpack .../051-binutils_2.44-3ubuntu1.3_riscv64.deb ...
#20 101.3 Unpacking binutils (2.44-3ubuntu1.3) ...
#20 101.7 Selecting previously unselected package libc-dev-bin.
#20 101.7 Preparing to unpack .../052-libc-dev-bin_2.41-6ubuntu1.2_riscv64.deb ...
#20 101.7 Unpacking libc-dev-bin (2.41-6ubuntu1.2) ...
#20 102.2 Selecting previously unselected package linux-libc-dev:riscv64.
#20 102.2 Preparing to unpack .../053-linux-libc-dev_6.14.0-37.37_riscv64.deb ...
#20 102.2 Unpacking linux-libc-dev:riscv64 (6.14.0-37.37) ...
#20 103.8 Selecting previously unselected package libcrypt-dev:riscv64.
#20 103.8 Preparing to unpack .../054-libcrypt-dev_1%3a4.4.38-1_riscv64.deb ...
#20 103.8 Unpacking libcrypt-dev:riscv64 (1:4.4.38-1) ...
#20 104.0 Selecting previously unselected package rpcsvc-proto.
#20 104.0 Preparing to unpack .../055-rpcsvc-proto_1.4.2-0ubuntu7_riscv64.deb ...
#20 104.0 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#20 104.1 Selecting previously unselected package libc6-dev:riscv64.
#20 104.1 Preparing to unpack .../056-libc6-dev_2.41-6ubuntu1.2_riscv64.deb ...
#20 104.1 Unpacking libc6-dev:riscv64 (2.41-6ubuntu1.2) ...
#20 106.9 Selecting previously unselected package libisl23:riscv64.
#20 106.9 Preparing to unpack .../057-libisl23_0.27-1_riscv64.deb ...
#20 106.9 Unpacking libisl23:riscv64 (0.27-1) ...
#20 107.5 Selecting previously unselected package libmpfr6:riscv64.
#20 107.6 Preparing to unpack .../058-libmpfr6_4.2.2-1_riscv64.deb ...
#20 107.6 Unpacking libmpfr6:riscv64 (4.2.2-1) ...
#20 108.0 Selecting previously unselected package libmpc3:riscv64.
#20 108.0 Preparing to unpack .../059-libmpc3_1.3.1-1build2_riscv64.deb ...
#20 108.0 Unpacking libmpc3:riscv64 (1.3.1-1build2) ...
#20 108.2 Selecting previously unselected package cpp-14-riscv64-linux-gnu.
#20 108.3 Preparing to unpack .../060-cpp-14-riscv64-linux-gnu_14.2.0-19ubuntu2_riscv64.deb ...
#20 108.3 Unpacking cpp-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#20 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 108.9 Preparing to unpack .../044-xz-utils_5.6.4-1ubuntu1_riscv64.deb ...
#21 108.9 Unpacking xz-utils (5.6.4-1ubuntu1) ...
#21 109.1 Selecting previously unselected package libsframe1:riscv64.
#21 109.1 Preparing to unpack .../045-libsframe1_2.44-3ubuntu1.3_riscv64.deb ...
#21 109.1 Unpacking libsframe1:riscv64 (2.44-3ubuntu1.3) ...
#21 109.2 Selecting previously unselected package binutils-common:riscv64.
#21 109.2 Preparing to unpack .../046-binutils-common_2.44-3ubuntu1.3_riscv64.deb ...
#21 109.2 Unpacking binutils-common:riscv64 (2.44-3ubuntu1.3) ...
#21 109.3 Selecting previously unselected package libbinutils:riscv64.
#21 109.3 Preparing to unpack .../047-libbinutils_2.44-3ubuntu1.3_riscv64.deb ...
#21 109.3 Unpacking libbinutils:riscv64 (2.44-3ubuntu1.3) ...
#21 109.5 Selecting previously unselected package libgprofng0:riscv64.
#21 109.5 Preparing to unpack .../048-libgprofng0_2.44-3ubuntu1.3_riscv64.deb ...
#21 109.5 Unpacking libgprofng0:riscv64 (2.44-3ubuntu1.3) ...
#21 109.8 Selecting previously unselected package libctf-nobfd0:riscv64.
#21 109.8 Preparing to unpack .../049-libctf-nobfd0_2.44-3ubuntu1.3_riscv64.deb ...
#21 109.8 Unpacking libctf-nobfd0:riscv64 (2.44-3ubuntu1.3) ...
#21 109.9 Selecting previously unselected package libctf0:riscv64.
#21 109.9 Preparing to unpack .../050-libctf0_2.44-3ubuntu1.3_riscv64.deb ...
#21 109.9 Unpacking libctf0:riscv64 (2.44-3ubuntu1.3) ...
#21 110.0 Selecting previously unselected package binutils-riscv64-linux-gnu.
#21 110.0 Preparing to unpack .../051-binutils-riscv64-linux-gnu_2.44-3ubuntu1.3_riscv64.deb ...
#21 110.1 Unpacking binutils-riscv64-linux-gnu (2.44-3ubuntu1.3) ...
#21 110.8 Selecting previously unselected package binutils.
#21 110.8 Preparing to unpack .../052-binutils_2.44-3ubuntu1.3_riscv64.deb ...
#21 110.8 Unpacking binutils (2.44-3ubuntu1.3) ...
#21 111.0 Selecting previously unselected package bubblewrap.
#21 111.0 Preparing to unpack .../053-bubblewrap_0.11.0-2_riscv64.deb ...
#21 111.0 Unpacking bubblewrap (0.11.0-2) ...
#21 111.1 Selecting previously unselected package libc-dev-bin.
#21 111.1 Preparing to unpack .../054-libc-dev-bin_2.41-6ubuntu1.2_riscv64.deb ...
#21 111.1 Unpacking libc-dev-bin (2.41-6ubuntu1.2) ...
#21 111.2 Selecting previously unselected package linux-libc-dev:riscv64.
#21 111.3 Preparing to unpack .../055-linux-libc-dev_6.14.0-37.37_riscv64.deb ...
#21 111.3 Unpacking linux-libc-dev:riscv64 (6.14.0-37.37) ...
#21 112.3 Selecting previously unselected package libcrypt-dev:riscv64.
#21 112.3 Preparing to unpack .../056-libcrypt-dev_1%3a4.4.38-1_riscv64.deb ...
#21 112.4 Unpacking libcrypt-dev:riscv64 (1:4.4.38-1) ...
#21 112.5 Selecting previously unselected package rpcsvc-proto.
#21 112.5 Preparing to unpack .../057-rpcsvc-proto_1.4.2-0ubuntu7_riscv64.deb ...
#21 112.6 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#21 112.7 Selecting previously unselected package libc6-dev:riscv64.
#21 112.7 Preparing to unpack .../058-libc6-dev_2.41-6ubuntu1.2_riscv64.deb ...
#21 112.7 Unpacking libc6-dev:riscv64 (2.41-6ubuntu1.2) ...
#21 114.9 Selecting previously unselected package libisl23:riscv64.
#21 114.9 Preparing to unpack .../059-libisl23_0.27-1_riscv64.deb ...
#21 114.9 Unpacking libisl23:riscv64 (0.27-1) ...
#21 115.1 Selecting previously unselected package libmpfr6:riscv64.
#21 115.1 Preparing to unpack .../060-libmpfr6_4.2.2-1_riscv64.deb ...
#21 115.1 Unpacking libmpfr6:riscv64 (4.2.2-1) ...
#21 115.3 Selecting previously unselected package libmpc3:riscv64.
#21 115.3 Preparing to unpack .../061-libmpc3_1.3.1-1build2_riscv64.deb ...
#21 115.3 Unpacking libmpc3:riscv64 (1.3.1-1build2) ...
#21 115.4 Selecting previously unselected package cpp-14-riscv64-linux-gnu.
#21 115.4 Preparing to unpack .../062-cpp-14-riscv64-linux-gnu_14.2.0-19ubuntu2_riscv64.deb ...
#21 115.4 Unpacking cpp-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 282.33MB 209.0s done
#13 DONE 212.0s
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 112.3 Selecting previously unselected package cpp-14.
#20 112.3 Preparing to unpack .../061-cpp-14_14.2.0-19ubuntu2_riscv64.deb ...
#20 112.4 Unpacking cpp-14 (14.2.0-19ubuntu2) ...
#20 112.5 Selecting previously unselected package cpp-riscv64-linux-gnu.
#20 112.5 Preparing to unpack .../062-cpp-riscv64-linux-gnu_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#20 112.5 Unpacking cpp-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#20 112.6 Selecting previously unselected package cpp.
#20 112.6 Preparing to unpack .../063-cpp_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#20 112.6 Unpacking cpp (4:14.2.0-1ubuntu1) ...
#20 112.8 Selecting previously unselected package libcc1-0:riscv64.
#20 112.8 Preparing to unpack .../064-libcc1-0_15-20250404-0ubuntu1_riscv64.deb ...
#20 112.8 Unpacking libcc1-0:riscv64 (15-20250404-0ubuntu1) ...
#20 112.9 Selecting previously unselected package libgomp1:riscv64.
#20 112.9 Preparing to unpack .../065-libgomp1_15-20250404-0ubuntu1_riscv64.deb ...
#20 112.9 Unpacking libgomp1:riscv64 (15-20250404-0ubuntu1) ...
#20 113.1 Selecting previously unselected package libitm1:riscv64.
#20 113.1 Preparing to unpack .../066-libitm1_15-20250404-0ubuntu1_riscv64.deb ...
#20 113.1 Unpacking libitm1:riscv64 (15-20250404-0ubuntu1) ...
#20 113.2 Selecting previously unselected package libasan8:riscv64.
#20 113.2 Preparing to unpack .../067-libasan8_15-20250404-0ubuntu1_riscv64.deb ...
#20 113.2 Unpacking libasan8:riscv64 (15-20250404-0ubuntu1) ...
#20 113.9 Selecting previously unselected package liblsan0:riscv64.
#20 113.9 Preparing to unpack .../068-liblsan0_15-20250404-0ubuntu1_riscv64.deb ...
#20 113.9 Unpacking liblsan0:riscv64 (15-20250404-0ubuntu1) ...
#20 114.3 Selecting previously unselected package libtsan2:riscv64.
#20 114.3 Preparing to unpack .../069-libtsan2_15-20250404-0ubuntu1_riscv64.deb ...
#20 114.3 Unpacking libtsan2:riscv64 (15-20250404-0ubuntu1) ...
#20 114.9 Selecting previously unselected package libubsan1:riscv64.
#20 114.9 Preparing to unpack .../070-libubsan1_15-20250404-0ubuntu1_riscv64.deb ...
#20 114.9 Unpacking libubsan1:riscv64 (15-20250404-0ubuntu1) ...
#20 115.3 Selecting previously unselected package libgcc-14-dev:riscv64.
#20 115.3 Preparing to unpack .../071-libgcc-14-dev_14.2.0-19ubuntu2_riscv64.deb ...
#20 115.3 Unpacking libgcc-14-dev:riscv64 (14.2.0-19ubuntu2) ...
#20 117.4 Selecting previously unselected package gcc-14-riscv64-linux-gnu.
#20 117.4 Preparing to unpack .../072-gcc-14-riscv64-linux-gnu_14.2.0-19ubuntu2_riscv64.deb ...
#20 117.4 Unpacking gcc-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#20 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 117.9 Selecting previously unselected package cpp-14.
#21 117.9 Preparing to unpack .../063-cpp-14_14.2.0-19ubuntu2_riscv64.deb ...
#21 117.9 Unpacking cpp-14 (14.2.0-19ubuntu2) ...
#21 118.0 Selecting previously unselected package cpp-riscv64-linux-gnu.
#21 118.0 Preparing to unpack .../064-cpp-riscv64-linux-gnu_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#21 118.0 Unpacking cpp-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#21 118.2 Selecting previously unselected package cpp.
#21 118.2 Preparing to unpack .../065-cpp_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#21 118.2 Unpacking cpp (4:14.2.0-1ubuntu1) ...
#21 118.8 Selecting previously unselected package libcc1-0:riscv64.
#21 118.8 Preparing to unpack .../066-libcc1-0_15-20250404-0ubuntu1_riscv64.deb ...
#21 118.8 Unpacking libcc1-0:riscv64 (15-20250404-0ubuntu1) ...
#21 118.9 Selecting previously unselected package libgomp1:riscv64.
#21 118.9 Preparing to unpack .../067-libgomp1_15-20250404-0ubuntu1_riscv64.deb ...
#21 118.9 Unpacking libgomp1:riscv64 (15-20250404-0ubuntu1) ...
#21 119.6 Selecting previously unselected package libitm1:riscv64.
#21 119.6 Preparing to unpack .../068-libitm1_15-20250404-0ubuntu1_riscv64.deb ...
#21 119.6 Unpacking libitm1:riscv64 (15-20250404-0ubuntu1) ...
#21 119.7 Selecting previously unselected package libasan8:riscv64.
#21 119.7 Preparing to unpack .../069-libasan8_15-20250404-0ubuntu1_riscv64.deb ...
#21 119.7 Unpacking libasan8:riscv64 (15-20250404-0ubuntu1) ...
#21 120.4 Selecting previously unselected package liblsan0:riscv64.
#21 120.4 Preparing to unpack .../070-liblsan0_15-20250404-0ubuntu1_riscv64.deb ...
#21 120.4 Unpacking liblsan0:riscv64 (15-20250404-0ubuntu1) ...
#21 120.7 Selecting previously unselected package libtsan2:riscv64.
#21 120.7 Preparing to unpack .../071-libtsan2_15-20250404-0ubuntu1_riscv64.deb ...
#21 120.7 Unpacking libtsan2:riscv64 (15-20250404-0ubuntu1) ...
#21 121.3 Selecting previously unselected package libubsan1:riscv64.
#21 121.3 Preparing to unpack .../072-libubsan1_15-20250404-0ubuntu1_riscv64.deb ...
#21 121.3 Unpacking libubsan1:riscv64 (15-20250404-0ubuntu1) ...
#21 121.5 Selecting previously unselected package libgcc-14-dev:riscv64.
#21 121.5 Preparing to unpack .../073-libgcc-14-dev_14.2.0-19ubuntu2_riscv64.deb ...
#21 121.5 Unpacking libgcc-14-dev:riscv64 (14.2.0-19ubuntu2) ...
#21 124.9 Selecting previously unselected package gcc-14-riscv64-linux-gnu.
#21 124.9 Preparing to unpack .../074-gcc-14-riscv64-linux-gnu_14.2.0-19ubuntu2_riscv64.deb ...
#21 124.9 Unpacking gcc-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 122.6 Selecting previously unselected package gcc-14.
#20 122.6 Preparing to unpack .../073-gcc-14_14.2.0-19ubuntu2_riscv64.deb ...
#20 122.6 Unpacking gcc-14 (14.2.0-19ubuntu2) ...
#20 122.7 Selecting previously unselected package gcc-riscv64-linux-gnu.
#20 122.7 Preparing to unpack .../074-gcc-riscv64-linux-gnu_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#20 122.7 Unpacking gcc-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#20 122.8 Selecting previously unselected package gcc.
#20 122.8 Preparing to unpack .../075-gcc_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#20 122.8 Unpacking gcc (4:14.2.0-1ubuntu1) ...
#20 122.9 Selecting previously unselected package libstdc++-14-dev:riscv64.
#20 122.9 Preparing to unpack .../076-libstdc++-14-dev_14.2.0-19ubuntu2_riscv64.deb ...
#20 123.0 Unpacking libstdc++-14-dev:riscv64 (14.2.0-19ubuntu2) ...
#20 125.7 Selecting previously unselected package g++-14-riscv64-linux-gnu.
#20 125.7 Preparing to unpack .../077-g++-14-riscv64-linux-gnu_14.2.0-19ubuntu2_riscv64.deb ...
#20 125.7 Unpacking g++-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#20 128.2 Selecting previously unselected package g++-14.
#20 128.2 Preparing to unpack .../078-g++-14_14.2.0-19ubuntu2_riscv64.deb ...
#20 128.2 Unpacking g++-14 (14.2.0-19ubuntu2) ...
#20 128.3 Selecting previously unselected package g++-riscv64-linux-gnu.
#20 128.3 Preparing to unpack .../079-g++-riscv64-linux-gnu_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#20 128.3 Unpacking g++-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#20 128.4 Selecting previously unselected package g++.
#20 128.4 Preparing to unpack .../080-g++_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#20 128.4 Unpacking g++ (4:14.2.0-1ubuntu1) ...
#20 128.5 Selecting previously unselected package make.
#20 128.5 Preparing to unpack .../081-make_4.4.1-1_riscv64.deb ...
#20 128.5 Unpacking make (4.4.1-1) ...
#20 128.6 Selecting previously unselected package perl-modules-5.40.
#20 128.6 Preparing to unpack .../082-perl-modules-5.40_5.40.1-2ubuntu0.2_all.deb ...
#20 128.6 Unpacking perl-modules-5.40 (5.40.1-2ubuntu0.2) ...
#20 130.3 Selecting previously unselected package libgdbm-compat4t64:riscv64.
#20 130.3 Preparing to unpack .../083-libgdbm-compat4t64_1.24-2_riscv64.deb ...
#20 130.4 Unpacking libgdbm-compat4t64:riscv64 (1.24-2) ...
#20 130.5 Selecting previously unselected package libperl5.40:riscv64.
#20 130.5 Preparing to unpack .../084-libperl5.40_5.40.1-2ubuntu0.2_riscv64.deb ...
#20 130.5 Unpacking libperl5.40:riscv64 (5.40.1-2ubuntu0.2) ...
#20 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 131.1 Selecting previously unselected package gcc-14.
#21 131.1 Preparing to unpack .../075-gcc-14_14.2.0-19ubuntu2_riscv64.deb ...
#21 131.1 Unpacking gcc-14 (14.2.0-19ubuntu2) ...
#21 131.3 Selecting previously unselected package gcc-riscv64-linux-gnu.
#21 131.3 Preparing to unpack .../076-gcc-riscv64-linux-gnu_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#21 131.3 Unpacking gcc-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#21 131.4 Selecting previously unselected package gcc.
#21 131.4 Preparing to unpack .../077-gcc_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#21 131.4 Unpacking gcc (4:14.2.0-1ubuntu1) ...
#21 131.5 Selecting previously unselected package libstdc++-14-dev:riscv64.
#21 131.5 Preparing to unpack .../078-libstdc++-14-dev_14.2.0-19ubuntu2_riscv64.deb ...
#21 131.5 Unpacking libstdc++-14-dev:riscv64 (14.2.0-19ubuntu2) ...
#21 134.1 Selecting previously unselected package g++-14-riscv64-linux-gnu.
#21 134.1 Preparing to unpack .../079-g++-14-riscv64-linux-gnu_14.2.0-19ubuntu2_riscv64.deb ...
#21 134.1 Unpacking g++-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 133.7 Selecting previously unselected package perl.
#20 133.7 Preparing to unpack .../085-perl_5.40.1-2ubuntu0.2_riscv64.deb ...
#20 133.7 Unpacking perl (5.40.1-2ubuntu0.2) ...
#20 133.8 Selecting previously unselected package libdpkg-perl.
#20 133.8 Preparing to unpack .../086-libdpkg-perl_1.22.18ubuntu2.2_all.deb ...
#20 133.9 Unpacking libdpkg-perl (1.22.18ubuntu2.2) ...
#20 134.1 Selecting previously unselected package bzip2.
#20 134.1 Preparing to unpack .../087-bzip2_1.0.8-6_riscv64.deb ...
#20 134.1 Unpacking bzip2 (1.0.8-6) ...
#20 134.2 Selecting previously unselected package patch.
#20 134.2 Preparing to unpack .../088-patch_2.7.6-7build3_riscv64.deb ...
#20 134.2 Unpacking patch (2.7.6-7build3) ...
#20 134.3 Selecting previously unselected package lto-disabled-list.
#20 134.3 Preparing to unpack .../089-lto-disabled-list_57_all.deb ...
#20 134.3 Unpacking lto-disabled-list (57) ...
#20 134.4 Selecting previously unselected package dpkg-dev.
#20 134.4 Preparing to unpack .../090-dpkg-dev_1.22.18ubuntu2.2_all.deb ...
#20 134.4 Unpacking dpkg-dev (1.22.18ubuntu2.2) ...
#20 134.6 Selecting previously unselected package build-essential.
#20 134.6 Preparing to unpack .../091-build-essential_12.12ubuntu1_riscv64.deb ...
#20 134.6 Unpacking build-essential (12.12ubuntu1) ...
#20 134.7 Selecting previously unselected package libbrotli1:riscv64.
#20 134.7 Preparing to unpack .../092-libbrotli1_1.1.0-2build4_riscv64.deb ...
#20 134.7 Unpacking libbrotli1:riscv64 (1.1.0-2build4) ...
#20 134.8 Selecting previously unselected package libsasl2-modules-db:riscv64.
#20 134.9 Preparing to unpack .../093-libsasl2-modules-db_2.1.28+dfsg1-9_riscv64.deb ...
#20 134.9 Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-9) ...
#20 135.0 Selecting previously unselected package libsasl2-2:riscv64.
#20 135.0 Preparing to unpack .../094-libsasl2-2_2.1.28+dfsg1-9_riscv64.deb ...
#20 135.0 Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-9) ...
#20 135.1 Selecting previously unselected package libldap-common.
#20 135.1 Preparing to unpack .../095-libldap-common_2.6.9+dfsg-2ubuntu1_all.deb ...
#20 135.1 Unpacking libldap-common (2.6.9+dfsg-2ubuntu1) ...
#20 135.2 Selecting previously unselected package libldap2:riscv64.
#20 135.2 Preparing to unpack .../096-libldap2_2.6.9+dfsg-2ubuntu1_riscv64.deb ...
#20 135.2 Unpacking libldap2:riscv64 (2.6.9+dfsg-2ubuntu1) ...
#20 135.3 Selecting previously unselected package librtmp1:riscv64.
#20 135.3 Preparing to unpack .../097-librtmp1_2.4+20151223.gitfa8646d.1-2build7_riscv64.deb ...
#20 135.4 Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#20 135.5 Selecting previously unselected package libssh2-1t64:riscv64.
#20 135.5 Preparing to unpack .../098-libssh2-1t64_1.11.1-1_riscv64.deb ...
#20 135.5 Unpacking libssh2-1t64:riscv64 (1.11.1-1) ...
#20 135.6 Selecting previously unselected package libcurl4t64:riscv64.
#20 135.6 Preparing to unpack .../099-libcurl4t64_8.12.1-3ubuntu1_riscv64.deb ...
#20 135.6 Unpacking libcurl4t64:riscv64 (8.12.1-3ubuntu1) ...
#20 135.7 Selecting previously unselected package curl.
#20 135.7 Preparing to unpack .../100-curl_8.12.1-3ubuntu1_riscv64.deb ...
#20 135.7 Unpacking curl (8.12.1-3ubuntu1) ...
#20 135.8 Selecting previously unselected package gpgconf.
#20 135.8 Preparing to unpack .../101-gpgconf_2.4.4-2ubuntu23.2_riscv64.deb ...
#20 135.9 Unpacking gpgconf (2.4.4-2ubuntu23.2) ...
#20 136.0 Selecting previously unselected package libksba8:riscv64.
#20 136.0 Preparing to unpack .../102-libksba8_1.6.7-2_riscv64.deb ...
#20 136.0 Unpacking libksba8:riscv64 (1.6.7-2) ...
#20 136.1 Selecting previously unselected package dirmngr.
#20 136.1 Preparing to unpack .../103-dirmngr_2.4.4-2ubuntu23.2_riscv64.deb ...
#20 136.2 Unpacking dirmngr (2.4.4-2ubuntu23.2) ...
#20 136.4 Selecting previously unselected package libfakeroot:riscv64.
#20 136.5 Preparing to unpack .../104-libfakeroot_1.37.1-1_riscv64.deb ...
#20 136.5 Unpacking libfakeroot:riscv64 (1.37.1-1) ...
#20 136.6 Selecting previously unselected package fakeroot.
#20 136.6 Preparing to unpack .../105-fakeroot_1.37.1-1_riscv64.deb ...
#20 136.6 Unpacking fakeroot (1.37.1-1) ...
#20 136.7 Selecting previously unselected package libcurl3t64-gnutls:riscv64.
#20 136.7 Preparing to unpack .../106-libcurl3t64-gnutls_8.12.1-3ubuntu1_riscv64.deb ...
#20 136.7 Unpacking libcurl3t64-gnutls:riscv64 (8.12.1-3ubuntu1) ...
#20 136.8 Selecting previously unselected package liberror-perl.
#20 136.9 Preparing to unpack .../107-liberror-perl_0.17030-1_all.deb ...
#20 136.9 Unpacking liberror-perl (0.17030-1) ...
#20 137.0 Selecting previously unselected package git-man.
#20 137.0 Preparing to unpack .../108-git-man_1%3a2.48.1-0ubuntu1.1_all.deb ...
#20 137.0 Unpacking git-man (1:2.48.1-0ubuntu1.1) ...
#20 137.1 Selecting previously unselected package git.
#20 137.1 Preparing to unpack .../109-git_1%3a2.48.1-0ubuntu1.1_riscv64.deb ...
#20 137.1 Unpacking git (1:2.48.1-0ubuntu1.1) ...
#20 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 137.5 Selecting previously unselected package g++-14.
#21 137.5 Preparing to unpack .../080-g++-14_14.2.0-19ubuntu2_riscv64.deb ...
#21 137.5 Unpacking g++-14 (14.2.0-19ubuntu2) ...
#21 137.6 Selecting previously unselected package g++-riscv64-linux-gnu.
#21 137.6 Preparing to unpack .../081-g++-riscv64-linux-gnu_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#21 137.6 Unpacking g++-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#21 137.7 Selecting previously unselected package g++.
#21 137.7 Preparing to unpack .../082-g++_4%3a14.2.0-1ubuntu1_riscv64.deb ...
#21 137.7 Unpacking g++ (4:14.2.0-1ubuntu1) ...
#21 137.8 Selecting previously unselected package make.
#21 137.8 Preparing to unpack .../083-make_4.4.1-1_riscv64.deb ...
#21 137.9 Unpacking make (4.4.1-1) ...
#21 138.1 Selecting previously unselected package perl-modules-5.40.
#21 138.1 Preparing to unpack .../084-perl-modules-5.40_5.40.1-2ubuntu0.2_all.deb ...
#21 138.1 Unpacking perl-modules-5.40 (5.40.1-2ubuntu0.2) ...
#21 139.9 Selecting previously unselected package libgdbm-compat4t64:riscv64.
#21 139.9 Preparing to unpack .../085-libgdbm-compat4t64_1.24-2_riscv64.deb ...
#21 139.9 Unpacking libgdbm-compat4t64:riscv64 (1.24-2) ...
#21 140.0 Selecting previously unselected package libperl5.40:riscv64.
#21 140.0 Preparing to unpack .../086-libperl5.40_5.40.1-2ubuntu0.2_riscv64.deb ...
#21 140.1 Unpacking libperl5.40:riscv64 (5.40.1-2ubuntu0.2) ...
#21 141.9 Selecting previously unselected package perl.
#21 141.9 Preparing to unpack .../087-perl_5.40.1-2ubuntu0.2_riscv64.deb ...
#21 141.9 Unpacking perl (5.40.1-2ubuntu0.2) ...
#21 142.1 Selecting previously unselected package libdpkg-perl.
#21 142.1 Preparing to unpack .../088-libdpkg-perl_1.22.18ubuntu2.2_all.deb ...
#21 142.1 Unpacking libdpkg-perl (1.22.18ubuntu2.2) ...
#21 142.4 Selecting previously unselected package bzip2.
#21 142.4 Preparing to unpack .../089-bzip2_1.0.8-6_riscv64.deb ...
#21 142.4 Unpacking bzip2 (1.0.8-6) ...
#21 142.5 Selecting previously unselected package patch.
#21 142.5 Preparing to unpack .../090-patch_2.7.6-7build3_riscv64.deb ...
#21 142.5 Unpacking patch (2.7.6-7build3) ...
#21 142.7 Selecting previously unselected package lto-disabled-list.
#21 142.7 Preparing to unpack .../091-lto-disabled-list_57_all.deb ...
#21 142.7 Unpacking lto-disabled-list (57) ...
#21 142.8 Selecting previously unselected package dpkg-dev.
#21 142.8 Preparing to unpack .../092-dpkg-dev_1.22.18ubuntu2.2_all.deb ...
#21 142.8 Unpacking dpkg-dev (1.22.18ubuntu2.2) ...
#21 143.0 Selecting previously unselected package build-essential.
#21 143.0 Preparing to unpack .../093-build-essential_12.12ubuntu1_riscv64.deb ...
#21 143.0 Unpacking build-essential (12.12ubuntu1) ...
#21 143.2 Selecting previously unselected package libbrotli1:riscv64.
#21 143.2 Preparing to unpack .../094-libbrotli1_1.1.0-2build4_riscv64.deb ...
#21 143.2 Unpacking libbrotli1:riscv64 (1.1.0-2build4) ...
#21 143.4 Selecting previously unselected package libsasl2-modules-db:riscv64.
#21 143.4 Preparing to unpack .../095-libsasl2-modules-db_2.1.28+dfsg1-9_riscv64.deb ...
#21 143.4 Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-9) ...
#21 143.6 Selecting previously unselected package libsasl2-2:riscv64.
#21 143.6 Preparing to unpack .../096-libsasl2-2_2.1.28+dfsg1-9_riscv64.deb ...
#21 143.6 Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-9) ...
#21 143.7 Selecting previously unselected package libldap-common.
#21 143.7 Preparing to unpack .../097-libldap-common_2.6.9+dfsg-2ubuntu1_all.deb ...
#21 143.7 Unpacking libldap-common (2.6.9+dfsg-2ubuntu1) ...
#21 143.9 Selecting previously unselected package libldap2:riscv64.
#21 143.9 Preparing to unpack .../098-libldap2_2.6.9+dfsg-2ubuntu1_riscv64.deb ...
#21 143.9 Unpacking libldap2:riscv64 (2.6.9+dfsg-2ubuntu1) ...
#21 144.1 Selecting previously unselected package librtmp1:riscv64.
#21 144.1 Preparing to unpack .../099-librtmp1_2.4+20151223.gitfa8646d.1-2build7_riscv64.deb ...
#21 144.1 Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#21 144.2 Selecting previously unselected package libssh2-1t64:riscv64.
#21 144.2 Preparing to unpack .../100-libssh2-1t64_1.11.1-1_riscv64.deb ...
#21 144.2 Unpacking libssh2-1t64:riscv64 (1.11.1-1) ...
#21 144.3 Selecting previously unselected package libcurl4t64:riscv64.
#21 144.3 Preparing to unpack .../101-libcurl4t64_8.12.1-3ubuntu1_riscv64.deb ...
#21 144.3 Unpacking libcurl4t64:riscv64 (8.12.1-3ubuntu1) ...
#21 144.4 Selecting previously unselected package curl.
#21 144.4 Preparing to unpack .../102-curl_8.12.1-3ubuntu1_riscv64.deb ...
#21 144.4 Unpacking curl (8.12.1-3ubuntu1) ...
#21 144.5 Selecting previously unselected package gpgconf.
#21 144.5 Preparing to unpack .../103-gpgconf_2.4.4-2ubuntu23.2_riscv64.deb ...
#21 144.5 Unpacking gpgconf (2.4.4-2ubuntu23.2) ...
#21 144.6 Selecting previously unselected package libksba8:riscv64.
#21 144.6 Preparing to unpack .../104-libksba8_1.6.7-2_riscv64.deb ...
#21 144.7 Unpacking libksba8:riscv64 (1.6.7-2) ...
#21 144.8 Selecting previously unselected package dirmngr.
#21 144.8 Preparing to unpack .../105-dirmngr_2.4.4-2ubuntu23.2_riscv64.deb ...
#21 144.8 Unpacking dirmngr (2.4.4-2ubuntu23.2) ...
#21 145.0 Selecting previously unselected package libfakeroot:riscv64.
#21 145.0 Preparing to unpack .../106-libfakeroot_1.37.1-1_riscv64.deb ...
#21 145.0 Unpacking libfakeroot:riscv64 (1.37.1-1) ...
#21 145.1 Selecting previously unselected package fakeroot.
#21 145.1 Preparing to unpack .../107-fakeroot_1.37.1-1_riscv64.deb ...
#21 145.1 Unpacking fakeroot (1.37.1-1) ...
#21 145.2 Selecting previously unselected package libcurl3t64-gnutls:riscv64.
#21 145.2 Preparing to unpack .../108-libcurl3t64-gnutls_8.12.1-3ubuntu1_riscv64.deb ...
#21 145.2 Unpacking libcurl3t64-gnutls:riscv64 (8.12.1-3ubuntu1) ...
#21 145.4 Selecting previously unselected package liberror-perl.
#21 145.4 Preparing to unpack .../109-liberror-perl_0.17030-1_all.deb ...
#21 145.4 Unpacking liberror-perl (0.17030-1) ...
#21 145.5 Selecting previously unselected package git-man.
#21 145.5 Preparing to unpack .../110-git-man_1%3a2.48.1-0ubuntu1.1_all.deb ...
#21 145.5 Unpacking git-man (1:2.48.1-0ubuntu1.1) ...
#21 145.6 Selecting previously unselected package git.
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 140.1 Selecting previously unselected package gnupg-utils.
#20 140.1 Preparing to unpack .../110-gnupg-utils_2.4.4-2ubuntu23.2_riscv64.deb ...
#20 140.1 Unpacking gnupg-utils (2.4.4-2ubuntu23.2) ...
#20 140.2 Selecting previously unselected package gpg.
#20 140.2 Preparing to unpack .../111-gpg_2.4.4-2ubuntu23.2_riscv64.deb ...
#20 140.2 Unpacking gpg (2.4.4-2ubuntu23.2) ...
#20 140.4 Selecting previously unselected package pinentry-curses.
#20 140.4 Preparing to unpack .../112-pinentry-curses_1.3.1-2ubuntu3_riscv64.deb ...
#20 140.4 Unpacking pinentry-curses (1.3.1-2ubuntu3) ...
#20 140.5 Selecting previously unselected package gpg-agent.
#20 140.5 Preparing to unpack .../113-gpg-agent_2.4.4-2ubuntu23.2_riscv64.deb ...
#20 140.6 Unpacking gpg-agent (2.4.4-2ubuntu23.2) ...
#20 140.7 Selecting previously unselected package gpgsm.
#20 140.7 Preparing to unpack .../114-gpgsm_2.4.4-2ubuntu23.2_riscv64.deb ...
#20 140.7 Unpacking gpgsm (2.4.4-2ubuntu23.2) ...
#20 140.8 Selecting previously unselected package keyboxd.
#20 140.8 Preparing to unpack .../115-keyboxd_2.4.4-2ubuntu23.2_riscv64.deb ...
#20 140.8 Unpacking keyboxd (2.4.4-2ubuntu23.2) ...
#20 140.9 Selecting previously unselected package gnupg.
#20 140.9 Preparing to unpack .../116-gnupg_2.4.4-2ubuntu23.2_all.deb ...
#20 141.0 Unpacking gnupg (2.4.4-2ubuntu23.2) ...
#20 141.1 Selecting previously unselected package gnupg-l10n.
#20 141.1 Preparing to unpack .../117-gnupg-l10n_2.4.4-2ubuntu23.2_all.deb ...
#20 141.1 Unpacking gnupg-l10n (2.4.4-2ubuntu23.2) ...
#20 141.2 Selecting previously unselected package gpg-wks-client.
#20 141.2 Preparing to unpack .../118-gpg-wks-client_2.4.4-2ubuntu23.2_riscv64.deb ...
#20 141.2 Unpacking gpg-wks-client (2.4.4-2ubuntu23.2) ...
#20 141.3 Selecting previously unselected package libalgorithm-diff-perl.
#20 141.3 Preparing to unpack .../119-libalgorithm-diff-perl_1.201-1_all.deb ...
#20 141.3 Unpacking libalgorithm-diff-perl (1.201-1) ...
#20 141.4 Selecting previously unselected package libalgorithm-diff-xs-perl.
#20 141.4 Preparing to unpack .../120-libalgorithm-diff-xs-perl_0.04-9_riscv64.deb ...
#20 141.4 Unpacking libalgorithm-diff-xs-perl (0.04-9) ...
#20 141.5 Selecting previously unselected package libalgorithm-merge-perl.
#20 141.5 Preparing to unpack .../121-libalgorithm-merge-perl_0.08-5_all.deb ...
#20 141.6 Unpacking libalgorithm-merge-perl (0.08-5) ...
#20 141.9 Selecting previously unselected package libcap-dev:riscv64.
#20 141.9 Preparing to unpack .../122-libcap-dev_1%3a2.73-4ubuntu1_riscv64.deb ...
#20 141.9 Unpacking libcap-dev:riscv64 (1:2.73-4ubuntu1) ...
#20 142.1 Selecting previously unselected package libfile-fcntllock-perl.
#20 142.1 Preparing to unpack .../123-libfile-fcntllock-perl_0.22-4ubuntu6_riscv64.deb ...
#20 142.1 Unpacking libfile-fcntllock-perl (0.22-4ubuntu6) ...
#20 142.2 Selecting previously unselected package libsasl2-modules:riscv64.
#20 142.2 Preparing to unpack .../124-libsasl2-modules_2.1.28+dfsg1-9_riscv64.deb ...
#20 142.2 Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-9) ...
#20 142.3 Selecting previously unselected package manpages-dev.
#20 142.4 Preparing to unpack .../125-manpages-dev_6.9.1-1_all.deb ...
#20 142.4 Unpacking manpages-dev (6.9.1-1) ...
#20 142.7 Setting up libksba8:riscv64 (1.6.7-2) ...
#20 142.7 Setting up pinentry-curses (1.3.1-2ubuntu3) ...
#20 142.8 Setting up libexpat1:riscv64 (2.7.1-1) ...
#20 142.8 Setting up libxau6:riscv64 (1:1.0.11-1) ...
#20 142.8 Setting up libxdmcp6:riscv64 (1:1.1.5-1) ...
#20 142.8 Setting up libkeyutils1:riscv64 (1.6.3-4ubuntu2) ...
#20 142.9 Setting up lto-disabled-list (57) ...
#20 142.9 Setting up libapparmor1:riscv64 (4.1.0~beta5-0ubuntu14.2) ...
#20 142.9 Setting up libxcb1:riscv64 (1.17.0-2) ...
#20 142.9 Setting up libgdbm6t64:riscv64 (1.24-2) ...
#20 143.0 Setting up libgdbm-compat4t64:riscv64 (1.24-2) ...
#20 143.0 Setting up libcbor0.10:riscv64 (0.10.2-2ubuntu1) ...
#20 144.3 Setting up manpages (6.9.1-1) ...
#20 144.3 Setting up libbrotli1:riscv64 (1.1.0-2build4) ...
#20 144.4 Setting up libedit2:riscv64 (3.1-20250104-1) ...
#20 144.4 Setting up libsqlite3-0:riscv64 (3.46.1-3ubuntu0.3) ...
#20 144.4 Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-9) ...
#20 144.5 Setting up binutils-common:riscv64 (2.44-3ubuntu1.3) ...
#20 144.5 Setting up libnghttp2-14:riscv64 (1.64.0-1ubuntu1) ...
#20 144.5 Setting up less (643-1) ...
#20 144.6 Setting up linux-libc-dev:riscv64 (6.14.0-37.37) ...
#20 144.6 Setting up libctf-nobfd0:riscv64 (2.44-3ubuntu1.3) ...
#20 144.6 Setting up krb5-locales (1.21.3-4ubuntu2) ...
#20 144.6 Setting up libgomp1:riscv64 (15-20250404-0ubuntu1) ...
#20 144.7 Setting up bzip2 (1.0.8-6) ...
#20 144.7 Setting up libldap-common (2.6.9+dfsg-2ubuntu1) ...
#20 144.7 Setting up libsframe1:riscv64 (2.44-3ubuntu1.3) ...
#20 144.8 Setting up libfakeroot:riscv64 (1.37.1-1) ...
#20 144.8 Setting up libjansson4:riscv64 (2.14-2build2) ...
#20 144.8 Setting up libkrb5support0:riscv64 (1.21.3-4ubuntu2) ...
#20 144.9 Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-9) ...
#20 144.9 Setting up fakeroot (1.37.1-1) ...
#20 144.9 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#20 144.9 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 144.9 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 144.9 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 144.9 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 144.9 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 144.9 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 144.9 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 144.9 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 145.0 Setting up libnettle8t64:riscv64 (3.10.1-1) ...
#20 145.0 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#20 145.0 Setting up libx11-data (2:1.8.10-2) ...
#20 145.0 Setting up make (4.4.1-1) ...
#20 145.1 Setting up libmpfr6:riscv64 (4.2.2-1) ...
#20 145.1 Setting up gnupg-l10n (2.4.4-2ubuntu23.2) ...
#20 145.1 Setting up xz-utils (5.6.4-1ubuntu1) ...
#20 145.2 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#20 145.2 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 145.2 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 145.2 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 145.2 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 145.2 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 145.2 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 145.2 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 145.2 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 145.2 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 145.2 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 145.2 Setting up libunistring5:riscv64 (1.3-1) ...
#20 145.2 Setting up libmpc3:riscv64 (1.3.1-1build2) ...
#20 145.2 Setting up libatomic1:riscv64 (15-20250404-0ubuntu1) ...
#20 145.3 Setting up patch (2.7.6-7build3) ...
#20 145.3 Setting up sudo (1.9.16p2-1ubuntu1.1) ...
#20 145.4 Setting up libk5crypto3:riscv64 (1.21.3-4ubuntu2) ...
#20 145.5 Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-9) ...
#20 145.5 Setting up libubsan1:riscv64 (15-20250404-0ubuntu1) ...
#20 145.5 Setting up libffi8:riscv64 (3.4.7-1) ...
#20 145.5 Setting up libhogweed6t64:riscv64 (3.10.1-1) ...
#20 145.6 Setting up perl-modules-5.40 (5.40.1-2ubuntu0.2) ...
#20 145.6 Setting up libcrypt-dev:riscv64 (1:4.4.38-1) ...
#20 145.6 Setting up libasan8:riscv64 (15-20250404-0ubuntu1) ...
#20 145.7 Setting up libtasn1-6:riscv64 (4.20.0-2ubuntu0.25.04.1) ...
#20 145.7 Setting up git-man (1:2.48.1-0ubuntu1.1) ...
#20 145.7 Setting up libx11-6:riscv64 (2:1.8.10-2) ...
#20 145.8 Setting up netbase (6.4) ...
#20 145.8 Setting up libkrb5-3:riscv64 (1.21.3-4ubuntu2) ...
#20 145.8 Setting up libssh2-1t64:riscv64 (1.11.1-1) ...
#20 145.9 Setting up libtsan2:riscv64 (15-20250404-0ubuntu1) ...
#20 145.9 Setting up libbinutils:riscv64 (2.44-3ubuntu1.3) ...
#20 145.9 Setting up libfido2-1:riscv64 (1.15.0-1) ...
#20 146.0 Setting up libisl23:riscv64 (0.27-1) ...
#20 146.0 Setting up libc-dev-bin (2.41-6ubuntu1.2) ...
#20 146.0 Setting up openssl (3.4.1-1ubuntu4) ...
#20 146.1 Setting up libcap-dev:riscv64 (1:2.73-4ubuntu1) ...
#20 146.1 Setting up readline-common (8.2-6) ...
#20 146.2 Setting up publicsuffix (20250108.1153-0.1) ...
#20 146.2 Setting up libcc1-0:riscv64 (15-20250404-0ubuntu1) ...
#20 146.2 Setting up libldap2:riscv64 (2.6.9+dfsg-2ubuntu1) ...
#20 146.2 Setting up libxmuu1:riscv64 (2:1.1.3-3build2) ...
#20 146.3 Setting up liblocale-gettext-perl (1.07-7build1) ...
#20 146.3 Setting up liblsan0:riscv64 (15-20250404-0ubuntu1) ...
#20 146.3 Setting up libitm1:riscv64 (15-20250404-0ubuntu1) ...
#20 146.4 Setting up gnupg-utils (2.4.4-2ubuntu23.2) ...
#20 146.4 Setting up libctf0:riscv64 (2.44-3ubuntu1.3) ...
#20 146.4 Setting up manpages-dev (6.9.1-1) ...
#20 146.5 Setting up libxext6:riscv64 (2:1.3.4-1build2) ...
#20 146.5 Setting up binutils-riscv64-linux-gnu (2.44-3ubuntu1.3) ...
#20 146.5 Setting up libidn2-0:riscv64 (2.3.8-2) ...
#20 146.5 Setting up cpp-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#20 146.7 Setting up libperl5.40:riscv64 (5.40.1-2ubuntu0.2) ...
#20 146.7 Setting up ca-certificates (20241223) ...
#20 150.5 Updating certificates in /etc/ssl/certs...
#20 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 145.6 Preparing to unpack .../111-git_1%3a2.48.1-0ubuntu1.1_riscv64.deb ...
#21 145.7 Unpacking git (1:2.48.1-0ubuntu1.1) ...
#21 147.9 Selecting previously unselected package gnupg-utils.
#21 147.9 Preparing to unpack .../112-gnupg-utils_2.4.4-2ubuntu23.2_riscv64.deb ...
#21 147.9 Unpacking gnupg-utils (2.4.4-2ubuntu23.2) ...
#21 148.0 Selecting previously unselected package gpg.
#21 148.1 Preparing to unpack .../113-gpg_2.4.4-2ubuntu23.2_riscv64.deb ...
#21 148.1 Unpacking gpg (2.4.4-2ubuntu23.2) ...
#21 148.2 Selecting previously unselected package pinentry-curses.
#21 148.2 Preparing to unpack .../114-pinentry-curses_1.3.1-2ubuntu3_riscv64.deb ...
#21 148.2 Unpacking pinentry-curses (1.3.1-2ubuntu3) ...
#21 148.3 Selecting previously unselected package gpg-agent.
#21 148.3 Preparing to unpack .../115-gpg-agent_2.4.4-2ubuntu23.2_riscv64.deb ...
#21 148.4 Unpacking gpg-agent (2.4.4-2ubuntu23.2) ...
#21 148.5 Selecting previously unselected package gpgsm.
#21 148.5 Preparing to unpack .../116-gpgsm_2.4.4-2ubuntu23.2_riscv64.deb ...
#21 148.5 Unpacking gpgsm (2.4.4-2ubuntu23.2) ...
#21 148.6 Selecting previously unselected package keyboxd.
#21 148.6 Preparing to unpack .../117-keyboxd_2.4.4-2ubuntu23.2_riscv64.deb ...
#21 148.6 Unpacking keyboxd (2.4.4-2ubuntu23.2) ...
#21 148.8 Selecting previously unselected package gnupg.
#21 148.8 Preparing to unpack .../118-gnupg_2.4.4-2ubuntu23.2_all.deb ...
#21 148.8 Unpacking gnupg (2.4.4-2ubuntu23.2) ...
#21 148.9 Selecting previously unselected package gnupg-l10n.
#21 148.9 Preparing to unpack .../119-gnupg-l10n_2.4.4-2ubuntu23.2_all.deb ...
#21 148.9 Unpacking gnupg-l10n (2.4.4-2ubuntu23.2) ...
#21 149.0 Selecting previously unselected package gpg-wks-client.
#21 149.0 Preparing to unpack .../120-gpg-wks-client_2.4.4-2ubuntu23.2_riscv64.deb ...
#21 149.0 Unpacking gpg-wks-client (2.4.4-2ubuntu23.2) ...
#21 149.1 Selecting previously unselected package libalgorithm-diff-perl.
#21 149.1 Preparing to unpack .../121-libalgorithm-diff-perl_1.201-1_all.deb ...
#21 149.1 Unpacking libalgorithm-diff-perl (1.201-1) ...
#21 149.3 Selecting previously unselected package libalgorithm-diff-xs-perl.
#21 149.3 Preparing to unpack .../122-libalgorithm-diff-xs-perl_0.04-9_riscv64.deb ...
#21 149.3 Unpacking libalgorithm-diff-xs-perl (0.04-9) ...
#21 149.4 Selecting previously unselected package libalgorithm-merge-perl.
#21 149.4 Preparing to unpack .../123-libalgorithm-merge-perl_0.08-5_all.deb ...
#21 149.4 Unpacking libalgorithm-merge-perl (0.08-5) ...
#21 149.5 Selecting previously unselected package libcap-dev:riscv64.
#21 149.5 Preparing to unpack .../124-libcap-dev_1%3a2.73-4ubuntu1_riscv64.deb ...
#21 149.5 Unpacking libcap-dev:riscv64 (1:2.73-4ubuntu1) ...
#21 149.7 Selecting previously unselected package libfile-fcntllock-perl.
#21 149.7 Preparing to unpack .../125-libfile-fcntllock-perl_0.22-4ubuntu6_riscv64.deb ...
#21 149.7 Unpacking libfile-fcntllock-perl (0.22-4ubuntu6) ...
#21 149.8 Selecting previously unselected package libsasl2-modules:riscv64.
#21 149.8 Preparing to unpack .../126-libsasl2-modules_2.1.28+dfsg1-9_riscv64.deb ...
#21 149.9 Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-9) ...
#21 150.0 Selecting previously unselected package xorg-sgml-doctools.
#21 150.0 Preparing to unpack .../127-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
#21 150.0 Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
#21 150.1 Selecting previously unselected package x11proto-dev.
#21 150.1 Preparing to unpack .../128-x11proto-dev_2024.1-1_all.deb ...
#21 150.1 Unpacking x11proto-dev (2024.1-1) ...
#21 150.3 Selecting previously unselected package libxau-dev:riscv64.
#21 150.3 Preparing to unpack .../129-libxau-dev_1%3a1.0.11-1_riscv64.deb ...
#21 150.3 Unpacking libxau-dev:riscv64 (1:1.0.11-1) ...
#21 150.4 Selecting previously unselected package libxdmcp-dev:riscv64.
#21 150.4 Preparing to unpack .../130-libxdmcp-dev_1%3a1.1.5-1_riscv64.deb ...
#21 150.5 Unpacking libxdmcp-dev:riscv64 (1:1.1.5-1) ...
#21 150.6 Selecting previously unselected package xtrans-dev.
#21 150.6 Preparing to unpack .../131-xtrans-dev_1.4.0-1_all.deb ...
#21 150.6 Unpacking xtrans-dev (1.4.0-1) ...
#21 150.7 Selecting previously unselected package libxcb1-dev:riscv64.
#21 150.7 Preparing to unpack .../132-libxcb1-dev_1.17.0-2_riscv64.deb ...
#21 150.7 Unpacking libxcb1-dev:riscv64 (1.17.0-2) ...
#21 150.9 Selecting previously unselected package libx11-dev:riscv64.
#21 150.9 Preparing to unpack .../133-libx11-dev_2%3a1.8.10-2_riscv64.deb ...
#21 150.9 Unpacking libx11-dev:riscv64 (2:1.8.10-2) ...
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 153.6 152 added, 0 removed; done.
#20 153.7 Setting up perl (5.40.1-2ubuntu0.2) ...
#20 153.8 Setting up libgprofng0:riscv64 (2.44-3ubuntu1.3) ...
#20 153.8 Setting up libp11-kit0:riscv64 (0.25.5-2ubuntu3) ...
#20 153.8 Setting up libgssapi-krb5-2:riscv64 (1.21.3-4ubuntu2) ...
#20 153.8 Setting up libdpkg-perl (1.22.18ubuntu2.2) ...
#20 153.9 Setting up cpp-14 (14.2.0-19ubuntu2) ...
#20 153.9 Setting up libreadline8t64:riscv64 (8.2-6) ...
#20 153.9 Setting up xauth (1:1.1.2-1.1) ...
#20 154.0 Setting up gpgconf (2.4.4-2ubuntu23.2) ...
#20 154.0 Setting up libc6-dev:riscv64 (2.41-6ubuntu1.2) ...
#20 154.0 Setting up libgcc-14-dev:riscv64 (14.2.0-19ubuntu2) ...
#20 154.0 Setting up cpp-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#20 154.0 Setting up libstdc++-14-dev:riscv64 (14.2.0-19ubuntu2) ...
#20 154.1 Setting up gpg (2.4.4-2ubuntu23.2) ...
#20 154.1 Setting up libgnutls30t64:riscv64 (3.8.9-2ubuntu3.1) ...
#20 154.1 Setting up gpg-agent (2.4.4-2ubuntu23.2) ...
#20 157.2 Setting up libfile-fcntllock-perl (0.22-4ubuntu6) ...
#20 157.2 Setting up libalgorithm-diff-perl (1.201-1) ...
#20 157.2 Setting up openssh-client (1:9.9p1-3ubuntu3.2) ...
#20 157.6 Setting up gpgsm (2.4.4-2ubuntu23.2) ...
#20 157.7 Setting up libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#20 157.7 Setting up binutils (2.44-3ubuntu1.3) ...
#20 157.7 Setting up dpkg-dev (1.22.18ubuntu2.2) ...
#20 157.8 Setting up liberror-perl (0.17030-1) ...
#20 157.8 Setting up dirmngr (2.4.4-2ubuntu23.2) ...
#20 158.6 Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#20 158.6 Setting up gcc-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#20 158.6 Setting up keyboxd (2.4.4-2ubuntu23.2) ...
#20 159.7 Setting up cpp (4:14.2.0-1ubuntu1) ...
#20 159.8 Setting up gnupg (2.4.4-2ubuntu23.2) ...
#20 159.8 Setting up libalgorithm-diff-xs-perl (0.04-9) ...
#20 159.8 Setting up libalgorithm-merge-perl (0.08-5) ...
#20 159.9 Setting up g++-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#20 159.9 Setting up gpg-wks-client (2.4.4-2ubuntu23.2) ...
#20 159.9 Setting up libcurl4t64:riscv64 (8.12.1-3ubuntu1) ...
#20 159.9 Setting up libcurl3t64-gnutls:riscv64 (8.12.1-3ubuntu1) ...
#20 160.0 Setting up gcc-14 (14.2.0-19ubuntu2) ...
#20 160.0 Setting up gcc-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#20 160.0 Setting up g++-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#20 160.0 Setting up git (1:2.48.1-0ubuntu1.1) ...
#20 160.1 Setting up curl (8.12.1-3ubuntu1) ...
#20 160.1 Setting up g++-14 (14.2.0-19ubuntu2) ...
#20 160.1 Setting up gcc (4:14.2.0-1ubuntu1) ...
#20 160.2 Setting up g++ (4:14.2.0-1ubuntu1) ...
#20 160.2 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#20 160.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 160.3 Setting up build-essential (12.12ubuntu1) ...
#20 160.3 Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
#20 160.4 Processing triggers for ca-certificates (20241223) ...
#20 160.4 Updating certificates in /etc/ssl/certs...
#20 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 151.3 Selecting previously unselected package manpages-dev.
#21 151.3 Preparing to unpack .../134-manpages-dev_6.9.1-1_all.deb ...
#21 151.4 Unpacking manpages-dev (6.9.1-1) ...
#21 151.6 Selecting previously unselected package unzip.
#21 151.7 Preparing to unpack .../135-unzip_6.0-28ubuntu6_riscv64.deb ...
#21 151.7 Unpacking unzip (6.0-28ubuntu6) ...
#21 151.8 Setting up libksba8:riscv64 (1.6.7-2) ...
#21 151.9 Setting up pinentry-curses (1.3.1-2ubuntu3) ...
#21 151.9 Setting up libexpat1:riscv64 (2.7.1-1) ...
#21 151.9 Setting up bubblewrap (0.11.0-2) ...
#21 151.9 Setting up libxau6:riscv64 (1:1.0.11-1) ...
#21 152.0 Setting up libxdmcp6:riscv64 (1:1.1.5-1) ...
#21 152.0 Setting up libkeyutils1:riscv64 (1.6.3-4ubuntu2) ...
#21 152.0 Setting up lto-disabled-list (57) ...
#21 152.0 Setting up libapparmor1:riscv64 (4.1.0~beta5-0ubuntu14.2) ...
#21 152.0 Setting up libxcb1:riscv64 (1.17.0-2) ...
#21 152.0 Setting up libgdbm6t64:riscv64 (1.24-2) ...
#21 152.1 Setting up libgdbm-compat4t64:riscv64 (1.24-2) ...
#21 152.1 Setting up libcbor0.10:riscv64 (0.10.2-2ubuntu1) ...
#21 152.1 Setting up manpages (6.9.1-1) ...
#21 152.1 Setting up unzip (6.0-28ubuntu6) ...
#21 152.1 Setting up libbrotli1:riscv64 (1.1.0-2build4) ...
#21 152.2 Setting up libedit2:riscv64 (3.1-20250104-1) ...
#21 152.2 Setting up libsqlite3-0:riscv64 (3.46.1-3ubuntu0.3) ...
#21 152.2 Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-9) ...
#21 152.2 Setting up binutils-common:riscv64 (2.44-3ubuntu1.3) ...
#21 152.3 Setting up libnghttp2-14:riscv64 (1.64.0-1ubuntu1) ...
#21 152.3 Setting up less (643-1) ...
#21 152.3 Setting up linux-libc-dev:riscv64 (6.14.0-37.37) ...
#21 152.3 Setting up libctf-nobfd0:riscv64 (2.44-3ubuntu1.3) ...
#21 152.4 Setting up krb5-locales (1.21.3-4ubuntu2) ...
#21 152.4 Setting up libgomp1:riscv64 (15-20250404-0ubuntu1) ...
#21 152.4 Setting up bzip2 (1.0.8-6) ...
#21 152.4 Setting up libldap-common (2.6.9+dfsg-2ubuntu1) ...
#21 152.4 Setting up libsframe1:riscv64 (2.44-3ubuntu1.3) ...
#21 152.5 Setting up libfakeroot:riscv64 (1.37.1-1) ...
#21 152.5 Setting up libjansson4:riscv64 (2.14-2build2) ...
#21 152.5 Setting up libkrb5support0:riscv64 (1.21.3-4ubuntu2) ...
#21 152.5 Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-9) ...
#21 152.5 Setting up fakeroot (1.37.1-1) ...
#21 152.6 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#21 152.6 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#21 152.6 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#21 152.6 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#21 152.6 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#21 152.6 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#21 152.6 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#21 152.6 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#21 152.6 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#21 152.6 Setting up xtrans-dev (1.4.0-1) ...
#21 152.6 Setting up libnettle8t64:riscv64 (3.10.1-1) ...
#21 152.6 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#21 152.7 Setting up libx11-data (2:1.8.10-2) ...
#21 152.7 Setting up make (4.4.1-1) ...
#21 152.7 Setting up libmpfr6:riscv64 (4.2.2-1) ...
#21 152.7 Setting up gnupg-l10n (2.4.4-2ubuntu23.2) ...
#21 152.7 Setting up xz-utils (5.6.4-1ubuntu1) ...
#21 152.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#21 152.8 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 152.8 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 152.8 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 152.8 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 152.8 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 152.8 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 152.8 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 152.8 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 152.8 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 152.8 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 152.8 Setting up libunistring5:riscv64 (1.3-1) ...
#21 152.8 Setting up libmpc3:riscv64 (1.3.1-1build2) ...
#21 152.8 Setting up libatomic1:riscv64 (15-20250404-0ubuntu1) ...
#21 152.8 Setting up patch (2.7.6-7build3) ...
#21 152.9 Setting up sudo (1.9.16p2-1ubuntu1.1) ...
#21 152.9 Setting up libk5crypto3:riscv64 (1.21.3-4ubuntu2) ...
#21 152.9 Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-9) ...
#21 153.0 Setting up libubsan1:riscv64 (15-20250404-0ubuntu1) ...
#21 153.0 Setting up nano (8.3-1) ...
#21 153.0 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
#21 153.0 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 153.0 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
#21 153.0 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 153.0 Setting up libffi8:riscv64 (3.4.7-1) ...
#21 153.0 Setting up libhogweed6t64:riscv64 (3.10.1-1) ...
#21 153.1 Setting up perl-modules-5.40 (5.40.1-2ubuntu0.2) ...
#21 153.1 Setting up libcrypt-dev:riscv64 (1:4.4.38-1) ...
#21 153.1 Setting up libasan8:riscv64 (15-20250404-0ubuntu1) ...
#21 153.1 Setting up libtasn1-6:riscv64 (4.20.0-2ubuntu0.25.04.1) ...
#21 153.2 Setting up git-man (1:2.48.1-0ubuntu1.1) ...
#21 153.2 Setting up libx11-6:riscv64 (2:1.8.10-2) ...
#21 153.2 Setting up xorg-sgml-doctools (1:1.11-1.1) ...
#21 153.2 Setting up netbase (6.4) ...
#21 153.3 Setting up libkrb5-3:riscv64 (1.21.3-4ubuntu2) ...
#21 153.3 Setting up libssh2-1t64:riscv64 (1.11.1-1) ...
#21 153.3 Setting up libtsan2:riscv64 (15-20250404-0ubuntu1) ...
#21 153.3 Setting up libbinutils:riscv64 (2.44-3ubuntu1.3) ...
#21 153.3 Setting up libfido2-1:riscv64 (1.15.0-1) ...
#21 153.3 Setting up libisl23:riscv64 (0.27-1) ...
#21 153.4 Setting up libc-dev-bin (2.41-6ubuntu1.2) ...
#21 153.4 Setting up openssl (3.4.1-1ubuntu4) ...
#21 153.4 Setting up libcap-dev:riscv64 (1:2.73-4ubuntu1) ...
#21 153.4 Setting up readline-common (8.2-6) ...
#21 153.5 Setting up publicsuffix (20250108.1153-0.1) ...
#21 153.5 Setting up libcc1-0:riscv64 (15-20250404-0ubuntu1) ...
#21 153.5 Setting up libldap2:riscv64 (2.6.9+dfsg-2ubuntu1) ...
#21 153.5 Setting up libxmuu1:riscv64 (2:1.1.3-3build2) ...
#21 153.5 Setting up liblocale-gettext-perl (1.07-7build1) ...
#21 153.6 Setting up liblsan0:riscv64 (15-20250404-0ubuntu1) ...
#21 153.6 Setting up libitm1:riscv64 (15-20250404-0ubuntu1) ...
#21 153.6 Setting up libpopt0:riscv64 (1.19+dfsg-2) ...
#21 153.7 Setting up gnupg-utils (2.4.4-2ubuntu23.2) ...
#21 153.7 Setting up libctf0:riscv64 (2.44-3ubuntu1.3) ...
#21 153.7 Setting up x11proto-dev (2024.1-1) ...
#21 153.7 Setting up manpages-dev (6.9.1-1) ...
#21 153.7 Setting up libxau-dev:riscv64 (1:1.0.11-1) ...
#21 153.8 Setting up libxext6:riscv64 (2:1.3.4-1build2) ...
#21 153.8 Setting up binutils-riscv64-linux-gnu (2.44-3ubuntu1.3) ...
#21 153.8 Setting up libidn2-0:riscv64 (2.3.8-2) ...
#21 153.8 Setting up cpp-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#21 153.9 Setting up libperl5.40:riscv64 (5.40.1-2ubuntu0.2) ...
#21 153.9 Setting up ca-certificates (20241223) ...
#21 155.9 Updating certificates in /etc/ssl/certs...
#21 158.9 152 added, 0 removed; done.
#21 159.0 Setting up libxdmcp-dev:riscv64 (1:1.1.5-1) ...
#21 159.0 Setting up perl (5.40.1-2ubuntu0.2) ...
#21 159.1 Setting up libgprofng0:riscv64 (2.44-3ubuntu1.3) ...
#21 159.1 Setting up libp11-kit0:riscv64 (0.25.5-2ubuntu3) ...
#21 159.1 Setting up libgssapi-krb5-2:riscv64 (1.21.3-4ubuntu2) ...
#21 159.2 Setting up libdpkg-perl (1.22.18ubuntu2.2) ...
#21 159.2 Setting up cpp-14 (14.2.0-19ubuntu2) ...
#21 159.2 Setting up libreadline8t64:riscv64 (8.2-6) ...
#21 159.2 Setting up xauth (1:1.1.2-1.1) ...
#21 159.3 Setting up gpgconf (2.4.4-2ubuntu23.2) ...
#21 159.3 Setting up libc6-dev:riscv64 (2.41-6ubuntu1.2) ...
#21 159.3 Setting up libgcc-14-dev:riscv64 (14.2.0-19ubuntu2) ...
#21 159.3 Setting up cpp-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#21 159.4 Setting up libstdc++-14-dev:riscv64 (14.2.0-19ubuntu2) ...
#21 159.4 Setting up gpg (2.4.4-2ubuntu23.2) ...
#21 159.4 Setting up rsync (3.4.1+ds1-3) ...
#21 159.5 invoke-rc.d: could not determine current runlevel
#21 159.5 invoke-rc.d: policy-rc.d denied execution of start.
#21 160.1 Setting up libgnutls30t64:riscv64 (3.8.9-2ubuntu3.1) ...
#21 160.2 Setting up gpg-agent (2.4.4-2ubuntu23.2) ...
#21 ...
#20 [stage-0 4/14] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 162.7 0 added, 0 removed; done.
#20 162.7 Running hooks in /etc/ca-certificates/update.d...
#20 162.7 done.
#20 DONE 164.1s
#22 [stage-0 5/14] RUN git config --global user.email "docker@example.com"
#22 DONE 0.6s
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 ...
#23 [stage-0 6/14] RUN git config --global user.name "Docker"
#23 DONE 0.7s
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 ...
#24 [stage-0 7/14] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 0.551 Cloning into '/tmp/opam'...
#24 ...
#21 [stage-1 6/41] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 163.4 Setting up libxcb1-dev:riscv64 (1.17.0-2) ...
#21 163.5 Setting up libfile-fcntllock-perl (0.22-4ubuntu6) ...
#21 163.5 Setting up libalgorithm-diff-perl (1.201-1) ...
#21 163.5 Setting up openssh-client (1:9.9p1-3ubuntu3.2) ...
#21 163.9 Setting up gpgsm (2.4.4-2ubuntu23.2) ...
#21 163.9 Setting up libpsl5t64:riscv64 (0.21.2-1.1build1) ...
#21 163.9 Setting up libx11-dev:riscv64 (2:1.8.10-2) ...
#21 164.0 Setting up binutils (2.44-3ubuntu1.3) ...
#21 164.0 Setting up dpkg-dev (1.22.18ubuntu2.2) ...
#21 164.0 Setting up liberror-perl (0.17030-1) ...
#21 164.1 Setting up dirmngr (2.4.4-2ubuntu23.2) ...
#21 164.8 Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2build7) ...
#21 164.8 Setting up gcc-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#21 164.9 Setting up keyboxd (2.4.4-2ubuntu23.2) ...
#21 165.7 Setting up cpp (4:14.2.0-1ubuntu1) ...
#21 165.7 Setting up gnupg (2.4.4-2ubuntu23.2) ...
#21 165.7 Setting up libalgorithm-diff-xs-perl (0.04-9) ...
#21 165.8 Setting up libalgorithm-merge-perl (0.08-5) ...
#21 165.8 Setting up g++-14-riscv64-linux-gnu (14.2.0-19ubuntu2) ...
#21 165.8 Setting up gpg-wks-client (2.4.4-2ubuntu23.2) ...
#21 165.8 Setting up libcurl4t64:riscv64 (8.12.1-3ubuntu1) ...
#21 165.9 Setting up libcurl3t64-gnutls:riscv64 (8.12.1-3ubuntu1) ...
#21 165.9 Setting up gcc-14 (14.2.0-19ubuntu2) ...
#21 165.9 Setting up gcc-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#21 165.9 Setting up g++-riscv64-linux-gnu (4:14.2.0-1ubuntu1) ...
#21 165.9 Setting up git (1:2.48.1-0ubuntu1.1) ...
#21 166.0 Setting up curl (8.12.1-3ubuntu1) ...
#21 166.0 Setting up g++-14 (14.2.0-19ubuntu2) ...
#21 166.0 Setting up gcc (4:14.2.0-1ubuntu1) ...
#21 166.1 Setting up g++ (4:14.2.0-1ubuntu1) ...
#21 166.1 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#21 166.1 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 166.1 Setting up build-essential (12.12ubuntu1) ...
#21 166.1 Processing triggers for procps (2:4.0.4-7ubuntu1) ...
#21 166.2 procps: Applying updated sysctl configuration
#21 166.2 sysctl: setting key "kernel.printk", ignoring: Read-only file system
#21 166.2 sysctl: setting key "net.ipv6.conf.all.use_tempaddr", ignoring: Read-only file system
#21 166.2 sysctl: setting key "net.ipv6.conf.default.use_tempaddr", ignoring: Read-only file system
#21 166.2 sysctl: setting key "kernel.kptr_restrict", ignoring: Read-only file system
#21 166.2 sysctl: setting key "kernel.sysrq", ignoring: Read-only file system
#21 166.2 sysctl: setting key "vm.max_map_count", ignoring: Read-only file system
#21 166.2 sysctl: setting key "net.ipv4.conf.default.rp_filter", ignoring: Read-only file system
#21 166.2 sysctl: setting key "net.ipv4.conf.all.rp_filter", ignoring: Read-only file system
#21 166.2 sysctl: setting key "vm.mmap_min_addr", ignoring: Read-only file system
#21 166.2 Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
#21 166.2 Processing triggers for ca-certificates (20241223) ...
#21 166.3 Updating certificates in /etc/ssl/certs...
#21 168.6 0 added, 0 removed; done.
#21 168.6 Running hooks in /etc/ca-certificates/update.d...
#21 168.6 done.
#21 DONE 169.4s
#24 [stage-0 7/14] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 14.71 Note: switching to '16116259a7db479cb69f4dbd6c430ec14c5814ad'.
#24 14.71
#24 14.71 You are in 'detached HEAD' state. You can look around, make experimental
#24 14.71 changes and commit them, and you can discard any commits you make in this
#24 14.71 state without impacting any branches by switching back to a branch.
#24 14.71
#24 14.71 If you want to create a new branch to retain commits you create, you may
#24 14.71 do so (now or later) by using -c with the switch command. Example:
#24 14.71
#24 14.71 git switch -c <new-branch-name>
#24 14.71
#24 14.71 Or undo this operation with:
#24 14.71
#24 14.71 git switch -
#24 14.71
#24 14.71 Turn off this advice by setting config variable advice.detachedHead to false
#24 14.71
#24 14.71 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#24 18.17 configure: Configuring OCaml version 4.14.2
#24 18.21 checking build system type... riscv64-unknown-linux-gnu
#24 18.61 checking host system type... riscv64-unknown-linux-gnu
#24 18.61 checking target system type... riscv64-unknown-linux-gnu
#24 18.62 checking for ld... ld
#24 18.62 checking how to print strings... printf
#24 18.64 checking for gcc... gcc
#24 18.78 checking whether the C compiler works... yes
#24 19.10 checking for C compiler default output file name... a.out
#24 19.10 checking for suffix of executables...
#24 19.37 checking whether we are cross compiling... no
#24 19.67 checking for suffix of object files... o
#24 19.83 checking whether we are using the GNU C compiler... yes
#24 19.98 checking whether gcc accepts -g... yes
#24 20.14 checking for gcc option to accept ISO C89... none needed
#24 20.42 checking for a sed that does not truncate output... /usr/bin/sed
#24 20.45 checking for grep that handles long lines and -e... /usr/bin/grep
#24 20.46 checking for egrep... /usr/bin/grep -E
#24 20.47 checking for fgrep... /usr/bin/grep -F
#24 20.49 checking for ld used by gcc... ld
#24 20.50 checking if the linker (ld) is GNU ld... yes
#24 20.52 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#24 20.53 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#24 20.67 checking whether ln -s works... yes
#24 20.67 checking the maximum length of command line arguments... 1572864
#24 20.71 checking how to convert riscv64-unknown-linux-gnu file names to riscv64-unknown-linux-gnu format... func_convert_file_noop
#24 20.72 checking how to convert riscv64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#24 20.72 checking for ld option to reload object files... -r
#24 20.72 checking for objdump... objdump
#24 20.73 checking how to recognize dependent libraries... pass_all
#24 20.73 checking for dlltool... no
#24 20.74 checking how to associate runtime and link libraries... printf %s\n
#24 20.74 checking for ar... ar
#24 20.74 checking for archiver @FILE support... @
#24 20.94 checking for strip... strip
#24 20.94 checking for ranlib... ranlib
#24 20.95 checking for gawk... no
#24 20.95 checking for mawk... mawk
#24 20.95 checking command to parse /usr/bin/nm -B output from gcc object... ok
#24 21.42 checking for sysroot... no
#24 21.42 checking for a working dd... /usr/bin/dd
#24 21.45 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#24 21.48 checking for mt... no
#24 21.48 checking if : is a manifest tool... no
#24 21.51 checking how to run the C preprocessor... gcc -E
#24 21.83 checking for ANSI C header files... yes
#24 22.64 checking for sys/types.h... yes
#24 22.86 checking for sys/stat.h... yes
#24 23.08 checking for stdlib.h... yes
#24 23.30 checking for string.h... yes
#24 23.54 checking for memory.h... yes
#24 23.78 checking for strings.h... yes
#24 24.02 checking for inttypes.h... yes
#24 24.26 checking for stdint.h... yes
#24 24.50 checking for unistd.h... yes
#24 24.77 checking for dlfcn.h... yes
#24 25.02 checking for objdir... .libs
#24 25.45 checking if gcc supports -fno-rtti -fno-exceptions... no
#24 25.58 checking for gcc option to produce PIC... -fPIC -DPIC
#24 25.58 checking if gcc PIC flag -fPIC -DPIC works... yes
#24 25.71 checking if gcc static flag -static works... yes
#24 26.31 checking if gcc supports -c -o file.o... yes
#24 26.49 checking if gcc supports -c -o file.o... (cached) yes
#24 26.49 checking whether the gcc linker (ld) supports shared libraries... yes
#24 26.55 checking whether -lc should be explicitly linked in... no
#24 26.71 checking dynamic linker characteristics... GNU/Linux ld.so
#24 27.08 checking how to hardcode library paths into programs... immediate
#24 27.08 checking whether stripping libraries is possible... yes
#24 27.09 checking if libtool supports shared libraries... yes
#24 27.09 checking whether to build shared libraries... yes
#24 27.09 checking whether to build static libraries... yes
#24 27.10 checking C compiler vendor... gcc-14-2
#24 27.17 checking whether host executables can be run in the build... yes
#24 27.46 checking whether #! works in shell scripts... yes
#24 27.49 checking for flexdll sources... checking for flexlink... no
#24 27.51 checking flexdll.h usability... no
#24 27.64 checking flexdll.h presence... no
#24 27.73 checking for flexdll.h... no
#24 27.75 checking for a BSD-compatible install... /usr/bin/install -c
#24 27.80 checking for cos in -lm... yes
#24 28.14 checking math.h usability... yes
#24 28.37 checking math.h presence... yes
#24 28.48 checking for math.h... yes
#24 28.48 checking for unistd.h... (cached) yes
#24 28.50 checking for stdint.h... (cached) yes
#24 28.50 checking for dirent.h... yes
#24 28.63 checking for sys/select.h... yes
#24 28.75 checking for off_t... yes
#24 29.18 checking size of int... 4
#24 29.61 checking size of long... 8
#24 30.00 checking size of long *... 8
#24 30.39 checking size of short... 2
#24 30.78 checking size of long long... 8
#24 31.19 configure: Target is a 64 bits architecture
#24 31.19 checking whether byte ordering is bigendian... no
#24 31.66 checking alignment of double... 8
#24 32.05 checking alignment of long... 8
#24 32.44 checking alignment of long long... 8
#24 32.82 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#24 32.92 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#24 33.09 checking for ld... ld
#24 33.10 checking for rlwrap... no
#24 33.10 configure: checking semantics of signal handlers
#24 33.10 checking for sigaction... yes
#24 33.39 checking for sigprocmask... yes
#24 33.69 configure: POSIX signal handling found.
#24 33.71 checking for expm1... yes
#24 34.09 checking for log1p... yes
#24 34.47 checking for hypot... yes
#24 34.85 checking for fma... yes
#24 35.23 checking for exp2... yes
#24 35.61 checking for log2... yes
#24 36.00 checking for cbrt... yes
#24 36.38 checking for acosh... yes
#24 36.77 checking for asinh... yes
#24 37.15 checking for atanh... yes
#24 37.53 checking for erf... yes
#24 37.91 checking for erfc... yes
#24 38.29 checking for trunc... yes
#24 38.68 checking for round... yes
#24 39.07 checking for copysign... yes
#24 39.44 checking whether round works... yes
#24 39.83 checking whether fma works... yes
#24 40.21 checking for getrusage... yes
#24 40.50 checking for times... yes
#24 40.79 checking for secure_getenv... yes
#24 41.09 checking for issetugid... no
#24 41.60 checking for library containing clock_gettime... none required
#24 41.91 checking for socket... yes
#24 42.25 checking for socketpair... yes
#24 42.58 checking for bind... yes
#24 42.91 checking for listen... yes
#24 43.25 checking for accept... yes
#24 43.57 checking for connect... yes
#24 43.88 checking for socklen_t... yes
#24 44.22 checking for inet_aton... yes
#24 44.50 checking for struct sockaddr_in6... yes
#24 44.85 checking for getaddrinfo... yes
#24 45.14 checking for getnameinfo... yes
#24 45.44 checking for inet_pton... yes
#24 45.72 checking for inet_ntop... yes
#24 46.01 checking for rewinddir... yes
#24 46.31 checking for lockf... yes
#24 46.62 checking for mkfifo... yes
#24 46.90 checking for getcwd... yes
#24 47.23 checking whether system is declared... yes
#24 47.44 checking for sys/types.h... (cached) yes
#24 47.44 checking utime.h usability... yes
#24 47.65 checking utime.h presence... yes
#24 47.74 checking for utime.h... yes
#24 47.74 checking for utime... yes
#24 48.05 checking for utimes... yes
#24 48.34 checking for fchmod... yes
#24 48.63 checking for fchown... yes
#24 48.94 checking for truncate... yes
#24 49.28 checking for ftruncate... yes
#24 49.57 checking for select... yes
#24 49.86 checking for fd_set... yes
#24 50.18 checking for nanosleep... yes
#24 50.48 checking for symlink... yes
#24 50.78 checking for readlink... yes
#24 51.07 checking for lstat... yes
#24 51.37 checking for realpath... yes
#24 51.66 checking for waitpid... yes
#24 51.96 checking for wait4... yes
#24 52.25 checking for getgroups... yes
#24 52.55 checking for setgroups... yes
#24 52.84 checking for initgroups... yes
#24 53.14 checking termios.h usability... yes
#24 53.33 checking termios.h presence... yes
#24 53.41 checking for termios.h... yes
#24 53.41 checking for tcgetattr... yes
#24 53.70 checking for tcsetattr... yes
#24 53.99 checking for tcsendbreak... yes
#24 54.30 checking for tcflush... yes
#24 54.59 checking for tcflow... yes
#24 54.89 checking for setitimer... yes
#24 55.18 checking for gethostname... yes
#24 55.48 checking sys/utsname.h usability... yes
#24 55.66 checking sys/utsname.h presence... yes
#24 55.74 checking for sys/utsname.h... yes
#24 55.74 checking for uname... yes
#24 56.03 checking for gettimeofday... yes
#24 56.32 checking for mktime... yes
#24 56.62 checking for setsid... yes
#24 56.91 checking for putenv... yes
#24 57.21 checking for setenv... yes
#24 57.50 checking for unsetenv... yes
#24 57.80 checking locale.h usability... yes
#24 57.99 checking locale.h presence... yes
#24 58.06 checking for locale.h... yes
#24 58.06 checking for newlocale... yes
#24 58.36 checking for freelocale... yes
#24 58.65 checking for uselocale... yes
#24 58.96 checking xlocale.h usability... no
#24 59.15 checking xlocale.h presence... no
#24 59.24 checking for xlocale.h... no
#24 59.24 checking for strtod_l... yes
#24 59.55 checking for dlopen... yes
#24 59.86 configure: Dynamic loading of shared libraries is supported.
#24 59.86 checking sys/mman.h usability... yes
#24 60.06 checking sys/mman.h presence... yes
#24 60.13 checking for sys/mman.h... yes
#24 60.14 checking for mmap... yes
#24 60.43 checking for munmap... yes
#24 60.73 checking for pwrite... yes
#24 61.02 checking whether the C compiler supports -fdebug-prefix-map... yes
#24 61.18 checking for struct stat.st_atim.tv_nsec... yes
#24 61.43 configure: stat supports nanosecond precision
#24 61.43 checking how many arguments gethostbyname_r() takes... six
#24 61.78 checking how many arguments gethostbyaddr_r() takes... eight
#24 62.15 checking for mkstemp... yes
#24 62.44 checking for nice... yes
#24 62.73 checking for dup3... yes
#24 63.03 checking for pipe2... yes
#24 63.32 checking for accept4... yes
#24 63.61 checking for getauxval... yes
#24 63.91 checking sys/shm.h usability... yes
#24 64.10 checking sys/shm.h presence... yes
#24 64.17 checking for sys/shm.h... yes
#24 64.18 checking for shmat... yes
#24 64.47 checking for execvpe... yes
#24 64.77 checking spawn.h usability... yes
#24 64.96 checking spawn.h presence... yes
#24 65.04 checking for spawn.h... yes
#24 65.04 checking for posix_spawn... yes
#24 65.33 checking for posix_spawnp... yes
#24 65.62 checking for ffs... yes
#24 65.96 checking whether _BitScanForward is declared... no
#24 66.18 configure: replay debugger supported
#24 66.18 checking whether stack overflows can be detected... no
#24 66.19 checking whether gcc is Clang... no
#24 66.27 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#24 66.59 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#24 66.90 checking whether more special flags are required for pthreads... no
#24 66.90 checking for PTHREAD_PRIO_INHERIT... yes
#24 67.22 configure: the POSIX threads library is supported
#24 67.22 checking for sigwait... yes
#24 67.51 checking whether the assembler supports --debug-prefix-map... yes
#24 67.57 checking whether the assembler supports CFI directives... yes
#24 67.71 configure: not using frame pointers
#24 67.71 checking whether mmap supports huge pages... yes
#24 68.09 configure: Disabling function sections.
#24 68.24 configure: creating ./config.status
#24 70.87 config.status: creating Makefile.build_config
#24 70.94 config.status: creating Makefile.config
#24 71.01 config.status: creating stdlib/sys.ml
#24 71.09 config.status: creating manual/src/version.tex
#24 71.18 config.status: creating manual/src/html_processing/src/common.ml
#24 71.27 config.status: creating tools/eventlog_metadata
#24 71.36 config.status: creating runtime/caml/m.h
#24 71.43 config.status: creating runtime/caml/s.h
#24 71.49 config.status: creating runtime/caml/version.h
#24 71.55 config.status: executing libtool commands
#24 71.84 make -j -C runtime sak
#24 71.85 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 72.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sak.o sak.c
#24 72.45 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o sak sak.o
#24 72.57 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 72.57 make -j coldstart
#24 72.58 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 72.63 make -j -C runtime all
#24 72.64 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 72.86 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs" > ld.conf
#24 72.86 tr -d '\r' < caml/instruct.h | \
#24 72.86 sed -e '/\/\*/d' \
#24 72.86 -e '/^#/d' \
#24 72.86 -e 's/enum /static char * names_of_/' \
#24 72.86 -e 's/{$/[] = {/' \
#24 72.86 -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
#24 72.87 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml" >> ld.conf
#24 72.87 tr -d '\r' < caml/instruct.h | \
#24 72.87 sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
#24 72.87 -e '/^}/q' > caml/jumptbl.h
#24 72.88 echo '/* This file is generated from ../Makefile.config */' > build_config.h
#24 72.97 echo '#define OCAML_STDLIB_DIR "/tmp/opam/bootstrap/ocaml/lib/ocaml"' >> build_config.h
#24 72.97 cp primitives.new primitives
#24 72.97 echo '#define HOST "riscv64-unknown-linux-gnu"' >> build_config.h
#24 72.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.b.o interp.c
#24 72.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.b.o misc.c
#24 72.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.b.o stacks.c
#24 72.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.b.o fix_code.c
#24 72.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.b.o startup_aux.c
#24 73.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.b.o startup_byt.c
#24 73.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.b.o freelist.c
#24 73.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.b.o major_gc.c
#24 73.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.b.o minor_gc.c
#24 73.05 gcc -c -O2 -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 73.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.b.o alloc.c
#24 73.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.b.o roots_byt.c
#24 73.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.b.o globroots.c
#24 73.10 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.b.o fail_byt.c
#24 73.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.b.o signals.c
#24 73.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.b.o signals_byt.c
#24 73.15 gcc -c -O2 -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 73.15 gcc -c -O2 -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 73.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.b.o backtrace.c
#24 73.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.b.o compare.c
#24 73.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.b.o ints.c
#24 73.20 gcc -c -O2 -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 73.25 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.b.o floats.c
#24 73.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.b.o str.c
#24 73.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.b.o array.c
#24 73.33 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.b.o io.c
#24 73.36 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.b.o extern.c
#24 73.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.b.o intern.c
#24 73.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.b.o hash.c
#24 73.43 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.b.o sys.c
#24 73.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.b.o meta.c
#24 73.48 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.b.o parsing.c
#24 73.49 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.b.o gc_ctrl.c
#24 73.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.b.o md5.c
#24 73.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.b.o obj.c
#24 73.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.b.o lexing.c
#24 73.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.b.o callback.c
#24 73.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.b.o debugger.c
#24 73.63 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.b.o weak.c
#24 73.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.b.o compact.c
#24 73.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.b.o finalise.c
#24 73.73 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.b.o custom.c
#24 73.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.b.o dynlink.c
#24 73.78 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.b.o afl.c
#24 73.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.b.o unix.c
#24 73.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.b.o bigarray.c
#24 73.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.b.o main.c
#24 73.89 gcc -c -O2 -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 73.90 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.b.o domain.c
#24 73.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.b.o skiplist.c
#24 73.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.b.o codefrag.c
#24 74.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o interp.bd.o interp.c
#24 74.05 gcc -c -O2 -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 74.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o stacks.bd.o stacks.c
#24 74.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fix_code.bd.o fix_code.c
#24 74.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_aux.bd.o startup_aux.c
#24 74.19 gcc -c -O2 -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 74.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o freelist.bd.o freelist.c
#24 74.24 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o major_gc.bd.o major_gc.c
#24 74.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o minor_gc.bd.o minor_gc.c
#24 74.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memory.bd.o memory.c
#24 74.35 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o alloc.bd.o alloc.c
#24 74.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o roots_byt.bd.o roots_byt.c
#24 74.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o globroots.bd.o globroots.c
#24 74.45 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fail_byt.bd.o fail_byt.c
#24 74.49 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals.bd.o signals.c
#24 74.52 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals_byt.bd.o signals_byt.c
#24 74.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o printexc.bd.o printexc.c
#24 74.61 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace_byt.bd.o backtrace_byt.c
#24 74.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace.bd.o backtrace.c
#24 74.72 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compare.bd.o compare.c
#24 74.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o ints.bd.o ints.c
#24 74.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o eventlog.bd.o eventlog.c
#24 74.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o floats.bd.o floats.c
#24 74.92 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o str.bd.o str.c
#24 74.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o array.bd.o array.c
#24 75.02 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o io.bd.o io.c
#24 75.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o extern.bd.o extern.c
#24 75.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o intern.bd.o intern.c
#24 75.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o hash.bd.o hash.c
#24 75.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o sys.bd.o sys.c
#24 75.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o meta.bd.o meta.c
#24 75.29 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o parsing.bd.o parsing.c
#24 75.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o gc_ctrl.bd.o gc_ctrl.c
#24 75.38 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o md5.bd.o md5.c
#24 75.44 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o obj.bd.o obj.c
#24 75.51 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o lexing.bd.o lexing.c
#24 75.56 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o callback.bd.o callback.c
#24 75.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o debugger.bd.o debugger.c
#24 75.64 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o weak.bd.o weak.c
#24 75.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compact.bd.o compact.c
#24 75.74 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o finalise.bd.o finalise.c
#24 75.81 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o custom.bd.o custom.c
#24 75.86 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o dynlink.bd.o dynlink.c
#24 75.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o afl.bd.o afl.c
#24 75.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o unix.bd.o unix.c
#24 76.04 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o bigarray.bd.o bigarray.c
#24 76.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o main.bd.o main.c
#24 76.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memprof.bd.o memprof.c
#24 76.23 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o domain.bd.o domain.c
#24 76.28 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o skiplist.bd.o skiplist.c
#24 76.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o codefrag.bd.o codefrag.c
#24 76.42 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o instrtrace.bd.o instrtrace.c
#24 76.49 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o interp.bi.o interp.c
#24 76.57 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o misc.bi.o misc.c
#24 76.62 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o stacks.bi.o stacks.c
#24 76.71 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fix_code.bi.o fix_code.c
#24 76.77 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_aux.bi.o startup_aux.c
#24 76.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_byt.bi.o startup_byt.c
#24 76.91 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o freelist.bi.o freelist.c
#24 76.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o major_gc.bi.o major_gc.c
#24 77.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o minor_gc.bi.o minor_gc.c
#24 77.15 gcc -c -O2 -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 77.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o alloc.bi.o alloc.c
#24 77.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o roots_byt.bi.o roots_byt.c
#24 77.36 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o globroots.bi.o globroots.c
#24 77.46 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fail_byt.bi.o fail_byt.c
#24 77.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals.bi.o signals.c
#24 77.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals_byt.bi.o signals_byt.c
#24 77.70 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o printexc.bi.o printexc.c
#24 77.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace_byt.bi.o backtrace_byt.c
#24 77.85 gcc -c -O2 -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 77.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compare.bi.o compare.c
#24 78.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o ints.bi.o ints.c
#24 78.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o eventlog.bi.o eventlog.c
#24 78.17 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o floats.bi.o floats.c
#24 78.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o str.bi.o str.c
#24 78.36 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o array.bi.o array.c
#24 78.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o io.bi.o io.c
#24 78.53 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o extern.bi.o extern.c
#24 78.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o intern.bi.o intern.c
#24 78.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o hash.bi.o hash.c
#24 78.80 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o sys.bi.o sys.c
#24 78.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o meta.bi.o meta.c
#24 78.97 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o parsing.bi.o parsing.c
#24 79.05 gcc -c -O2 -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 79.13 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o md5.bi.o md5.c
#24 79.26 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o obj.bi.o obj.c
#24 79.48 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o lexing.bi.o lexing.c
#24 79.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o callback.bi.o callback.c
#24 79.68 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o debugger.bi.o debugger.c
#24 79.75 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o weak.bi.o weak.c
#24 79.87 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compact.bi.o compact.c
#24 79.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o finalise.bi.o finalise.c
#24 80.03 gcc -c -O2 -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 80.11 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o dynlink.bi.o dynlink.c
#24 80.19 gcc -c -O2 -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 80.30 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o unix.bi.o unix.c
#24 80.41 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o bigarray.bi.o bigarray.c
#24 80.48 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o main.bi.o main.c
#24 80.60 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memprof.bi.o memprof.c
#24 80.69 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o domain.bi.o domain.c
#24 80.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o skiplist.bi.o skiplist.c
#24 80.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o codefrag.bi.o codefrag.c
#24 80.98 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.bpic.o interp.c
#24 81.07 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.bpic.o misc.c
#24 81.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.bpic.o stacks.c
#24 81.29 gcc -c -O2 -fno-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 81.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.bpic.o startup_aux.c
#24 81.47 gcc -c -O2 -fno-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 81.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.bpic.o freelist.c
#24 81.66 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.bpic.o major_gc.c
#24 81.79 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.bpic.o minor_gc.c
#24 81.85 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.bpic.o memory.c
#24 82.00 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.bpic.o alloc.c
#24 82.09 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.bpic.o roots_byt.c
#24 82.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.bpic.o globroots.c
#24 82.31 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.bpic.o fail_byt.c
#24 82.40 gcc -c -O2 -fno-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 82.54 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.bpic.o signals_byt.c
#24 82.62 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.bpic.o printexc.c
#24 82.74 gcc -c -O2 -fno-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 82.84 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.bpic.o backtrace.c
#24 82.96 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.bpic.o compare.c
#24 83.05 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.bpic.o ints.c
#24 83.16 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.bpic.o eventlog.c
#24 83.27 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.bpic.o floats.c
#24 83.37 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.bpic.o str.c
#24 83.47 gcc -c -O2 -fno-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 83.58 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.bpic.o io.c
#24 83.70 gcc -c -O2 -fno-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 83.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.bpic.o intern.c
#24 83.95 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.bpic.o hash.c
#24 84.06 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.bpic.o sys.c
#24 84.18 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.bpic.o meta.c
#24 84.29 gcc -c -O2 -fno-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 84.39 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.bpic.o gc_ctrl.c
#24 84.52 gcc -c -O2 -fno-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 84.64 gcc -c -O2 -fno-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 84.75 gcc -c -O2 -fno-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 84.88 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.bpic.o callback.c
#24 84.99 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.bpic.o debugger.c
#24 85.12 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.bpic.o weak.c
#24 85.23 gcc -c -O2 -fno-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 85.35 gcc -c -O2 -fno-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 85.45 gcc -c -O2 -fno-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 85.60 gcc -c -O2 -fno-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 85.71 gcc -c -O2 -fno-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 85.82 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.bpic.o unix.c
#24 85.94 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.bpic.o bigarray.c
#24 86.08 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.bpic.o main.c
#24 86.21 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.bpic.o memprof.c
#24 86.34 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.bpic.o domain.c
#24 86.47 gcc -c -O2 -fno-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 86.60 gcc -c -O2 -fno-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 86.74 export LC_ALL=C; \
#24 86.74 (echo '#include "caml/config.h"'; \
#24 86.74 echo 'typedef intnat value;'; \
#24 86.74 echo 'typedef value (*c_primitive)(void);'; \
#24 86.74 echo; \
#24 86.74 sed -e 's/.*/extern value &(void);/' primitives; \
#24 86.74 echo; \
#24 86.74 echo 'c_primitive caml_builtin_cprim[] = {'; \
#24 86.74 sed -e 's/.*/ &,/' primitives; \
#24 86.74 echo ' 0 };'; \
#24 86.74 echo; \
#24 86.74 echo 'char * caml_names_of_builtin_cprim[] = {'; \
#24 86.74 sed -e 's/.*/ "&",/' primitives; \
#24 86.74 echo ' 0 };') > prims.c
#24 88.01 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= \
#24 88.01 -o prims.o prims.c
#24 147.9 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 148.3 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 148.3 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 148.5 rm -f libcamlruni.a && ar rc libcamlruni.a interp.bi.o misc.bi.o stacks.bi.o fix_code.bi.o startup_aux.bi.o startup_byt.bi.o freelist.bi.o major_gc.bi.o minor_gc.bi.o memory.bi.o alloc.bi.o roots_byt.bi.o globroots.bi.o fail_byt.bi.o signals.bi.o signals_byt.bi.o printexc.bi.o backtrace_byt.bi.o backtrace.bi.o compare.bi.o ints.bi.o eventlog.bi.o floats.bi.o str.bi.o array.bi.o io.bi.o extern.bi.o intern.bi.o hash.bi.o sys.bi.o meta.bi.o parsing.bi.o gc_ctrl.bi.o md5.bi.o obj.bi.o lexing.bi.o callback.bi.o debugger.bi.o weak.bi.o compact.bi.o finalise.bi.o custom.bi.o dynlink.bi.o afl.bi.o unix.bi.o bigarray.bi.o main.bi.o memprof.bi.o domain.bi.o skiplist.bi.o codefrag.bi.o
#24 148.6 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 148.7 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 148.7 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 148.8 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm -lpthread
#24 149.4 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 149.4 make -j -C stdlib \
#24 149.4 OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
#24 149.4 CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
#24 149.4 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 149.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.mli
#24 149.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalAtomic.mli
#24 149.5 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > camlheader
#24 149.5 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrun' > target_camlheader
#24 149.5 echo '#!' | tr -d '\012' > camlheader_ur
#24 149.5 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > camlheaderd
#24 149.5 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlrund' > target_camlheaderd
#24 149.5 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > camlheaderi
#24 149.5 echo '#!/tmp/opam/bootstrap/ocaml/bin/ocamlruni' > target_camlheaderi
#24 149.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 150.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.ml
#24 150.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 -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
#24 150.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 -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#24 150.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 150.3 -o stdlib__Pervasives.cmo -c pervasives.ml
#24 150.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 150.3 -o stdlib__Either.cmi -c either.mli
#24 150.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 150.4 -o stdlib__Sys.cmi -c sys.mli
#24 150.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 150.4 -o stdlib__Nativeint.cmi -c nativeint.mli
#24 150.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 150.4 -o stdlib__Int32.cmi -c int32.mli
#24 150.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalLazy.mli
#24 150.5 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 150.5 -o stdlib__Bool.cmi -c bool.mli
#24 150.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 150.6 -o stdlib__Char.cmi -c char.mli
#24 150.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 150.6 -o stdlib__Uchar.cmi -c uchar.mli
#24 150.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 150.6 -o stdlib__Int.cmi -c int.mli
#24 150.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 150.6 -o stdlib__Unit.cmi -c unit.mli
#24 150.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 150.7 -o stdlib__Marshal.cmi -c marshal.mli
#24 150.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 150.7 -o stdlib__Int64.cmi -c int64.mli
#24 150.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 150.7 -o stdlib__Lexing.cmi -c lexing.mli
#24 150.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 150.7 -o stdlib__Stream.cmi -c stream.mli
#24 150.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 150.8 -o stdlib__Arg.cmi -c arg.mli
#24 150.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 150.8 -o stdlib__Atomic.cmi -c atomic.mli
#24 150.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 150.8 -o stdlib__Printexc.cmi -c printexc.mli
#24 150.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 150.9 -o stdlib__Fun.cmi -c fun.mli
#24 150.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 150.9 -o stdlib__Digest.cmi -c digest.mli
#24 150.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 150.9 -o stdlib__Scanf.cmi -c scanf.mli
#24 151.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 151.0 -o stdlib__Callback.cmi -c callback.mli
#24 151.0 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 151.0 -o stdlib__Filename.cmi -c filename.mli
#24 151.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 151.1 -o stdlib__Complex.cmi -c complex.mli
#24 151.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 151.1 -o stdlib__In_channel.cmi -c in_channel.mli
#24 151.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 151.1 -o stdlib__Out_channel.cmi -c out_channel.mli
#24 151.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 std_exit.ml
#24 151.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 151.2 -o stdlib__Either.cmo -c either.ml
#24 151.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 151.2 -o stdlib__Sys.cmo -c sys.ml
#24 151.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 151.3 -o stdlib__Obj.cmi -c obj.mli
#24 151.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 151.3 -o stdlib__Lazy.cmi -c lazy.mli
#24 151.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 151.3 -o stdlib__Seq.cmi -c seq.mli
#24 151.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 151.4 -o stdlib__Bool.cmo -c bool.ml
#24 151.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 151.4 -o stdlib__Char.cmo -c char.ml
#24 151.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 151.4 -o stdlib__Uchar.cmo -c uchar.ml
#24 151.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 151.4 -o stdlib__Int.cmo -c int.ml
#24 151.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 151.5 -o stdlib__Unit.cmo -c unit.ml
#24 151.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 151.5 -o stdlib__Int32.cmo -c int32.ml
#24 151.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 151.5 -o stdlib__Int64.cmo -c int64.ml
#24 151.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 151.6 -o stdlib__Nativeint.cmo -c nativeint.ml
#24 151.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 151.6 -o stdlib__Atomic.cmo -c atomic.ml
#24 151.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 151.6 -o stdlib__Fun.cmo -c fun.ml
#24 151.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 151.6 -o stdlib__Gc.cmi -c gc.mli
#24 151.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 151.7 -o stdlib__Random.cmi -c random.mli
#24 151.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 151.7 -o stdlib__Callback.cmo -c callback.ml
#24 151.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 -c camlinternalOO.mli
#24 151.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 -c camlinternalMod.mli
#24 151.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 151.8 -o stdlib__Genlex.cmi -c genlex.mli
#24 151.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 151.8 -o stdlib__Complex.cmo -c complex.ml
#24 151.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 151.9 -o stdlib__Bigarray.cmi -c bigarray.mli
#24 151.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 151.9 -o stdlib__Out_channel.cmo -c out_channel.ml
#24 151.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 151.9 -o stdlib__Obj.cmo -c obj.ml
#24 152.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 camlinternalLazy.ml
#24 152.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 152.0 -o stdlib__Lazy.cmo -c lazy.ml
#24 152.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 152.0 -o stdlib__Seq.cmo -c seq.ml
#24 152.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 152.1 -o stdlib__Option.cmi -c option.mli
#24 152.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 152.1 -o stdlib__Result.cmi -c result.mli
#24 152.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 152.1 -o stdlib__List.cmi -c list.mli
#24 152.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 152.2 -o stdlib__Bytes.cmi -c bytes.mli
#24 152.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 152.2 -o stdlib__String.cmi -c string.mli
#24 152.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 152.2 -o stdlib__Array.cmi -c array.mli
#24 152.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 152.3 -o stdlib__Float.cmi -c float.mli
#24 152.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 152.3 -o stdlib__Parsing.cmi -c parsing.mli
#24 152.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 152.4 -o stdlib__Set.cmi -c set.mli
#24 152.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 152.4 -o stdlib__Map.cmi -c map.mli
#24 152.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 152.4 -o stdlib__Stack.cmi -c stack.mli
#24 152.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 152.5 -o stdlib__Queue.cmi -c queue.mli
#24 152.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 152.5 -o stdlib__Buffer.cmi -c buffer.mli
#24 152.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 152.5 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#24 152.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -no-principal \
#24 152.6 -o stdlib__Oo.cmi -c oo.mli
#24 152.6 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#24 152.6 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#24 152.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 152.7 -o stdlib__ListLabels.cmi -c listLabels.mli
#24 152.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 152.7 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#24 152.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 152.7 -o stdlib__StringLabels.cmi -c stringLabels.mli
#24 152.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 152.8 -o stdlib__Option.cmo -c option.ml
#24 152.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 152.8 -o stdlib__Result.cmo -c result.ml
#24 152.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 152.9 -o stdlib__List.cmo -c list.ml
#24 153.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 153.0 -o stdlib__Stack.cmo -c stack.ml
#24 153.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 153.0 -o stdlib__Random.cmo -c random.ml
#24 153.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 153.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 153.1 -o stdlib__In_channel.cmo -c in_channel.ml
#24 153.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 153.1 -o stdlib__Bytes.cmo -c bytes.ml
#24 153.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 153.2 -o stdlib__String.cmo -c string.ml
#24 153.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 153.2 -o stdlib__Marshal.cmo -c marshal.ml
#24 153.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 153.2 -o stdlib__Array.cmo -c array.ml
#24 153.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 153.3 -o stdlib__Lexing.cmo -c lexing.ml
#24 153.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 153.3 -o stdlib__Parsing.cmo -c parsing.ml
#24 153.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 153.4 -o stdlib__Set.cmo -c set.ml
#24 153.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 153.4 -o stdlib__Queue.cmo -c queue.ml
#24 153.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 153.5 -o stdlib__Stream.cmo -c stream.ml
#24 153.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 153.5 -o stdlib__Buffer.cmo -c buffer.ml
#24 153.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 -c camlinternalFormat.mli
#24 153.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 153.6 -o stdlib__Printf.cmi -c printf.mli
#24 153.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 153.6 -o stdlib__Digest.cmo -c digest.ml
#24 153.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 153.6 -o stdlib__Format.cmi -c format.mli
#24 153.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 -c camlinternalOO.ml
#24 153.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 153.7 -o stdlib__Oo.cmo -c oo.ml
#24 153.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#24 153.8 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#24 153.8 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#24 153.8 -o stdlib__ListLabels.cmo -c listLabels.ml
#24 153.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 153.9 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#24 153.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 153.9 -o stdlib__StringLabels.cmo -c stringLabels.ml
#24 153.9 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#24 153.9 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#24 154.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 154.0 -o stdlib__StdLabels.cmi -c stdLabels.mli
#24 154.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 154.0 -o stdlib__Bigarray.cmo -c bigarray.ml
#24 154.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 154.1 -o stdlib__Float.cmo -c float.ml
#24 154.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 154.1 -o stdlib__Map.cmo -c map.ml
#24 154.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 154.1 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#24 154.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 154.2 -o stdlib__Weak.cmi -c weak.mli
#24 154.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 154.2 -o stdlib__Genlex.cmo -c genlex.ml
#24 154.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 154.3 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#24 154.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 154.4 -o stdlib__Arg.cmo -c arg.ml
#24 154.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 154.5 -o stdlib__Printexc.cmo -c printexc.ml
#24 154.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 154.5 -o stdlib__Gc.cmo -c gc.ml
#24 154.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 154.6 -o stdlib__Filename.cmo -c filename.ml
#24 154.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 154.6 -o stdlib__StdLabels.cmo -c stdLabels.ml
#24 154.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match -c camlinternalFormat.ml
#24 154.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 154.8 -o stdlib__Printf.cmo -c printf.ml
#24 154.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 154.8 -o stdlib__Scanf.cmo -c scanf.ml
#24 155.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 155.1 -o stdlib__Weak.cmo -c weak.ml
#24 155.7 ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#24 155.7 -o stdlib__Format.cmo -c format.ml
#24 156.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 156.9 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#24 157.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 157.1 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#24 166.3 ../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 166.4 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 166.4 cp runtime/ocamlrun boot/ocamlrun
#24 166.5 cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
#24 166.5 cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
#24 166.5 cd boot; ln -sf ../runtime/libcamlrun.a .
#24 166.5 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 166.5 make -j opt.opt
#24 166.5 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 166.6 make -j checkstack
#24 166.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 166.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 166.6 -o tools/checkstack.o tools/checkstack.c
#24 166.9 make -j -C tools checkstack
#24 166.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 166.9 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E -o checkstack checkstack.o
#24 167.0 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 167.0 tools/checkstack
#24 167.0 rm tools/checkstack tools/checkstack.o
#24 167.0 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 167.0 make -j coreall
#24 167.1 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 167.1 make -j -C runtime all
#24 167.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 167.4 make[3]: Nothing to be done for 'all'.
#24 167.4 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 167.4 cd stdlib; ln -sf ../runtime/libcamlrun.a .
#24 167.4 make -j ocamlc
#24 167.4 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 167.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.mli
#24 167.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.mli
#24 167.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.mli
#24 167.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.mli
#24 167.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.mli
#24 167.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.mli
#24 167.5 make -j -C utils config.ml
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.mli
#24 167.6 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.mli
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.mli
#24 167.6 sed -e 's!%%AFL_INSTRUMENT%%!false!' \
#24 167.6 -e 's!%%ARCH%%!riscv!' \
#24 167.6 -e 's!%%ARCMD%%!ar!' \
#24 167.6 -e 's!%%ASM%%!as!' \
#24 167.6 -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
#24 167.6 -e 's!%%BYTECCLIBS%%!-lm -lpthread!' \
#24 167.6 -e 's!%%CC%%!gcc!' \
#24 167.6 -e 's!%%CCOMPTYPE%%!cc!' \
#24 167.6 -e 's!%%OUTPUTOBJ%%!-o !' \
#24 167.6 -e 's!%%EXT_ASM%%!.s!' \
#24 167.6 -e 's!%%EXT_DLL%%!.so!' \
#24 167.6 -e 's!%%EXE%%!!' \
#24 167.6 -e 's!%%EXT_LIB%%!.a!' \
#24 167.6 -e 's!%%EXT_OBJ%%!.o!' \
#24 167.6 -e 's!%%FLAMBDA%%!false!' \
#24 167.6 -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
#24 167.6 -e 's!%%WITH_CMM_INVARIANTS%%!false!' \
#24 167.6 -e 's!%%FLEXLINK_FLAGS%%!!' \
#24 167.6 -e 's!%%FLEXDLL_DIR%%!!' \
#24 167.6 -e 's!%%HOST%%!riscv64-unknown-linux-gnu!' \
#24 167.6 -e 's!%%BINDIR%%!/tmp/opam/bootstrap/ocaml/bin!' \
#24 167.6 -e 's!%%LIBDIR%%!/tmp/opam/bootstrap/ocaml/lib/ocaml!' \
#24 167.6 -e 's!%%MKDLL%%!gcc -shared !' \
#24 167.6 -e 's!%%MKEXE%%!gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -Wl,-E !' \
#24 167.6 -e 's!%%FLEXLINK_LDFLAGS%%! -link \\"-Wl,-E\\"!' \
#24 167.6 -e 's!%%FLEXLINK_DLL_LDFLAGS%%!!' \
#24 167.6 -e 's!%%MKMAINDLL%%!gcc -shared !' \
#24 167.6 -e 's!%%MODEL%%!riscv64!' \
#24 167.6 -e 's!%%NATIVECCLIBS%%!-lm !' \
#24 167.6 -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#24 167.6 -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#24 167.6 -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC !' \
#24 167.6 -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 !' \
#24 167.6 -e 's!%%PACKLD%%!ld -r -o !' \
#24 167.6 -e 's!%%PROFINFO_WIDTH%%!0!' \
#24 167.6 -e 's!%%RPATH%%!-Wl,-rpath,!' \
#24 167.6 -e 's!%%MKSHAREDLIBRPATH%%!-Wl,-rpath,!' \
#24 167.6 -e 's!%%FORCE_SAFE_STRING%%!true!' \
#24 167.6 -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
#24 167.6 -e 's!%%WINDOWS_UNICODE%%!0!' \
#24 167.6 -e 's!%%NAKED_POINTERS%%!true!' \
#24 167.6 -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
#24 167.6 -e 's!%%SYSTEM%%!linux!' \
#24 167.6 -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
#24 167.6 -e 's!%%TARGET%%!riscv64-unknown-linux-gnu!' \
#24 167.6 -e 's!%%WITH_FRAME_POINTERS%%!false!' \
#24 167.6 -e 's!%%WITH_PROFINFO%%!false!' \
#24 167.6 -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
#24 167.6 -e 's!%%FUNCTION_SECTIONS%%!false!' \
#24 167.6 -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
#24 167.6 -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!true!' \
#24 167.6 config.mlp > config.ml
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.mli
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
#24 167.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/targetint.mli
#24 167.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.mli
#24 167.7 gcc -E -I runtime/caml utils/domainstate.ml.c > utils/domainstate.ml
#24 167.7 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/utils'
#24 167.7 gcc -E -I runtime/caml utils/domainstate.mli.c > utils/domainstate.mli
#24 167.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.mli
#24 167.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.mli
#24 167.8 cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
#24 167.8 echo '[@@@ocaml.warning "-67"]' > parsing/camlinternalMenhirLib.mli
#24 167.8 cat boot/menhir/menhirLib.mli >> parsing/camlinternalMenhirLib.mli
#24 167.8 ./boot/ocamlrun ./boot/ocamllex -q parsing/lexer.mll
#24 167.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/switch.mli
#24 167.9 lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml
#24 167.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/runtimedef.mli
#24 168.0 make -j -C tools make_opcodes
#24 168.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
#24 168.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 168.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
#24 168.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.mli
#24 168.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/makedepend.mli
#24 168.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/bytelibrarian.mli
#24 168.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/errors.mli
#24 168.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/maindriver.mli
#24 168.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.mli
#24 168.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.mli
#24 168.1 ../boot/ocamlrun ../boot/ocamllex -q make_opcodes.mll
#24 168.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/config.ml -I utils
#24 168.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/build_path_prefix_map.ml -I utils
#24 168.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/arg_helper.ml -I utils
#24 168.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.ml -I utils
#24 168.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.ml -I utils
#24 168.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.ml -I utils
#24 168.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.mli
#24 168.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.ml -I utils
#24 168.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.mli
#24 168.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.ml -I utils
#24 168.3 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
#24 168.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/runtimedef.ml -I lambda
#24 168.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.ml -I lambda
#24 168.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml -I bytecomp
#24 168.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml -I driver
#24 168.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/domainstate.ml -I utils
#24 169.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/asttypes.mli
#24 169.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 169.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 169.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 169.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/syntaxerr.ml -I parsing
#24 169.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/parsetree.mli
#24 169.7 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 169.7 ./runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
#24 169.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli
#24 169.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmxs_format.mli
#24 169.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/misc.ml -I utils
#24 169.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.mli
#24 169.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.ml -I utils
#24 169.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.ml -I utils
#24 169.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.ml -I utils
#24 169.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/consistbl.mli
#24 169.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.ml -I utils
#24 169.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/diffing.mli
#24 169.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/longident.ml -I parsing
#24 169.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/dll.ml -I bytecomp
#24 170.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ident.mli
#24 170.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/linkage_name.mli
#24 170.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.mli
#24 170.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.mli
#24 170.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/numbers.mli
#24 170.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/identifiable.ml -I utils
#24 170.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/strongly_connected_components.mli
#24 170.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/opcodes.mli
#24 170.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/camlinternalMenhirLib.ml -I parsing
#24 170.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.ml -I utils
#24 170.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.mli
#24 170.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/consistbl.ml -I utils
#24 170.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.ml -I utils
#24 170.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.ml -I parsing
#24 171.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.mli
#24 171.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/opcodes.ml -I bytecomp
#24 171.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.ml -I utils
#24 171.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.mli
#24 171.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/docstrings.mli
#24 171.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/pprintast.mli
#24 171.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/parse.mli
#24 171.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.mli
#24 171.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_mapper.mli
#24 171.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_iterator.mli
#24 171.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 171.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 171.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_invariants.mli
#24 171.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 171.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/ident.ml -I typing
#24 171.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/pparse.mli
#24 171.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/path.mli
#24 171.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/debuginfo.mli
#24 171.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/compilation_unit.mli
#24 171.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/compenv.ml -I driver
#24 171.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/main_args.ml -I driver
#24 172.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/outcometree.mli
#24 172.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.ml -I parsing
#24 172.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.ml -I typing
#24 172.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.ml -I parsing
#24 172.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml -I parsing
#24 172.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_helper.mli
#24 172.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 172.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/debuginfo.ml -I lambda
#24 172.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/depend.ml -I parsing
#24 172.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/numbers.ml -I utils
#24 172.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/clflags.ml -I utils
#24 172.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 173.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/shape.mli
#24 173.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_var.mli
#24 173.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/path.ml -I typing
#24 173.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/ast_iterator.ml -I parsing
#24 173.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/ast_invariants.ml -I parsing
#24 173.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/pparse.ml -I driver
#24 173.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/primitive.mli
#24 173.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/oprint.mli
#24 173.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_id.mli
#24 173.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/export_id.mli
#24 174.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/oprint.ml -I typing
#24 174.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/primitive.ml -I typing
#24 175.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.ml -I parsing
#24 175.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/pprintast.ml -I parsing
#24 175.6 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.ml > parsing/parser.ml
#24 175.6 sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.mli > parsing/parser.mli
#24 175.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_mapper.ml -I parsing
#24 175.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.mli
#24 175.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.mli
#24 176.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.mli
#24 176.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/shape.ml -I typing
#24 177.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.ml -I parsing
#24 177.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
#24 177.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.ml -I parsing
#24 178.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/parse.ml -I parsing
#24 178.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/makedepend.ml -I driver
#24 178.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/subst.mli
#24 178.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmi_format.mli
#24 178.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/types.ml -I typing
#24 178.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/btype.mli
#24 178.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.mli
#24 178.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
#24 178.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/errortrace.mli
#24 178.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/signature_group.mli
#24 179.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 file_formats/cmi_format.ml -I file_formats
#24 179.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/persistent_env.mli
#24 180.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/env.mli
#24 180.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/errortrace.ml -I typing
#24 181.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/btype.ml -I typing
#24 181.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/subst.ml -I typing
#24 181.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.ml -I typing
#24 181.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 181.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/signature_group.ml -I typing
#24 181.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.ml -I typing
#24 182.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.mli
#24 182.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.ml -I typing
#24 182.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/typedtree.mli
#24 182.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/ctype.mli
#24 182.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 182.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 182.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 182.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.mli
#24 182.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_unboxed.mli
#24 182.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/compmisc.mli
#24 182.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
#24 183.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.ml -I typing
#24 183.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.mli
#24 183.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.mli
#24 184.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/envaux.ml -I typing
#24 184.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/ctype.ml -I typing
#24 184.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/printtyp.ml -I typing
#24 184.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
#24 184.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.ml -I typing
#24 184.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_unboxed.ml -I typing
#24 185.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.ml -I typing
#24 185.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.ml -I typing
#24 185.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/cmo_format.mli
#24 185.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/internal_variable_names.mli
#24 185.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_primitives.mli
#24 185.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/lambda.ml -I lambda
#24 185.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/printlambda.mli
#24 185.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translobj.mli
#24 185.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/tmc.mli
#24 185.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/simplif.mli
#24 185.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
#24 186.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
#24 186.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/tmc.ml -I lambda
#24 186.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.mli
#24 186.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/simplif.ml -I lambda
#24 186.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/translobj.ml -I lambda
#24 186.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.ml -I typing
#24 186.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/clambda.mli
#24 186.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/printlambda.ml -I lambda
#24 187.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
#24 187.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml -I bytecomp
#24 187.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
#24 187.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
#24 187.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
#24 187.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/bytelink.mli
#24 187.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/typedtree.ml -I typing
#24 187.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/printtyped.mli
#24 187.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/includecore.mli
#24 187.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.mli
#24 187.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.mli
#24 187.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/stypes.mli
#24 187.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 file_formats/cmt_format.mli
#24 187.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/untypeast.mli
#24 187.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/typetexp.mli
#24 187.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/printpat.mli
#24 187.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/patterns.mli
#24 187.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/parmatch.mli
#24 188.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.mli
#24 188.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/typeopt.mli
#24 188.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 188.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/typecore.mli
#24 188.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 188.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 188.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/translattribute.mli
#24 188.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/translprim.mli
#24 188.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translcore.mli
#24 188.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/translclass.mli
#24 188.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/translmod.mli
#24 188.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 188.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 188.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/compile_common.mli
#24 188.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/printinstr.ml -I bytecomp
#24 188.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml -I bytecomp
#24 188.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml -I bytecomp
#24 189.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/printtyped.ml -I typing
#24 189.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/stypes.ml -I typing
#24 189.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/printpat.ml -I typing
#24 190.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/bytegen.ml -I bytecomp
#24 190.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/translattribute.ml -I lambda
#24 190.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/tast_iterator.ml -I typing
#24 190.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/emitcode.ml -I bytecomp
#24 190.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.ml -I typing
#24 190.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.ml -I typing
#24 190.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/rec_check.ml -I typing
#24 190.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/closure_element.mli
#24 190.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/symbol.mli
#24 190.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.mli
#24 190.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.mli
#24 190.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.ml -I typing
#24 190.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.ml -I typing
#24 190.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.mli
#24 190.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.ml -I typing
#24 191.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.ml -I typing
#24 191.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
#24 191.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 191.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/cmt2annot.ml -I typing
#24 191.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/parmatch.ml -I typing
#24 191.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.ml -I lambda
#24 191.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 191.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/compile.mli
#24 191.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/translprim.ml -I lambda
#24 191.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 191.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/typetexp.ml -I typing
#24 192.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/translcore.ml -I lambda
#24 193.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile.ml -I driver
#24 193.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/maindriver.ml -I driver
#24 194.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/var_within_closure.mli
#24 194.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.mli
#24 194.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/typedecl.ml -I typing
#24 194.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/typecore.ml -I typing
#24 194.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.ml -I typing
#24 195.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.ml -I typing
#24 195.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 195.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.mli
#24 197.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod_errorprinter.ml -I typing
#24 197.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/projection.mli
#24 197.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/closure_origin.mli
#24 198.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.ml -I typing
#24 198.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/compmisc.ml -I driver
#24 198.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_common.ml -I driver
#24 198.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/bytepackager.ml -I bytecomp
#24 200.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.mli
#24 205.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/freshening.mli
#24 206.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/simple_value_approx.mli
#24 208.7 ./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 208.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/export_info.mli
#24 211.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmx_format.mli
#24 243.9 ./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 244.3 ./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 246.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 246.5 make -j ocamllex ocamltools library
#24 246.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 246.6 make -j -C yacc all
#24 246.6 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 246.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 246.6 -o closure.o closure.c
#24 246.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 246.6 -o error.o error.c
#24 246.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 246.6 -o lalr.o lalr.c
#24 246.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 246.6 -o lr0.o lr0.c
#24 246.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 246.6 -o main.o main.c
#24 246.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 246.6 -o mkpar.o mkpar.c
#24 246.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 246.6 -o output.o output.c
#24 246.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 246.6 -o reader.o reader.c
#24 246.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 246.7 -o skeleton.o skeleton.c
#24 246.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 246.7 -o symtab.o symtab.c
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_intf.mli
#24 246.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 246.7 -o verbose.o verbose.c
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_cost.mli
#24 246.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 246.7 -o warshall.o warshall.c
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/internal_variable_names.ml -I middle_end
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/linkage_name.ml -I middle_end
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilation_unit.ml -I middle_end
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.ml -I middle_end
#24 246.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#24 246.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#24 246.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.ml -I middle_end
#24 246.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_var.ml -I middle_end
#24 246.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda_primitives.ml -I middle_end
#24 246.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda_primitives.mli
#24 246.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda.ml -I middle_end
#24 246.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda.mli
#24 246.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.mli
#24 246.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/convert_primitives.mli
#24 246.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.mli
#24 247.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#24 247.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#24 247.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#24 247.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#24 247.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#24 247.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#24 247.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.mli
#24 247.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.ml -I middle_end/flambda
#24 247.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.ml -I middle_end/flambda
#24 247.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/projection.ml -I middle_end/flambda
#24 247.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.mli
#24 247.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.mli
#24 247.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.mli
#24 247.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.ml -I middle_end/flambda
#24 247.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.mli
#24 247.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.mli
#24 247.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.mli
#24 247.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.mli
#24 247.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/closure_conversion_aux.mli
#24 247.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/initialize_symbol_to_let_symbol.mli
#24 247.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.mli
#24 247.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 247.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_closure_vars.mli
#24 247.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.mli
#24 247.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_free_vars_equal_to_args.mli
#24 247.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/ref_to_variables.mli
#24 247.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 247.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 247.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_offsets.mli
#24 247.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.mli
#24 247.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.mli
#24 248.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.mli
#24 248.1 make -j -C stdlib all
#24 248.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.mli
#24 248.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure_middle_end.mli
#24 248.1 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 248.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.mli
#24 248.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/lift_let_to_initialize_symbol.mli
#24 248.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/find_recursive_functions.mli
#24 248.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/invariant_params.mli
#24 248.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/inconstant_idents.mli
#24 248.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/lift_constants.mli
#24 248.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 248.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/build_export_info.mli
#24 248.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_primitives.ml -I middle_end
#24 248.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/printclambda.ml -I middle_end
#24 248.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/semantics_of_primitives.ml -I middle_end
#24 248.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 camlinternalFormatBasics.mli
#24 248.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/convert_primitives.ml -I middle_end
#24 248.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.ml -I middle_end/flambda
#24 248.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 -nopervasives -c camlinternalAtomic.mli
#24 248.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.mli
#24 248.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/simplify_boxed_integer_ops_intf.mli
#24 248.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/simplify_common.mli
#24 248.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/simplify_primitives.mli
#24 249.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
#24 249.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#24 249.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_id.ml -I middle_end/flambda/base_types
#24 249.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 249.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 249.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 249.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 249.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_iterators.ml -I middle_end/flambda
#24 249.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_cost.ml -I middle_end/flambda
#24 249.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/export_info_for_pack.ml -I middle_end/flambda
#24 249.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_code.ml -I middle_end/flambda
#24 249.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/share_constants.ml -I middle_end/flambda
#24 250.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/ref_to_variables.ml -I middle_end/flambda
#24 250.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_invariants.ml -I middle_end/flambda
#24 250.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 camlinternalAtomic.ml
#24 250.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.ml -I middle_end/flambda
#24 250.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
#24 250.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/compilenv.ml -I middle_end
#24 250.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/closure/closure.ml -I middle_end/closure
#24 250.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/closure/closure_middle_end.ml -I middle_end/closure
#24 250.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/import_approx.ml -I middle_end/flambda
#24 251.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/alias_analysis.ml -I middle_end/flambda
#24 251.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/inline_and_simplify_aux.mli
#24 251.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_boxed_integer_ops.mli
#24 251.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_types.ml -I middle_end/flambda
#24 251.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 251.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.ml -I middle_end/flambda
#24 251.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/freshening.ml -I middle_end/flambda
#24 251.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#24 251.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#24 251.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#24 251.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
#24 251.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/invariant_params.ml -I middle_end/flambda
#24 251.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
#24 251.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 251.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/simplify_common.ml -I middle_end/flambda
#24 252.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
#24 252.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 252.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#24 252.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/traverse_for_exported_symbols.ml -I middle_end/flambda
#24 252.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 252.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 253.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 253.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.ml -I middle_end/flambda
#24 253.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_primitives.ml -I middle_end/flambda
#24 255.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision_intf.mli
#24 255.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify_aux.ml -I middle_end/flambda
#24 255.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.mli
#24 255.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.mli
#24 255.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.mli
#24 255.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/unbox_specialised_args.mli
#24 255.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/unbox_closures.mli
#24 255.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify.mli
#24 255.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/build_export_info.ml -I middle_end/flambda
#24 256.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.ml
#24 256.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
#24 257.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/extract_projections.ml -I middle_end/flambda
#24 257.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.ml -I middle_end/flambda
#24 257.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/inlining_transforms.mli
#24 257.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/inlining_decision.mli
#24 257.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/augment_specialised_args.ml -I middle_end/flambda
#24 257.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.ml -I middle_end/flambda
#24 257.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.ml -I middle_end/flambda
#24 258.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
#24 259.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/inline_and_simplify.ml -I middle_end/flambda
#24 260.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#24 260.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.1 -o stdlib__Pervasives.cmo -c pervasives.ml
#24 260.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_transforms.ml -I middle_end/flambda
#24 260.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.2 -o stdlib__Either.cmi -c either.mli
#24 260.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_decision.ml -I middle_end/flambda
#24 260.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.3 -o stdlib__Sys.cmi -c sys.mli
#24 260.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.3 -o stdlib__Nativeint.cmi -c nativeint.mli
#24 260.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.4 -o stdlib__Int32.cmi -c int32.mli
#24 260.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalLazy.mli
#24 260.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.5 -o stdlib__Bool.cmi -c bool.mli
#24 260.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.6 -o stdlib__Char.cmi -c char.mli
#24 260.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.7 -o stdlib__Uchar.cmi -c uchar.mli
#24 260.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.7 -o stdlib__Int.cmi -c int.mli
#24 260.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.8 -o stdlib__Unit.cmi -c unit.mli
#24 260.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.9 -o stdlib__Marshal.cmi -c marshal.mli
#24 260.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 260.9 -o stdlib__Int64.cmi -c int64.mli
#24 261.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 261.0 -o stdlib__Lexing.cmi -c lexing.mli
#24 261.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.1 -o stdlib__Stream.cmi -c stream.mli
#24 261.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.2 -o stdlib__Arg.cmi -c arg.mli
#24 261.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 261.3 -o stdlib__Atomic.cmi -c atomic.mli
#24 261.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 261.3 -o stdlib__Printexc.cmi -c printexc.mli
#24 261.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.4 -o stdlib__Fun.cmi -c fun.mli
#24 261.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 261.5 -o stdlib__Digest.cmi -c digest.mli
#24 261.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 261.5 -o stdlib__Scanf.cmi -c scanf.mli
#24 261.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 261.6 -o stdlib__Callback.cmi -c callback.mli
#24 261.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.7 -o stdlib__Filename.cmi -c filename.mli
#24 261.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.8 -o stdlib__Complex.cmi -c complex.mli
#24 261.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.8 -o stdlib__In_channel.cmi -c in_channel.mli
#24 261.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 261.9 -o stdlib__Out_channel.cmi -c out_channel.mli
#24 262.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c std_exit.ml
#24 262.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.1 -o stdlib__Either.cmo -c either.ml
#24 262.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.1 -o stdlib__Obj.cmi -c obj.mli
#24 262.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.2 -o stdlib__Lazy.cmi -c lazy.mli
#24 262.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.3 -o stdlib__Seq.cmi -c seq.mli
#24 262.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 262.4 -o stdlib__Bool.cmo -c bool.ml
#24 262.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 262.4 -o stdlib__Char.cmo -c char.ml
#24 262.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.5 -o stdlib__Uchar.cmo -c uchar.ml
#24 262.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.6 -o stdlib__Int.cmo -c int.ml
#24 262.7 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.7 -o stdlib__Unit.cmo -c unit.ml
#24 262.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.8 -o stdlib__Int32.cmo -c int32.ml
#24 262.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.9 -o stdlib__Int64.cmo -c int64.ml
#24 262.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 262.9 -o stdlib__Nativeint.cmo -c nativeint.ml
#24 263.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.0 -o stdlib__Atomic.cmo -c atomic.ml
#24 263.1 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.1 -o stdlib__Fun.cmo -c fun.ml
#24 263.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.2 -o stdlib__Gc.cmi -c gc.mli
#24 263.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.2 -o stdlib__Random.cmi -c random.mli
#24 263.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.3 -o stdlib__Genlex.cmi -c genlex.mli
#24 263.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.4 -o stdlib__Complex.cmo -c complex.ml
#24 263.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.5 -o stdlib__Bigarray.cmi -c bigarray.mli
#24 263.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.5 -o stdlib__Out_channel.cmo -c out_channel.ml
#24 263.6 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.6 -o stdlib__Sys.cmo -c sys.ml
#24 263.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 263.9 -o stdlib__Obj.cmo -c obj.ml
#24 264.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 camlinternalLazy.ml
#24 264.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 264.0 -o stdlib__Lazy.cmo -c lazy.ml
#24 264.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 264.1 -o stdlib__Parsing.cmi -c parsing.mli
#24 264.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 264.2 -o stdlib__Callback.cmo -c callback.ml
#24 264.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalOO.mli
#24 264.3 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalMod.mli
#24 264.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 264.7 -o stdlib__Seq.cmo -c seq.ml
#24 264.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 264.8 -o stdlib__Option.cmi -c option.mli
#24 264.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 264.9 -o stdlib__Result.cmi -c result.mli
#24 264.9 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats \
#24 264.9 -o stdlib__List.cmi -c list.mli
#24 265.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 265.0 -o stdlib__Bytes.cmi -c bytes.mli
#24 265.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 265.1 -o stdlib__String.cmi -c string.mli
#24 265.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 265.1 -o stdlib__Array.cmi -c array.mli
#24 265.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 265.2 -o stdlib__Float.cmi -c float.mli
#24 265.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 265.2 -o stdlib__Set.cmi -c set.mli
#24 265.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 265.3 -o stdlib__Map.cmi -c map.mli
#24 265.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 265.4 -o stdlib__Stack.cmi -c stack.mli
#24 265.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 265.4 -o stdlib__Queue.cmi -c queue.mli
#24 265.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 \
#24 265.5 -o stdlib__Buffer.cmi -c buffer.mli
#24 265.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 265.6 -o stdlib__Hashtbl.cmi -c hashtbl.mli
#24 265.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 265.6 -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
#24 265.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 265.7 -o stdlib__ListLabels.cmi -c listLabels.mli
#24 265.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 265.8 -o stdlib__BytesLabels.cmi -c bytesLabels.mli
#24 265.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 -pp "$AWK -f ./expand_module_aliases.awk" \
#24 265.8 -o stdlib__StringLabels.cmi -c stringLabels.mli
#24 265.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 -no-principal \
#24 265.9 -o stdlib__Oo.cmi -c oo.mli
#24 266.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 266.2 -o stdlib__Option.cmo -c option.ml
#24 266.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 266.3 -o stdlib__Result.cmo -c result.ml
#24 266.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 266.8 -o stdlib__Queue.cmo -c queue.ml
#24 267.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 267.1 -o stdlib__Array.cmo -c array.ml
#24 267.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 267.1 -o stdlib__Parsing.cmo -c parsing.ml
#24 267.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match -c camlinternalFormat.mli
#24 267.2 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#24 267.2 -o stdlib__Printf.cmi -c printf.mli
#24 267.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 267.3 -o stdlib__Random.cmo -c random.ml
#24 267.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#24 267.4 -o stdlib__Format.cmi -c format.mli
#24 267.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 267.4 -o stdlib__Oo.cmo -c oo.ml
#24 267.5 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalMod.ml
#24 267.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 267.6 -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
#24 267.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 267.6 -o stdlib__Bigarray.cmo -c bigarray.ml
#24 267.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 267.7 -o stdlib__In_channel.cmo -c in_channel.ml
#24 267.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 267.7 -o stdlib__List.cmo -c list.ml
#24 267.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 267.8 -o stdlib__Bytes.cmo -c bytes.ml
#24 267.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 267.9 -o stdlib__String.cmo -c string.ml
#24 268.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 268.0 -o stdlib__Marshal.cmo -c marshal.ml
#24 268.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 268.0 -o stdlib__Float.cmo -c float.ml
#24 268.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 268.1 -o stdlib__Lexing.cmo -c lexing.ml
#24 268.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 268.2 -o stdlib__Set.cmo -c set.ml
#24 268.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 268.2 -o stdlib__Map.cmo -c map.ml
#24 268.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 268.3 -o stdlib__Stack.cmo -c stack.ml
#24 268.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 268.3 -o stdlib__Stream.cmo -c stream.ml
#24 268.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 \
#24 268.4 -o stdlib__Buffer.cmo -c buffer.ml
#24 268.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 268.5 -o stdlib__Digest.cmo -c digest.ml
#24 268.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 268.6 -o stdlib__Hashtbl.cmo -c hashtbl.ml
#24 268.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 268.6 -o stdlib__Weak.cmi -c weak.mli
#24 268.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 -c camlinternalOO.ml
#24 268.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 268.7 -o stdlib__Genlex.cmo -c genlex.ml
#24 268.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 268.8 -o stdlib__Ephemeron.cmi -c ephemeron.mli
#24 268.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 268.9 -o stdlib__ListLabels.cmo -c listLabels.ml
#24 268.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 268.9 -o stdlib__BytesLabels.cmo -c bytesLabels.ml
#24 269.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#24 269.0 -o stdlib__StringLabels.cmo -c stringLabels.ml
#24 269.0 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -pp "$AWK -f ./expand_module_aliases.awk" \
#24 269.0 -o stdlib__MoreLabels.cmi -c moreLabels.mli
#24 269.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 269.1 -o stdlib__StdLabels.cmi -c stdLabels.mli
#24 269.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 269.1 -o stdlib__Arg.cmo -c arg.ml
#24 269.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 269.1 -o stdlib__Printexc.cmo -c printexc.ml
#24 269.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 269.2 -o stdlib__Gc.cmo -c gc.ml
#24 269.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 269.3 -o stdlib__Filename.cmo -c filename.ml
#24 269.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 -c camlinternalFormat.ml
#24 269.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 269.7 -o stdlib__Printf.cmo -c printf.ml
#24 269.8 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#24 269.8 -o stdlib__Scanf.cmo -c scanf.ml
#24 270.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 270.2 -o stdlib__StdLabels.cmo -c stdLabels.ml
#24 270.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 270.4 -o stdlib__Weak.cmo -c weak.ml
#24 271.4 ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -w +A -w -fragile-match \
#24 271.4 -o stdlib__Format.cmo -c format.ml
#24 273.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 273.9 -o stdlib__Ephemeron.cmo -c ephemeron.ml
#24 274.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 -nolabels -no-alias-deps \
#24 274.7 -o stdlib__MoreLabels.cmo -c moreLabels.ml
#24 278.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 279.7 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 279.9 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 279.9 make -j -C lex all
#24 279.9 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 279.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 cset.mli
#24 279.9 ../yacc/ocamlyacc -v parser.mly
#24 279.9 ../boot/ocamlrun ../boot/ocamllex -q lexer.mll
#24 279.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 table.mli
#24 280.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 280.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 280.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 table.ml
#24 280.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.ml
#24 280.0 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot parser.mli
#24 280.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 lexgen.mli
#24 280.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 parser.ml
#24 280.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 lexer.mli
#24 280.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 lexgen.ml
#24 280.2 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.mli
#24 280.2 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.mli
#24 280.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 lexer.ml
#24 280.4 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
#24 280.4 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
#24 280.4 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot output.mli
#24 280.4 ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.mli
#24 280.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 output.ml
#24 280.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 280.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 main.ml
#24 281.8 ../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 281.9 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 281.9 make -j -C tools all
#24 281.9 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 281.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 - ocamldep.ml
#24 281.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 - ocamlprof.ml
#24 282.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 - ocamlcp.ml
#24 282.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 - ocamloptp.ml
#24 282.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 282.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 282.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 - ocamlcmt.ml
#24 282.0 ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
#24 282.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 - objinfo.ml
#24 282.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 - primreq.ml
#24 282.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 - stripdebug.ml
#24 282.2 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - cmpbyt.ml
#24 282.2 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - profiling.mli
#24 282.2 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -compat-32 -I .. -o ocamldep ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamldep.cmo
#24 282.2 ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - opnames.ml
#24 282.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 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 282.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 - profiling.ml
#24 282.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 - dumpobj.ml
#24 282.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 stripdebug ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma stripdebug.cmo
#24 282.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 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 283.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 primreq ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma primreq.cmo
#24 283.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 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 283.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 cmpbyt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmpbyt.cmo
#24 284.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 284.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 ocamlcmt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamlcmt.cmo
#24 285.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 285.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 dumpobj ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma opnames.cmo dumpobj.cmo
#24 285.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 290.2 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 290.6 ../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 290.8 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 290.8 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 290.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 290.8 make -j ocaml
#24 290.8 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 290.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/expunge.ml -I toplevel
#24 290.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/genprintval.mli
#24 290.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/trace.mli
#24 290.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/toploop.mli
#24 290.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 290.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 291.1 cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
#24 291.1 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
#24 291.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 291.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
#24 291.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/topcommon.mli
#24 291.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/genprintval.ml -I toplevel
#24 291.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topeval.mli
#24 291.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topcommon.ml -I toplevel
#24 291.7 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
#24 291.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/toploop.ml -I toplevel
#24 291.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 291.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 291.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/topeval.ml -I toplevel/byte
#24 291.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 293.6 ./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 293.6 ./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 296.0 ./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 296.3 rm ocaml.tmp
#24 296.3 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 296.3 make -j opt-core
#24 296.3 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 296.3 make -j -C runtime allopt
#24 296.3 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o startup_aux.n.o startup_aux.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o startup_nat.n.o startup_nat.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o main.n.o main.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o fail_nat.n.o fail_nat.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o roots_nat.n.o roots_nat.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o signals.n.o signals.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o signals_nat.n.o signals_nat.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o misc.n.o misc.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o freelist.n.o freelist.c
#24 296.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o major_gc.n.o major_gc.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o minor_gc.n.o minor_gc.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o memory.n.o memory.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o alloc.n.o alloc.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o compare.n.o compare.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o ints.n.o ints.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o floats.n.o floats.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o str.n.o str.c
#24 296.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o array.n.o array.c
#24 296.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o io.n.o io.c
#24 296.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o extern.n.o extern.c
#24 296.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o intern.n.o intern.c
#24 296.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o hash.n.o hash.c
#24 296.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o sys.n.o sys.c
#24 296.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o parsing.n.o parsing.c
#24 296.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o gc_ctrl.n.o gc_ctrl.c
#24 296.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o eventlog.n.o eventlog.c
#24 296.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o md5.n.o md5.c
#24 296.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o obj.n.o obj.c
#24 296.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o lexing.n.o lexing.c
#24 297.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o unix.n.o unix.c
#24 297.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o printexc.n.o printexc.c
#24 297.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o callback.n.o callback.c
#24 297.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o weak.n.o weak.c
#24 297.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o compact.n.o compact.c
#24 297.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o finalise.n.o finalise.c
#24 297.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o custom.n.o custom.c
#24 297.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o globroots.n.o globroots.c
#24 297.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o backtrace_nat.n.o backtrace_nat.c
#24 297.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o backtrace.n.o backtrace.c
#24 297.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o dynlink_nat.n.o dynlink_nat.c
#24 297.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o debugger.n.o debugger.c
#24 297.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o meta.n.o meta.c
#24 297.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o dynlink.n.o dynlink.c
#24 297.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o clambda_checks.n.o clambda_checks.c
#24 297.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o afl.n.o afl.c
#24 297.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o bigarray.n.o bigarray.c
#24 297.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o memprof.n.o memprof.c
#24 297.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o domain.n.o domain.c
#24 297.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o skiplist.n.o skiplist.c
#24 297.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o codefrag.n.o codefrag.c
#24 297.5 gcc -c -DSYS_linux -I../runtime -DMODEL_riscv64 -o riscv.o riscv.S || \
#24 297.5 { echo "If your assembler produced syntax errors, it is probably";\
#24 297.5 echo "unhappy with the preprocessor. Check your assembler, or";\
#24 297.5 echo "try producing riscv.o by hand.";\
#24 297.5 exit 2; }
#24 297.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 startup_aux.nd.o startup_aux.c
#24 297.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 startup_nat.nd.o startup_nat.c
#24 297.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 main.nd.o main.c
#24 297.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 fail_nat.nd.o fail_nat.c
#24 297.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 roots_nat.nd.o roots_nat.c
#24 297.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.nd.o signals.c
#24 297.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 signals_nat.nd.o signals_nat.c
#24 297.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 297.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 freelist.nd.o freelist.c
#24 297.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 major_gc.nd.o major_gc.c
#24 297.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 minor_gc.nd.o minor_gc.c
#24 298.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 memory.nd.o memory.c
#24 298.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 alloc.nd.o alloc.c
#24 298.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 298.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 ints.nd.o ints.c
#24 298.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 floats.nd.o floats.c
#24 298.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 str.nd.o str.c
#24 298.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 array.nd.o array.c
#24 298.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 io.nd.o io.c
#24 298.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 298.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 intern.nd.o intern.c
#24 298.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 hash.nd.o hash.c
#24 298.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 sys.nd.o sys.c
#24 298.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 parsing.nd.o parsing.c
#24 298.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 gc_ctrl.nd.o gc_ctrl.c
#24 298.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 298.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 md5.nd.o md5.c
#24 298.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 obj.nd.o obj.c
#24 298.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 lexing.nd.o lexing.c
#24 298.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 unix.nd.o unix.c
#24 298.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 298.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 callback.nd.o callback.c
#24 299.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 weak.nd.o weak.c
#24 299.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 compact.nd.o compact.c
#24 299.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 finalise.nd.o finalise.c
#24 299.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 custom.nd.o custom.c
#24 299.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 globroots.nd.o globroots.c
#24 299.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 backtrace_nat.nd.o backtrace_nat.c
#24 299.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 backtrace.nd.o backtrace.c
#24 299.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 dynlink_nat.nd.o dynlink_nat.c
#24 299.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 debugger.nd.o debugger.c
#24 299.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 meta.nd.o meta.c
#24 299.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 dynlink.nd.o dynlink.c
#24 299.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 clambda_checks.nd.o clambda_checks.c
#24 299.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 afl.nd.o afl.c
#24 299.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 bigarray.nd.o bigarray.c
#24 299.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 memprof.nd.o memprof.c
#24 299.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 domain.nd.o domain.c
#24 300.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 skiplist.nd.o skiplist.c
#24 300.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 codefrag.nd.o codefrag.c
#24 300.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 startup_aux.ni.o startup_aux.c
#24 300.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 startup_nat.ni.o startup_nat.c
#24 300.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 main.ni.o main.c
#24 300.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 fail_nat.ni.o fail_nat.c
#24 300.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 roots_nat.ni.o roots_nat.c
#24 300.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 signals.ni.o signals.c
#24 300.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 signals_nat.ni.o signals_nat.c
#24 300.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 300.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 freelist.ni.o freelist.c
#24 300.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 major_gc.ni.o major_gc.c
#24 300.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 minor_gc.ni.o minor_gc.c
#24 300.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 memory.ni.o memory.c
#24 300.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 alloc.ni.o alloc.c
#24 301.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 compare.ni.o compare.c
#24 301.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 ints.ni.o ints.c
#24 301.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 floats.ni.o floats.c
#24 301.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 str.ni.o str.c
#24 301.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 array.ni.o array.c
#24 301.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 io.ni.o io.c
#24 301.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 extern.ni.o extern.c
#24 301.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 301.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 hash.ni.o hash.c
#24 301.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 sys.ni.o sys.c
#24 301.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 parsing.ni.o parsing.c
#24 301.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 gc_ctrl.ni.o gc_ctrl.c
#24 301.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 eventlog.ni.o eventlog.c
#24 302.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 md5.ni.o md5.c
#24 302.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 302.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 lexing.ni.o lexing.c
#24 302.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 unix.ni.o unix.c
#24 302.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 printexc.ni.o printexc.c
#24 302.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 302.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 weak.ni.o weak.c
#24 302.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 compact.ni.o compact.c
#24 302.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 finalise.ni.o finalise.c
#24 302.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 custom.ni.o custom.c
#24 302.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 globroots.ni.o globroots.c
#24 303.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_nat.ni.o backtrace_nat.c
#24 303.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 backtrace.ni.o backtrace.c
#24 303.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 dynlink_nat.ni.o dynlink_nat.c
#24 303.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 debugger.ni.o debugger.c
#24 303.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 meta.ni.o meta.c
#24 303.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 dynlink.ni.o dynlink.c
#24 303.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 clambda_checks.ni.o clambda_checks.c
#24 303.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 afl.ni.o afl.c
#24 303.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 bigarray.ni.o bigarray.c
#24 303.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 memprof.ni.o memprof.c
#24 303.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 domain.ni.o domain.c
#24 304.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 skiplist.ni.o skiplist.c
#24 304.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 codefrag.ni.o codefrag.c
#24 304.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 startup_aux.npic.o startup_aux.c
#24 304.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_nat.npic.o startup_nat.c
#24 304.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 main.npic.o main.c
#24 304.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 fail_nat.npic.o fail_nat.c
#24 304.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 roots_nat.npic.o roots_nat.c
#24 304.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 signals.npic.o signals.c
#24 304.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 signals_nat.npic.o signals_nat.c
#24 304.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 304.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 freelist.npic.o freelist.c
#24 304.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 305.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 minor_gc.npic.o minor_gc.c
#24 305.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 memory.npic.o memory.c
#24 305.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 alloc.npic.o alloc.c
#24 305.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 compare.npic.o compare.c
#24 305.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 ints.npic.o ints.c
#24 305.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 floats.npic.o floats.c
#24 305.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 str.npic.o str.c
#24 305.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 305.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 io.npic.o io.c
#24 305.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 extern.npic.o extern.c
#24 306.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 intern.npic.o intern.c
#24 306.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 hash.npic.o hash.c
#24 306.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 306.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 parsing.npic.o parsing.c
#24 306.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 306.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 eventlog.npic.o eventlog.c
#24 306.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 md5.npic.o md5.c
#24 306.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 obj.npic.o obj.c
#24 306.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 lexing.npic.o lexing.c
#24 307.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 unix.npic.o unix.c
#24 307.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 printexc.npic.o printexc.c
#24 307.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 callback.npic.o callback.c
#24 307.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 weak.npic.o weak.c
#24 307.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 compact.npic.o compact.c
#24 307.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 finalise.npic.o finalise.c
#24 307.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 custom.npic.o custom.c
#24 307.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 globroots.npic.o globroots.c
#24 307.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 backtrace_nat.npic.o backtrace_nat.c
#24 308.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 backtrace.npic.o backtrace.c
#24 308.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 dynlink_nat.npic.o dynlink_nat.c
#24 308.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 debugger.npic.o debugger.c
#24 308.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 308.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 dynlink.npic.o dynlink.c
#24 308.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 308.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o afl.npic.o afl.c
#24 308.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o bigarray.npic.o bigarray.c
#24 309.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 memprof.npic.o memprof.c
#24 309.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 domain.npic.o domain.c
#24 309.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o skiplist.npic.o skiplist.c
#24 309.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -o codefrag.npic.o codefrag.c
#24 309.4 gcc -c -DSYS_linux -I../runtime -DMODEL_riscv64 -fPIC -o riscv_libasmrunpic.o riscv.S
#24 364.2 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 364.3 rm -f libasmrun_pic.a && ar rc libasmrun_pic.a startup_aux.npic.o startup_nat.npic.o main.npic.o fail_nat.npic.o roots_nat.npic.o signals.npic.o signals_nat.npic.o misc.npic.o freelist.npic.o major_gc.npic.o minor_gc.npic.o memory.npic.o alloc.npic.o compare.npic.o ints.npic.o floats.npic.o str.npic.o array.npic.o io.npic.o extern.npic.o intern.npic.o hash.npic.o sys.npic.o parsing.npic.o gc_ctrl.npic.o eventlog.npic.o md5.npic.o obj.npic.o lexing.npic.o unix.npic.o printexc.npic.o callback.npic.o weak.npic.o compact.npic.o finalise.npic.o custom.npic.o globroots.npic.o backtrace_nat.npic.o backtrace.npic.o dynlink_nat.npic.o debugger.npic.o meta.npic.o dynlink.npic.o clambda_checks.npic.o afl.npic.o bigarray.npic.o memprof.npic.o domain.npic.o skiplist.npic.o codefrag.npic.o riscv_libasmrunpic.o
#24 364.3 gcc -shared -o libasmrun_shared.so startup_aux.npic.o startup_nat.npic.o main.npic.o fail_nat.npic.o roots_nat.npic.o signals.npic.o signals_nat.npic.o misc.npic.o freelist.npic.o major_gc.npic.o minor_gc.npic.o memory.npic.o alloc.npic.o compare.npic.o ints.npic.o floats.npic.o str.npic.o array.npic.o io.npic.o extern.npic.o intern.npic.o hash.npic.o sys.npic.o parsing.npic.o gc_ctrl.npic.o eventlog.npic.o md5.npic.o obj.npic.o lexing.npic.o unix.npic.o printexc.npic.o callback.npic.o weak.npic.o compact.npic.o finalise.npic.o custom.npic.o globroots.npic.o backtrace_nat.npic.o backtrace.npic.o dynlink_nat.npic.o debugger.npic.o meta.npic.o dynlink.npic.o clambda_checks.npic.o afl.npic.o bigarray.npic.o memprof.npic.o domain.npic.o skiplist.npic.o codefrag.npic.o riscv_libasmrunpic.o -lm
#24 364.6 rm -f libasmrund.a && ar rc libasmrund.a startup_aux.nd.o startup_nat.nd.o main.nd.o fail_nat.nd.o roots_nat.nd.o signals.nd.o signals_nat.nd.o misc.nd.o freelist.nd.o major_gc.nd.o minor_gc.nd.o memory.nd.o alloc.nd.o compare.nd.o ints.nd.o floats.nd.o str.nd.o array.nd.o io.nd.o extern.nd.o intern.nd.o hash.nd.o sys.nd.o parsing.nd.o gc_ctrl.nd.o eventlog.nd.o md5.nd.o obj.nd.o lexing.nd.o unix.nd.o printexc.nd.o callback.nd.o weak.nd.o compact.nd.o finalise.nd.o custom.nd.o globroots.nd.o backtrace_nat.nd.o backtrace.nd.o dynlink_nat.nd.o debugger.nd.o meta.nd.o dynlink.nd.o clambda_checks.nd.o afl.nd.o bigarray.nd.o memprof.nd.o domain.nd.o skiplist.nd.o codefrag.nd.o riscv.o
#24 364.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 365.0 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 365.0 cp runtime/libasmrun.a stdlib/libasmrun.a
#24 365.1 make -j ocamlopt
#24 365.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 365.2 cd asmcomp; ln -sf riscv/arch.ml .
#24 365.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm.mli
#24 365.2 cd asmcomp; ln -sf riscv/proc.ml .
#24 365.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/x86_ast.mli
#24 365.2 cd asmcomp; ln -sf riscv/selection.ml .
#24 365.2 cd asmcomp; ln -sf riscv/CSE.ml .
#24 365.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/coloring.mli
#24 365.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 365.3 cd asmcomp; ln -sf riscv/reload.ml .
#24 365.3 cd asmcomp; ln -sf riscv/scheduling.ml .
#24 365.3 make -j -C tools cvt_emit
#24 365.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/asmlink.mli
#24 365.3 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 365.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/asmlibrarian.mli
#24 365.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/asmpackager.mli
#24 365.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.mli
#24 365.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/optcompile.mli
#24 365.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmaindriver.mli
#24 365.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml -I asmcomp
#24 365.4 ../boot/ocamlrun ../boot/ocamllex -q cvt_emit.mll
#24 365.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 - cvt_emit.ml
#24 365.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_proc.mli
#24 365.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.mli
#24 365.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.mli
#24 365.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.mli
#24 365.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 365.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/printcmm.mli
#24 365.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 365.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.mli
#24 365.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.mli
#24 365.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.mli
#24 365.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.mli
#24 365.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_invariants.mli
#24 365.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/asmlibrarian.ml -I asmcomp
#24 365.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/optmain.ml -I driver
#24 366.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.ml -I asmcomp
#24 366.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml -I asmcomp
#24 366.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.ml -I asmcomp
#24 366.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 -o cvt_emit cvt_emit.cmo
#24 366.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.ml -I asmcomp
#24 366.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_helpers.mli
#24 366.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml -I asmcomp
#24 366.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/cmm.ml -I asmcomp
#24 366.3 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/mach.mli
#24 366.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 366.6 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 366.6 echo \# 1 \"riscv/emit.mlp\" > asmcomp/emit.ml
#24 366.6 ./boot/ocamlrun tools/cvt_emit < asmcomp/riscv/emit.mlp >> asmcomp/emit.ml \
#24 366.6 || { rm -f asmcomp/emit.ml; exit 2; }
#24 366.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.ml -I asmcomp
#24 366.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 366.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 366.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 366.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 366.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.mli
#24 366.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 366.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 366.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/comballoc.mli
#24 366.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/CSEgen.mli
#24 366.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/liveness.mli
#24 366.9 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/spill.mli
#24 367.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/split.mli
#24 367.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/interf.mli
#24 367.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/reloadgen.mli
#24 367.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/reload.mli
#24 367.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.mli
#24 367.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.mli
#24 367.2 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml -I asmcomp
#24 367.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/dataflow.ml -I asmcomp
#24 367.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/proc.ml -I asmcomp
#24 367.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/cmm_helpers.ml -I asmcomp
#24 367.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/interval.ml -I asmcomp
#24 367.6 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml -I asmcomp
#24 367.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/CSEgen.ml -I asmcomp
#24 367.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/CSE.ml -I asmcomp
#24 367.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/spill.ml -I asmcomp
#24 367.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/split.ml -I asmcomp
#24 367.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interf.ml -I asmcomp
#24 367.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/coloring.ml -I asmcomp
#24 367.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/linscan.ml -I asmcomp
#24 367.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/deadcode.ml -I asmcomp
#24 367.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 367.7 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml -I asmcomp
#24 367.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.ml -I asmcomp
#24 367.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/liveness.ml -I asmcomp
#24 367.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/reloadgen.ml -I asmcomp
#24 367.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml -I asmcomp
#24 368.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.ml -I asmcomp
#24 368.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.mli
#24 368.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linearize.mli
#24 368.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/linear_format.mli
#24 368.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.mli
#24 368.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.mli
#24 368.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml -I asmcomp
#24 368.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 368.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/emit.mli
#24 368.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/selectgen.ml -I asmcomp
#24 368.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/selection.ml -I asmcomp
#24 368.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/linearize.ml -I asmcomp
#24 369.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/linear_format.ml -I file_formats
#24 369.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/printlinear.ml -I asmcomp
#24 369.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.ml -I asmcomp
#24 369.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.ml -I asmcomp
#24 369.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 369.4 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.mli
#24 370.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/emitaux.ml -I asmcomp
#24 370.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/asmgen.mli
#24 370.1 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.ml -I asmcomp
#24 370.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/emit.ml -I asmcomp
#24 370.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/asmgen.ml -I asmcomp
#24 370.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 370.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/asmpackager.ml -I asmcomp
#24 370.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/optcompile.ml -I driver
#24 376.8 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamloptcomp.cma middle_end/internal_variable_names.cmo middle_end/linkage_name.cmo middle_end/compilation_unit.cmo middle_end/variable.cmo middle_end/flambda/base_types/closure_element.cmo middle_end/flambda/base_types/closure_id.cmo middle_end/symbol.cmo middle_end/backend_var.cmo middle_end/clambda_primitives.cmo middle_end/printclambda_primitives.cmo middle_end/clambda.cmo middle_end/printclambda.cmo middle_end/semantics_of_primitives.cmo middle_end/convert_primitives.cmo middle_end/flambda/base_types/id_types.cmo middle_end/flambda/base_types/export_id.cmo middle_end/flambda/base_types/tag.cmo middle_end/flambda/base_types/mutable_variable.cmo middle_end/flambda/base_types/set_of_closures_id.cmo middle_end/flambda/base_types/set_of_closures_origin.cmo middle_end/flambda/base_types/closure_origin.cmo middle_end/flambda/base_types/var_within_closure.cmo middle_end/flambda/base_types/static_exception.cmo middle_end/flambda/pass_wrapper.cmo middle_end/flambda/allocated_const.cmo middle_end/flambda/parameter.cmo middle_end/flambda/projection.cmo middle_end/flambda/flambda.cmo middle_end/flambda/flambda_iterators.cmo middle_end/flambda/flambda_utils.cmo middle_end/flambda/freshening.cmo middle_end/flambda/effect_analysis.cmo middle_end/flambda/inlining_cost.cmo middle_end/flambda/simple_value_approx.cmo middle_end/flambda/export_info.cmo middle_end/flambda/export_info_for_pack.cmo middle_end/compilenv.cmo middle_end/closure/closure.cmo middle_end/closure/closure_middle_end.cmo middle_end/flambda/import_approx.cmo middle_end/flambda/lift_code.cmo middle_end/flambda/closure_conversion_aux.cmo middle_end/flambda/closure_conversion.cmo middle_end/flambda/initialize_symbol_to_let_symbol.cmo middle_end/flambda/lift_let_to_initialize_symbol.cmo middle_end/flambda/find_recursive_functions.cmo middle_end/flambda/invariant_params.cmo middle_end/flambda/inconstant_idents.cmo middle_end/flambda/alias_analysis.cmo middle_end/flambda/lift_constants.cmo middle_end/flambda/share_constants.cmo middle_end/flambda/simplify_common.cmo middle_end/flambda/remove_unused_arguments.cmo middle_end/flambda/remove_unused_closure_vars.cmo middle_end/flambda/remove_unused_program_constructs.cmo middle_end/flambda/simplify_boxed_integer_ops.cmo middle_end/flambda/simplify_primitives.cmo middle_end/flambda/inlining_stats_types.cmo middle_end/flambda/inlining_stats.cmo middle_end/flambda/inline_and_simplify_aux.cmo middle_end/flambda/remove_free_vars_equal_to_args.cmo middle_end/flambda/extract_projections.cmo middle_end/flambda/augment_specialised_args.cmo middle_end/flambda/unbox_free_vars_of_closures.cmo middle_end/flambda/unbox_specialised_args.cmo middle_end/flambda/unbox_closures.cmo middle_end/flambda/inlining_transforms.cmo middle_end/flambda/inlining_decision.cmo middle_end/flambda/inline_and_simplify.cmo middle_end/flambda/ref_to_variables.cmo middle_end/flambda/flambda_invariants.cmo middle_end/flambda/traverse_for_exported_symbols.cmo middle_end/flambda/build_export_info.cmo middle_end/flambda/closure_offsets.cmo middle_end/flambda/un_anf.cmo middle_end/flambda/flambda_to_clambda.cmo middle_end/flambda/flambda_middle_end.cmo asmcomp/arch.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/afl_instrument.cmo asmcomp/strmatch.cmo asmcomp/cmmgen_state.cmo asmcomp/cmm_helpers.cmo asmcomp/cmmgen.cmo asmcomp/cmm_invariants.cmo asmcomp/interval.cmo asmcomp/printmach.cmo asmcomp/dataflow.cmo asmcomp/polling.cmo asmcomp/selectgen.cmo asmcomp/selection.cmo asmcomp/comballoc.cmo asmcomp/CSEgen.cmo asmcomp/CSE.cmo asmcomp/liveness.cmo asmcomp/spill.cmo asmcomp/split.cmo asmcomp/interf.cmo asmcomp/coloring.cmo asmcomp/linscan.cmo asmcomp/reloadgen.cmo asmcomp/reload.cmo asmcomp/deadcode.cmo asmcomp/linear.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo file_formats/linear_format.cmo asmcomp/schedgen.cmo asmcomp/scheduling.cmo asmcomp/branch_relaxation_intf.cmo asmcomp/branch_relaxation.cmo asmcomp/emitaux.cmo asmcomp/emit.cmo asmcomp/asmgen.cmo asmcomp/asmlink.cmo asmcomp/asmlibrarian.cmo asmcomp/asmpackager.cmo driver/opterrors.cmo driver/optcompile.cmo driver/optmaindriver.cmo
#24 377.0 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
#24 379.9 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 379.9 make -j libraryopt
#24 379.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 380.0 make -j -C stdlib allopt
#24 380.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 380.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.ml
#24 380.0 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nopervasives -c camlinternalAtomic.ml
#24 381.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 -no-alias-deps -w -49 -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
#24 382.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 382.1 -o stdlib__Pervasives.cmx -c pervasives.ml
#24 382.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 382.2 -o stdlib__Either.cmx -c either.ml
#24 382.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 382.2 -o stdlib__Sys.cmx -c sys.ml
#24 382.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 382.2 -o stdlib__Bool.cmx -c bool.ml
#24 382.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 382.2 -o stdlib__Char.cmx -c char.ml
#24 382.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 382.2 -o stdlib__Int.cmx -c int.ml
#24 382.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 382.2 -o stdlib__Unit.cmx -c unit.ml
#24 382.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 382.2 -o stdlib__Int64.cmx -c int64.ml
#24 382.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 382.3 -o stdlib__Atomic.cmx -c atomic.ml
#24 382.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 382.3 -o stdlib__Complex.cmx -c complex.ml
#24 382.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 -c std_exit.ml
#24 382.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 382.6 -o stdlib__Nativeint.cmx -c nativeint.ml
#24 382.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 382.6 -o stdlib__Int32.cmx -c int32.ml
#24 382.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 382.7 -o stdlib__Uchar.cmx -c uchar.ml
#24 382.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 382.9 -o stdlib__Obj.cmx -c obj.ml
#24 383.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 -afl-inst-ratio 0 -c camlinternalLazy.ml
#24 383.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 383.3 -o stdlib__Callback.cmx -c callback.ml
#24 383.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 383.5 -o stdlib__Lazy.cmx -c lazy.ml
#24 383.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 383.7 -o stdlib__Seq.cmx -c seq.ml
#24 384.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 384.9 -o stdlib__Option.cmx -c option.ml
#24 384.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 384.9 -o stdlib__Result.cmx -c result.ml
#24 384.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 384.9 -o stdlib__List.cmx -c list.ml
#24 384.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 384.9 -o stdlib__Bytes.cmx -c bytes.ml
#24 384.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 384.9 -o stdlib__Array.cmx -c array.ml
#24 385.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 385.0 -o stdlib__Map.cmx -c map.ml
#24 385.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 385.0 -o stdlib__Queue.cmx -c queue.ml
#24 386.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 386.4 -o stdlib__ArrayLabels.cmx -c arrayLabels.ml
#24 386.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 386.4 -o stdlib__Bigarray.cmx -c bigarray.ml
#24 386.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 386.6 -o stdlib__Float.cmx -c float.ml
#24 386.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 386.6 -o stdlib__Set.cmx -c set.ml
#24 386.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 386.7 -o stdlib__Stack.cmx -c stack.ml
#24 386.7 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#24 386.7 -o stdlib__ListLabels.cmx -c listLabels.ml
#24 387.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 387.6 -o stdlib__String.cmx -c string.ml
#24 387.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 387.7 -o stdlib__Marshal.cmx -c marshal.ml
#24 387.7 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#24 387.7 -o stdlib__BytesLabels.cmx -c bytesLabels.ml
#24 388.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 388.5 -o stdlib__Lexing.cmx -c lexing.ml
#24 388.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 388.5 -o stdlib__Stream.cmx -c stream.ml
#24 388.6 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -inline 3 \
#24 388.6 -o stdlib__Buffer.cmx -c buffer.ml
#24 388.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 388.6 -o stdlib__Digest.cmx -c digest.ml
#24 388.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 0 -afl-inst-ratio 0 -c camlinternalOO.ml
#24 388.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 388.6 -o stdlib__StringLabels.cmx -c stringLabels.ml
#24 389.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 -nolabels -no-alias-deps \
#24 389.0 -o stdlib__StdLabels.cmx -c stdLabels.ml
#24 389.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 389.1 -o stdlib__Random.cmx -c random.ml
#24 389.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 389.1 -o stdlib__Parsing.cmx -c parsing.ml
#24 389.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 -c camlinternalFormat.ml
#24 390.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 390.0 -o stdlib__Hashtbl.cmx -c hashtbl.ml
#24 390.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 390.5 -o stdlib__Oo.cmx -c oo.ml
#24 390.5 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -c camlinternalMod.ml
#24 391.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 391.5 -o stdlib__Weak.cmx -c weak.ml
#24 391.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 391.5 -o stdlib__Genlex.cmx -c genlex.ml
#24 391.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 391.5 -o stdlib__Ephemeron.cmx -c ephemeron.ml
#24 391.5 ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats -nolabels -no-alias-deps \
#24 391.5 -o stdlib__MoreLabels.cmx -c moreLabels.ml
#24 401.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 401.9 -o stdlib__Printf.cmx -c printf.ml
#24 402.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 402.0 -o stdlib__Format.cmx -c format.ml
#24 402.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 402.2 -o stdlib__Arg.cmx -c arg.ml
#24 402.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 402.2 -o stdlib__Printexc.cmx -c printexc.ml
#24 402.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 9 \
#24 402.2 -o stdlib__Scanf.cmx -c scanf.ml
#24 402.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 402.2 -o stdlib__Filename.cmx -c filename.ml
#24 403.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 403.1 -o stdlib__Fun.cmx -c fun.ml
#24 403.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 403.2 -o stdlib__Gc.cmx -c gc.ml
#24 403.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 403.4 -o stdlib__In_channel.cmx -c in_channel.ml
#24 403.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 403.4 -o stdlib__Out_channel.cmx -c out_channel.ml
#24 406.9 ../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 407.2 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 407.2 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 407.2 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 407.2 make -j ocamlc.opt
#24 407.2 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 407.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.ml -I utils
#24 407.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.ml -I utils
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.ml -I utils
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.ml -I utils
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.ml -I utils
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.ml -I utils
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.ml -I utils
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.ml -I utils
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.ml -I utils
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml -I parsing
#24 407.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/switch.ml -I lambda
#24 407.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 407.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/opcodes.ml -I bytecomp
#24 408.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/misc.ml -I utils
#24 408.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/bytesections.ml -I bytecomp
#24 411.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 utils/identifiable.ml -I utils
#24 411.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 utils/profile.ml -I utils
#24 411.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 utils/load_path.ml -I utils
#24 411.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 utils/warnings.ml -I utils
#24 411.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 utils/consistbl.ml -I utils
#24 411.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/targetint.ml -I utils
#24 411.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/diffing.ml -I utils
#24 411.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/longident.ml -I parsing
#24 411.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/dll.ml -I bytecomp
#24 413.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 414.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/numbers.ml -I utils
#24 415.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/clflags.ml -I utils
#24 415.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/strongly_connected_components.ml -I utils
#24 417.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/ccomp.ml -I utils
#24 417.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/location.ml -I parsing
#24 417.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/ident.ml -I typing
#24 418.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/path.ml -I typing
#24 418.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/shape.ml -I typing
#24 419.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/docstrings.ml -I parsing
#24 419.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/syntaxerr.ml -I parsing
#24 419.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/ast_iterator.ml -I parsing
#24 419.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/attr_helper.ml -I parsing
#24 419.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/builtin_attributes.ml -I parsing
#24 419.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 lambda/debuginfo.ml -I lambda
#24 419.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/compenv.ml -I driver
#24 419.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/errors.ml -I driver
#24 420.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/primitive.ml -I typing
#24 420.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/ast_helper.ml -I parsing
#24 421.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/depend.ml -I parsing
#24 421.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/type_immediacy.ml -I typing
#24 421.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 422.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/main_args.ml -I driver
#24 422.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.ml -I parsing
#24 423.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/btype.ml -I typing
#24 423.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/cmi_format.ml -I file_formats
#24 423.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/errortrace.ml -I typing
#24 424.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/persistent_env.ml -I typing
#24 425.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml -I parsing
#24 425.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.ml -I parsing
#24 425.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml -I parsing
#24 426.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.ml -I typing
#24 426.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.ml -I typing
#24 427.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/signature_group.ml -I typing
#24 430.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/subst.ml -I typing
#24 433.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/env.ml -I typing
#24 440.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.ml -I parsing
#24 440.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/oprint.ml -I typing
#24 443.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/typedtree.ml -I typing
#24 443.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/ctype.ml -I typing
#24 443.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.ml -I typing
#24 443.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/lambda.ml -I lambda
#24 446.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/tast_iterator.ml -I typing
#24 446.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/tast_mapper.ml -I typing
#24 446.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/untypeast.ml -I typing
#24 446.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/printpat.ml -I typing
#24 447.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/translobj.ml -I lambda
#24 448.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 lambda/translattribute.ml -I lambda
#24 448.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 lambda/tmc.ml -I lambda
#24 448.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/instruct.ml -I bytecomp
#24 448.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml -I bytecomp
#24 449.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/symtable.ml -I bytecomp
#24 450.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/printtyped.ml -I typing
#24 453.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 lambda/simplif.ml -I lambda
#24 464.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/printtyp.ml -I typing
#24 464.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/mtype.ml -I typing
#24 464.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/patterns.ml -I typing
#24 464.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/typedecl_variance.ml -I typing
#24 464.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/typedecl_unboxed.ml -I typing
#24 464.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/typedecl_separability.ml -I typing
#24 465.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.ml -I typing
#24 465.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.ml -I typing
#24 467.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.ml -I typing
#24 467.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/rec_check.ml -I typing
#24 475.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/includeclass.ml -I typing
#24 475.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/envaux.ml -I typing
#24 475.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/includecore.ml -I typing
#24 475.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/stypes.ml -I typing
#24 475.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/typetexp.ml -I typing
#24 475.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/printlambda.ml -I lambda
#24 478.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.ml -I parsing
#24 479.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.ml -I typing
#24 479.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/matching.ml -I lambda
#24 479.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/printinstr.ml -I bytecomp
#24 480.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/parse.ml -I parsing
#24 480.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/cmt_format.ml -I file_formats
#24 481.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/pparse.ml -I driver
#24 481.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/cmt2annot.ml -I typing
#24 481.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/includemod.ml -I typing
#24 482.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/makedepend.ml -I driver
#24 485.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/typecore.ml -I typing
#24 485.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/includemod_errorprinter.ml -I typing
#24 489.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.ml -I lambda
#24 489.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/bytegen.ml -I bytecomp
#24 504.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/typeclass.ml -I typing
#24 504.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translcore.ml -I lambda
#24 508.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 lambda/translclass.ml -I lambda
#24 510.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/typemod.ml -I typing
#24 512.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translmod.ml -I lambda
#24 517.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml -I bytecomp
#24 518.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 519.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.ml -I driver
#24 520.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile_common.ml -I driver
#24 520.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml -I bytecomp
#24 520.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml -I bytecomp
#24 521.0 ./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 521.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/compile.ml -I driver
#24 522.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/maindriver.ml -I driver
#24 522.5 ./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 522.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml -I driver
#24 522.7 ./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 528.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 528.8 make -j otherlibraries ocamldebugger ocamldoc \
#24 528.8
#24 528.8 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 528.9 make -j -C yacc all
#24 528.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 528.9 make[3]: Nothing to be done for 'all'.
#24 528.9 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 528.9 make -j -C lex all
#24 528.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 529.0 make[3]: Nothing to be done for 'all'.
#24 529.0 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 529.0 make -j -C tools all
#24 529.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 529.1 make[3]: Nothing to be done for 'all'.
#24 529.1 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 529.1 make -j -C otherlibs all
#24 529.1 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 529.1 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 529.1 cp -f dynlink_compilerlibs/Makefile.copy-sources dynlink_compilerlibs/Makefile
#24 529.1 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 529.1 echo "dynlink_compilerlibs/$(basename $ml): ../../$ml" \
#24 529.1 >> dynlink_compilerlibs/Makefile; \
#24 529.1 echo "dynlink_compilerlibs/$(basename $ml)i: ../../${ml}i" \
#24 529.1 >> dynlink_compilerlibs/Makefile; \
#24 529.1 done;
#24 529.5 for mli in parsing/asttypes.mli parsing/parsetree.mli typing/outcometree.mli file_formats/cmo_format.mli file_formats/cmxs_format.mli; do \
#24 529.5 echo "dynlink_compilerlibs/$(basename $mli): ../../$mli" \
#24 529.5 >> dynlink_compilerlibs/Makefile; \
#24 529.5 echo \
#24 529.5 "dynlink_compilerlibs/$(basename $mli .mli).ml: ../../$mli"\
#24 529.5 >> dynlink_compilerlibs/Makefile; \
#24 529.5 done
#24 529.6 cp ../../utils/binutils.ml dynlink_compilerlibs/binutils.ml
#24 529.6 cp ../../utils/config.ml dynlink_compilerlibs/config.ml
#24 529.6 cp ../../utils/build_path_prefix_map.ml dynlink_compilerlibs/build_path_prefix_map.ml
#24 529.6 cp ../../utils/misc.ml dynlink_compilerlibs/misc.ml
#24 529.6 cp ../../utils/identifiable.ml dynlink_compilerlibs/identifiable.ml
#24 529.6 cp ../../utils/numbers.ml dynlink_compilerlibs/numbers.ml
#24 529.6 cp ../../utils/arg_helper.ml dynlink_compilerlibs/arg_helper.ml
#24 529.6 cp ../../utils/clflags.ml dynlink_compilerlibs/clflags.ml
#24 529.6 cp ../../utils/profile.ml dynlink_compilerlibs/profile.ml
#24 529.6 cp ../../utils/consistbl.ml dynlink_compilerlibs/consistbl.ml
#24 529.6 cp ../../utils/terminfo.ml dynlink_compilerlibs/terminfo.ml
#24 529.6 cp ../../utils/warnings.ml dynlink_compilerlibs/warnings.ml
#24 529.6 cp ../../utils/local_store.ml dynlink_compilerlibs/local_store.ml
#24 529.6 cp ../../utils/load_path.ml dynlink_compilerlibs/load_path.ml
#24 529.6 cp ../../utils/int_replace_polymorphic_compare.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 529.6 cp ../../utils/lazy_backtrack.ml dynlink_compilerlibs/lazy_backtrack.ml
#24 529.6 cp ../../parsing/location.ml dynlink_compilerlibs/location.ml
#24 529.6 cp ../../parsing/longident.ml dynlink_compilerlibs/longident.ml
#24 529.6 cp ../../parsing/docstrings.ml dynlink_compilerlibs/docstrings.ml
#24 529.6 cp ../../parsing/syntaxerr.ml dynlink_compilerlibs/syntaxerr.ml
#24 529.6 cp ../../parsing/ast_helper.ml dynlink_compilerlibs/ast_helper.ml
#24 529.6 cp ../../parsing/ast_mapper.ml dynlink_compilerlibs/ast_mapper.ml
#24 529.6 cp ../../parsing/attr_helper.ml dynlink_compilerlibs/attr_helper.ml
#24 529.6 cp ../../parsing/builtin_attributes.ml dynlink_compilerlibs/builtin_attributes.ml
#24 529.6 cp ../../typing/ident.ml dynlink_compilerlibs/ident.ml
#24 529.6 cp ../../typing/path.ml dynlink_compilerlibs/path.ml
#24 529.6 cp ../../typing/primitive.ml dynlink_compilerlibs/primitive.ml
#24 529.6 cp ../../typing/type_immediacy.ml dynlink_compilerlibs/type_immediacy.ml
#24 529.6 cp ../../typing/shape.ml dynlink_compilerlibs/shape.ml
#24 529.6 cp ../../typing/types.ml dynlink_compilerlibs/types.ml
#24 529.7 cp ../../typing/btype.ml dynlink_compilerlibs/btype.ml
#24 529.7 cp ../../typing/subst.ml dynlink_compilerlibs/subst.ml
#24 529.7 cp ../../typing/predef.ml dynlink_compilerlibs/predef.ml
#24 529.7 cp ../../typing/datarepr.ml dynlink_compilerlibs/datarepr.ml
#24 529.7 cp ../../file_formats/cmi_format.ml dynlink_compilerlibs/cmi_format.ml
#24 529.7 cp ../../typing/persistent_env.ml dynlink_compilerlibs/persistent_env.ml
#24 529.7 cp ../../typing/env.ml dynlink_compilerlibs/env.ml
#24 529.7 cp ../../lambda/debuginfo.ml dynlink_compilerlibs/debuginfo.ml
#24 529.7 cp ../../lambda/lambda.ml dynlink_compilerlibs/lambda.ml
#24 529.7 cp ../../lambda/runtimedef.ml dynlink_compilerlibs/runtimedef.ml
#24 529.7 cp ../../bytecomp/instruct.ml dynlink_compilerlibs/instruct.ml
#24 529.7 cp ../../bytecomp/opcodes.ml dynlink_compilerlibs/opcodes.ml
#24 529.7 cp ../../bytecomp/bytesections.ml dynlink_compilerlibs/bytesections.ml
#24 529.7 cp ../../bytecomp/dll.ml dynlink_compilerlibs/dll.ml
#24 529.7 cp ../../bytecomp/meta.ml dynlink_compilerlibs/meta.ml
#24 529.7 cp ../../bytecomp/symtable.ml dynlink_compilerlibs/symtable.ml
#24 529.7 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.ml
#24 529.7 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.ml
#24 529.7 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.ml
#24 529.7 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.ml
#24 529.7 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.ml
#24 529.7 cp ../../utils/binutils.mli dynlink_compilerlibs/binutils.mli
#24 529.7 cp ../../utils/config.mli dynlink_compilerlibs/config.mli
#24 529.7 cp ../../utils/build_path_prefix_map.mli dynlink_compilerlibs/build_path_prefix_map.mli
#24 529.7 cp ../../utils/misc.mli dynlink_compilerlibs/misc.mli
#24 529.7 cp ../../utils/identifiable.mli dynlink_compilerlibs/identifiable.mli
#24 529.7 cp ../../utils/numbers.mli dynlink_compilerlibs/numbers.mli
#24 529.7 cp ../../utils/arg_helper.mli dynlink_compilerlibs/arg_helper.mli
#24 529.7 cp ../../utils/clflags.mli dynlink_compilerlibs/clflags.mli
#24 529.7 cp ../../utils/profile.mli dynlink_compilerlibs/profile.mli
#24 529.7 cp ../../utils/consistbl.mli dynlink_compilerlibs/consistbl.mli
#24 529.7 cp ../../utils/terminfo.mli dynlink_compilerlibs/terminfo.mli
#24 529.7 cp ../../utils/warnings.mli dynlink_compilerlibs/warnings.mli
#24 529.7 cp ../../utils/local_store.mli dynlink_compilerlibs/local_store.mli
#24 529.7 cp ../../utils/load_path.mli dynlink_compilerlibs/load_path.mli
#24 529.7 cp ../../utils/int_replace_polymorphic_compare.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#24 529.7 cp ../../utils/lazy_backtrack.mli dynlink_compilerlibs/lazy_backtrack.mli
#24 529.8 cp ../../parsing/location.mli dynlink_compilerlibs/location.mli
#24 529.8 cp ../../parsing/longident.mli dynlink_compilerlibs/longident.mli
#24 529.8 cp ../../parsing/docstrings.mli dynlink_compilerlibs/docstrings.mli
#24 529.8 cp ../../parsing/syntaxerr.mli dynlink_compilerlibs/syntaxerr.mli
#24 529.8 cp ../../parsing/ast_helper.mli dynlink_compilerlibs/ast_helper.mli
#24 529.8 cp ../../parsing/ast_mapper.mli dynlink_compilerlibs/ast_mapper.mli
#24 529.8 cp ../../parsing/attr_helper.mli dynlink_compilerlibs/attr_helper.mli
#24 529.8 cp ../../parsing/builtin_attributes.mli dynlink_compilerlibs/builtin_attributes.mli
#24 529.8 cp ../../typing/ident.mli dynlink_compilerlibs/ident.mli
#24 529.8 cp ../../typing/path.mli dynlink_compilerlibs/path.mli
#24 529.8 cp ../../typing/primitive.mli dynlink_compilerlibs/primitive.mli
#24 529.8 cp ../../typing/type_immediacy.mli dynlink_compilerlibs/type_immediacy.mli
#24 529.8 cp ../../typing/shape.mli dynlink_compilerlibs/shape.mli
#24 529.8 cp ../../typing/types.mli dynlink_compilerlibs/types.mli
#24 529.8 cp ../../typing/btype.mli dynlink_compilerlibs/btype.mli
#24 529.8 cp ../../typing/subst.mli dynlink_compilerlibs/subst.mli
#24 529.8 cp ../../typing/predef.mli dynlink_compilerlibs/predef.mli
#24 529.8 cp ../../typing/datarepr.mli dynlink_compilerlibs/datarepr.mli
#24 529.8 cp ../../file_formats/cmi_format.mli dynlink_compilerlibs/cmi_format.mli
#24 529.8 cp ../../typing/persistent_env.mli dynlink_compilerlibs/persistent_env.mli
#24 529.8 cp ../../typing/env.mli dynlink_compilerlibs/env.mli
#24 529.8 cp ../../lambda/debuginfo.mli dynlink_compilerlibs/debuginfo.mli
#24 529.8 cp ../../lambda/lambda.mli dynlink_compilerlibs/lambda.mli
#24 529.8 cp ../../lambda/runtimedef.mli dynlink_compilerlibs/runtimedef.mli
#24 529.8 cp ../../bytecomp/instruct.mli dynlink_compilerlibs/instruct.mli
#24 529.8 cp ../../bytecomp/opcodes.mli dynlink_compilerlibs/opcodes.mli
#24 529.8 cp ../../bytecomp/bytesections.mli dynlink_compilerlibs/bytesections.mli
#24 529.8 cp ../../bytecomp/dll.mli dynlink_compilerlibs/dll.mli
#24 529.8 cp ../../bytecomp/meta.mli dynlink_compilerlibs/meta.mli
#24 529.8 cp ../../bytecomp/symtable.mli dynlink_compilerlibs/symtable.mli
#24 529.8 cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.mli
#24 529.8 cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.mli
#24 529.8 cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.mli
#24 529.8 cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.mli
#24 529.8 cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.mli
#24 529.9 ../../ocamlc.opt -depend -slash -I dynlink_compilerlibs \
#24 529.9 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 529.9 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 529.9 > dynlink_compilerlibs/.depend
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmi dynlink_compilerlibs/binutils.mli
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmi dynlink_compilerlibs/config.mli
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmi dynlink_compilerlibs/build_path_prefix_map.mli
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmi dynlink_compilerlibs/identifiable.mli
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmi dynlink_compilerlibs/arg_helper.mli
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmi dynlink_compilerlibs/profile.mli
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmi dynlink_compilerlibs/terminfo.mli
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmi dynlink_compilerlibs/warnings.mli
#24 530.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 530.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmi dynlink_compilerlibs/local_store.mli
#24 531.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 531.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmi dynlink_compilerlibs/load_path.mli
#24 531.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 531.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmi dynlink_compilerlibs/int_replace_polymorphic_compare.mli
#24 531.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 531.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmi dynlink_compilerlibs/lazy_backtrack.mli
#24 531.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 531.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmi dynlink_compilerlibs/longident.mli
#24 531.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 531.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmi dynlink_compilerlibs/runtimedef.mli
#24 531.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 531.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmi dynlink_compilerlibs/opcodes.mli
#24 531.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 531.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmi dynlink_compilerlibs/bytesections.mli
#24 531.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 531.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmi dynlink_compilerlibs/dll.mli
#24 531.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_types.mli
#24 531.1 cp dynlink_platform_intf.ml dynlink_platform_intf.mli
#24 531.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.mli
#24 531.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 531.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmo dynlink_compilerlibs/binutils.ml
#24 531.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 531.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmo dynlink_compilerlibs/config.ml
#24 531.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 531.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmo dynlink_compilerlibs/build_path_prefix_map.ml
#24 531.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 531.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmi dynlink_compilerlibs/misc.mli
#24 531.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 531.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmo dynlink_compilerlibs/arg_helper.ml
#24 531.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 531.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmo dynlink_compilerlibs/terminfo.ml
#24 531.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 531.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmo dynlink_compilerlibs/local_store.ml
#24 531.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 531.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmi dynlink_compilerlibs/location.mli
#24 531.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 531.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmo dynlink_compilerlibs/runtimedef.ml
#24 531.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 531.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmo dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 531.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 531.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmo dynlink_compilerlibs/lazy_backtrack.ml
#24 531.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 531.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmo dynlink_compilerlibs/bytesections.ml
#24 531.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 531.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmo dynlink_compilerlibs/opcodes.ml
#24 531.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_types.ml
#24 531.3 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_platform_intf.mli
#24 531.4 cp dynlink.cmi dynlink.mli byte/
#24 531.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_platform_intf.ml
#24 531.6 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_common.mli
#24 531.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 531.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmi dynlink_compilerlibs/asttypes.mli
#24 531.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 531.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmi dynlink_compilerlibs/syntaxerr.mli
#24 531.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 531.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmo dynlink_compilerlibs/syntaxerr.ml
#24 531.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 531.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmi dynlink_compilerlibs/numbers.mli
#24 531.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 531.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmi dynlink_compilerlibs/ident.mli
#24 531.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 531.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmo dynlink_compilerlibs/dll.ml
#24 531.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 531.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmi dynlink_compilerlibs/cmxs_format.mli
#24 531.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 531.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmo dynlink_compilerlibs/misc.ml
#24 531.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 531.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmo dynlink_compilerlibs/identifiable.ml
#24 531.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 531.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmi dynlink_compilerlibs/clflags.mli
#24 531.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 531.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmo dynlink_compilerlibs/profile.ml
#24 531.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 531.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmi dynlink_compilerlibs/consistbl.mli
#24 531.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 531.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmo dynlink_compilerlibs/warnings.ml
#24 531.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 531.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmo dynlink_compilerlibs/load_path.ml
#24 531.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 531.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmo dynlink_compilerlibs/longident.ml
#24 531.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 531.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmi dynlink_compilerlibs/parsetree.mli
#24 531.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 531.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmo dynlink_compilerlibs/asttypes.ml
#24 531.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 531.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmo dynlink_compilerlibs/cmxs_format.ml
#24 532.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 532.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmi dynlink_compilerlibs/path.mli
#24 532.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 532.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmi dynlink_compilerlibs/debuginfo.mli
#24 532.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 532.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmo dynlink_compilerlibs/consistbl.ml
#24 532.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 532.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmo dynlink_compilerlibs/location.ml
#24 532.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 532.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmo dynlink_compilerlibs/ident.ml
#24 532.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 532.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmo dynlink_compilerlibs/numbers.ml
#24 532.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 532.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmo dynlink_compilerlibs/clflags.ml
#24 532.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 532.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmo dynlink_compilerlibs/debuginfo.ml
#24 532.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 532.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmo dynlink_compilerlibs/path.ml
#24 532.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 532.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmi dynlink_compilerlibs/shape.mli
#24 532.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 532.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmi dynlink_compilerlibs/docstrings.mli
#24 532.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 532.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmi dynlink_compilerlibs/ast_mapper.mli
#24 532.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 532.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmi dynlink_compilerlibs/attr_helper.mli
#24 532.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 532.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmi dynlink_compilerlibs/builtin_attributes.mli
#24 532.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 532.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmi dynlink_compilerlibs/type_immediacy.mli
#24 532.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 532.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmo dynlink_compilerlibs/parsetree.ml
#24 532.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 532.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmi dynlink_compilerlibs/outcometree.mli
#24 532.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 532.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmo dynlink_compilerlibs/attr_helper.ml
#24 532.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 532.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmo dynlink_compilerlibs/builtin_attributes.ml
#24 532.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 532.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmo dynlink_compilerlibs/type_immediacy.ml
#24 532.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 532.8 -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmo dynlink_compilerlibs/docstrings.ml
#24 532.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 532.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmi dynlink_compilerlibs/ast_helper.mli
#24 533.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 533.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmi dynlink_compilerlibs/primitive.mli
#24 533.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 533.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmo dynlink_compilerlibs/outcometree.ml
#24 533.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 533.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmo dynlink_compilerlibs/shape.ml
#24 533.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 533.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmo dynlink_compilerlibs/primitive.ml
#24 533.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 533.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmi dynlink_compilerlibs/types.mli
#24 533.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 533.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmo dynlink_compilerlibs/ast_helper.ml
#24 533.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 533.5 -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmo dynlink_compilerlibs/ast_mapper.ml
#24 533.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 533.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmo dynlink_compilerlibs/types.ml
#24 533.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 533.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmi dynlink_compilerlibs/btype.mli
#24 533.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 533.9 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmi dynlink_compilerlibs/subst.mli
#24 534.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 534.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmi dynlink_compilerlibs/predef.mli
#24 534.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 534.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmi dynlink_compilerlibs/datarepr.mli
#24 534.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 534.0 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmi dynlink_compilerlibs/cmi_format.mli
#24 534.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 534.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmo dynlink_compilerlibs/cmi_format.ml
#24 534.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 534.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmi dynlink_compilerlibs/persistent_env.mli
#24 534.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 534.2 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmi dynlink_compilerlibs/env.mli
#24 534.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 534.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmo dynlink_compilerlibs/btype.ml
#24 534.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 534.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmo dynlink_compilerlibs/subst.ml
#24 534.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 534.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmo dynlink_compilerlibs/predef.ml
#24 534.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 534.3 -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmo dynlink_compilerlibs/datarepr.ml
#24 534.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 534.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmo dynlink_compilerlibs/persistent_env.ml
#24 534.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 534.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmo dynlink_compilerlibs/env.ml
#24 534.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 534.7 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmi dynlink_compilerlibs/lambda.mli
#24 535.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 535.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmo dynlink_compilerlibs/lambda.ml
#24 535.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 535.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmi dynlink_compilerlibs/instruct.mli
#24 535.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 535.1 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmi dynlink_compilerlibs/cmo_format.mli
#24 535.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 535.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmi dynlink_compilerlibs/symtable.mli
#24 535.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 535.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmo dynlink_compilerlibs/cmo_format.ml
#24 535.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 535.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmo dynlink_compilerlibs/instruct.ml
#24 535.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 535.4 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmi dynlink_compilerlibs/meta.mli
#24 535.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 535.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmo dynlink_compilerlibs/meta.ml
#24 535.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 535.6 -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmo dynlink_compilerlibs/symtable.ml
#24 537.1 ../../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 538.1 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -c -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +A -bin-annot -safe-string -strict-formats -I byte dynlink_common.ml
#24 538.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 byte/dynlink.ml
#24 538.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 extract_crc.ml
#24 538.4 ../../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 538.5 ../../ocamlc.opt -g -nostdlib -I ../../stdlib -o extract_crc dynlink.cma byte/dynlink_compilerlibs.cmo extract_crc.cmo
#24 539.0 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 539.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 539.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 539.1 -o accept.o accept.c
#24 539.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 539.1 -o access.o access.c
#24 539.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 539.1 -o addrofstr.o addrofstr.c
#24 539.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 539.1 -o alarm.o alarm.c
#24 539.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 539.1 -o bind.o bind.c
#24 539.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 539.1 -o channels.o channels.c
#24 539.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 539.1 -o chdir.o chdir.c
#24 539.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 539.1 -o chmod.o chmod.c
#24 539.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 539.1 -o chown.o chown.c
#24 539.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 539.1 -o chroot.o chroot.c
#24 539.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 539.1 -o close.o close.c
#24 539.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 539.2 -o fsync.o fsync.c
#24 539.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 539.2 -o closedir.o closedir.c
#24 539.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 539.2 -o connect.o connect.c
#24 539.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 539.2 -o cst2constr.o cst2constr.c
#24 539.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 539.2 -o cstringv.o cstringv.c
#24 539.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 539.2 -o dup.o dup.c
#24 539.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 539.3 -o dup2.o dup2.c
#24 539.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 539.3 -o envir.o envir.c
#24 539.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 539.3 -o errmsg.o errmsg.c
#24 539.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 539.3 -o execv.o execv.c
#24 539.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 539.3 -o execve.o execve.c
#24 539.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 539.4 -o execvp.o execvp.c
#24 539.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 539.4 -o exit.o exit.c
#24 539.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 539.4 -o fchmod.o fchmod.c
#24 539.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 539.5 -o fchown.o fchown.c
#24 539.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 539.5 -o fcntl.o fcntl.c
#24 539.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 539.5 -o fork.o fork.c
#24 539.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 539.5 -o ftruncate.o ftruncate.c
#24 539.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 539.5 -o getaddrinfo.o getaddrinfo.c
#24 539.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 539.6 -o getcwd.o getcwd.c
#24 539.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 539.6 -o getegid.o getegid.c
#24 539.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 539.6 -o geteuid.o geteuid.c
#24 539.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 539.6 -o getgid.o getgid.c
#24 539.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 539.7 -o getgr.o getgr.c
#24 539.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 539.7 -o getgroups.o getgroups.c
#24 539.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 539.7 -o gethost.o gethost.c
#24 539.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 539.7 -o gethostname.o gethostname.c
#24 539.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 539.8 -o getlogin.o getlogin.c
#24 539.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 539.8 -o getnameinfo.o getnameinfo.c
#24 539.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 539.8 -o getpeername.o getpeername.c
#24 539.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 539.8 -o getpid.o getpid.c
#24 539.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 539.9 -o getppid.o getppid.c
#24 539.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 539.9 -o getproto.o getproto.c
#24 539.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 539.9 -o getpw.o getpw.c
#24 540.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 540.0 -o gettimeofday.o gettimeofday.c
#24 540.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 540.0 -o getserv.o getserv.c
#24 540.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 540.0 -o getsockname.o getsockname.c
#24 540.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 540.1 -o getuid.o getuid.c
#24 540.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 540.1 -o gmtime.o gmtime.c
#24 540.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 540.1 -o initgroups.o initgroups.c
#24 540.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 540.2 -o isatty.o isatty.c
#24 540.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 540.2 -o itimer.o itimer.c
#24 540.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 540.2 -o kill.o kill.c
#24 540.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 540.3 -o link.o link.c
#24 540.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 540.3 -o listen.o listen.c
#24 540.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 540.4 -o lockf.o lockf.c
#24 540.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 540.4 -o lseek.o lseek.c
#24 540.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 540.4 -o mkdir.o mkdir.c
#24 540.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 540.5 -o mkfifo.o mkfifo.c
#24 540.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 540.5 -o mmap.o mmap.c
#24 540.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 540.6 -o mmap_ba.o mmap_ba.c
#24 540.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 540.6 -o nice.o nice.c
#24 540.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 540.7 -o open.o open.c
#24 540.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 540.7 -o opendir.o opendir.c
#24 540.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 540.8 -o pipe.o pipe.c
#24 540.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 540.8 -o putenv.o putenv.c
#24 540.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 540.9 -o read.o read.c
#24 540.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 540.9 -o realpath.o realpath.c
#24 541.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 541.0 -o readdir.o readdir.c
#24 541.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 541.0 -o readlink.o readlink.c
#24 541.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 541.1 -o rename.o rename.c
#24 541.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 541.1 -o rewinddir.o rewinddir.c
#24 541.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 541.2 -o rmdir.o rmdir.c
#24 541.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 541.2 -o select.o select.c
#24 541.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 541.3 -o sendrecv.o sendrecv.c
#24 541.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 541.3 -o setgid.o setgid.c
#24 541.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 541.4 -o setgroups.o setgroups.c
#24 541.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 541.4 -o setsid.o setsid.c
#24 541.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 541.5 -o setuid.o setuid.c
#24 541.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 541.6 -o shutdown.o shutdown.c
#24 541.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 541.6 -o signals.o signals.c
#24 541.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 541.7 -o sleep.o sleep.c
#24 541.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 541.7 -o socket.o socket.c
#24 541.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 541.8 -o socketaddr.o socketaddr.c
#24 541.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 541.9 -o socketpair.o socketpair.c
#24 541.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 541.9 -o sockopt.o sockopt.c
#24 542.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 542.0 -o spawn.o spawn.c
#24 542.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 542.0 -o stat.o stat.c
#24 542.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 542.1 -o strofaddr.o strofaddr.c
#24 542.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 542.1 -o symlink.o symlink.c
#24 542.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 542.2 -o termios.o termios.c
#24 542.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 542.3 -o time.o time.c
#24 542.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 542.3 -o times.o times.c
#24 542.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 542.4 -o truncate.o truncate.c
#24 542.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 542.5 -o umask.o umask.c
#24 542.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 542.5 -o unixsupport.o unixsupport.c
#24 542.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 542.6 -o unlink.o unlink.c
#24 542.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 542.7 -o utimes.o utimes.c
#24 542.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 542.7 -o wait.o wait.c
#24 542.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 542.8 -o write.o write.c
#24 542.9 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.mli
#24 546.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.ml
#24 546.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels -pp "mawk -f ../../stdlib/expand_module_aliases.awk" unixLabels.mli
#24 548.8 ../../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 549.2 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#24 549.2 unix.cmo unixLabels.cmo
#24 549.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 550.0 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 550.0 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 550.0 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats bigarray.mli
#24 550.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 bigarray.ml
#24 550.2 ../../ocamlc.opt -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo
#24 550.2 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 550.2 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 550.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 550.2 -o strstubs.o strstubs.c
#24 550.3 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats str.mli
#24 550.3 ../../ocamlc.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats str.ml
#24 550.6 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../ocamlc.opt -nostdlib -I ../../stdlib' -linkall \
#24 550.6 str.cmo
#24 551.5 ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
#24 551.6 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 551.6 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 551.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 551.7 -o st_stubs.b.o st_stubs.c
#24 551.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.mli
#24 551.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.mli
#24 551.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.mli
#24 551.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.mli
#24 551.7 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.mli
#24 551.8 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#24 551.8 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.mli
#24 551.8 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#24 551.8 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#24 551.9 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#24 551.9 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#24 551.9 ../../ocamlc.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#24 552.0 ../../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 553.6 ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o
#24 553.8 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 553.8 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 553.8 make -j -C debugger all
#24 553.8 make -j -C ocamldoc all
#24 553.8 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 553.8 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 553.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_config.mli
#24 553.8 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.mli
#24 553.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_messages.ml
#24 553.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.mli
#24 553.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 unix_tools.mli
#24 553.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_types.mli
#24 553.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_config.mli
#24 553.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 parameters.mli
#24 553.9 ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
#24 553.9 ../boot/ocamlrun ../lex/ocamllex -q debugger_lexer.mll
#24 553.9 ../boot/ocamlrun ../lex/ocamllex -q odoc_text_lexer.mll
#24 553.9 ../yacc/ocamlyacc debugger_parser.mly
#24 553.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.mli
#24 553.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.mli
#24 553.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 553.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 exec.mli
#24 553.9 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments_global.mli
#24 553.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 source.mli
#24 554.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 events.mli
#24 554.0 ../yacc/ocamlyacc --strict -v odoc_parser.mly
#24 554.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 trap_barrier.mli
#24 554.0 ../boot/ocamlrun ../lex/ocamllex -q odoc_lexer.mll
#24 554.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 history.mli
#24 554.0 ../boot/ocamlrun ../lex/ocamllex -q odoc_see_lexer.mll
#24 554.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 show_source.mli
#24 554.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_control.ml
#24 554.0 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_management.mli
#24 554.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_inherit.ml
#24 554.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug loadprinter.mli
#24 554.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex_style.ml
#24 554.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug command_line.mli
#24 554.1 ../boot/ocamlrun ../lex/ocamllex -q odoc_ocamlhtml.mll
#24 554.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug int64ops.ml
#24 554.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_config.ml
#24 554.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug primitives.ml
#24 554.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugcom.mli
#24 554.1 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug input_handling.mli
#24 554.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_loading.mli
#24 554.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug time_travel.mli
#24 554.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 unix_tools.ml
#24 554.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_config.ml
#24 554.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 parameters.ml
#24 554.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_global.mli
#24 554.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_misc.mli
#24 554.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_text_parser.mli
#24 554.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 pos.mli
#24 554.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 events.ml
#24 554.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_text.mli
#24 554.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_parameter.ml
#24 554.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 554.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 554.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.mli
#24 554.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 exec.ml
#24 554.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_type.ml
#24 554.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 source.ml
#24 554.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_env.mli
#24 554.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_comments_global.ml
#24 554.6 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_print.ml
#24 554.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 show_source.ml
#24 554.7 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug input_handling.ml
#24 554.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 parser_aux.mli
#24 554.7 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugcom.ml
#24 554.8 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug checkpoints.mli
#24 554.8 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug program_loading.ml
#24 554.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 symbols.mli
#24 554.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 breakpoints.mli
#24 554.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 pos.ml
#24 555.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 555.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 555.1 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_parser.ml
#24 555.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_see_lexer.ml
#24 555.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_env.ml
#24 555.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug debugger_parser.mli
#24 555.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug printval.mli
#24 555.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#24 555.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug eval.mli
#24 555.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#24 555.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug checkpoints.ml
#24 555.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug trap_barrier.ml
#24 555.2 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_value.ml
#24 555.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 555.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 555.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 symbols.ml
#24 555.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 breakpoints.ml
#24 555.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 time_travel.ml
#24 555.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 555.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.ml
#24 555.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 555.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 555.6 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_types.ml
#24 555.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 555.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 555.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 debugger_lexer.mli
#24 555.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 debugger_parser.ml
#24 555.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 printval.ml
#24 555.8 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug show_information.ml
#24 555.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 loadprinter.ml
#24 555.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 eval.ml
#24 555.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 556.0 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_class.ml
#24 556.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_lexer.ml
#24 556.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug question.ml
#24 556.2 ../ocamlc.opt -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../otherlibs/dynlink -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../file_formats -I ../lambda -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -for-pack ocamldebug command_line.ml
#24 556.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_module.ml
#24 556.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.mli
#24 556.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_str.ml
#24 556.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_text.ml
#24 557.0 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_merge.mli
#24 557.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.mli
#24 557.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_search.mli
#24 557.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_scan.ml
#24 557.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_cross.mli
#24 557.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.mli
#24 557.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_dep.ml
#24 557.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_analyse.mli
#24 557.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 557.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_sig.ml
#24 557.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_ast.mli
#24 557.3 ../ocamlc.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#24 557.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 557.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 557.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_cross.ml
#24 557.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 557.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_analyse.ml
#24 557.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 557.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_info.ml
#24 557.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_to_text.ml
#24 557.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_man.ml
#24 557.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_dag2html.mli
#24 557.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_dot.ml
#24 558.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 558.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 558.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_dag2html.ml
#24 558.4 ../ocamlc.opt -g -nostdlib -I ../stdlib -linkall -I ../otherlibs/unix -I ../otherlibs/dynlink -o ocamldebug -linkall ../compilerlibs/ocamlcommon.cma ../otherlibs/unix/unix.cma ../otherlibs/dynlink/dynlink.cma ../toplevel/genprintval.cmo ocamldebug.cmo ocamldebug_entry.cmo
#24 559.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 559.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 559.7 ../ocamlc.opt -nostdlib -I ../stdlib -a -o odoc_info.cma -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -nostdlib odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo
#24 561.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_gen.mli
#24 561.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_args.mli
#24 561.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_gen.ml
#24 561.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_test.ml
#24 561.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_args.ml
#24 561.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.ml
#24 561.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 generators/odoc_todo.ml
#24 561.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 generators/odoc_literate.ml
#24 561.7 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 562.4 ../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 562.7 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 562.7 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 562.7 make -j ocamlopt.opt
#24 562.7 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 562.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/internal_variable_names.ml -I middle_end
#24 562.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/linkage_name.ml -I middle_end
#24 562.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/backend_var.ml -I middle_end
#24 562.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/clambda_primitives.ml -I middle_end
#24 562.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
#24 562.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
#24 562.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
#24 562.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.ml -I middle_end/flambda
#24 563.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/allocated_const.ml -I middle_end/flambda
#24 563.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/arch.ml -I asmcomp
#24 563.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_proc.ml -I asmcomp
#24 563.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.ml -I driver
#24 563.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda_primitives.ml -I middle_end
#24 563.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.ml -I middle_end
#24 563.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/convert_primitives.ml -I middle_end
#24 564.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 564.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda.ml -I middle_end
#24 564.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm.ml -I asmcomp
#24 565.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.ml -I asmcomp
#24 565.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.ml -I asmcomp
#24 565.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.ml -I asmcomp
#24 565.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.ml -I middle_end
#24 565.5 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
#24 565.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
#24 565.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda.ml -I middle_end
#24 565.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml -I asmcomp
#24 565.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml -I asmcomp
#24 565.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.ml -I asmcomp
#24 565.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.ml -I asmcomp
#24 565.7 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.ml -I asmcomp
#24 565.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/emitaux.ml -I asmcomp
#24 566.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
#24 567.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/mach.ml -I asmcomp
#24 567.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
#24 567.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.ml -I middle_end
#24 567.9 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
#24 568.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/parameter.ml -I middle_end/flambda
#24 568.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/proc.ml -I asmcomp
#24 568.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/dataflow.ml -I asmcomp
#24 568.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/comballoc.ml -I asmcomp
#24 568.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/split.ml -I asmcomp
#24 568.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/reloadgen.ml -I asmcomp
#24 568.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/linear.ml -I asmcomp
#24 568.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
#24 568.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
#24 569.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 file_formats/linear_format.ml -I file_formats
#24 569.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/branch_relaxation_intf.ml -I asmcomp
#24 569.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/closure_conversion_aux.ml -I middle_end/flambda
#24 570.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
#24 570.4 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.ml -I asmcomp
#24 570.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/polling.ml -I asmcomp
#24 570.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/projection.ml -I middle_end/flambda
#24 571.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 571.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/CSEgen.ml -I asmcomp
#24 571.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/spill.ml -I asmcomp
#24 571.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/interf.ml -I asmcomp
#24 571.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/coloring.ml -I asmcomp
#24 571.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/reload.ml -I asmcomp
#24 571.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/deadcode.ml -I asmcomp
#24 571.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/linearize.ml -I asmcomp
#24 571.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/schedgen.ml -I asmcomp
#24 572.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/un_anf.ml -I middle_end/flambda
#24 573.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.ml -I middle_end/flambda
#24 573.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/printmach.ml -I asmcomp
#24 573.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/linscan.ml -I asmcomp
#24 573.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml -I asmcomp
#24 574.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSE.ml -I asmcomp
#24 574.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/scheduling.ml -I asmcomp
#24 576.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/liveness.ml -I asmcomp
#24 576.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/printlinear.ml -I asmcomp
#24 578.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
#24 578.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.ml -I middle_end/flambda
#24 578.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
#24 578.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.ml -I middle_end/flambda
#24 578.6 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
#24 579.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 579.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 579.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/lift_code.ml -I middle_end/flambda
#24 579.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/share_constants.ml -I middle_end/flambda
#24 579.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/ref_to_variables.ml -I middle_end/flambda
#24 579.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_invariants.ml -I middle_end/flambda
#24 580.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/selection.ml -I asmcomp
#24 582.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/inlining_stats_types.ml -I middle_end/flambda
#24 582.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.ml -I middle_end/flambda
#24 583.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/freshening.ml -I middle_end/flambda
#24 583.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.ml -I middle_end/flambda
#24 583.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/lift_let_to_initialize_symbol.ml -I middle_end/flambda
#24 583.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/find_recursive_functions.ml -I middle_end/flambda
#24 583.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/invariant_params.ml -I middle_end/flambda
#24 583.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/inconstant_idents.ml -I middle_end/flambda
#24 583.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/remove_unused_closure_vars.ml -I middle_end/flambda
#24 583.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/remove_free_vars_equal_to_args.ml -I middle_end/flambda
#24 583.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_offsets.ml -I middle_end/flambda
#24 585.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
#24 585.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
#24 588.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.ml -I middle_end/flambda
#24 588.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/lift_constants.ml -I middle_end/flambda
#24 588.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_common.ml -I middle_end/flambda
#24 588.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/inline_and_simplify_aux.ml -I middle_end/flambda
#24 588.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/simplify_boxed_integer_ops.ml -I middle_end/flambda
#24 589.3 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_primitives.ml -I middle_end/flambda
#24 590.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/export_info_for_pack.ml -I middle_end/flambda
#24 590.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/compilenv.ml -I middle_end
#24 590.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/traverse_for_exported_symbols.ml -I middle_end/flambda
#24 590.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/extract_projections.ml -I middle_end/flambda
#24 590.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/augment_specialised_args.ml -I middle_end/flambda
#24 590.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_transforms.ml -I middle_end/flambda
#24 591.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_free_vars_of_closures.ml -I middle_end/flambda
#24 592.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.ml -I middle_end/closure
#24 592.1 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.ml -I middle_end/flambda
#24 592.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/build_export_info.ml -I middle_end/flambda
#24 592.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
#24 592.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.ml -I asmcomp
#24 592.2 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml -I asmcomp
#24 593.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/cmm_helpers.ml -I asmcomp
#24 593.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 594.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/unbox_specialised_args.ml -I middle_end/flambda
#24 594.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/unbox_closures.ml -I middle_end/flambda
#24 596.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/inline_and_simplify.ml -I middle_end/flambda
#24 599.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/closure/closure_middle_end.ml -I middle_end/closure
#24 600.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_middle_end.ml -I middle_end/flambda
#24 603.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.ml -I asmcomp
#24 607.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/asmgen.ml -I asmcomp
#24 609.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 609.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 610.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/asmlibrarian.ml -I asmcomp
#24 610.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 611.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/optmaindriver.ml -I driver
#24 612.4 ./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 612.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/optmain.ml -I driver
#24 613.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlopt.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa driver/optmain.cmx
#24 620.8 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 620.8 make -j otherlibrariesopt
#24 620.8 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 620.9 make -j -C otherlibs allopt
#24 620.9 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 620.9 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 620.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 620.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/binutils.cmx dynlink_compilerlibs/binutils.ml
#24 620.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 620.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/config.cmx dynlink_compilerlibs/config.ml
#24 620.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 620.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/build_path_prefix_map.cmx dynlink_compilerlibs/build_path_prefix_map.ml
#24 620.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 620.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/arg_helper.cmx dynlink_compilerlibs/arg_helper.ml
#24 621.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 621.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/terminfo.cmx dynlink_compilerlibs/terminfo.ml
#24 621.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 621.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/local_store.cmx dynlink_compilerlibs/local_store.ml
#24 621.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 621.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/int_replace_polymorphic_compare.cmx dynlink_compilerlibs/int_replace_polymorphic_compare.ml
#24 621.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 621.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lazy_backtrack.cmx dynlink_compilerlibs/lazy_backtrack.ml
#24 621.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 621.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/runtimedef.cmx dynlink_compilerlibs/runtimedef.ml
#24 621.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 621.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/opcodes.cmx dynlink_compilerlibs/opcodes.ml
#24 621.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_types.ml
#24 621.1 cp dynlink.cmi dynlink.mli native/
#24 621.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_platform_intf.ml
#24 621.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 621.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/misc.cmx dynlink_compilerlibs/misc.ml
#24 621.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 621.5 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/bytesections.cmx dynlink_compilerlibs/bytesections.ml
#24 622.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 622.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/identifiable.cmx dynlink_compilerlibs/identifiable.ml
#24 622.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 622.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/profile.cmx dynlink_compilerlibs/profile.ml
#24 622.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 622.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/consistbl.cmx dynlink_compilerlibs/consistbl.ml
#24 622.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 622.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/warnings.cmx dynlink_compilerlibs/warnings.ml
#24 622.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 622.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/load_path.cmx dynlink_compilerlibs/load_path.ml
#24 622.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 622.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/longident.cmx dynlink_compilerlibs/longident.ml
#24 622.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 622.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/dll.cmx dynlink_compilerlibs/dll.ml
#24 622.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 622.6 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmxs_format.cmx dynlink_compilerlibs/cmxs_format.ml
#24 623.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 623.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/numbers.cmx dynlink_compilerlibs/numbers.ml
#24 623.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 623.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/clflags.cmx dynlink_compilerlibs/clflags.ml
#24 624.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 624.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/location.cmx dynlink_compilerlibs/location.ml
#24 624.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 624.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ident.cmx dynlink_compilerlibs/ident.ml
#24 624.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 624.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/path.cmx dynlink_compilerlibs/path.ml
#24 624.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 624.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/shape.cmx dynlink_compilerlibs/shape.ml
#24 625.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 625.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/asttypes.cmx dynlink_compilerlibs/asttypes.ml
#24 625.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 625.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/syntaxerr.cmx dynlink_compilerlibs/syntaxerr.ml
#24 625.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 625.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/parsetree.cmx dynlink_compilerlibs/parsetree.ml
#24 625.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 625.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/debuginfo.cmx dynlink_compilerlibs/debuginfo.ml
#24 625.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 625.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/docstrings.cmx dynlink_compilerlibs/docstrings.ml
#24 625.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 625.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/attr_helper.cmx dynlink_compilerlibs/attr_helper.ml
#24 625.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 625.3 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/builtin_attributes.cmx dynlink_compilerlibs/builtin_attributes.ml
#24 625.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 625.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_helper.cmx dynlink_compilerlibs/ast_helper.ml
#24 625.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 625.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/type_immediacy.cmx dynlink_compilerlibs/type_immediacy.ml
#24 625.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 625.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/outcometree.cmx dynlink_compilerlibs/outcometree.ml
#24 626.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 626.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/primitive.cmx dynlink_compilerlibs/primitive.ml
#24 626.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 626.2 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/types.cmx dynlink_compilerlibs/types.ml
#24 626.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 626.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/ast_mapper.cmx dynlink_compilerlibs/ast_mapper.ml
#24 626.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 626.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/btype.cmx dynlink_compilerlibs/btype.ml
#24 626.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 626.8 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmi_format.cmx dynlink_compilerlibs/cmi_format.ml
#24 627.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 627.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/persistent_env.cmx dynlink_compilerlibs/persistent_env.ml
#24 627.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 627.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/predef.cmx dynlink_compilerlibs/predef.ml
#24 627.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 627.7 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/datarepr.cmx dynlink_compilerlibs/datarepr.ml
#24 628.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 628.4 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/subst.cmx dynlink_compilerlibs/subst.ml
#24 629.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 629.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/env.cmx dynlink_compilerlibs/env.ml
#24 632.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 632.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/lambda.cmx dynlink_compilerlibs/lambda.ml
#24 632.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 632.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/instruct.cmx dynlink_compilerlibs/instruct.ml
#24 632.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 632.9 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/cmo_format.cmx dynlink_compilerlibs/cmo_format.ml
#24 633.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 633.0 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/meta.cmx dynlink_compilerlibs/meta.ml
#24 633.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 633.1 -I native -I dynlink_compilerlibs -o dynlink_compilerlibs/symtable.cmx dynlink_compilerlibs/symtable.ml
#24 633.6 ../../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 634.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_common.ml
#24 635.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 native/dynlink.ml
#24 635.2 ../../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 635.2 -o dynlink.cmxa native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx
#24 635.4 cp native/dynlink.cmx dynlink.cmx
#24 635.4 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 635.4 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 635.5 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.ml
#24 636.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.ml
#24 636.3 ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#24 636.3 unix.cmx unixLabels.cmx
#24 636.4 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
#24 636.8 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 636.8 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 636.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats bigarray.ml
#24 636.9 ../../ocamlopt.opt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx
#24 637.0 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
#24 637.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 637.1 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 637.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 str.ml
#24 637.7 ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../ocamlopt.opt -nostdlib -I ../../stdlib' -linkall \
#24 637.7 str.cmx
#24 637.8 ../../ocamlopt.opt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
#24 638.1 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 638.1 make[4]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 638.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -I../../runtime -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux -DNATIVE_CODE -DTARGET_riscv -DMODEL_riscv64 -DSYS_linux \
#24 638.1 -o st_stubs.n.o st_stubs.c
#24 638.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
#24 638.1 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
#24 638.2 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
#24 638.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
#24 638.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
#24 638.3 ../../ocamlopt.opt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
#24 638.6 ../../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 640.1 ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs.n.o
#24 640.3 make[4]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 640.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs'
#24 640.3 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 640.3 make -j ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
#24 640.3 ocamlnat
#24 640.3 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 640.4 make -j -C lex allopt
#24 640.4 make -j -C tools opt
#24 640.4 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 640.4 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 640.4 ./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 640.4 make -j -C yacc all
#24 640.5 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
#24 640.5 ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/tophooks.mli
#24 640.5 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
#24 640.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 640.5 cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
#24 640.5 cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
#24 640.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 640.5 cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
#24 640.5 make[3]: Nothing to be done for 'all'.
#24 640.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/yacc'
#24 640.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/genprintval.ml -I toplevel
#24 640.5 make -j -C lex all
#24 640.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/trace.ml -I toplevel/native
#24 640.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 640.6 make[3]: Nothing to be done for 'all'.
#24 640.6 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 640.6 make -j -C ocamldoc opt.opt
#24 640.6 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 640.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_config.ml
#24 640.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_messages.ml
#24 640.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_print.ml
#24 640.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_comments_global.ml
#24 640.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_control.ml
#24 640.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_inherit.ml
#24 640.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_ocamlhtml.ml
#24 640.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 641.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 641.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 parser.ml
#24 641.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 lexgen.ml
#24 641.2 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 641.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_types.ml
#24 641.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_global.ml
#24 641.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_misc.ml
#24 641.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_parameter.ml
#24 641.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_parser.ml
#24 642.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 lexer.ml
#24 642.4 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_lexer.ml
#24 642.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 642.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_parser.ml
#24 642.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_name.ml
#24 643.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_text_lexer.ml
#24 643.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_value.ml
#24 643.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 643.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 643.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_extension.ml
#24 643.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_exception.ml
#24 643.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_class.ml
#24 643.8 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topcommon.ml -I toplevel
#24 644.0 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_module.ml
#24 644.0 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_str.ml
#24 644.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 644.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_merge.ml
#24 644.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_search.ml
#24 644.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_scan.ml
#24 644.7 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dep.ml
#24 644.9 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
#24 644.9 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
#24 645.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/tophooks.ml -I toplevel/native
#24 645.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_sig.ml
#24 645.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 output.ml
#24 645.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 646.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_cross.ml
#24 646.0 ./boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/native/topeval.ml -I toplevel/native
#24 647.2 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_comments.ml
#24 647.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 -I toplevel/native -c toplevel/toploop.ml
#24 647.5 ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
#24 647.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_ast.ml
#24 647.9 ../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 648.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 -I toplevel/native -c toplevel/topdirs.ml
#24 648.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 648.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 649.1 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_analyse.ml
#24 649.5 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/lex'
#24 649.5 make -j -C tools opt.opt
#24 649.5 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 649.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 - ocamldep.ml
#24 649.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 649.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 - ocamlprof.ml
#24 649.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 649.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 649.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 - ocamlmklib.ml
#24 649.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 - ocamlmktop.ml
#24 649.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 - ocamlcmt.ml
#24 649.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 - opnames.ml
#24 649.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 649.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 - primreq.ml
#24 649.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 649.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 649.9 ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib \
#24 649.9 -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_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 649.9 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamldep.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamldep.cmx
#24 650.3 ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - dumpobj.ml
#24 650.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 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 650.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 stripdebug.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa stripdebug.cmx
#24 650.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 primreq.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa primreq.cmx
#24 650.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_dag2html.ml
#24 650.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_to_text.ml
#24 650.9 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_man.ml
#24 651.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_dot.ml
#24 651.0 ../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 651.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 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 651.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 cmpbyt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa cmpbyt.cmx
#24 651.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 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 652.6 ./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 653.0 ./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 653.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 ocamlcmt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamlcmt.cmx
#24 654.6 ../ocamlopt.opt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/dynlink/native -I ../otherlibs/unix -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot -principal -c odoc_latex.ml
#24 654.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_texi.ml
#24 655.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 ocamlobjinfo.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ../compilerlibs/ocamlmiddleend.cmxa objinfo.cmx
#24 656.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 ocamlmklib.opt ../utils/config.cmx ../utils/build_path_prefix_map.cmx ../utils/misc.cmx ocamlmklib.cmx
#24 656.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 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 657.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 dumpobj.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa opnames.cmx dumpobj.cmx
#24 657.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_html.ml
#24 687.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_gen.ml
#24 688.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_args.ml
#24 692.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.ml
#24 692.9 ../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 692.9 ../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 693.5 ../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 696.4 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 707.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 707.3 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 707.3 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 707.3 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 707.4 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 707.4 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"
#24 707.4 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 707.4 mkdir -p "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#24 707.4 make -j -C runtime install
#24 707.4 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 707.6 /usr/bin/install -c -p ocamlrun ocamlrund ocamlruni "/tmp/opam/bootstrap/ocaml/bin"
#24 707.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 707.9 /usr/bin/install -c -p libcamlrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 707.9 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 707.9 /usr/bin/install -c -p -m 644 caml/domain_state.tbl caml/*.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 708.0 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 708.0 /usr/bin/install -c -p ocaml "/tmp/opam/bootstrap/ocaml/bin"
#24 708.1 /usr/bin/install -c -p ocamlc "/tmp/opam/bootstrap/ocaml/bin/ocamlc.byte"
#24 708.3 make -j -C stdlib install
#24 708.3 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 708.3 stale=""; \
#24 708.3 if test -n "$stale" ; then \
#24 708.3 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#24 708.3 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cm* and re-run make install"; \
#24 708.3 exit 1; \
#24 708.3 fi
#24 708.3 /usr/bin/install -c -p -m 644 \
#24 708.3 stdlib.cma std_exit.cmo *.cmi camlheader_ur \
#24 708.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 708.4 /usr/bin/install -c -p -m 644 \
#24 708.4 *.cmt *.cmti *.mli *.ml \
#24 708.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 708.6 /usr/bin/install -c -p -m 644 target_camlheader "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheader"
#24 708.6 /usr/bin/install -c -p -m 644 target_camlheaderd "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderd"
#24 708.6 /usr/bin/install -c -p -m 644 target_camlheaderi "/tmp/opam/bootstrap/ocaml/lib/ocaml/camlheaderi"
#24 708.6 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 708.6 /usr/bin/install -c -p lex/ocamllex \
#24 708.6 "/tmp/opam/bootstrap/ocaml/bin/ocamllex.byte"
#24 708.6 /usr/bin/install -c -p yacc/ocamlyacc "/tmp/opam/bootstrap/ocaml/bin"
#24 708.6 /usr/bin/install -c -p -m 644 \
#24 708.6 utils/*.cmi \
#24 708.6 parsing/*.cmi \
#24 708.6 typing/*.cmi \
#24 708.6 bytecomp/*.cmi \
#24 708.6 file_formats/*.cmi \
#24 708.6 lambda/*.cmi \
#24 708.6 driver/*.cmi \
#24 708.6 toplevel/*.cmi \
#24 708.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 708.7 /usr/bin/install -c -p -m 644 \
#24 708.7 toplevel/byte/*.cmi \
#24 708.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 708.7 /usr/bin/install -c -p -m 644 \
#24 708.7 utils/*.cmt utils/*.cmti utils/*.mli \
#24 708.7 parsing/*.cmt parsing/*.cmti parsing/*.mli \
#24 708.7 typing/*.cmt typing/*.cmti typing/*.mli \
#24 708.7 file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
#24 708.7 lambda/*.cmt lambda/*.cmti lambda/*.mli \
#24 708.7 bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
#24 708.7 driver/*.cmt driver/*.cmti driver/*.mli \
#24 708.7 toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
#24 708.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 709.2 /usr/bin/install -c -p -m 644 \
#24 709.2 toplevel/byte/*.cmt \
#24 709.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 709.2 /usr/bin/install -c -p -m 644 \
#24 709.2 compilerlibs/*.cma \
#24 709.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 709.4 /usr/bin/install -c -p -m 644 \
#24 709.4 driver/main.cmo toplevel/topstart.cmo \
#24 709.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 709.4 /usr/bin/install -c -p expunge "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 709.6 /usr/bin/install -c -p -m 644 \
#24 709.6 toplevel/topdirs.cmi \
#24 709.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 709.6 /usr/bin/install -c -p -m 644 \
#24 709.6 toplevel/topdirs.cmt \
#24 709.6 toplevel/topdirs.cmti toplevel/topdirs.mli \
#24 709.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 709.6 make -j -C tools install
#24 709.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 709.6 /usr/bin/install -c -p -m 644 \
#24 709.6 profiling.cmi profiling.cmo \
#24 709.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 709.6 /usr/bin/install -c -p -m 644 \
#24 709.6 profiling.cmt profiling.cmti \
#24 709.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 709.7 for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
#24 709.7 do \
#24 709.7 /usr/bin/install -c -p "$i" "/tmp/opam/bootstrap/ocaml/bin/$i.byte"; \
#24 709.7 if test -f "$i".opt; then \
#24 709.7 /usr/bin/install -c -p "$i.opt" "/tmp/opam/bootstrap/ocaml/bin" && \
#24 709.7 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.opt" "$i"); \
#24 709.7 else \
#24 709.7 (cd "/tmp/opam/bootstrap/ocaml/bin" && ln -sf "$i.byte" "$i"); \
#24 709.7 fi; \
#24 709.7 done
#24 710.5 if test -f ocamlcmt.opt; then \
#24 710.5 /usr/bin/install -c -p\
#24 710.5 ocamlcmt.opt "/tmp/opam/bootstrap/ocaml/bin/ocamlcmt"; \
#24 710.5 else \
#24 710.5 /usr/bin/install -c -p ocamlcmt "/tmp/opam/bootstrap/ocaml/bin"; \
#24 710.5 fi
#24 710.6 /usr/bin/install -c -p -m 644 \
#24 710.6 eventlog_metadata \
#24 710.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 710.7 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 710.7 make -j -C man install
#24 710.7 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#24 710.7 mkdir -p '/tmp/opam/bootstrap/ocaml/man/man1'
#24 710.7 /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 710.7 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/man'
#24 710.7 for i in dynlink unix bigarray str systhreads; do \
#24 710.7 make -j -C otherlibs/$i install || exit $?; \
#24 710.7 done
#24 710.7 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 710.7 /usr/bin/install -c -p -m 644 \
#24 710.7 dynlink.cmi dynlink.cma \
#24 710.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 710.8 /usr/bin/install -c -p -m 644 \
#24 710.8 dynlink.cmti dynlink.mli \
#24 710.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 710.8 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 710.8 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 710.8 if test -f dllunix.so; then \
#24 710.8 /usr/bin/install -c -p \
#24 710.8 dllunix.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 710.8 fi
#24 710.9 /usr/bin/install -c -p -m 644 libunix.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 710.9 /usr/bin/install -c -p -m 644 \
#24 710.9 unix.cma unix.cmi unixLabels.cmi \
#24 710.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 710.9 /usr/bin/install -c -p -m 644 \
#24 710.9 unix.mli unixLabels.mli \
#24 710.9 unix.cmti unixLabels.cmti \
#24 710.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 710.9 if test -n "unixsupport.h socketaddr.h"; then \
#24 710.9 /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 710.9 fi
#24 710.9 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 710.9 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 711.0 if test -f dllbigarray.so; then \
#24 711.0 /usr/bin/install -c -p \
#24 711.0 dllbigarray.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 711.0 fi
#24 711.0 /usr/bin/install -c -p -m 644 \
#24 711.0 bigarray.cma bigarray.cmi \
#24 711.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 711.0 /usr/bin/install -c -p -m 644 \
#24 711.0 bigarray.mli \
#24 711.0 bigarray.cmti \
#24 711.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 711.0 if test -n ""; then \
#24 711.0 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 711.0 fi
#24 711.0 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 711.0 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 711.0 if test -f dllcamlstr.so; then \
#24 711.0 /usr/bin/install -c -p \
#24 711.0 dllcamlstr.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 711.0 fi
#24 711.0 /usr/bin/install -c -p -m 644 libcamlstr.a "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 711.1 /usr/bin/install -c -p -m 644 \
#24 711.1 str.cma str.cmi \
#24 711.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 711.1 /usr/bin/install -c -p -m 644 \
#24 711.1 str.mli \
#24 711.1 str.cmti \
#24 711.1 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 711.1 if test -n ""; then \
#24 711.1 /usr/bin/install -c -p -m 644 "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml/"; \
#24 711.1 fi
#24 711.1 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 711.1 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 711.1 if test -f dllthreads.so; then \
#24 711.1 /usr/bin/install -c -p dllthreads.so "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs"; \
#24 711.1 fi
#24 711.1 /usr/bin/install -c -p -m 644 libthreads.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 711.1 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 711.2 /usr/bin/install -c -p -m 644 \
#24 711.2 thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi semaphore.cmi threads.cma \
#24 711.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 711.2 /usr/bin/install -c -p -m 644 \
#24 711.2 thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti semaphore.cmti \
#24 711.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 711.2 /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 711.2 /usr/bin/install -c -p -m 644 threads.h "/tmp/opam/bootstrap/ocaml/lib/ocaml/caml"
#24 711.2 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 711.2 make -j -C ocamldoc install
#24 711.2 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 711.3 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 711.3 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 711.3 /usr/bin/install -c -p ../ocamldoc/ocamldoc "/tmp/opam/bootstrap/ocaml/bin"
#24 711.3 /usr/bin/install -c -p -m 644 \
#24 711.3 ocamldoc.hva *.cmi odoc_info.cma \
#24 711.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 711.3 /usr/bin/install -c -p -m 644 \
#24 711.3 odoc_info.cmi \
#24 711.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 711.3 /usr/bin/install -c -p -m 644 \
#24 711.3 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#24 711.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 711.4 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 711.4 if test -n "ocamldebugger"; then \
#24 711.4 make -j -C debugger install; \
#24 711.4 fi
#24 711.4 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 711.4 /usr/bin/install -c -p ocamldebug "/tmp/opam/bootstrap/ocaml/bin"
#24 711.6 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/debugger'
#24 711.6 /usr/bin/install -c -p -m 644 Makefile.config "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 711.6 /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/tmp/opam/bootstrap/ocaml/share/doc/ocaml"
#24 711.6 if test -f ocamlopt; then make -j installopt; else \
#24 711.6 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 711.6 ln -sf ocamlc.byte ocamlc; \
#24 711.6 ln -sf ocamllex.byte ocamllex; \
#24 711.6 (test -f flexlink.byte && \
#24 711.6 ln -sf flexlink.byte flexlink) || true; \
#24 711.6 fi
#24 711.6 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 711.7 make -j -C runtime installopt
#24 711.7 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 711.9 /usr/bin/install -c -p -m 644 libasmrun.a libasmrund.a libasmruni.a libasmrun_pic.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 712.1 /usr/bin/install -c -p libasmrun_shared.so "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 712.2 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 712.2 /usr/bin/install -c -p ocamlopt "/tmp/opam/bootstrap/ocaml/bin/ocamlopt.byte"
#24 712.4 make -j -C stdlib installopt
#24 712.4 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 712.4 stale=""; \
#24 712.4 if test -n "$stale" ; then \
#24 712.4 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml contains stale stdlib artefacts"; \
#24 712.4 echo "Please rm /tmp/opam/bootstrap/ocaml/lib/ocaml/stdlib__*.cmx and re-run make install"; \
#24 712.4 exit 1; \
#24 712.4 fi
#24 712.4 /usr/bin/install -c -p -m 644 \
#24 712.4 stdlib.cmxa stdlib.a std_exit.o *.cmx \
#24 712.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 712.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/stdlib'
#24 712.5 /usr/bin/install -c -p -m 644 \
#24 712.5 middle_end/*.cmi \
#24 712.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.5 /usr/bin/install -c -p -m 644 \
#24 712.5 middle_end/closure/*.cmi \
#24 712.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.5 /usr/bin/install -c -p -m 644 \
#24 712.5 middle_end/flambda/*.cmi \
#24 712.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.6 /usr/bin/install -c -p -m 644 \
#24 712.6 middle_end/flambda/base_types/*.cmi \
#24 712.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.6 /usr/bin/install -c -p -m 644 \
#24 712.6 asmcomp/*.cmi \
#24 712.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.6 /usr/bin/install -c -p -m 644 \
#24 712.6 middle_end/*.cmt middle_end/*.cmti \
#24 712.6 middle_end/*.mli \
#24 712.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.7 /usr/bin/install -c -p -m 644 \
#24 712.7 middle_end/closure/*.cmt middle_end/closure/*.cmti \
#24 712.7 middle_end/closure/*.mli \
#24 712.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.7 /usr/bin/install -c -p -m 644 \
#24 712.7 middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
#24 712.7 middle_end/flambda/*.mli \
#24 712.7 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.8 /usr/bin/install -c -p -m 644 \
#24 712.8 middle_end/flambda/base_types/*.cmt \
#24 712.8 middle_end/flambda/base_types/*.cmti \
#24 712.8 middle_end/flambda/base_types/*.mli \
#24 712.8 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 712.9 /usr/bin/install -c -p -m 644 \
#24 712.9 asmcomp/*.cmt asmcomp/*.cmti \
#24 712.9 asmcomp/*.mli \
#24 712.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 713.0 /usr/bin/install -c -p -m 644 \
#24 713.0 driver/optmain.cmo \
#24 713.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 713.0 make -j -C ocamldoc installopt
#24 713.0 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 713.0 if test -f ../ocamldoc/ocamldoc.opt; then make -j installopt_really ; fi
#24 713.0 make[3]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 713.1 mkdir -p "/tmp/opam/bootstrap/ocaml/bin"
#24 713.1 mkdir -p "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 713.1 /usr/bin/install -c -p ../ocamldoc/ocamldoc.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 713.2 /usr/bin/install -c -p -m 644 \
#24 713.2 odoc_info.cmi \
#24 713.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 713.2 /usr/bin/install -c -p -m 644 \
#24 713.2 odoc_info.mli odoc_info.cmt odoc_info.cmti \
#24 713.2 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 713.3 /usr/bin/install -c -p -m 644 \
#24 713.3 ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
#24 713.3 "/tmp/opam/bootstrap/ocaml/lib/ocaml/ocamldoc"
#24 713.3 make[3]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 713.3 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/ocamldoc'
#24 713.3 for i in dynlink unix bigarray str systhreads; do \
#24 713.3 make -j -C otherlibs/$i installopt || exit $?; \
#24 713.3 done
#24 713.3 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 713.4 /usr/bin/install -c -p -m 644 \
#24 713.4 native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx dynlink.cmxa dynlink.a \
#24 713.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 713.4 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/dynlink'
#24 713.4 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 713.5 /usr/bin/install -c -p -m 644 \
#24 713.5 unix.cmx unixLabels.cmx unix.cmxa unix.a \
#24 713.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 713.5 if test -f unix.cmxs; then \
#24 713.5 /usr/bin/install -c -p unix.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 713.5 fi
#24 713.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/unix'
#24 713.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 713.5 /usr/bin/install -c -p -m 644 \
#24 713.5 bigarray.cmx bigarray.cmxa bigarray.a \
#24 713.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 713.5 if test -f bigarray.cmxs; then \
#24 713.5 /usr/bin/install -c -p bigarray.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 713.5 fi
#24 713.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/bigarray'
#24 713.5 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 713.5 /usr/bin/install -c -p -m 644 \
#24 713.5 str.cmx str.cmxa str.a \
#24 713.5 "/tmp/opam/bootstrap/ocaml/lib/ocaml/"
#24 713.6 if test -f str.cmxs; then \
#24 713.6 /usr/bin/install -c -p str.cmxs "/tmp/opam/bootstrap/ocaml/lib/ocaml"; \
#24 713.6 fi
#24 713.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/str'
#24 713.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 713.6 /usr/bin/install -c -p -m 644 libthreadsnat.a "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 713.6 /usr/bin/install -c -p -m 644 \
#24 713.6 thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx threads.cmxa threads.a \
#24 713.6 "/tmp/opam/bootstrap/ocaml/lib/ocaml/threads"
#24 713.6 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/otherlibs/systhreads'
#24 713.6 if test -f ocamlopt.opt; then make -j installoptopt; else \
#24 713.6 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 713.6 ln -sf ocamlc.byte ocamlc; \
#24 713.6 ln -sf ocamlopt.byte ocamlopt; \
#24 713.6 ln -sf ocamllex.byte ocamllex; \
#24 713.6 (test -f flexlink.byte && \
#24 713.6 ln -sf flexlink.byte flexlink) || true; \
#24 713.6 fi
#24 713.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 713.7 /usr/bin/install -c -p ocamlc.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 713.8 /usr/bin/install -c -p ocamlopt.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 713.9 /usr/bin/install -c -p lex/ocamllex.opt "/tmp/opam/bootstrap/ocaml/bin"
#24 713.9 cd "/tmp/opam/bootstrap/ocaml/bin"; \
#24 713.9 ln -sf ocamlc.opt ocamlc; \
#24 713.9 ln -sf ocamlopt.opt ocamlopt; \
#24 713.9 ln -sf ocamllex.opt ocamllex
#24 713.9 /usr/bin/install -c -p -m 644 \
#24 713.9 utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
#24 713.9 toplevel/*.cmx toplevel/native/*.cmx \
#24 713.9 toplevel/native/tophooks.cmi \
#24 713.9 file_formats/*.cmx \
#24 713.9 lambda/*.cmx \
#24 713.9 driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
#24 713.9 middle_end/closure/*.cmx \
#24 713.9 middle_end/flambda/*.cmx \
#24 713.9 middle_end/flambda/base_types/*.cmx \
#24 713.9 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 714.0 /usr/bin/install -c -p -m 644 \
#24 714.0 compilerlibs/*.cmxa compilerlibs/*.a \
#24 714.0 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 714.4 /usr/bin/install -c -p -m 644 \
#24 714.4 driver/main.cmx driver/main.o \
#24 714.4 driver/optmain.cmx driver/optmain.o \
#24 714.4 toplevel/topstart.o \
#24 714.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml/compiler-libs"
#24 714.4 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 714.4 make -j -C tools installopt
#24 714.4 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 714.4 /usr/bin/install -c -p -m 644 \
#24 714.4 profiling.cmx profiling.o \
#24 714.4 "/tmp/opam/bootstrap/ocaml/lib/ocaml"
#24 714.5 make[2]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/tools'
#24 714.5 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 714.5 make: Entering directory '/tmp/opam/src_ext'
#24 714.5 * Downloading cppo...
#24 715.0 cppo.tar.gz has the expected MD5.
#24 715.1 * Downloading base64...
#24 715.5 base64.tbz has the expected MD5.
#24 715.6 * Downloading extlib...
#24 716.1 extlib.tar.gz has the expected MD5.
#24 716.1 * Downloading re...
#24 716.6 re.tar.gz has the expected MD5.
#24 716.6 * Downloading ocamlgraph...
#24 717.1 ocamlgraph.tbz has the expected MD5.
#24 717.1 * Downloading cudf...
#24 717.7 cudf.tar.gz has the expected MD5.
#24 717.7 * Downloading dose3...
#24 718.3 dose3.tar.gz has the expected MD5.
#24 718.3 * Downloading opam-file-format...
#24 718.8 opam-file-format.tar.gz has the expected MD5.
#24 718.9 * Downloading stdlib-shims...
#24 719.4 stdlib-shims.tbz has the expected MD5.
#24 719.4 * Downloading spdx_licenses...
#24 720.0 spdx_licenses.tar.gz has the expected MD5.
#24 720.0 * Downloading opam-0install-cudf...
#24 720.5 opam-0install-cudf.tar.gz has the expected MD5.
#24 720.5 * Downloading 0install-solver...
#24 721.3 0install-solver.tbz has the expected MD5.
#24 721.3 * Downloading uutf...
#24 721.5 uutf.tbz has the expected MD5.
#24 721.5 * Downloading jsonm...
#24 721.7 jsonm.tbz has the expected MD5.
#24 721.7 * Downloading sha...
#24 722.3 sha.tbz has the expected MD5.
#24 722.3 * Downloading swhid_core...
#24 722.9 swhid_core.tar.gz has the expected MD5.
#24 722.9 * Downloading menhir...
#24 723.4 menhir.tar.gz has the expected MD5.
#24 723.4 * Downloading patch...
#24 723.9 patch.tar.gz has the expected MD5.
#24 724.0 * Downloading mccs...
#24 724.8 mccs.tar.gz has the expected MD5.
#24 724.8 * Downloading dune-local...
#24 725.5 dune-local.tbz has the expected MD5.
#24 725.5 * Downloading ocaml...
#24 727.0 ocaml.tar.gz has the expected MD5.
#24 727.0 * Downloading flexdll...
#24 727.6 flexdll.tar.gz has the expected MD5.
#24 727.6 make: Leaving directory '/tmp/opam/src_ext'
#24 DONE 731.6s
#25 [stage-0 8/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.0/opam /usr/local/bin/opam-2.0 && chmod a+x /usr/local/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
#25 2.727 Note: switching to 'adc1e1829a2bef5b240746df80341b508290fe3b'.
#25 2.727
#25 2.727 You are in 'detached HEAD' state. You can look around, make experimental
#25 2.727 changes and commit them, and you can discard any commits you make in this
#25 2.727 state without impacting any branches by switching back to a branch.
#25 2.727
#25 2.727 If you want to create a new branch to retain commits you create, you may
#25 2.727 do so (now or later) by using -c with the switch command. Example:
#25 2.727
#25 2.727 git switch -c <new-branch-name>
#25 2.727
#25 2.727 Or undo this operation with:
#25 2.727
#25 2.727 git switch -
#25 2.727
#25 2.727 Turn off this advice by setting config variable advice.detachedHead to false
#25 2.727
#25 2.728 HEAD is now at adc1e1829 Merge pull request #6178 from kit-ty-kate/fix-release-2.0
#25 3.257 checking for ocamlc... ocamlc
#25 3.341 OCaml version is 4.14.2
#25 3.378 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#25 3.379 checking for ocamlopt... ocamlopt
#25 3.477 checking for ocamlc.opt... ocamlc.opt
#25 3.512 checking for ocamlopt.opt... ocamlopt.opt
#25 3.560 checking for ocaml... ocaml
#25 3.562 checking for ocamldep... ocamldep
#25 3.564 checking for ocamldep.opt... ocamldep.opt
#25 3.637 checking for ocamlmktop... ocamlmktop
#25 3.639 checking for ocamlmklib... ocamlmklib
#25 3.642 checking for ocamldoc... ocamldoc
#25 3.645 checking for ocamldoc.opt... ocamldoc.opt
#25 3.754 checking for ocamlbuild... no
#25 3.758 checking OCaml Sys.os_type... Unix
#25 3.869 checking for gawk... no
#25 3.871 checking for mawk... mawk
#25 3.907 checking for compiler type... cc
#25 5.151 checking for compiler architecture... riscv
#25 6.403 checking for compiler system... linux
#25 7.684 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#25 7.827 checking whether the C compiler works... yes
#25 8.101 checking for C compiler default output file name... a.out
#25 8.108 checking for suffix of executables...
#25 8.379 checking whether we are cross compiling... no
#25 8.698 checking for suffix of object files... o
#25 8.865 checking whether we are using the GNU C compiler... yes
#25 9.030 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#25 9.187 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
#25 9.443 checking for ocamlobjinfo... ocamlobjinfo
#25 9.447 checking for ocamlfind... no
#25 9.452 checking for curl... curl
#25 9.456 checking for dune... no
#25 9.461 checking for cppo... no
#25 9.465 checking for patch... patch
#25 9.468 checking for bunzip2... bunzip2
#25 9.470
#25 9.471 checking for OCaml findlib package unix... not found
#25 9.476 checking for OCaml findlib package bigarray... not found
#25 9.479 checking for OCaml findlib package extlib... not found
#25 9.484 checking for OCaml findlib package re... not found
#25 9.489 checking for OCaml findlib package re.glob... not found
#25 9.496 checking for OCaml findlib package cmdliner... not found
#25 9.502 checking for OCaml findlib package ocamlgraph... not found
#25 9.509 checking for OCaml findlib package cudf... not found
#25 9.516 checking for OCaml findlib package dose3.common... not found
#25 9.527 checking for OCaml findlib package dose3.algo... not found
#25 9.537 checking for OCaml findlib package opam-file-format... not found
#25 9.544 checking for OCaml findlib package mccs... not found
#25 9.553 checking for g++... g++
#25 9.692 checking whether we are using the GNU C++ compiler... yes
#25 10.01 checking whether g++ accepts -g... yes
#25 10.19
#25 10.20 ============================================================================
#25 10.20 Some dependencies are missing. If you are just interested in the stand-alone
#25 10.20 'opam' binary, run 'make lib-ext' to download and include them.
#25 10.20 ============================================================================
#25 10.20
#25 10.29 configure: creating ./config.status
#25 10.71 config.status: creating Makefile.config
#25 10.77 config.status: creating src/client/opamManifest.inc
#25 10.86
#25 10.87 Opam will be built WITH a built-in solver
#25 10.87
#25 10.87 Executables will be installed in /usr/local/bin
#25 10.88 Manual pages will be installed in /usr/local/share/man
#25 11.00 make -j -C src_ext lib-ext
#25 11.01 make[1]: Entering directory '/tmp/opam-build-2.0/src_ext'
#25 11.15 [ -e dune-local.tbz ] || \
#25 11.15 cp archives/dune-1.6.3.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/12/1212a36547d25269675d767c38fecf5f && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; }
#25 11.16 [ -e cppo.tbz ] || \
#25 11.16 cp archives/cppo-v1.6.6.tbz cppo.tbz 2>/dev/null || { { { curl -LSs -o cppo.tbz https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz'; false; }; } || { { curl -LSs -o cppo.tbz https://opam.ocaml.org/cache/md5/b1/b13afeea6631d7c9b61f95bfd984a542 && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542 && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; }
#25 11.17 [ -e extlib.tar.gz ] || \
#25 11.17 cp archives/extlib-1.7.7.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94; } || { echo 'Failed to download https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/2c/2c620993aecd4b31b3a362b21b55dd94 && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94 && echo 'Warning: downloaded https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; }
#25 11.18 [ -e re.tbz ] || \
#25 11.18 cp archives/re-1.9.0.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/bd/bddaed4f386a22cace7850c9c7dac296 && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296 && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; }
#25 11.21 [ -e cmdliner.tbz ] || \
#25 11.21 cp archives/cmdliner-1.0.2.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/ab/ab2f0130e88e8dcd723ac6154c98a881 && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; }
#25 11.23 [ -e ocamlgraph.tar.gz ] || \
#25 11.23 cp archives/ocamlgraph-1.8.8.tar.gz ocamlgraph.tar.gz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tar.gz https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a; } || { echo 'Failed to download https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz'; false; }; } || { { curl -LSs -o ocamlgraph.tar.gz https://opam.ocaml.org/cache/md5/9d/9d71ca69271055bd22d0dfe4e939831a && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a && echo 'Warning: downloaded https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; }
#25 11.23 [ -e cudf.tar.gz ] || \
#25 11.23 cp archives/cudf-0.9.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119; } || { echo 'Failed to download https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/a4/a4c0e652e56e74c7b388a43f9258d119 && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119 && echo 'Warning: downloaded https://github.com/ocaml/opam-source-archives/raw/main/cudf-0.9.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; }
#25 11.27 [ -e dose3.tar.gz ] || \
#25 11.27 cp archives/dose3-5.0.1.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz a81080f36f477fdebf63c4a979e251cd; } || { echo 'Failed to download https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/a8/a81080f36f477fdebf63c4a979e251cd && ocaml ../shell/md5check.ml dose3.tar.gz a81080f36f477fdebf63c4a979e251cd && echo 'Warning: downloaded https://gitlab.com/irill/dose3/-/archive/5.0.1/dose3-5.0.1.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; }
#25 11.37 [ -e opam-file-format.tar.gz ] || \
#25 11.37 cp archives/2.1.3.tar.gz opam-file-format.tar.gz 2>/dev/null || { { { curl -LSs -o opam-file-format.tar.gz https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz b805562dd2d86fc3c8e6d47884fd1da6; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/b8/b805562dd2d86fc3c8e6d47884fd1da6 && ocaml ../shell/md5check.ml opam-file-format.tar.gz b805562dd2d86fc3c8e6d47884fd1da6 && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; }
#25 11.41 [ -e result.tar.gz ] || \
#25 11.41 cp archives/1.4.tar.gz result.tar.gz 2>/dev/null || { { { curl -LSs -o result.tar.gz https://github.com/janestreet/result/archive/1.4.tar.gz && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da; } || { echo 'Failed to download https://github.com/janestreet/result/archive/1.4.tar.gz'; false; }; } || { { curl -LSs -o result.tar.gz https://opam.ocaml.org/cache/md5/d3/d3162dbc501a2af65c8c71e0866541da && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da && echo 'Warning: downloaded https://github.com/janestreet/result/archive/1.4.tar.gz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; }
#25 11.41 [ -e seq.tar.gz ] || \
#25 11.41 cp archives/0.1.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.1.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.1.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/0e/0e87f9709541ed46ecb6f414bc31458c && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.1.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; }
#25 11.46 [ -e mccs.tar.gz ] || \
#25 11.46 cp archives/1.1+13.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a; } || { echo 'Failed to download https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/13/13504d3b5dcbf0bdc6d95a62de20af4a && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a && echo 'Warning: downloaded https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; }
#25 11.72 cmdliner.tbz has the expected MD5.
#25 11.73 extlib.tar.gz has the expected MD5.
#25 11.73 mkdir -p tmp-extlib
#25 11.75 mkdir -p tmp-cmdliner
#25 11.76 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#25 11.77 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#25 11.87 rm -rf extlib
#25 11.92 rm -rf cmdliner
#25 11.95 patching file src/extList.ml
#25 11.97 patching file src/extHashtbl.ml
#25 12.00 cppo.tbz has the expected MD5.
#25 12.01 patching file src/configure.ml
#25 12.01 mkdir -p tmp-cppo
#25 12.02 cd tmp-cppo && bunzip2 -c ../cppo.tbz | tar xf -
#25 12.08 dune-local.tbz has the expected MD5.
#25 12.10 mkdir -p tmp-dune-local
#25 12.11 rm -rf cppo
#25 12.12 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#25 12.21 patching file src/compat.ml
#25 12.21 patching file src/dune
#25 12.22 ocamlgraph.tar.gz has the expected MD5.
#25 12.23 mkdir -p tmp-ocamlgraph
#25 12.23 patching file Changes
#25 12.23 patching file src/cppo_main.ml
#25 12.24 cd tmp-ocamlgraph && gunzip -c ../ocamlgraph.tar.gz | tar xf -
#25 12.25 cudf.tar.gz has the expected MD5.
#25 12.26 mkdir -p tmp-cudf
#25 12.27 dose3.tar.gz has the expected MD5.
#25 12.27 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#25 12.29 mkdir -p tmp-dose3
#25 12.30 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#25 12.35 rm -rf cudf
#25 12.37 re.tbz has the expected MD5.
#25 12.39 mkdir -p tmp-re
#25 12.40 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#25 12.44 result.tar.gz has the expected MD5.
#25 12.45 rm -rf ocamlgraph
#25 12.45 mkdir -p tmp-result
#25 12.47 cd tmp-result && gunzip -c ../result.tar.gz | tar xf -
#25 12.53 rm -rf re
#25 12.54 rm -rf result
#25 12.55 patching file src/imperative.ml
#25 12.55 patching file src/persistent.ml
#25 12.56 seq.tar.gz has the expected MD5.
#25 12.57 mkdir -p tmp-seq
#25 12.58 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#25 12.61 rm -rf dose3
#25 12.62 rm -rf seq
#25 12.66 opam-file-format.tar.gz has the expected MD5.
#25 12.67 mkdir -p tmp-opam-file-format
#25 12.67 patching file common/criteria_lexer.mll
#25 12.68 patching file common/input.ml
#25 12.69 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#25 12.70 patching file .gitignore
#25 12.70 patching file Makefile
#25 12.71 patching file select_version.ml
#25 12.71 patching file seq.opam
#25 12.71 patching file src/seq.ml
#25 12.71 patching file src/seq.mli
#25 12.71 patching file src/seq_alias.ml
#25 12.72 patching file src/seq_alias.mli
#25 12.72 patching file src/seq_redef.ml
#25 12.73 patching file src/seq_redef.mli
#25 12.74 rm -rf opam-file-format
#25 12.79 rm -f seq/src/seq.ml seq/src/seq.mli
#25 12.84 mccs.tar.gz has the expected MD5.
#25 12.84 mkdir -p tmp-mccs
#25 12.85 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#25 13.00 rm -rf mccs
#25 13.31 rm -rf dune-local
#25 13.35 rm dune-local.download
#25 13.35 make[1]: Leaving directory '/tmp/opam-build-2.0/src_ext'
#25 13.35 cd src_ext/dune-local && ocaml bootstrap.ml && ./boot.exe --release
#25 13.85 File "./bootstrap.ml", line 186, characters 29-41:
#25 13.85 186 | let base, ext = String.break base i in
#25 13.85 ^^^^^^^^^^^^
#25 13.85 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#25 13.85 File "./bootstrap.ml", line 191, characters 28-40:
#25 13.85 191 | let a, b = String.break ext i in
#25 13.85 ^^^^^^^^^^^^
#25 13.85 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#25 13.91 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/meta_lexer.mll
#25 13.94 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/dune_lexer.mll
#25 13.96 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/dune_lang/dune_lexer.mll
#25 14.09 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/action.ml src/action_ast.ml src/action_dune_lang.ml src/action_exec.ml src/action_intf.ml src/action_to_sh.boot.ml src/action_unexpanded.ml src/arg_spec.ml src/artifacts.ml src/binary_kind.ml src/bindings.ml src/blang.ml src/build.ml src/build_interpret.ml src/build_system.ml src/check_rules.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/compilation_context.ml src/config.ml src/context.ml src/dep_graph.ml src/dep_path.ml src/deps.ml src/dir_contents.ml src/dir_status.ml src/dir_with_dune.ml src/dune_env.ml src/dune_file.ml src/dune_fmt.ml src/dune_lexer.ml src/dune_load.ml src/dune_project.ml vendor/boot/dune_re.ml src/dynlink_supported.ml src/env_node.ml src/errors.ml src/exe.ml src/exe_rules.ml src/expander.ml src/file_bindings.ml src/file_tree.ml src/findlib.ml src/format_rules.ml src/gen_meta.ml src/gen_rules.ml src/glob.ml src/glob_lexer.boot.ml src/hooks.ml src/import.ml src/inline_tests.boot.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/js_of_ocaml_rules.boot.ml src/lib.ml src/lib_archives.ml src/lib_deps_info.ml src/lib_file_deps.ml src/lib_info.ml src/lib_modules.ml src/lib_name.ml src/lib_rules.ml src/link_time_code_gen.ml src/local_package.ml src/log.ml src/main.ml src/menhir.boot.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_field_evaluator.ml src/ocaml_flags.ml src/ocaml_version.ml src/ocamldep.ml src/odoc.boot.ml vendor/boot/opamBaseParser.ml vendor/boot/opamLexer.ml vendor/boot/opamParserTypes.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path_dune_lang.ml src/per_item.ml src/pform.ml src/predicate_lang.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/promotion.ml src/report_error.ml src/response_file.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/simple_rules.ml src/spawn.ml src/stanza.ml src/static_deps.ml src/stats.ml src/string_with_vars.ml src/sub_dirs.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/test_rules.ml src/top_closure.ml src/utils.ml src/utop.ml src/value.ml src/variant.ml src/versioned_file.ml src/vfile_kind.ml src/vimpl.ml src/virtual_rules.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
#25 14.85 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/stdune/caml/dune_caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
#25 14.89 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/dune_lang/dune_lang.ml src/dune_lang/atom.ml src/dune_lang/dune_lexer.ml src/dune_lang/escape.ml src/dune_lang/jbuild_lexer.boot.ml src/dune_lang/lexer.ml src/dune_lang/lexer_shared.ml src/dune_lang/syntax.ml src/dune_lang/template.ml src/dune_lang/types.ml > boot-depends.txt
#25 14.99 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
#25 15.04 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
#25 15.09 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/bin.ml src/stdune/bool.ml src/stdune/bytes.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/env.ml src/stdune/escape.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/float.ml src/stdune/fmt.ml src/stdune/hashable.ml src/stdune/hashtbl.ml src/stdune/hashtbl_intf.ml src/stdune/import.ml src/stdune/int.ml src/stdune/interned.ml src/stdune/io.ml src/stdune/list.ml src/stdune/loc.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/nothing.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/path.ml src/stdune/pp.ml src/stdune/proc.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/sexp.ml src/stdune/sexp_intf.ml src/stdune/staged.ml src/stdune/string.ml src/stdune/type_eq.ml src/stdune/univ_map.ml > boot-depends.txt
#25 15.25 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/which_program/which_program.boot.ml > boot-depends.txt
#25 15.31 '/tmp/opam/bootstrap/ocaml/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
#25 15.39 '/tmp/opam/bootstrap/ocaml/bin/ocamllex.opt' -q src/let-syntax/lexer.mll
#25 17.06 '/tmp/opam/bootstrap/ocaml/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma threads.cma -I +threads boot.ml
#25 18.43 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#25 18.43 Alert deprecated: module Stdlib.Pervasives
#25 18.43 Use Stdlib instead.
#25 18.43
#25 18.43 If you need to stay compatible with OCaml < 4.07, you can use the
#25 18.43 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 18.44 File "src/stdune/caml/result.mli", line 6, characters 7-17:
#25 18.44 Alert deprecated: module Stdlib.Pervasives
#25 18.44 Use Stdlib instead.
#25 18.44
#25 18.44 If you need to stay compatible with OCaml < 4.07, you can use the
#25 18.44 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 18.47 File "src/stdune/list.ml", line 129, characters 23-38:
#25 18.47 Alert deprecated: module Stdlib.Pervasives
#25 18.47 Use Stdlib instead.
#25 18.47
#25 18.47 If you need to stay compatible with OCaml < 4.07, you can use the
#25 18.47 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 18.94 File "src/stdune/pp.ml", line 114, characters 8-19:
#25 18.94 Alert deprecated: Stdlib.Format.pp_open_tag
#25 18.94 Use Format.pp_open_stag.
#25 18.94 File "src/stdune/pp.ml", line 116, characters 8-20:
#25 18.94 Alert deprecated: Stdlib.Format.pp_close_tag
#25 18.94 Use Format.pp_close_stag.
#25 18.94 File "src/stdune/pp.ml", line 119, characters 18-48:
#25 18.94 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 18.94 Use Format.pp_get_formatter_stag_functions.
#25 18.94 File "src/stdune/pp.ml", line 121, characters 6-36:
#25 18.94 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 18.94 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 19.25 File "src/stdune/io.ml", line 1, characters 11-21:
#25 19.25 Alert deprecated: module Stdlib.Pervasives
#25 19.25 Use Stdlib instead.
#25 19.25
#25 19.25 If you need to stay compatible with OCaml < 4.07, you can use the
#25 19.25 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 19.58 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#25 19.58 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 19.58 Use Format.pp_get_formatter_stag_functions.
#25 19.58 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#25 19.58 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 19.58 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 20.52 File "src/colors.ml", line 105, characters 18-48:
#25 20.52 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 20.52 Use Format.pp_get_formatter_stag_functions.
#25 20.52 File "src/colors.ml", line 107, characters 6-36:
#25 20.52 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 20.52 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 23.51 File "src/super_context.ml", line 251, characters 7-11:
#25 23.51 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 36.26 ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmi,cmti}
#25 36.26 File "src/stdune/caml/result.mli", line 6, characters 7-17:
#25 36.26 6 | open Pervasives
#25 36.26 ^^^^^^^^^^
#25 36.26 Alert deprecated: module Stdlib.Pervasives
#25 36.26 Use Stdlib instead.
#25 36.26
#25 36.26 If you need to stay compatible with OCaml < 4.07, you can use the
#25 36.26 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 36.45 ocamlopt src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmx,o}
#25 36.45 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#25 36.45 4 | open Pervasives
#25 36.45 ^^^^^^^^^^
#25 36.45 Alert deprecated: module Stdlib.Pervasives
#25 36.45 Use Stdlib instead.
#25 36.45
#25 36.45 If you need to stay compatible with OCaml < 4.07, you can use the
#25 36.45 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 37.71 ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmo,cmt}
#25 37.71 File "src/stdune/caml/result.ml", line 4, characters 7-17:
#25 37.71 4 | open Pervasives
#25 37.71 ^^^^^^^^^^
#25 37.71 Alert deprecated: module Stdlib.Pervasives
#25 37.71 Use Stdlib instead.
#25 37.71
#25 37.71 If you need to stay compatible with OCaml < 4.07, you can use the
#25 37.71 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 45.81 ocamlc src/stdune/.stdune.objs/stdune__List.{cmo,cmt}
#25 45.81 File "src/stdune/list.ml", line 129, characters 23-38:
#25 45.81 129 | let physically_equal = Pervasives.(==)
#25 45.81 ^^^^^^^^^^^^^^^
#25 45.81 Alert deprecated: module Stdlib.Pervasives
#25 45.81 Use Stdlib instead.
#25 45.81
#25 45.81 If you need to stay compatible with OCaml < 4.07, you can use the
#25 45.81 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 47.32 ocamlopt src/stdune/.stdune.objs/stdune__List.{cmx,o}
#25 47.32 File "src/stdune/list.ml", line 129, characters 23-38:
#25 47.32 129 | let physically_equal = Pervasives.(==)
#25 47.32 ^^^^^^^^^^^^^^^
#25 47.32 Alert deprecated: module Stdlib.Pervasives
#25 47.32 Use Stdlib instead.
#25 47.32
#25 47.32 If you need to stay compatible with OCaml < 4.07, you can use the
#25 47.32 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 48.77 ocamlc src/stdune/.stdune.objs/stdune__Pp.{cmo,cmt}
#25 48.77 File "src/stdune/pp.ml", line 114, characters 8-19:
#25 48.77 114 | pp_open_tag ppf (embed_tag ~opening ~closing);
#25 48.77 ^^^^^^^^^^^
#25 48.77 Alert deprecated: Stdlib.Format.pp_open_tag
#25 48.77 Use Format.pp_open_stag.
#25 48.77 File "src/stdune/pp.ml", line 116, characters 8-20:
#25 48.77 116 | pp_close_tag ppf ()
#25 48.77 ^^^^^^^^^^^^
#25 48.77 Alert deprecated: Stdlib.Format.pp_close_tag
#25 48.77 Use Format.pp_close_stag.
#25 48.77 File "src/stdune/pp.ml", line 119, characters 18-48:
#25 48.77 119 | let funcs = pp_get_formatter_tag_functions ppf () in
#25 48.77 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 48.77 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 48.77 Use Format.pp_get_formatter_stag_functions.
#25 48.77 File "src/stdune/pp.ml", line 121, characters 6-36:
#25 48.77 121 | pp_set_formatter_tag_functions ppf
#25 48.77 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 48.77 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 48.77 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 49.29 ocamlc src/stdune/.stdune.objs/stdune__Io.{cmo,cmt}
#25 49.29 File "src/stdune/io.ml", line 1, characters 11-21:
#25 49.29 1 | module P = Pervasives
#25 49.29 ^^^^^^^^^^
#25 49.29 Alert deprecated: module Stdlib.Pervasives
#25 49.29 Use Stdlib instead.
#25 49.29
#25 49.29 If you need to stay compatible with OCaml < 4.07, you can use the
#25 49.29 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 49.77 ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o}
#25 49.77 File "src/stdune/pp.ml", line 114, characters 8-19:
#25 49.77 114 | pp_open_tag ppf (embed_tag ~opening ~closing);
#25 49.77 ^^^^^^^^^^^
#25 49.77 Alert deprecated: Stdlib.Format.pp_open_tag
#25 49.77 Use Format.pp_open_stag.
#25 49.77 File "src/stdune/pp.ml", line 116, characters 8-20:
#25 49.77 116 | pp_close_tag ppf ()
#25 49.77 ^^^^^^^^^^^^
#25 49.77 Alert deprecated: Stdlib.Format.pp_close_tag
#25 49.77 Use Format.pp_close_stag.
#25 49.77 File "src/stdune/pp.ml", line 119, characters 18-48:
#25 49.77 119 | let funcs = pp_get_formatter_tag_functions ppf () in
#25 49.77 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 49.77 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 49.77 Use Format.pp_get_formatter_stag_functions.
#25 49.77 File "src/stdune/pp.ml", line 121, characters 6-36:
#25 49.77 121 | pp_set_formatter_tag_functions ppf
#25 49.77 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 49.77 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 49.77 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 51.23 ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o}
#25 51.23 File "src/stdune/io.ml", line 1, characters 11-21:
#25 51.23 1 | module P = Pervasives
#25 51.23 ^^^^^^^^^^
#25 51.23 Alert deprecated: module Stdlib.Pervasives
#25 51.23 Use Stdlib instead.
#25 51.23
#25 51.23 If you need to stay compatible with OCaml < 4.07, you can use the
#25 51.23 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 51.40 ocamlc src/dune_lang/.dune_lang.objs/dune_lang.{cmo,cmt}
#25 51.40 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#25 51.40 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
#25 51.40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 51.40 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 51.40 Use Format.pp_get_formatter_stag_functions.
#25 51.40 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#25 51.40 108 | Format.pp_set_formatter_tag_functions ppf
#25 51.40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 51.40 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 51.40 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 55.86 ocamlopt src/dune_lang/.dune_lang.objs/dune_lang.{cmx,o}
#25 55.86 File "src/dune_lang/dune_lang.ml", line 107, characters 15-52:
#25 55.86 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
#25 55.86 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 55.86 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 55.86 Use Format.pp_get_formatter_stag_functions.
#25 55.86 File "src/dune_lang/dune_lang.ml", line 108, characters 2-39:
#25 55.86 108 | Format.pp_set_formatter_tag_functions ppf
#25 55.86 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 55.86 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 55.86 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 58.16 ocamlopt src/.dune.objs/dune__Colors.{cmx,o}
#25 58.16 File "src/colors.ml", line 105, characters 18-48:
#25 58.16 Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
#25 58.16 Use Format.pp_get_formatter_stag_functions.
#25 58.16 File "src/colors.ml", line 107, characters 6-36:
#25 58.16 Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
#25 58.16 This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
#25 68.69 ocamlopt src/.dune.objs/dune__Super_context.{cmx,o}
#25 68.69 File "src/super_context.ml", line 251, characters 7-11:
#25 68.69 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 81.65 src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install opam.install
#25 85.29 ocamlc src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmi,cmo,cmt}
#25 85.29 File "src/dot_lexer.mll", line 38, characters 21-37:
#25 85.29 Alert deprecated: Stdlib.String.lowercase
#25 85.29 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 86.76 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmx,o}
#25 86.76 File "src/dot_lexer.mll", line 38, characters 21-37:
#25 86.76 Alert deprecated: Stdlib.String.lowercase
#25 86.76 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 87.11 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot.{cmx,o}
#25 87.11 File "src_ext/ocamlgraph/src/dot.ml", line 61, characters 40-58:
#25 87.11 61 | let compare : t -> t -> int = Pervasives.compare
#25 87.11 ^^^^^^^^^^^^^^^^^^
#25 87.11 Alert deprecated: module Stdlib.Pervasives
#25 87.11 Use Stdlib instead.
#25 87.11
#25 87.11 If you need to stay compatible with OCaml < 4.07, you can use the
#25 87.11 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 89.54 ocaml src_ext/extlib/src/compat-level
#25 89.54 sh: 1: ocamlfind: not found
#25 96.42 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Graphviz.{cmx,o}
#25 96.42 File "src_ext/ocamlgraph/src/graphviz.ml", line 27, characters 5-15:
#25 96.42 27 | open Pervasives (* for compatibility with ocaml 3.12.0+dev17
#25 96.42 ^^^^^^^^^^
#25 96.42 Alert deprecated: module Stdlib.Pervasives
#25 96.42 Use Stdlib instead.
#25 96.42
#25 96.42 If you need to stay compatible with OCaml < 4.07, you can use the
#25 96.42 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.37 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Imperative.{cmx,o}
#25 97.37 File "src_ext/ocamlgraph/src/imperative.ml", line 68, characters 20-38:
#25 97.37 68 | let compare x y = Pervasives.compare x.tag y.tag
#25 97.37 ^^^^^^^^^^^^^^^^^^
#25 97.37 Alert deprecated: module Stdlib.Pervasives
#25 97.37 Use Stdlib instead.
#25 97.37
#25 97.37 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.37 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.37 File "src_ext/ocamlgraph/src/imperative.ml", line 156, characters 18-33:
#25 97.37 156 | g.size <- Pervasives.succ g.size;
#25 97.37 ^^^^^^^^^^^^^^^
#25 97.37 Alert deprecated: module Stdlib.Pervasives
#25 97.37 Use Stdlib instead.
#25 97.37
#25 97.37 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.37 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.37 File "src_ext/ocamlgraph/src/imperative.ml", line 172, characters 18-33:
#25 97.37 172 | g.size <- Pervasives.pred g.size
#25 97.37 ^^^^^^^^^^^^^^^
#25 97.37 Alert deprecated: module Stdlib.Pervasives
#25 97.37 Use Stdlib instead.
#25 97.37
#25 97.37 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.37 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.37 File "src_ext/ocamlgraph/src/imperative.ml", line 193, characters 18-33:
#25 97.37 193 | g.size <- Pervasives.succ g.size;
#25 97.37 ^^^^^^^^^^^^^^^
#25 97.37 Alert deprecated: module Stdlib.Pervasives
#25 97.37 Use Stdlib instead.
#25 97.37
#25 97.37 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.37 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.37 File "src_ext/ocamlgraph/src/imperative.ml", line 214, characters 18-33:
#25 97.37 214 | g.size <- Pervasives.pred g.size
#25 97.37 ^^^^^^^^^^^^^^^
#25 97.37 Alert deprecated: module Stdlib.Pervasives
#25 97.37 Use Stdlib instead.
#25 97.37
#25 97.37 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.37 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.37 File "src_ext/ocamlgraph/src/imperative.ml", line 362, characters 36-54:
#25 97.37 362 | let compare : t -> t -> int = Pervasives.compare
#25 97.37 ^^^^^^^^^^^^^^^^^^
#25 97.37 Alert deprecated: module Stdlib.Pervasives
#25 97.37 Use Stdlib instead.
#25 97.37
#25 97.37 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.37 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 97.37 File "src_ext/ocamlgraph/src/imperative.ml", line 372, characters 36-54:
#25 97.37 372 | let compare : t -> t -> int = Pervasives.compare
#25 97.37 ^^^^^^^^^^^^^^^^^^
#25 97.37 Alert deprecated: module Stdlib.Pervasives
#25 97.37 Use Stdlib instead.
#25 97.37
#25 97.37 If you need to stay compatible with OCaml < 4.07, you can use the
#25 97.37 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.62 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Persistent.{cmx,o}
#25 98.62 File "src_ext/ocamlgraph/src/persistent.ml", line 51, characters 20-38:
#25 98.62 51 | let compare x y = Pervasives.compare x.tag y.tag
#25 98.62 ^^^^^^^^^^^^^^^^^^
#25 98.62 Alert deprecated: module Stdlib.Pervasives
#25 98.62 Use Stdlib instead.
#25 98.62
#25 98.62 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.62 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.62 File "src_ext/ocamlgraph/src/persistent.ml", line 144, characters 17-32:
#25 98.62 144 | size = Pervasives.succ g.size }
#25 98.62 ^^^^^^^^^^^^^^^
#25 98.62 Alert deprecated: module Stdlib.Pervasives
#25 98.62 Use Stdlib instead.
#25 98.62
#25 98.62 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.62 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.62 File "src_ext/ocamlgraph/src/persistent.ml", line 157, characters 28-43:
#25 98.62 157 | { edges = e; size = Pervasives.pred g.size }
#25 98.62 ^^^^^^^^^^^^^^^
#25 98.62 Alert deprecated: module Stdlib.Pervasives
#25 98.62 Use Stdlib instead.
#25 98.62
#25 98.62 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.62 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.62 File "src_ext/ocamlgraph/src/persistent.ml", line 177, characters 17-32:
#25 98.62 177 | size = Pervasives.succ g.size }
#25 98.62 ^^^^^^^^^^^^^^^
#25 98.62 Alert deprecated: module Stdlib.Pervasives
#25 98.62 Use Stdlib instead.
#25 98.62
#25 98.62 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.62 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 98.62 File "src_ext/ocamlgraph/src/persistent.ml", line 196, characters 17-32:
#25 98.62 196 | size = Pervasives.pred g.size }
#25 98.62 ^^^^^^^^^^^^^^^
#25 98.62 Alert deprecated: module Stdlib.Pervasives
#25 98.62 Use Stdlib instead.
#25 98.62
#25 98.62 If you need to stay compatible with OCaml < 4.07, you can use the
#25 98.62 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.15 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Cliquetree.{cmx,o}
#25 99.15 File "src_ext/ocamlgraph/src/cliquetree.ml", line 106, characters 38-56:
#25 99.15 106 | let compare : t -> t -> int = Pervasives.compare
#25 99.15 ^^^^^^^^^^^^^^^^^^
#25 99.15 Alert deprecated: module Stdlib.Pervasives
#25 99.15 Use Stdlib instead.
#25 99.15
#25 99.15 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.15 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.15 File "src_ext/ocamlgraph/src/cliquetree.ml", line 114, characters 40-58:
#25 99.15 114 | let compare (x, _ : t) (y, _ : t) = Pervasives.compare x y
#25 99.15 ^^^^^^^^^^^^^^^^^^
#25 99.15 Alert deprecated: module Stdlib.Pervasives
#25 99.15 Use Stdlib instead.
#25 99.15
#25 99.15 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.15 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.63 ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Pack.{cmx,o}
#25 99.63 File "src_ext/ocamlgraph/src/pack.ml", line 52, characters 34-52:
#25 99.63 52 | let compare : t -> t -> int = Pervasives.compare
#25 99.63 ^^^^^^^^^^^^^^^^^^
#25 99.63 Alert deprecated: module Stdlib.Pervasives
#25 99.63 Use Stdlib instead.
#25 99.63
#25 99.63 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.63 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.63 File "src_ext/ocamlgraph/src/pack.ml", line 69, characters 34-52:
#25 99.63 69 | let compare : t -> t -> int = Pervasives.compare
#25 99.63 ^^^^^^^^^^^^^^^^^^
#25 99.63 Alert deprecated: module Stdlib.Pervasives
#25 99.63 Use Stdlib instead.
#25 99.63
#25 99.63 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.63 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.63 File "src_ext/ocamlgraph/src/pack.ml", line 97, characters 34-52:
#25 99.63 97 | let compare : t -> t -> int = Pervasives.compare
#25 99.63 ^^^^^^^^^^^^^^^^^^
#25 99.63 Alert deprecated: module Stdlib.Pervasives
#25 99.63 Use Stdlib instead.
#25 99.63
#25 99.63 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.63 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 99.63 File "src_ext/ocamlgraph/src/pack.ml", line 200, characters 32-50:
#25 99.63 200 | let compare : t -> t -> int = Pervasives.compare
#25 99.63 ^^^^^^^^^^^^^^^^^^
#25 99.63 Alert deprecated: module Stdlib.Pervasives
#25 99.63 Use Stdlib instead.
#25 99.63
#25 99.63 If you need to stay compatible with OCaml < 4.07, you can use the
#25 99.63 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 148.7 gcc src_ext/mccs/src/lp_solver.o
#25 148.7 lp_solver.cpp: In member function 'virtual int lp_solver::solve()':
#25 148.7 lp_solver.cpp:144:53: warning: '%s' directive writing up to 255 bytes into a region of size between 239 and 1004 [-Wformat-overflow=]
#25 148.7 144 | sprintf(command, "cat %s >> %s && %s %s | tee %s",
#25 148.7 | ^~
#25 148.7 In file included from /usr/include/stdio.h:970,
#25 148.7 from ./cudf.h:21,
#25 148.7 from ./abstract_solver.h:14,
#25 148.7 from ./lp_solver.h:13,
#25 148.7 from lp_solver.cpp:8:
#25 148.7 In function 'int sprintf(char*, const char*, ...)',
#25 148.7 inlined from 'virtual int lp_solver::solve()' at lp_solver.cpp:144:14:
#25 148.7 /usr/include/riscv64-linux-gnu/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 21 or more bytes (assuming 1041) into a destination of size 1024
#25 148.7 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
#25 148.7 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#25 148.7 31 | __glibc_objsize (__s), __fmt,
#25 148.7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#25 148.7 32 | __va_arg_pack ());
#25 148.7 | ~~~~~~~~~~~~~~~~~
#25 148.7 lp_solver.cpp: In member function 'virtual int lp_solver::solve()':
#25 148.7 lp_solver.cpp:140:47: warning: '%s' directive writing up to 255 bytes into a region of size between 245 and 1010 [-Wformat-overflow=]
#25 148.7 140 | sprintf(command, "cat %s >> %s; %s %s > %s 2> /dev/null",
#25 148.7 | ^~
#25 148.7 In function 'int sprintf(char*, const char*, ...)',
#25 148.7 inlined from 'virtual int lp_solver::solve()' at lp_solver.cpp:140:14:
#25 148.7 /usr/include/riscv64-linux-gnu/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 28 or more bytes (assuming 1048) into a destination of size 1024
#25 148.7 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
#25 148.7 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#25 148.7 31 | __glibc_objsize (__s), __fmt,
#25 148.7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#25 148.7 32 | __va_arg_pack ());
#25 148.7 | ~~~~~~~~~~~~~~~~~
#25 155.3 ocamlc src/core/.opam_core.objs/opamStubsTypes.{cmi,cmo,cmt}
#25 155.3 File "src/core/opamStubsTypes.ml", line 1:
#25 155.3 Warning 70 [missing-mli]: Cannot find interface file.
#25 156.6 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_base.{cmx,o}
#25 156.6 File "src_ext/cmdliner/src/cmdliner_base.ml", line 14, characters 16-32:
#25 156.6 14 | let lowercase = String.lowercase
#25 156.6 ^^^^^^^^^^^^^^^^
#25 156.6 Alert deprecated: Stdlib.String.lowercase
#25 156.6 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 156.6 File "src_ext/cmdliner/src/cmdliner_base.ml", line 15, characters 16-32:
#25 156.6 15 | let uppercase = String.lowercase
#25 156.6 ^^^^^^^^^^^^^^^^
#25 156.6 Alert deprecated: Stdlib.String.lowercase
#25 156.6 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 156.6 File "src_ext/cmdliner/src/cmdliner_base.ml", line 16, characters 17-34:
#25 156.6 16 | let capitalize = String.capitalize
#25 156.6 ^^^^^^^^^^^^^^^^^
#25 156.6 Alert deprecated: Stdlib.String.capitalize
#25 156.6 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#25 156.6 File "src_ext/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27:
#25 156.6 158 | `Error (err_ambiguous "enum value" s ambs)
#25 156.6 ^^^^^^^^^^^^^
#25 156.6 Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
#25 158.5 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_docgen.{cmx,o}
#25 158.5 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39:
#25 158.5 278 | if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
#25 158.5 ^^^^^^^^^^^^^^^^
#25 158.5 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#25 158.5 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56:
#25 158.5 293 | let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
#25 158.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 158.5 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#25 158.5 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51:
#25 158.5 294 | let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
#25 158.5 ^^^^^^^^^^^^^^^^
#25 158.5 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#25 158.5 File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52:
#25 158.5 295 | let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
#25 158.5 ^^^^^^^^^^^^^^^^
#25 158.5 Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
#25 159.3 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_cline.{cmx,o}
#25 159.3 File "src_ext/cmdliner/src/cmdliner_cline.ml", line 118, characters 20-47:
#25 159.3 118 | let err = Cmdliner_base.err_ambiguous "option" name ambs in
#25 159.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 159.3 Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
#25 159.8 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_arg.{cmx,o}
#25 159.8 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 166, characters 24-50:
#25 159.8 166 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
#25 159.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 159.8 Warning 6 [labels-omitted]: label err was omitted in the application of this function.
#25 159.8 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 216, characters 24-50:
#25 159.8 216 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
#25 159.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 159.8 Warning 6 [labels-omitted]: label err was omitted in the application of this function.
#25 159.8 File "src_ext/cmdliner/src/cmdliner_arg.ml", line 233, characters 10-36:
#25 159.8 233 | let a = Cmdliner_info.arg_make_pos pos a in
#25 159.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 159.8 Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
#25 160.3 ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner.{cmx,o}
#25 160.3 File "src_ext/cmdliner/src/cmdliner.ml", line 184, characters 25-47:
#25 160.3 184 | | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
#25 160.3 ^^^^^^^^^^^^^^^^^^^^^^
#25 160.3 Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
#25 160.3 File "src_ext/cmdliner/src/cmdliner.ml", line 274, characters 25-40:
#25 160.3 274 | let exit ?term_err r = Pervasives.exit (exit_status_of_result ?term_err r)
#25 160.3 ^^^^^^^^^^^^^^^
#25 160.3 Alert deprecated: module Stdlib.Pervasives
#25 160.3 Use Stdlib instead.
#25 160.3
#25 160.3 If you need to stay compatible with OCaml < 4.07, you can use the
#25 160.3 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 160.3 File "src_ext/cmdliner/src/cmdliner.ml", line 276, characters 4-19:
#25 160.3 276 | Pervasives.exit (exit_status_of_status_result ?term_err r)
#25 160.3 ^^^^^^^^^^^^^^^
#25 160.3 Alert deprecated: module Stdlib.Pervasives
#25 160.3 Use Stdlib instead.
#25 160.3
#25 160.3 If you need to stay compatible with OCaml < 4.07, you can use the
#25 160.3 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 164.8 ocamlopt src_ext/extlib/src/.extlib.objs/extArray.{cmx,o}
#25 164.8 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#25 164.8 Alert deprecated: make_float
#25 164.8 Use Array.create_float/ArrayLabels.create_float instead.
#25 164.8 File "array.mli", lines 75-77, characters 0-63:
#25 164.8 Definition
#25 164.8 File "src_ext/extlib/src/extArray.mli", line 121, characters 2-37:
#25 164.8 Expected signature
#25 164.8 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#25 164.8 Alert deprecated: create
#25 164.8 Use Array.make/ArrayLabels.make instead.
#25 164.8 File "array.mli", lines 66-67, characters 0-65:
#25 164.8 Definition
#25 164.8 File "src_ext/extlib/src/extArray.mli", line 145, characters 2-60:
#25 164.8 Expected signature
#25 164.8 File "src_ext/extlib/src/extArray.pp.ml", line 1:
#25 164.8 Alert deprecated: create_matrix
#25 164.8 Use Array.make_matrix/ArrayLabels.make_matrix instead.
#25 164.8 File "array.mli", lines 103-105, characters 0-61:
#25 164.8 Definition
#25 164.8 File "src_ext/extlib/src/extArray.mli", line 148, characters 2-56:
#25 164.8 Expected signature
#25 166.2 ocamlopt src_ext/extlib/src/.extlib.objs/extString.{cmx,o}
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: set
#25 166.2 Use Bytes.set/BytesLabels.set instead.
#25 166.2 File "string.mli", lines 412-413, characters 0-63:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 179, characters 2-42:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: create
#25 166.2 Use Bytes.create/BytesLabels.create instead.
#25 166.2 File "string.mli", lines 403-404, characters 0-69:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 180, characters 2-29:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: copy
#25 166.2 Strings now immutable: no need to copy
#25 166.2 File "string.mli", lines 432-433, characters 0-63:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 182, characters 2-29:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: fill
#25 166.2 Use Bytes.fill/BytesLabels.fill instead.
#25 166.2 File "string.mli", lines 439-440, characters 0-65:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 184, characters 2-50:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: uppercase
#25 166.2 Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
#25 166.2 File "string.mli", lines 449-451, characters 0-71:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 200, characters 2-34:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: lowercase
#25 166.2 Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
#25 166.2 File "string.mli", lines 458-460, characters 0-71:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 201, characters 2-34:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: capitalize
#25 166.2 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#25 166.2 File "string.mli", lines 467-469, characters 0-73:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 202, characters 2-35:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: uncapitalize
#25 166.2 Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
#25 166.2 File "string.mli", lines 475-477, characters 0-77:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 203, characters 2-37:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: unsafe_set
#25 166.2 File "string.mli", lines 608-609, characters 0-22:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 219, characters 2-49:
#25 166.2 Expected signature
#25 166.2 File "src_ext/extlib/src/extString.pp.ml", line 1:
#25 166.2 Alert deprecated: unsafe_fill
#25 166.2 File "string.mli", lines 613-615, characters 0-22:
#25 166.2 Definition
#25 166.2 File "src_ext/extlib/src/extString.mli", line 221, characters 2-57:
#25 166.2 Expected signature
#25 166.5 ocamlopt src_ext/extlib/src/.extlib.objs/extList.{cmx,o}
#25 166.5 File "src_ext/extlib/src/extList.ml", line 383, characters 15-33:
#25 166.5 Alert deprecated: module Stdlib.Pervasives
#25 166.5 Use Stdlib instead.
#25 166.5
#25 166.5 If you need to stay compatible with OCaml < 4.07, you can use the
#25 166.5 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 167.0 ocamlopt src/core/.opam_core.objs/opamStd.{cmx,o}
#25 167.0 File "src/core/opamStd.ml", line 431, characters 32-46:
#25 167.0 431 | let subs = Array.to_list (Re.get_all_ofs subs) in
#25 167.0 ^^^^^^^^^^^^^^
#25 167.0 Alert deprecated: Re.get_all_ofs
#25 167.0 Use Group.all_offset
#25 167.0 ocamlopt src_ext/extlib/src/.extlib.objs/IO.{cmx,o}
#25 167.0 File "src_ext/extlib/src/IO.ml", line 313, characters 14-30:
#25 167.0 Alert deprecated: module Stdlib.Pervasives
#25 167.0 Use Stdlib instead.
#25 167.0
#25 167.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 167.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 167.0 File "src_ext/extlib/src/IO.ml", line 317, characters 26-45:
#25 167.0 Alert deprecated: module Stdlib.Pervasives
#25 167.0 Use Stdlib instead.
#25 167.0
#25 167.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 167.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 167.0 File "src_ext/extlib/src/IO.ml", line 323, characters 31-48:
#25 167.0 Alert deprecated: module Stdlib.Pervasives
#25 167.0 Use Stdlib instead.
#25 167.0
#25 167.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 167.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 167.0 File "src_ext/extlib/src/IO.ml", line 324, characters 27-47:
#25 167.0 Alert deprecated: module Stdlib.Pervasives
#25 167.0 Use Stdlib instead.
#25 167.0
#25 167.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 167.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 167.0 File "src_ext/extlib/src/IO.ml", line 325, characters 27-43:
#25 167.0 Alert deprecated: module Stdlib.Pervasives
#25 167.0 Use Stdlib instead.
#25 167.0
#25 167.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 167.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 167.0 File "src_ext/extlib/src/IO.ml", line 792, characters 22-32:
#25 167.0 Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
#25 169.1 ocamlopt src/core/.opam_core.objs/opamProcess.{cmx,o}
#25 169.1 File "src/core/opamProcess.ml", line 382, characters 9-24:
#25 169.1 382 | (let open OpamCompat in
#25 169.1 ^^^^^^^^^^^^^^^
#25 169.1 Warning 33 [unused-open]: unused open OpamCompat.
#25 169.7 ocamlopt src_ext/cudf/.cudf.objs/cudf_types_pp.{cmx,o}
#25 169.7 File "src_ext/cudf/cudf_types_pp.ml", line 92, characters 27-37:
#25 169.7 92 | | `Enum l -> `Enum (l, parse_enum l s)
#25 169.7 ^^^^^^^^^^
#25 169.7 Warning 6 [labels-omitted]: label enums was omitted in the application of this function.
#25 169.7 File "src_ext/cudf/cudf_types_pp.ml", line 104, characters 20-44:
#25 169.7 104 | let string_of_int = Pervasives.string_of_int
#25 169.7 ^^^^^^^^^^^^^^^^^^^^^^^^
#25 169.7 Alert deprecated: module Stdlib.Pervasives
#25 169.7 Use Stdlib instead.
#25 169.7
#25 169.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 169.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 169.7 File "src_ext/cudf/cudf_types_pp.ml", line 107, characters 21-46:
#25 169.7 107 | let string_of_bool = Pervasives.string_of_bool
#25 169.7 ^^^^^^^^^^^^^^^^^^^^^^^^^
#25 169.7 Alert deprecated: module Stdlib.Pervasives
#25 169.7 Use Stdlib instead.
#25 169.7
#25 169.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 169.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 169.9 ocamlc src/tools/.opam_installer.eobjs/opam_installer.{cmi,cmo,cmt}
#25 169.9 File "src/tools/opam_installer.ml", line 1:
#25 169.9 Warning 70 [missing-mli]: Cannot find interface file.
#25 170.0 ocamlopt src_ext/cudf/.cudf.objs/cudf.{cmx,o}
#25 170.0 File "src_ext/cudf/cudf.ml", line 76, characters 2-20:
#25 170.0 76 | Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version)
#25 170.0 ^^^^^^^^^^^^^^^^^^
#25 170.0 Alert deprecated: module Stdlib.Pervasives
#25 170.0 Use Stdlib instead.
#25 170.0
#25 170.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.0 File "src_ext/cudf/cudf.ml", line 79, characters 2-20:
#25 170.0 79 | Pervasives.compare (pkg2.package, pkg2.version) (pkg1.package, pkg1.version)
#25 170.0 ^^^^^^^^^^^^^^^^^^
#25 170.0 Alert deprecated: module Stdlib.Pervasives
#25 170.0 Use Stdlib instead.
#25 170.0
#25 170.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.2 ocamlc src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmi,cmo,cmt}
#25 170.2 File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
#25 170.2 Alert deprecated: module Stdlib.Pervasives
#25 170.2 Use Stdlib instead.
#25 170.2
#25 170.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.2 File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
#25 170.2 Alert deprecated: module Stdlib.Pervasives
#25 170.2 Use Stdlib instead.
#25 170.2
#25 170.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.2 File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
#25 170.2 Alert deprecated: module Stdlib.Pervasives
#25 170.2 Use Stdlib instead.
#25 170.2
#25 170.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 170.2 File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
#25 170.2 Alert deprecated: module Stdlib.Pervasives
#25 170.2 Use Stdlib instead.
#25 170.2
#25 170.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 170.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 171.3 ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmi,cmo,cmt}
#25 171.3 File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
#25 171.3 Alert deprecated: module Stdlib.Pervasives
#25 171.3 Use Stdlib instead.
#25 171.3
#25 171.3 If you need to stay compatible with OCaml < 4.07, you can use the
#25 171.3 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 171.3 File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
#25 171.3 Alert deprecated: module Stdlib.Pervasives
#25 171.3 Use Stdlib instead.
#25 171.3
#25 171.3 If you need to stay compatible with OCaml < 4.07, you can use the
#25 171.3 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 171.4 ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmi,cmo,cmt}
#25 171.4 File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
#25 171.4 Alert deprecated: module Stdlib.Pervasives
#25 171.4 Use Stdlib instead.
#25 171.4
#25 171.4 If you need to stay compatible with OCaml < 4.07, you can use the
#25 171.4 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 172.0 ocamlopt src_ext/dose3/common/.common.objs/common__Util.{cmx,o}
#25 172.0 File "src_ext/dose3/common/util.ml", line 90, characters 6-23:
#25 172.0 Alert deprecated: Stdlib.String.capitalize
#25 172.0 Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
#25 172.0 File "src_ext/dose3/common/util.ml", line 96, characters 6-21:
#25 172.0 Alert deprecated: module Stdlib.Pervasives
#25 172.0 Use Stdlib instead.
#25 172.0
#25 172.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 172.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 172.0 File "src_ext/dose3/common/util.ml", line 103, characters 6-21:
#25 172.0 Alert deprecated: module Stdlib.Pervasives
#25 172.0 Use Stdlib instead.
#25 172.0
#25 172.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 172.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 172.0 File "src_ext/dose3/common/util.ml", line 163, characters 6-21:
#25 172.0 Alert deprecated: module Stdlib.Pervasives
#25 172.0 Use Stdlib instead.
#25 172.0
#25 172.0 If you need to stay compatible with OCaml < 4.07, you can use the
#25 172.0 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 172.1 ocamlopt src/core/.opam_core.objs/opamFilename.{cmx,o}
#25 172.1 File "src/core/opamFilename.ml", line 349, characters 11-25:
#25 172.1 349 | let link ?(relative=false) ~target ~link =
#25 172.1 ^^^^^^^^^^^^^^
#25 172.1 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 172.5 ocamlc src/solver/.opam_solver.objs/opamCudfSolverSig.{cmi,cmo,cmt}
#25 172.5 File "src/solver/opamCudfSolverSig.ml", line 1:
#25 172.5 Warning 70 [missing-mli]: Cannot find interface file.
#25 173.1 ocamlopt src/core/.opam_core.objs/opamUrl.{cmx,o}
#25 173.1 File "src/core/opamUrl.ml", line 56, characters 10-20:
#25 173.1 56 | match Re.get_all (Re.exec re u) with
#25 173.1 ^^^^^^^^^^
#25 173.1 Alert deprecated: Re.get_all
#25 173.1 Use Group.all
#25 173.1 File "src/core/opamUrl.ml", line 109, characters 12-18:
#25 173.1 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
#25 173.1 ^^^^^^
#25 173.1 Alert deprecated: Re.get
#25 173.1 Use Group.get
#25 173.1 File "src/core/opamUrl.ml", line 109, characters 37-43:
#25 173.1 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
#25 173.1 ^^^^^^
#25 173.1 Alert deprecated: Re.get
#25 173.1 Use Group.get
#25 173.1 File "src/core/opamUrl.ml", line 219, characters 6-12:
#25 173.1 219 | Re.get (Re.exec re t.path) 1
#25 173.1 ^^^^^^
#25 173.1 Alert deprecated: Re.get
#25 173.1 Use Group.get
#25 175.1 ocamlopt src/format/.opam_format.objs/opamFormula.{cmx,o}
#25 175.1 File "src/format/opamFormula.ml", line 31, characters 7-24:
#25 175.1 31 | (OpamPrinter.relop r)
#25 175.1 ^^^^^^^^^^^^^^^^^
#25 175.1 Alert deprecated: OpamPrinter.relop
#25 175.1 Use OpamPrinter.FullPos.relop instead.
#25 175.1 File "src/format/opamFormula.ml", line 43, characters 7-24:
#25 175.1 43 | (OpamPrinter.relop r)
#25 175.1 ^^^^^^^^^^^^^^^^^
#25 175.1 Alert deprecated: OpamPrinter.relop
#25 175.1 Use OpamPrinter.FullPos.relop instead.
#25 175.1 File "src/format/opamFormula.ml", line 234, characters 28-45:
#25 175.1 234 | Printf.sprintf "%s %s" (OpamPrinter.relop relop)
#25 175.1 ^^^^^^^^^^^^^^^^^
#25 175.1 Alert deprecated: OpamPrinter.relop
#25 175.1 Use OpamPrinter.FullPos.relop instead.
#25 175.7 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmx,o}
#25 175.7 File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
#25 175.7 Alert deprecated: module Stdlib.Pervasives
#25 175.7 Use Stdlib instead.
#25 175.7
#25 175.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 175.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 175.7 File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
#25 175.7 Alert deprecated: module Stdlib.Pervasives
#25 175.7 Use Stdlib instead.
#25 175.7
#25 175.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 175.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 175.7 File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
#25 175.7 Alert deprecated: module Stdlib.Pervasives
#25 175.7 Use Stdlib instead.
#25 175.7
#25 175.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 175.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 175.7 File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
#25 175.7 Alert deprecated: module Stdlib.Pervasives
#25 175.7 Use Stdlib instead.
#25 175.7
#25 175.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 175.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 176.1 ocamlopt src/format/.opam_format.objs/opamFilter.{cmx,o}
#25 176.1 File "src/format/opamFilter.ml", line 44, characters 36-53:
#25 176.1 44 | (aux ~context:`Relop e) (OpamPrinter.relop s) (aux ~context:`Relop f))
#25 176.1 ^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.relop
#25 176.1 Use OpamPrinter.FullPos.relop instead.
#25 176.1 File "src/format/opamFilter.ml", line 109, characters 11-18:
#25 176.1 109 | if Re.test ss 2 then
#25 176.1 ^^^^^^^
#25 176.1 Alert deprecated: Re.test
#25 176.1 Use Group.test
#25 176.1 File "src/format/opamFilter.ml", line 110, characters 15-21:
#25 176.1 110 | aux (Re.get ss 1 :: acc)
#25 176.1 ^^^^^^
#25 176.1 Alert deprecated: Re.get
#25 176.1 Use Group.get
#25 176.1 File "src/format/opamFilter.ml", line 111, characters 18-28:
#25 176.1 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
#25 176.1 ^^^^^^^^^^
#25 176.1 Alert deprecated: Re.get_ofs
#25 176.1 Use Group.offset
#25 176.1 File "src/format/opamFilter.ml", line 111, characters 52-58:
#25 176.1 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
#25 176.1 ^^^^^^
#25 176.1 Alert deprecated: Re.get
#25 176.1 Use Group.get
#25 176.1 File "src/format/opamFilter.ml", line 524, characters 38-55:
#25 176.1 524 | Printf.sprintf "%s \"%s\"" (OpamPrinter.relop op) s
#25 176.1 ^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.relop
#25 176.1 Use OpamPrinter.FullPos.relop instead.
#25 176.1 File "src/format/opamFilter.ml", line 526, characters 34-51:
#25 176.1 526 | Printf.sprintf "%s %s" (OpamPrinter.relop op) (to_string v)
#25 176.1 ^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.relop
#25 176.1 Use OpamPrinter.FullPos.relop instead.
#25 176.1 File "src/format/opamFilter.ml", line 528, characters 36-53:
#25 176.1 528 | Printf.sprintf "%s (%s)" (OpamPrinter.relop op) (to_string v)
#25 176.1 ^^^^^^^^^^^^^^^^^
#25 176.1 Alert deprecated: OpamPrinter.relop
#25 176.1 Use OpamPrinter.FullPos.relop instead.
#25 176.7 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Diagnostic.{cmx,o}
#25 176.7 File "src_ext/dose3/algo/diagnostic.ml", line 308, characters 12-30:
#25 176.7 Alert deprecated: module Stdlib.Pervasives
#25 176.7 Use Stdlib instead.
#25 176.7
#25 176.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 176.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 176.7 File "src_ext/dose3/algo/diagnostic.ml", line 509, characters 20-38:
#25 176.7 Alert deprecated: module Stdlib.Pervasives
#25 176.7 Use Stdlib instead.
#25 176.7
#25 176.7 If you need to stay compatible with OCaml < 4.07, you can use the
#25 176.7 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 177.1 ocamlopt src/format/.opam_format.objs/opamFormat.{cmx,o}
#25 177.1 File "src/format/opamFormat.ml", line 822, characters 21-48:
#25 177.1 822 | let str = OpamPrinter.Normalise.items items in
#25 177.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 177.1 Alert deprecated: module OpamPrinter.Normalise
#25 177.1 Use OpamPrinter.FullPos.Normalise instead.
#25 177.1 File "src/format/opamFormat.ml", line 829, characters 28-55:
#25 177.1 829 | assert (check sgs (OpamPrinter.Normalise.items items));
#25 177.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 177.1 Alert deprecated: module OpamPrinter.Normalise
#25 177.1 Use OpamPrinter.FullPos.Normalise instead.
#25 177.6 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmx,o}
#25 177.6 File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
#25 177.6 Alert deprecated: module Stdlib.Pervasives
#25 177.6 Use Stdlib instead.
#25 177.6
#25 177.6 If you need to stay compatible with OCaml < 4.07, you can use the
#25 177.6 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 177.6 File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
#25 177.6 Alert deprecated: module Stdlib.Pervasives
#25 177.6 Use Stdlib instead.
#25 177.6
#25 177.6 If you need to stay compatible with OCaml < 4.07, you can use the
#25 177.6 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 178.2 ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmx,o}
#25 178.2 File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
#25 178.2 Alert deprecated: module Stdlib.Pervasives
#25 178.2 Use Stdlib instead.
#25 178.2
#25 178.2 If you need to stay compatible with OCaml < 4.07, you can use the
#25 178.2 stdlib-shims library: https://github.com/ocaml/stdlib-shims
#25 182.3 ocamlopt src/format/.opam_format.objs/opamFile.{cmx,o}
#25 182.3 File "src/format/opamFile.ml", line 545, characters 10-33:
#25 182.3 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
#25 182.3 ^^^^^^^^^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamLexer.env_update_op
#25 182.3 Use OpamLexer.FullPos.env_update_op instead.
#25 182.3 File "src/format/opamFile.ml", line 545, characters 35-60:
#25 182.3 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
#25 182.3 ^^^^^^^^^^^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamPrinter.env_update_op
#25 182.3 Use OpamPrinter.FullPos.env_update_op instead.
#25 182.3 File "src/format/opamFile.ml", line 723, characters 8-23:
#25 182.3 723 | try OpamParser.main OpamLexer.token lexbuf filename with
#25 182.3 ^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamParser.main
#25 182.3 Use OpamParser.FullPos.main instead.
#25 182.3 File "src/format/opamFile.ml", line 735, characters 9-36:
#25 182.3 735 | OpamPrinter.format_opamfile fmt file)
#25 182.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamPrinter.format_opamfile
#25 182.3 Use OpamPrinter.FullPos.format_opamfile instead.
#25 182.3 File "src/format/opamFile.ml", line 748, characters 4-24:
#25 182.3 748 | OpamPrinter.opamfile t
#25 182.3 ^^^^^^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamPrinter.opamfile
#25 182.3 Use OpamPrinter.FullPos.opamfile instead.
#25 182.3 File "src/format/opamFile.ml", line 823, characters 19-36:
#25 182.3 823 | OpamPrinter.items [f] :: strs
#25 182.3 ^^^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamPrinter.items
#25 182.3 Use OpamPrinter.FullPos.items instead.
#25 182.3 File "src/format/opamFile.ml", line 854, characters 17-34:
#25 182.3 854 | OpamPrinter.items f :: strs
#25 182.3 ^^^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamPrinter.items
#25 182.3 Use OpamPrinter.FullPos.items instead.
#25 182.3 File "src/format/opamFile.ml", line 862, characters 38-55:
#25 182.3 862 | (if rem = [] then [""] else [OpamPrinter.items rem;""]))
#25 182.3 ^^^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamPrinter.items
#25 182.3 Use OpamPrinter.FullPos.items instead.
#25 182.3 File "src/format/opamFile.ml", line 1277, characters 21-36:
#25 182.3 1277 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
#25 182.3 ^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamParser.file
#25 182.3 Use OpamParser.FullPos.file instead.
#25 182.3 File "src/format/opamFile.ml", line 1648, characters 21-36:
#25 182.3 1648 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
#25 182.3 ^^^^^^^^^^^^^^^
#25 182.3 Alert deprecated: OpamParser.file
#25 182.3 Use OpamParser.FullPos.file instead.
#25 183.3 ocamlopt src/repository/.opam_repository.objs/opamDownload.{cmx,o}
#25 183.3 File "src/repository/opamDownload.ml", line 44, characters 36-44:
#25 183.3 44 | let download_args ~url ~out ~retry ?checksum ~compress =
#25 183.3 ^^^^^^^^
#25 183.3 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 183.3 File "src/repository/opamDownload.ml", line 102, characters 32-40:
#25 183.3 102 | let download_command ~compress ?checksum ~url ~dst =
#25 183.3 ^^^^^^^^
#25 183.3 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 183.3 File "src/repository/opamDownload.ml", line 120, characters 60-73:
#25 183.3 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#25 183.3 ^^^^^^^^^^^^^
#25 183.3 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 183.3 File "src/repository/opamDownload.ml", line 120, characters 49-57:
#25 183.3 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#25 183.3 ^^^^^^^^
#25 183.3 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 183.3 File "src/repository/opamDownload.ml", line 120, characters 32-46:
#25 183.3 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#25 183.3 ^^^^^^^^^^^^^^
#25 183.3 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 183.3 File "src/repository/opamDownload.ml", line 120, characters 6-17:
#25 183.3 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
#25 183.3 ^^^^^^^^^^^
#25 183.3 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 185.3 ocamlopt src/solver/.opam_solver.objs/opamCudf.{cmx,o}
#25 185.3 File "src/solver/opamCudf.ml", line 219, characters 47-64:
#25 185.3 219 | | Some (r,v) -> Printf.sprintf " (%s %d)" (OpamPrinter.relop r) v in
#25 185.3 ^^^^^^^^^^^^^^^^^
#25 185.3 Alert deprecated: OpamPrinter.relop
#25 185.3 Use OpamPrinter.FullPos.relop instead.
#25 186.6 ocamlopt src/state/.opam_state.objs/opamPinned.{cmx,o}
#25 186.6 File "src/state/opamPinned.ml", line 126, characters 34-51:
#25 186.6 126 | (OpamPrinter.relop op) (OpamPackage.Version.to_string vc))
#25 186.6 ^^^^^^^^^^^^^^^^^
#25 186.6 Alert deprecated: OpamPrinter.relop
#25 186.6 Use OpamPrinter.FullPos.relop instead.
#25 190.1 ocamlopt src/state/.opam_state.objs/opamSwitchState.{cmx,o}
#25 190.1 File "src/state/opamSwitchState.ml", line 668, characters 41-58:
#25 190.1 668 | (match relop with `Eq -> "" | r -> OpamPrinter.relop r)
#25 190.1 ^^^^^^^^^^^^^^^^^
#25 190.1 Alert deprecated: OpamPrinter.relop
#25 190.1 Use OpamPrinter.FullPos.relop instead.
#25 191.9 ocamlopt src/client/.opam_client.objs/opamConfigCommand.{cmx,o}
#25 191.9 File "src/client/opamConfigCommand.ml", line 216, characters 42-62:
#25 191.9 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false)
#25 191.9 ^^^^^^^^^^^^^^^^^^^^
#25 191.9 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 191.9 File "src/client/opamConfigCommand.ml", line 216, characters 20-38:
#25 191.9 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false)
#25 191.9 ^^^^^^^^^^^^^^^^^^
#25 191.9 Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#25 194.8 ocamlopt src/client/.opam_client.objs/opamListCommand.{cmx,o}
#25 194.8 File "src/client/opamListCommand.ml", line 471, characters 20-47:
#25 194.8 471 | if normalise then OpamPrinter.Normalise.value else
#25 194.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 194.8 Alert deprecated: module OpamPrinter.Normalise
#25 194.8 Use OpamPrinter.FullPos.Normalise instead.
#25 194.8 File "src/client/opamListCommand.ml", line 477, characters 19-41:
#25 194.8 477 | | List (_, l) -> OpamPrinter.value_list l
#25 194.8 ^^^^^^^^^^^^^^^^^^^^^^
#25 194.8 Alert deprecated: OpamPrinter.value_list
#25 194.8 Use OpamPrinter.FullPos.value_list instead.
#25 194.8 File "src/client/opamListCommand.ml", line 478, characters 9-36:
#25 194.8 478 | | f -> OpamPrinter.Normalise.value f
#25 194.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#25 194.8 Alert deprecated: module OpamPrinter.Normalise
#25 194.8 Use OpamPrinter.FullPos.Normalise instead.
#25 196.2 ocamlopt src/client/.opam_client.objs/opamArg.{cmx,o}
#25 196.2 File "src/client/opamArg.ml", line 488, characters 45-51:
#25 196.2 488 | let name = OpamPackage.Name.of_string (Re.get sub 1) in
#25 196.2 ^^^^^^
#25 196.2 Alert deprecated: Re.get
#25 196.2 Use Group.get
#25 196.2 File "src/client/opamArg.ml", line 490, characters 49-55:
#25 196.2 490 | try Some (OpamPackage.Version.of_string (Re.get sub 2))
#25 196.2 ^^^^^^
#25 196.2 Alert deprecated: Re.get
#25 196.2 Use Group.get
#25 196.2 File "src/client/opamArg.ml", line 526, characters 18-24:
#25 196.2 526 | let sname = Re.get sub 1 in
#25 196.2 ^^^^^^
#25 196.2 Alert deprecated: Re.get
#25 196.2 Use Group.get
#25 196.2 File "src/client/opamArg.ml", line 527, characters 16-22:
#25 196.2 527 | let sop = Re.get sub 2 in
#25 196.2 ^^^^^^
#25 196.2 Alert deprecated: Re.get
#25 196.2 Use Group.get
#25 196.2 File "src/client/opamArg.ml", line 528, characters 21-27:
#25 196.2 528 | let sversion = Re.get sub 3 in
#25 196.2 ^^^^^^
#25 196.2 Alert deprecated: Re.get
#25 196.2 Use Group.get
#25 196.2 File "src/client/opamArg.ml", line 531, characters 15-30:
#25 196.2 531 | let op = OpamLexer.relop sop in
#25 196.2 ^^^^^^^^^^^^^^^
#25 196.2 Alert deprecated: OpamLexer.relop
#25 196.2 Use OpamLexer.FullPos.relop instead.
#25 206.7 sed -f process.sed opam.install > processed-opam.install
#25 206.8 ln -s -f _build/default/src/client/opamMain.exe opam
#25 206.8 src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install
#25 207.4 sed -f process.sed opam-installer.install > processed-opam-installer.install
#25 207.4 ln -s -f _build/default/src/tools/opam_installer.exe opam-installer
#25 DONE 210.0s
#26 [stage-0 9/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
#26 2.424 Note: switching to '263921263e1f745613e2882745114b7b08f3608b'.
#26 2.424
#26 2.424 You are in 'detached HEAD' state. You can look around, make experimental
#26 2.424 changes and commit them, and you can discard any commits you make in this
#26 2.424 state without impacting any branches by switching back to a branch.
#26 2.424
#26 2.424 If you want to create a new branch to retain commits you create, you may
#26 2.424 do so (now or later) by using -c with the switch command. Example:
#26 2.424
#26 2.424 git switch -c <new-branch-name>
#26 2.424
#26 2.424 Or undo this operation with:
#26 2.424
#26 2.424 git switch -
#26 2.424
#26 2.424 Turn off this advice by setting config variable advice.detachedHead to false
#26 2.424
#26 2.424 HEAD is now at 263921263 Merge pull request #6177 from kit-ty-kate/fix-release-2.1
#26 2.959 checking for ocamlc... ocamlc
#26 3.002 OCaml version is 4.14.2
#26 3.033 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#26 3.034 checking for ocamlopt... ocamlopt
#26 3.079 checking for ocamlc.opt... ocamlc.opt
#26 3.113 checking for ocamlopt.opt... ocamlopt.opt
#26 3.160 checking for ocaml... ocaml
#26 3.162 checking for ocamldep... ocamldep
#26 3.165 checking for ocamldep.opt... ocamldep.opt
#26 3.200 checking for ocamlmktop... ocamlmktop
#26 3.203 checking for ocamlmklib... ocamlmklib
#26 3.205 checking for ocamldoc... ocamldoc
#26 3.208 checking for ocamldoc.opt... ocamldoc.opt
#26 3.263 checking for ocamlbuild... no
#26 3.267 checking OCaml Sys.os_type... Unix
#26 3.381 checking for gawk... no
#26 3.385 checking for mawk... mawk
#26 3.419 checking for compiler type... cc
#26 4.649 checking for compiler architecture... riscv
#26 5.888 checking for compiler system... linux
#26 7.168 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#26 7.337 checking whether the C compiler works... yes
#26 7.613 checking for C compiler default output file name... a.out
#26 7.619 checking for suffix of executables...
#26 7.888 checking whether we are cross compiling... no
#26 8.215 checking for suffix of object files... o
#26 8.382 checking whether the compiler supports GNU C... yes
#26 8.542 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#26 8.701 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#26 9.038 checking for stdio.h... yes
#26 9.180 checking for stdlib.h... yes
#26 9.356 checking for string.h... yes
#26 9.552 checking for inttypes.h... yes
#26 9.753 checking for stdint.h... yes
#26 9.962 checking for strings.h... yes
#26 10.16 checking for sys/stat.h... yes
#26 10.36 checking for sys/types.h... yes
#26 10.57 checking for unistd.h... yes
#26 10.81 checking for acl/libacl.h... no
#26 11.08 checking for library containing acl_get_perm... no
#26 11.61 checking for ocamlobjinfo... ocamlobjinfo
#26 11.61 checking for ocamlfind... no
#26 11.62 checking for curl... curl
#26 11.62 checking for dune... no
#26 11.63 checking for cppo... no
#26 11.63 checking for patch... patch
#26 11.64 checking for bunzip2... bunzip2
#26 11.67
#26 11.68 checking for OCaml findlib package unix... not found
#26 11.68 checking for OCaml findlib package bigarray... not found
#26 11.69 checking for OCaml findlib package extlib... not found
#26 11.69 checking for OCaml findlib package re... not found
#26 11.70 checking for OCaml findlib package re.glob... not found
#26 11.71 checking for OCaml findlib package cmdliner... not found
#26 11.71 checking for OCaml findlib package ocamlgraph... not found
#26 11.72 checking for OCaml findlib package cudf... not found
#26 11.72 checking for OCaml findlib package dose3.common... not found
#26 11.73 checking for OCaml findlib package dose3.algo... not found
#26 11.75 checking for OCaml findlib package opam-file-format... not found
#26 11.75 checking for OCaml findlib package mccs... not found
#26 11.76 checking for OCaml findlib package opam-0install-cudf... not found
#26 11.77 checking for g++... g++
#26 11.89 checking whether the compiler supports GNU C++... yes
#26 12.06 checking whether g++ accepts -g... yes
#26 12.22 checking for g++ option to enable C++11 features... none needed
#26 12.84
#26 12.84 ============================================================================
#26 12.84 Some dependencies are missing. If you are just interested in the stand-alone
#26 12.84 'opam' binary, run 'make lib-ext' to download and include them.
#26 12.84 ============================================================================
#26 12.84
#26 12.94 configure: creating ./config.status
#26 13.26 config.status: creating Makefile.config
#26 13.30 config.status: creating src/ocaml-flags-configure.sexp
#26 13.36 config.status: creating src/stubs/c-flags.sexp
#26 13.43 config.status: creating src/stubs/libacl/c-libraries.sexp
#26 13.52
#26 13.53 Opam will be built WITH a built-in solver
#26 13.54
#26 13.54 Executables will be installed in /usr/local/bin
#26 13.54 Manual pages will be installed in /usr/local/share/man
#26 13.68 make -j -C src_ext lib-ext
#26 13.68 make[1]: Entering directory '/tmp/opam-build-2.1/src_ext'
#26 13.83 [ -e dune-local.tbz ] || \
#26 13.83 cp archives/dune-3.14.0.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz && ocaml ../shell/md5check.ml dune-local.tbz bff778fff4996b890e5af3da7ecf5baa; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/bf/bff778fff4996b890e5af3da7ecf5baa && ocaml ../shell/md5check.ml dune-local.tbz bff778fff4996b890e5af3da7ecf5baa && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; }
#26 13.84 [ -e cppo.tar.gz ] || \
#26 13.84 cp archives/v1.6.8.tar.gz cppo.tar.gz 2>/dev/null || { { { curl -LSs -o cppo.tar.gz https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz && ocaml ../shell/md5check.ml cppo.tar.gz fed401197d86f9089e89f6cbdf1d660d; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz'; false; }; } || { { curl -LSs -o cppo.tar.gz https://opam.ocaml.org/cache/md5/fe/fed401197d86f9089e89f6cbdf1d660d && ocaml ../shell/md5check.ml cppo.tar.gz fed401197d86f9089e89f6cbdf1d660d && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; }
#26 13.86 [ -e base64.tbz ] || \
#26 13.86 cp archives/base64-v3.5.0.tbz base64.tbz 2>/dev/null || { { { curl -LSs -o base64.tbz https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz && ocaml ../shell/md5check.ml base64.tbz 0179af18d6c1cf13d77671ee23901433; } || { echo 'Failed to download https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz'; false; }; } || { { curl -LSs -o base64.tbz https://opam.ocaml.org/cache/md5/01/0179af18d6c1cf13d77671ee23901433 && ocaml ../shell/md5check.ml base64.tbz 0179af18d6c1cf13d77671ee23901433 && echo 'Warning: downloaded https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz from opam cache'; } || { echo 'Failed to download base64 from opam cache'; false; }; }; }
#26 13.86 [ -e extlib.tar.gz ] || \
#26 13.86 cp archives/extlib-1.7.9.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz f7ca7f1c82e15a99603b88f730fd7b8a; } || { echo 'Failed to download https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/f7/f7ca7f1c82e15a99603b88f730fd7b8a && ocaml ../shell/md5check.ml extlib.tar.gz f7ca7f1c82e15a99603b88f730fd7b8a && echo 'Warning: downloaded https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; }
#26 13.88 [ -e re.tbz ] || \
#26 13.88 cp archives/re-1.10.3.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz && ocaml ../shell/md5check.ml re.tbz a36347dcfaf71c95916f96f72b0cf2ce; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/a3/a36347dcfaf71c95916f96f72b0cf2ce && ocaml ../shell/md5check.ml re.tbz a36347dcfaf71c95916f96f72b0cf2ce && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; }
#26 13.91 [ -e cmdliner.tbz ] || \
#26 13.91 cp archives/cmdliner-1.0.4.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz && ocaml ../shell/md5check.ml cmdliner.tbz fe2213d0bc63b1e10a2d0aa66d2fc8d9; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/fe/fe2213d0bc63b1e10a2d0aa66d2fc8d9 && ocaml ../shell/md5check.ml cmdliner.tbz fe2213d0bc63b1e10a2d0aa66d2fc8d9 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; }
#26 13.95 [ -e ocamlgraph.tbz ] || \
#26 13.95 cp archives/ocamlgraph-2.0.0.tbz ocamlgraph.tbz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tbz https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz && ocaml ../shell/md5check.ml ocamlgraph.tbz 2d07fcf3501e1d4997c03fa94cea22f0; } || { echo 'Failed to download https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz'; false; }; } || { { curl -LSs -o ocamlgraph.tbz https://opam.ocaml.org/cache/md5/2d/2d07fcf3501e1d4997c03fa94cea22f0 && ocaml ../shell/md5check.ml ocamlgraph.tbz 2d07fcf3501e1d4997c03fa94cea22f0 && echo 'Warning: downloaded https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; }
#26 14.01 [ -e cudf.tar.gz ] || \
#26 14.01 cp archives/cudf-v0.10.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz ed8fea314d0c6dc0d8811ccf860c53dd; } || { echo 'Failed to download https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/ed/ed8fea314d0c6dc0d8811ccf860c53dd && ocaml ../shell/md5check.ml cudf.tar.gz ed8fea314d0c6dc0d8811ccf860c53dd && echo 'Warning: downloaded https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; }
#26 14.01 [ -e dose3.tar.gz ] || \
#26 14.01 cp archives/dose3-7.0.0.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz bc99cbcea8fca29dca3ebbee54be45e1; } || { echo 'Failed to download https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/bc/bc99cbcea8fca29dca3ebbee54be45e1 && ocaml ../shell/md5check.ml dose3.tar.gz bc99cbcea8fca29dca3ebbee54be45e1 && echo 'Warning: downloaded https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; }
#26 14.06 [ -e opam-file-format.tar.gz ] || \
#26 14.06 cp archives/2.1.4.tar.gz opam-file-format.tar.gz 2>/dev/null || { { { curl -LSs -o opam-file-format.tar.gz https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz cd9dac41c2153d07067c5f30cdcf77db; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/cd/cd9dac41c2153d07067c5f30cdcf77db && ocaml ../shell/md5check.ml opam-file-format.tar.gz cd9dac41c2153d07067c5f30cdcf77db && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; }
#26 14.12 [ -e result.tbz ] || \
#26 14.12 cp archives/result-1.5.tbz result.tbz 2>/dev/null || { { { curl -LSs -o result.tbz https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz && ocaml ../shell/md5check.ml result.tbz 1b82dec78849680b49ae9a8a365b831b; } || { echo 'Failed to download https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz'; false; }; } || { { curl -LSs -o result.tbz https://opam.ocaml.org/cache/md5/1b/1b82dec78849680b49ae9a8a365b831b && ocaml ../shell/md5check.ml result.tbz 1b82dec78849680b49ae9a8a365b831b && echo 'Warning: downloaded https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; }
#26 14.15 [ -e seq.tar.gz ] || \
#26 14.15 cp archives/0.2.2.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.2.2.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 9033e02283aa3bde9f97f24e632902e3; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.2.2.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/90/9033e02283aa3bde9f97f24e632902e3 && ocaml ../shell/md5check.ml seq.tar.gz 9033e02283aa3bde9f97f24e632902e3 && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.2.2.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; }
#26 14.16 [ -e stdlib-shims.tbz ] || \
#26 14.16 cp archives/stdlib-shims-0.3.0.tbz stdlib-shims.tbz 2>/dev/null || { { { curl -LSs -o stdlib-shims.tbz https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz && ocaml ../shell/md5check.ml stdlib-shims.tbz 09db7af8b4a3a96048a61cb6ae2496ef; } || { echo 'Failed to download https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz'; false; }; } || { { curl -LSs -o stdlib-shims.tbz https://opam.ocaml.org/cache/md5/09/09db7af8b4a3a96048a61cb6ae2496ef && ocaml ../shell/md5check.ml stdlib-shims.tbz 09db7af8b4a3a96048a61cb6ae2496ef && echo 'Warning: downloaded https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz from opam cache'; } || { echo 'Failed to download stdlib-shims from opam cache'; false; }; }; }
#26 14.22 [ -e mccs.tar.gz ] || \
#26 14.22 cp archives/1.1+17.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 844d99bc531e0713238fe4b6b8511ed1; } || { echo 'Failed to download https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/84/844d99bc531e0713238fe4b6b8511ed1 && ocaml ../shell/md5check.ml mccs.tar.gz 844d99bc531e0713238fe4b6b8511ed1 && echo 'Warning: downloaded https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; }
#26 14.31 [ -e opam-0install-cudf.tbz ] || \
#26 14.31 cp archives/opam-0install-cudf-v0.4.2.tbz opam-0install-cudf.tbz 2>/dev/null || { { { curl -LSs -o opam-0install-cudf.tbz https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz && ocaml ../shell/md5check.ml opam-0install-cudf.tbz 8e1494e8b97fc6f9a463966c394e9bdd; } || { echo 'Failed to download https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz'; false; }; } || { { curl -LSs -o opam-0install-cudf.tbz https://opam.ocaml.org/cache/md5/8e/8e1494e8b97fc6f9a463966c394e9bdd && ocaml ../shell/md5check.ml opam-0install-cudf.tbz 8e1494e8b97fc6f9a463966c394e9bdd && echo 'Warning: downloaded https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz from opam cache'; } || { echo 'Failed to download opam-0install-cudf from opam cache'; false; }; }; }
#26 14.36 [ -e 0install-solver.tbz ] || \
#26 14.36 cp archives/0install-v2.17.tbz 0install-solver.tbz 2>/dev/null || { { { curl -LSs -o 0install-solver.tbz https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz && ocaml ../shell/md5check.ml 0install-solver.tbz 50daf035b04b29399a3c6e6f965ac447; } || { echo 'Failed to download https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz'; false; }; } || { { curl -LSs -o 0install-solver.tbz https://opam.ocaml.org/cache/md5/50/50daf035b04b29399a3c6e6f965ac447 && ocaml ../shell/md5check.ml 0install-solver.tbz 50daf035b04b29399a3c6e6f965ac447 && echo 'Warning: downloaded https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz from opam cache'; } || { echo 'Failed to download 0install-solver from opam cache'; false; }; }; }
#26 14.48 cmdliner.tbz has the expected MD5.
#26 14.49 mkdir -p tmp-cmdliner
#26 14.51 cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf -
#26 14.65 rm -rf cmdliner
#26 14.74 patching file src/cmdliner_docgen.ml
#26 14.78 patching file src/cmdliner.ml
#26 14.78 patching file src/cmdliner.mli
#26 14.80 patching file src/cmdliner_arg.ml
#26 14.80 patching file src/cmdliner_arg.mli
#26 14.80 patching file src/cmdliner_base.ml
#26 14.80 patching file src/cmdliner_cline.ml
#26 14.80 patching file src/cmdliner_cline.mli
#26 14.82 patching file src/cmdliner_docgen.ml
#26 14.82 patching file src/cmdliner_manpage.ml
#26 14.83 patching file src/cmdliner_term.ml
#26 14.83 patching file src/cmdliner_term.mli
#26 14.83 patching file src/dune
#26 14.83 base64.tbz has the expected MD5.
#26 14.84 mkdir -p tmp-base64
#26 14.88 cd tmp-base64 && bunzip2 -c ../base64.tbz | tar xf -
#26 14.96 rm -rf base64
#26 15.07 ocamlgraph.tbz has the expected MD5.
#26 15.08 patching file src/base64.ml
#26 15.08 patching file src/base64.mli
#26 15.09 mkdir -p tmp-ocamlgraph
#26 15.10 patching file src/dune
#26 15.10 cppo.tar.gz has the expected MD5.
#26 15.12 cd tmp-ocamlgraph && bunzip2 -c ../ocamlgraph.tbz | tar xf -
#26 15.13 mkdir -p tmp-cppo
#26 15.15 cd tmp-cppo && gunzip -c ../cppo.tar.gz | tar xf -
#26 15.16 extlib.tar.gz has the expected MD5.
#26 15.18 mkdir -p tmp-extlib
#26 15.19 cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf -
#26 15.20 re.tbz has the expected MD5.
#26 15.20 mkdir -p tmp-re
#26 15.22 rm -rf cppo
#26 15.22 cd tmp-re && bunzip2 -c ../re.tbz | tar xf -
#26 15.26 opam-file-format.tar.gz has the expected MD5.
#26 15.28 cudf.tar.gz has the expected MD5.
#26 15.29 mkdir -p tmp-opam-file-format
#26 15.30 mkdir -p tmp-cudf
#26 15.31 rm -rf extlib
#26 15.33 cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf -
#26 15.34 cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf -
#26 15.34 dose3.tar.gz has the expected MD5.
#26 15.38 rm -rf re
#26 15.42 result.tbz has the expected MD5.
#26 15.42 rm -rf opam-file-format
#26 15.47 dune-local.tbz has the expected MD5.
#26 15.49 stdlib-shims.tbz has the expected MD5.
#26 15.49 mkdir -p tmp-dune-local
#26 15.51 mkdir -p tmp-dose3
#26 15.52 cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf -
#26 15.54 opam-0install-cudf.tbz has the expected MD5.
#26 15.54 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf -
#26 15.55 rm -rf cudf
#26 15.58 mkdir -p tmp-result
#26 15.61 cd tmp-result && bunzip2 -c ../result.tbz | tar xf -
#26 15.62 mkdir -p tmp-stdlib-shims
#26 15.63 patching file lib/dune
#26 15.67 rm -rf result
#26 15.68 cd tmp-stdlib-shims && bunzip2 -c ../stdlib-shims.tbz | tar xf -
#26 15.70 0install-solver.tbz has the expected MD5.
#26 15.72 mkdir -p tmp-opam-0install-cudf
#26 15.72 mkdir -p tmp-0install-solver
#26 15.73 rm -rf ocamlgraph
#26 15.73 cd tmp-opam-0install-cudf && bunzip2 -c ../opam-0install-cudf.tbz | tar xf -
#26 15.74 cd tmp-0install-solver && bunzip2 -c ../0install-solver.tbz | tar xf -
#26 15.74 rm -rf stdlib-shims
#26 15.79 rm -rf opam-0install-cudf
#26 15.82 patching file src/dot_lexer.mll
#26 15.83 patching file src/dune
#26 15.95 rm -rf dose3
#26 16.00 mccs.tar.gz has the expected MD5.
#26 16.00 patching file src/common/dune
#26 16.00 patching file src/common/util.ml
#26 16.02 mkdir -p tmp-mccs
#26 16.02 cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf -
#26 16.17 rm -rf 0install-solver
#26 16.23 rm -rf mccs
#26 16.24 seq.tar.gz has the expected MD5.
#26 16.25 mkdir -p tmp-seq
#26 16.25 cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf -
#26 16.27 rm -rf seq
#26 16.30 rm -f seq/src/seq.ml seq/src/seq.mli
#26 18.70 rm -rf dune-local
#26 18.74 rm dune-local.download
#26 18.74 make[1]: Leaving directory '/tmp/opam-build-2.1/src_ext'
#26 18.74 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#26 19.02 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#26 22.14 ./.duneboot.exe
#26 61.63 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#26 61.63 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#26 61.63 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 61.63 Here is an example of a case that is not matched:
#26 61.63 Checksum_mismatch _
#26 61.63 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#26 61.63 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 61.63 Here is an example of a case that is not matched:
#26 61.63 Checksum_mismatch _
#26 61.63 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#26 61.63 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 61.63 Here is an example of a case that is not matched:
#26 61.63 Checksum_mismatch _
#26 61.97 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#26 61.97 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#26 61.97 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 61.97 Here is an example of a case that is not matched:
#26 61.97 Checksum_mismatch _
#26 74.92 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#26 74.92 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#26 74.92 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 74.92 Here is an example of a case that is not matched:
#26 74.92 Checksum_mismatch _
#26 75.97 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#26 75.97 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#26 75.97 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 75.97 Here is an example of a case that is not matched:
#26 75.97 Checksum_mismatch _
#26 75.97 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#26 75.97 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 75.97 Here is an example of a case that is not matched:
#26 75.97 Checksum_mismatch _
#26 75.97 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#26 75.97 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#26 75.97 Here is an example of a case that is not matched:
#26 75.97 (_, Checksum_mismatch _)
#26 162.9
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#26 163.6 (will skip building the GTK plugin)
#26 163.6 sh: 1: ocamlfind: not found
#26 248.5 File "src/core/opamStubsTypes.ml", line 1:
#26 248.5 Warning 70 [missing-mli]: Cannot find interface file.
#26 254.9 File "src/solver/opamCudfSolverSig.ml", line 1:
#26 254.9 Warning 70 [missing-mli]: Cannot find interface file.
#26 254.9 File "src/tools/opam_installer.ml", line 1:
#26 254.9 Warning 70 [missing-mli]: Cannot find interface file.
#26 301.5 sed -f process.sed opam.install > processed-opam.install
#26 301.5 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#26 302.1 (will skip building the GTK plugin)
#26 302.1 sh: 1: ocamlfind: not found
#26 303.5 sed -f process.sed opam-installer.install > processed-opam-installer.install
#26 DONE 307.6s
#27 [stage-0 10/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
#27 2.348 Note: switching to '01e9a24a61e23e42d513b4b775d8c30c807439b2'.
#27 2.348
#27 2.348 You are in 'detached HEAD' state. You can look around, make experimental
#27 2.348 changes and commit them, and you can discard any commits you make in this
#27 2.348 state without impacting any branches by switching back to a branch.
#27 2.348
#27 2.348 If you want to create a new branch to retain commits you create, you may
#27 2.348 do so (now or later) by using -c with the switch command. Example:
#27 2.348
#27 2.348 git switch -c <new-branch-name>
#27 2.348
#27 2.348 Or undo this operation with:
#27 2.348
#27 2.348 git switch -
#27 2.348
#27 2.348 Turn off this advice by setting config variable advice.detachedHead to false
#27 2.348
#27 2.348 HEAD is now at 01e9a24a6 Merge pull request #6187 from ocaml/revert-6183-processing-patches-2.2
#27 2.907 checking for ocamlc... ocamlc
#27 2.951 OCaml version is 4.14.2
#27 2.983 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#27 2.983 checking for ocamlopt... ocamlopt
#27 3.029 checking for ocamlc.opt... ocamlc.opt
#27 3.066 checking for ocamlopt.opt... ocamlopt.opt
#27 3.111 checking for ocaml... ocaml
#27 3.114 checking for ocamldep... ocamldep
#27 3.119 checking for ocamldep.opt... ocamldep.opt
#27 3.157 checking for ocamlmktop... ocamlmktop
#27 3.160 checking for ocamlmklib... ocamlmklib
#27 3.163 checking for ocamldoc... ocamldoc
#27 3.166 checking for ocamldoc.opt... ocamldoc.opt
#27 3.217 checking for ocamlbuild... no
#27 3.220 checking OCaml Sys.os_type... Unix
#27 3.333 checking for gawk... no
#27 3.336 checking for mawk... mawk
#27 3.374 checking for compiler type... cc
#27 4.605 checking for compiler architecture... riscv
#27 5.855 checking for compiler system... linux
#27 7.085 checking for compiler target... riscv64-unknown-linux-gnu
#27 8.383 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#27 8.507 checking whether the C compiler works... yes
#27 8.769 checking for C compiler default output file name... a.out
#27 8.776 checking for suffix of executables...
#27 9.028 checking whether we are cross compiling... no
#27 9.336 checking for suffix of object files... o
#27 9.502 checking whether the compiler supports GNU C... yes
#27 9.662 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#27 9.827 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#27 10.20 checking for stdio.h... yes
#27 10.41 checking for stdlib.h... yes
#27 10.62 checking for string.h... yes
#27 10.84 checking for inttypes.h... yes
#27 11.04 checking for stdint.h... yes
#27 11.24 checking for strings.h... yes
#27 11.44 checking for sys/stat.h... yes
#27 11.65 checking for sys/types.h... yes
#27 11.86 checking for unistd.h... yes
#27 12.11 checking for acl/libacl.h... no
#27 12.36 checking for library containing acl_get_perm... no
#27 12.88 checking for ocamlobjinfo... ocamlobjinfo
#27 12.88 checking for ocamlfind... no
#27 12.89 checking for curl... curl
#27 12.90 checking for dune... no
#27 12.90 checking for patch... patch
#27 12.90 checking for bunzip2... bunzip2
#27 12.94 checking for linking method... shared
#27 12.94
#27 12.94 checking for OCaml findlib package unix... not found
#27 12.95 checking for OCaml findlib package re 1.9.0 or later... no
#27 12.96 checking for OCaml findlib package base64 3.1.0 or later... no
#27 12.97 checking for OCaml findlib package cmdliner... not found
#27 12.98 checking for OCaml findlib package ocamlgraph... not found
#27 12.99 checking for OCaml findlib package cudf 0.7 or later... no
#27 12.99 checking for OCaml findlib package dose3.common 6.1 or later... no
#27 13.00 checking for OCaml findlib package dose3.algo 6.1 or later... no
#27 13.02 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#27 13.03 checking for OCaml findlib package spdx_licenses... not found
#27 13.04 checking for OCaml findlib package opam-0install-cudf 0.4 or later... no
#27 13.05 checking for OCaml findlib package jsonm... not found
#27 13.05 checking for OCaml findlib package uutf... not found
#27 13.06 checking for OCaml findlib package sha... not found
#27 13.07 checking for OCaml findlib package swhid_core... not found
#27 13.07 checking for OCaml findlib package mccs 1.1+17 or later... no
#27 13.09 checking for g++... g++
#27 13.21 checking whether the compiler supports GNU C++... yes
#27 13.37 checking whether g++ accepts -g... yes
#27 13.53 checking for g++ option to enable C++11 features... none needed
#27 14.11 checking whether g++ really is a C++ compiler... yes
#27 14.21
#27 14.33 configure: creating ./config.status
#27 14.74 config.status: creating Makefile.config
#27 14.81 config.status: creating src/ocaml-flags-configure.sexp
#27 14.89 config.status: creating src/stubs/c-flags.sexp
#27 14.97 config.status: creating src/stubs/libacl/c-libraries.sexp
#27 15.07
#27 15.09 Opam will be built WITH its default built-in solver
#27 15.09
#27 15.09 Executables will be installed in /usr/local/bin
#27 15.09 Manual pages will be installed in /usr/local/share/man
#27 15.09
#27 15.09 Downloading vendored source dependencies...
#27 15.13 * Downloading dune-local...
#27 16.01 * Downloading cppo...
#27 16.74 * Downloading base64...
#27 17.30 * Downloading extlib...
#27 17.91 * Downloading re...
#27 18.57 * Downloading cmdliner...
#27 18.92 * Downloading ocamlgraph...
#27 19.68 * Downloading cudf...
#27 20.30 * Downloading dose3...
#27 21.03 * Downloading opam-file-format...
#27 21.84 * Downloading seq...
#27 22.59 * Downloading stdlib-shims...
#27 23.16 * Downloading spdx_licenses...
#27 23.83 * Downloading opam-0install-cudf...
#27 24.49 * Downloading 0install-solver...
#27 25.16 * Downloading uutf...
#27 25.49 * Downloading jsonm...
#27 25.83 * Downloading sha...
#27 26.42 * Downloading swhid_core...
#27 27.21 * Downloading mccs...
#27 28.17 done
#27 28.17 Extracting vendored source dependencies in src_ext/... done
#27 33.13 make -j -C src_ext lib-ext
#27 33.14 make[1]: Entering directory '/tmp/opam-build-2.2/src_ext'
#27 33.15 NOTE: make lib-ext is no longer required
#27 33.15 make[1]: Leaving directory '/tmp/opam-build-2.2/src_ext'
#27 33.15 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#27 33.44 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#27 36.60 ./.duneboot.exe
#27 75.90 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
#27 75.90 File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
#27 75.90 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 75.90 Here is an example of a case that is not matched:
#27 75.90 Checksum_mismatch _
#27 75.90 File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
#27 75.90 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 75.90 Here is an example of a case that is not matched:
#27 75.90 Checksum_mismatch _
#27 75.90 File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
#27 75.90 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 75.90 Here is an example of a case that is not matched:
#27 75.90 Checksum_mismatch _
#27 76.24 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
#27 76.24 File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
#27 76.24 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 76.24 Here is an example of a case that is not matched:
#27 76.24 Checksum_mismatch _
#27 88.70 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
#27 88.70 File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
#27 88.70 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 88.70 Here is an example of a case that is not matched:
#27 88.70 Checksum_mismatch _
#27 89.74 cd _boot && /tmp/opam/bootstrap/ocaml/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
#27 89.74 File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
#27 89.74 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 89.74 Here is an example of a case that is not matched:
#27 89.74 Checksum_mismatch _
#27 89.74 File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
#27 89.74 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 89.74 Here is an example of a case that is not matched:
#27 89.74 Checksum_mismatch _
#27 89.74 File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
#27 89.74 Warning 8 [partial-match]: this pattern-matching is not exhaustive.
#27 89.74 Here is an example of a case that is not matched:
#27 89.74 (_, Checksum_mismatch _)
#27 176.9
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#27 322.6 sed -f process.sed opam.install > processed-opam.install
#27 322.6 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#27 324.8 sed -f process.sed opam-installer.install > processed-opam-installer.install
#27 DONE 329.1s
#28 [stage-0 11/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
#28 2.252 Note: switching to '35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724'.
#28 2.252
#28 2.252 You are in 'detached HEAD' state. You can look around, make experimental
#28 2.252 changes and commit them, and you can discard any commits you make in this
#28 2.252 state without impacting any branches by switching back to a branch.
#28 2.252
#28 2.252 If you want to create a new branch to retain commits you create, you may
#28 2.252 do so (now or later) by using -c with the switch command. Example:
#28 2.252
#28 2.252 git switch -c <new-branch-name>
#28 2.252
#28 2.252 Or undo this operation with:
#28 2.252
#28 2.252 git switch -
#28 2.252
#28 2.252 Turn off this advice by setting config variable advice.detachedHead to false
#28 2.252
#28 2.253 HEAD is now at 35acd0c5a Merge pull request #6332 from kit-ty-kate/2.3-fix-admin-check-installability
#28 2.808 checking for ocamlc... ocamlc
#28 2.848 OCaml version is 4.14.2
#28 2.883 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#28 2.884 checking for ocamlopt... ocamlopt
#28 2.929 checking for ocamlc.opt... ocamlc.opt
#28 2.965 checking for ocamlopt.opt... ocamlopt.opt
#28 3.013 checking for ocaml... ocaml
#28 3.015 checking for ocamldep... ocamldep
#28 3.018 checking for ocamldep.opt... ocamldep.opt
#28 3.056 checking for ocamlmktop... ocamlmktop
#28 3.058 checking for ocamlmklib... ocamlmklib
#28 3.061 checking for ocamldoc... ocamldoc
#28 3.063 checking for ocamldoc.opt... ocamldoc.opt
#28 3.116 checking for ocamlbuild... no
#28 3.119 checking OCaml Sys.os_type... Unix
#28 3.232 checking for gawk... no
#28 3.235 checking for mawk... mawk
#28 3.268 checking for compiler type... cc
#28 4.505 checking for compiler architecture... riscv
#28 5.762 checking for compiler system... linux
#28 6.994 checking for compiler target... riscv64-unknown-linux-gnu
#28 8.296 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#28 8.461 checking whether the C compiler works... yes
#28 8.738 checking for C compiler default output file name... a.out
#28 8.747 checking for suffix of executables...
#28 9.016 checking whether we are cross compiling... no
#28 9.332 checking for suffix of object files... o
#28 9.502 checking whether the compiler supports GNU C... yes
#28 9.662 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#28 9.826 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#28 10.16 checking for ocamlobjinfo... ocamlobjinfo
#28 10.17 checking for ocamlfind... no
#28 10.17 checking for curl... curl
#28 10.18 checking for dune... no
#28 10.18 checking for patch... patch
#28 10.19 checking for bunzip2... bunzip2
#28 10.22 checking for linking method... shared
#28 10.23
#28 10.23 checking for OCaml findlib package unix... not found
#28 10.23 checking for OCaml findlib package re 1.9.0 or later... no
#28 10.24 checking for OCaml findlib package base64 3.1.0 or later... no
#28 10.25 checking for OCaml findlib package cmdliner... not found
#28 10.26 checking for OCaml findlib package ocamlgraph... not found
#28 10.27 checking for OCaml findlib package cudf 0.7 or later... no
#28 10.28 checking for OCaml findlib package dose3.common 6.1 or later... no
#28 10.28 checking for OCaml findlib package dose3.algo 6.1 or later... no
#28 10.29 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#28 10.30 checking for OCaml findlib package spdx_licenses... not found
#28 10.31 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#28 10.32 checking for OCaml findlib package jsonm... not found
#28 10.33 checking for OCaml findlib package uutf... not found
#28 10.33 checking for OCaml findlib package sha... not found
#28 10.34 checking for OCaml findlib package swhid_core... not found
#28 10.35 checking for OCaml findlib package mccs 1.1+17 or later... no
#28 10.36 checking for g++... g++
#28 10.49 checking whether the compiler supports GNU C++... yes
#28 10.84 checking whether g++ accepts -g... yes
#28 11.01 checking for g++ option to enable C++11 features... none needed
#28 11.64 checking whether g++ really is a C++ compiler... yes
#28 11.74
#28 11.85 configure: creating ./config.status
#28 12.27 config.status: creating Makefile.config
#28 12.33 config.status: creating src/ocaml-flags-configure.sexp
#28 12.41 config.status: creating src/core/c-flags.sexp
#28 12.49
#28 12.51 Opam will be built WITH its default built-in solver
#28 12.51
#28 12.51 Executables will be installed in /usr/local/bin
#28 12.51 Manual pages will be installed in /usr/local/share/man
#28 12.52
#28 12.52 Downloading vendored source dependencies...
#28 12.55 * Downloading dune-local...
#28 13.49 * Downloading cppo...
#28 14.26 * Downloading base64...
#28 14.88 * Downloading extlib...
#28 15.42 * Downloading re...
#28 16.07 * Downloading cmdliner...
#28 16.41 * Downloading ocamlgraph...
#28 16.99 * Downloading cudf...
#28 17.61 * Downloading dose3...
#28 18.35 * Downloading opam-file-format...
#28 19.14 * Downloading seq...
#28 19.94 * Downloading stdlib-shims...
#28 20.50 * Downloading spdx_licenses...
#28 21.07 * Downloading opam-0install-cudf...
#28 21.62 * Downloading 0install-solver...
#28 22.24 * Downloading uutf...
#28 22.57 * Downloading jsonm...
#28 22.91 * Downloading sha...
#28 23.44 * Downloading swhid_core...
#28 24.29 * Downloading mccs...
#28 25.03 done
#28 25.03 Extracting vendored source dependencies in src_ext/... done
#28 30.12 make -j -C src_ext lib-ext
#28 30.12 make[1]: Entering directory '/tmp/opam-build-2.3/src_ext'
#28 30.13 NOTE: make lib-ext is no longer required
#28 30.14 make[1]: Leaving directory '/tmp/opam-build-2.3/src_ext'
#28 30.14 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#28 30.42 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#28 33.58 ./.duneboot.exe
#28 175.4
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#28 328.5 sed -f process.sed opam.install > processed-opam.install
#28 328.5 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#28 330.6 sed -f process.sed opam-installer.install > processed-opam-installer.install
#28 DONE 334.9s
#29 [stage-0 12/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
#29 2.304 Note: switching to '7c92631391984f698f31ee24f3ae4dc1cd3698ff'.
#29 2.304
#29 2.304 You are in 'detached HEAD' state. You can look around, make experimental
#29 2.304 changes and commit them, and you can discard any commits you make in this
#29 2.304 state without impacting any branches by switching back to a branch.
#29 2.304
#29 2.304 If you want to create a new branch to retain commits you create, you may
#29 2.304 do so (now or later) by using -c with the switch command. Example:
#29 2.304
#29 2.304 git switch -c <new-branch-name>
#29 2.304
#29 2.304 Or undo this operation with:
#29 2.304
#29 2.304 git switch -
#29 2.304
#29 2.304 Turn off this advice by setting config variable advice.detachedHead to false
#29 2.304
#29 2.304 HEAD is now at 7c9263139 Merge pull request #6616 from kit-ty-kate/rel-2.4.1
#29 2.867 checking for ocamlc... ocamlc
#29 2.905 OCaml version is 4.14.2
#29 2.943 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#29 2.943 checking for ocamlopt... ocamlopt
#29 2.988 checking for ocamlc.opt... ocamlc.opt
#29 3.028 checking for ocamlopt.opt... ocamlopt.opt
#29 3.075 checking for ocaml... ocaml
#29 3.077 checking for ocamldep... ocamldep
#29 3.079 checking for ocamldep.opt... ocamldep.opt
#29 3.113 checking for ocamlmktop... ocamlmktop
#29 3.115 checking for ocamlmklib... ocamlmklib
#29 3.118 checking for ocamldoc... ocamldoc
#29 3.121 checking for ocamldoc.opt... ocamldoc.opt
#29 3.173 checking for ocamlbuild... no
#29 3.175 checking OCaml Sys.os_type... Unix
#29 3.281 checking for gawk... no
#29 3.284 checking for mawk... mawk
#29 3.326 checking for compiler type... cc
#29 4.556 checking for compiler architecture... riscv
#29 5.795 checking for compiler system... linux
#29 7.079 checking for compiler target... riscv64-unknown-linux-gnu
#29 8.384 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#29 8.557 checking whether the C compiler works... yes
#29 8.839 checking for C compiler default output file name... a.out
#29 8.845 checking for suffix of executables...
#29 9.119 checking whether we are cross compiling... no
#29 9.433 checking for suffix of object files... o
#29 9.597 checking whether the compiler supports GNU C... yes
#29 9.766 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#29 9.937 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#29 10.29 checking for ocamlobjinfo... ocamlobjinfo
#29 10.29 checking for ocamlfind... no
#29 10.30 checking for curl... curl
#29 10.30 checking for dune... no
#29 10.31 checking for patch... patch
#29 10.31 checking for bunzip2... bunzip2
#29 10.35 checking for linking method... shared
#29 10.35
#29 10.35 checking for OCaml findlib package unix... not found
#29 10.36 checking for OCaml findlib package re 1.9.0 or later... no
#29 10.36 checking for OCaml findlib package base64 3.1.0 or later... no
#29 10.37 checking for OCaml findlib package cmdliner... not found
#29 10.38 checking for OCaml findlib package ocamlgraph... not found
#29 10.39 checking for OCaml findlib package cudf 0.7 or later... no
#29 10.40 checking for OCaml findlib package dose3.common 6.1 or later... no
#29 10.41 checking for OCaml findlib package dose3.algo 6.1 or later... no
#29 10.42 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#29 10.43 checking for OCaml findlib package spdx_licenses... not found
#29 10.44 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#29 10.45 checking for OCaml findlib package jsonm... not found
#29 10.45 checking for OCaml findlib package uutf... not found
#29 10.46 checking for OCaml findlib package sha... not found
#29 10.46 checking for OCaml findlib package swhid_core... not found
#29 10.47 checking for OCaml findlib package patch... not found
#29 10.48 checking for OCaml findlib package mccs 1.1+17 or later... no
#29 10.49 checking for g++... g++
#29 10.62 checking whether the compiler supports GNU C++... yes
#29 10.79 checking whether g++ accepts -g... yes
#29 11.04 checking for g++ option to enable C++11 features... none needed
#29 11.62 checking whether g++ really is a C++ compiler... yes
#29 11.73
#29 11.84 configure: creating ./config.status
#29 12.26 config.status: creating Makefile.config
#29 12.32 config.status: creating src/ocaml-flags-configure.sexp
#29 12.41 config.status: creating src/core/c-flags.sexp
#29 12.49
#29 12.51 Opam will be built WITH its default built-in solver
#29 12.51
#29 12.51 Executables will be installed in /usr/local/bin
#29 12.51 Manual pages will be installed in /usr/local/share/man
#29 12.51
#29 12.51 Downloading vendored source dependencies...
#29 12.55 * Downloading dune-local...
#29 13.59 * Downloading cppo...
#29 14.35 * Downloading base64...
#29 14.95 * Downloading extlib...
#29 15.54 * Downloading re...
#29 16.10 * Downloading cmdliner...
#29 16.44 * Downloading ocamlgraph...
#29 17.08 * Downloading cudf...
#29 17.71 * Downloading dose3...
#29 18.42 * Downloading opam-file-format...
#29 19.00 * Downloading seq...
#29 19.80 * Downloading stdlib-shims...
#29 20.42 * Downloading spdx_licenses...
#29 21.02 * Downloading opam-0install-cudf...
#29 21.61 * Downloading 0install-solver...
#29 22.27 * Downloading uutf...
#29 22.60 * Downloading jsonm...
#29 22.94 * Downloading sha...
#29 23.54 * Downloading swhid_core...
#29 24.30 * Downloading menhir...
#29 24.87 * Downloading patch...
#29 25.44 * Downloading mccs...
#29 26.10 done
#29 26.10 Extracting vendored source dependencies in src_ext/... done
#29 31.53 make -j -C src_ext lib-ext
#29 31.54 make[1]: Entering directory '/tmp/opam-build-2.4/src_ext'
#29 31.55 NOTE: make lib-ext is no longer required
#29 31.56 make[1]: Leaving directory '/tmp/opam-build-2.4/src_ext'
#29 31.56 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#29 31.84 ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#29 35.04 ./.duneboot.exe
#29 184.9
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#29 216.0 Creating menhirLib.ml...
#29 216.0 Creating menhirLib.mli...
#29 326.5 Read 99 sample input sentences and 99 error messages.
#29 326.5 Read 99 sample input sentences and 47 error messages.
#29 328.3 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#29 328.3 Grammar has 37 terminal symbols.
#29 328.3 Grammar has 129 productions.
#29 328.3 Built an LR(0) automaton with 199 states.
#29 328.3 The grammar is not SLR(1) -- 7 states have a conflict.
#29 328.3 The construction mode is no-pager.
#29 328.3 Built an LR(1) automaton with 308 states.
#29 328.3 One shift/reduce conflict was silently solved.
#29 328.3 Extra reductions on error were added in 50 states.
#29 328.3 Priority played a role in 0 of these states.
#29 328.3 156 out of 308 states have a default reduction.
#29 328.3 108 out of 308 states are represented.
#29 328.3 44 out of 96 symbols keep track of their start position.
#29 328.3 39 out of 96 symbols keep track of their end position.
#29 328.3 The StackLang code contains 4113 instructions in 277 blocks.
#29 328.3 The StackLang code comprises 5 mutually recursive groups.
#29 329.5 Read 99 sample input sentences and 47 error messages.
#29 412.2 sed -f process.sed opam.install > processed-opam.install
#29 412.2 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#29 417.1 sed -f process.sed opam-installer.install > processed-opam-installer.install
#29 DONE 422.3s
#30 [stage-0 13/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout edf980ebd18ad6b5e990dbf3b6367cffcaf01815 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
#30 2.160 Note: switching to 'edf980ebd18ad6b5e990dbf3b6367cffcaf01815'.
#30 2.160
#30 2.160 You are in 'detached HEAD' state. You can look around, make experimental
#30 2.160 changes and commit them, and you can discard any commits you make in this
#30 2.160 state without impacting any branches by switching back to a branch.
#30 2.160
#30 2.160 If you want to create a new branch to retain commits you create, you may
#30 2.160 do so (now or later) by using -c with the switch command. Example:
#30 2.160
#30 2.160 git switch -c <new-branch-name>
#30 2.160
#30 2.160 Or undo this operation with:
#30 2.160
#30 2.160 git switch -
#30 2.160
#30 2.160 Turn off this advice by setting config variable advice.detachedHead to false
#30 2.160
#30 2.160 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#30 2.728 checking for ocamlc... ocamlc
#30 2.771 OCaml version is 4.14.2
#30 2.808 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#30 2.809 checking for ocamlopt... ocamlopt
#30 2.853 checking for ocamlc.opt... ocamlc.opt
#30 2.892 checking for ocamlopt.opt... ocamlopt.opt
#30 2.939 checking for ocaml... ocaml
#30 2.942 checking for ocamldep... ocamldep
#30 2.944 checking for ocamldep.opt... ocamldep.opt
#30 2.980 checking for ocamlmktop... ocamlmktop
#30 2.983 checking for ocamlmklib... ocamlmklib
#30 2.986 checking for ocamldoc... ocamldoc
#30 2.989 checking for ocamldoc.opt... ocamldoc.opt
#30 3.040 checking for ocamlbuild... no
#30 3.044 checking OCaml Sys.os_type... Unix
#30 3.158 checking for gawk... no
#30 3.161 checking for mawk... mawk
#30 3.196 checking for compiler type... cc
#30 4.488 checking for compiler architecture... riscv
#30 5.738 checking for compiler system... linux
#30 7.008 checking for compiler target... riscv64-unknown-linux-gnu
#30 8.316 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#30 8.478 checking whether the C compiler works... yes
#30 8.754 checking for C compiler default output file name... a.out
#30 8.760 checking for suffix of executables...
#30 9.036 checking whether we are cross compiling... no
#30 9.357 checking for suffix of object files... o
#30 9.523 checking whether the compiler supports GNU C... yes
#30 9.693 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#30 9.859 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#30 10.19 checking for ocamlobjinfo... ocamlobjinfo
#30 10.20 checking for ocamlfind... no
#30 10.20 checking for curl... curl
#30 10.21 checking for dune... no
#30 10.22 checking for patch... patch
#30 10.22 checking for bunzip2... bunzip2
#30 10.26 checking for linking method... shared
#30 10.26
#30 10.26 checking for OCaml findlib package unix... not found
#30 10.27 checking for OCaml findlib package re 1.9.0 or later... no
#30 10.28 checking for OCaml findlib package base64 3.1.0 or later... no
#30 10.29 checking for OCaml findlib package ocamlgraph... not found
#30 10.29 checking for OCaml findlib package cudf 0.7 or later... no
#30 10.30 checking for OCaml findlib package dose3.common 6.1 or later... no
#30 10.31 checking for OCaml findlib package dose3.algo 6.1 or later... no
#30 10.32 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#30 10.34 checking for OCaml findlib package spdx_licenses... not found
#30 10.35 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#30 10.36 checking for OCaml findlib package jsonm... not found
#30 10.36 checking for OCaml findlib package uutf... not found
#30 10.37 checking for OCaml findlib package sha... not found
#30 10.38 checking for OCaml findlib package swhid_core... not found
#30 10.38 checking for OCaml findlib package patch... not found
#30 10.39 checking for OCaml findlib package mccs 1.1+17 or later... no
#30 10.41 checking for g++... g++
#30 10.54 checking whether the compiler supports GNU C++... yes
#30 10.87 checking whether g++ accepts -g... yes
#30 11.04 checking for g++ option to enable C++11 features... none needed
#30 11.62 checking whether g++ really is a C++ compiler... yes
#30 11.72
#30 11.83 configure: creating ./config.status
#30 12.26 config.status: creating Makefile.config
#30 12.31 config.status: creating src/ocaml-flags-configure.sexp
#30 12.40 config.status: creating src/core/c-flags.sexp
#30 12.48
#30 12.50 Opam will be built WITH its default built-in solver
#30 12.50
#30 12.50 Executables will be installed in /usr/local/bin
#30 12.50 Manual pages will be installed in /usr/local/share/man
#30 12.50
#30 12.50 Downloading vendored source dependencies...
#30 12.53 * Downloading dune-local...
#30 13.39 * Downloading cppo...
#30 14.07 * Downloading base64...
#30 14.62 * Downloading extlib...
#30 15.22 * Downloading re...
#30 15.97 * Downloading ocamlgraph...
#30 16.58 * Downloading cudf...
#30 17.19 * Downloading dose3...
#30 17.98 * Downloading opam-file-format...
#30 18.57 * Downloading stdlib-shims...
#30 19.19 * Downloading spdx_licenses...
#30 19.79 * Downloading opam-0install-cudf...
#30 20.37 * Downloading 0install-solver...
#30 21.02 * Downloading uutf...
#30 21.35 * Downloading jsonm...
#30 21.69 * Downloading sha...
#30 22.26 * Downloading swhid_core...
#30 23.03 * Downloading menhir...
#30 23.59 * Downloading patch...
#30 24.20 * Downloading mccs...
#30 24.85 done
#30 24.85 Extracting vendored source dependencies in src_ext/... done
#30 30.51 make -j -C src_ext lib-ext
#30 30.52 make[1]: Entering directory '/tmp/opam-build-2.5/src_ext'
#30 30.53 NOTE: make lib-ext is no longer required
#30 30.53 make[1]: Leaving directory '/tmp/opam-build-2.5/src_ext'
#30 30.54 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#30 30.82 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#30 34.21 ./.duneboot.exe
#30 194.7
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#30 227.1 Creating menhirLib.ml...
#30 227.1 Creating menhirLib.mli...
#30 338.9 Read 99 sample input sentences and 99 error messages.
#30 338.9 Read 99 sample input sentences and 47 error messages.
#30 340.6 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#30 340.6 Grammar has 37 terminal symbols.
#30 340.6 Grammar has 129 productions.
#30 340.6 Built an LR(0) automaton with 199 states.
#30 340.6 The grammar is not SLR(1) -- 7 states have a conflict.
#30 340.6 The construction mode is no-pager.
#30 340.6 Built an LR(1) automaton with 308 states.
#30 340.6 One shift/reduce conflict was silently solved.
#30 340.6 Extra reductions on error were added in 50 states.
#30 340.6 Priority played a role in 0 of these states.
#30 340.6 156 out of 308 states have a default reduction.
#30 340.6 108 out of 308 states are represented.
#30 340.6 44 out of 96 symbols keep track of their start position.
#30 340.6 39 out of 96 symbols keep track of their end position.
#30 340.6 The StackLang code contains 4113 instructions in 277 blocks.
#30 340.6 The StackLang code comprises 5 mutually recursive groups.
#30 341.7 Read 99 sample input sentences and 47 error messages.
#30 425.3 sed -f process.sed opam.install > processed-opam.install
#30 425.3 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#30 429.7 sed -f process.sed opam-installer.install > processed-opam-installer.install
#30 DONE 435.2s
#31 [stage-0 14/14] RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 16116259a7db479cb69f4dbd6c430ec14c5814ad && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
#31 2.206 Note: switching to '16116259a7db479cb69f4dbd6c430ec14c5814ad'.
#31 2.206
#31 2.206 You are in 'detached HEAD' state. You can look around, make experimental
#31 2.206 changes and commit them, and you can discard any commits you make in this
#31 2.206 state without impacting any branches by switching back to a branch.
#31 2.206
#31 2.206 If you want to create a new branch to retain commits you create, you may
#31 2.206 do so (now or later) by using -c with the switch command. Example:
#31 2.206
#31 2.206 git switch -c <new-branch-name>
#31 2.206
#31 2.206 Or undo this operation with:
#31 2.206
#31 2.206 git switch -
#31 2.206
#31 2.206 Turn off this advice by setting config variable advice.detachedHead to false
#31 2.206
#31 2.207 HEAD is now at edf980ebd Merge pull request #6813 from kit-ty-kate/rel-2.5.0
#31 2.782 checking for ocamlc... ocamlc
#31 2.820 OCaml version is 4.14.2
#31 2.854 OCaml library path is /tmp/opam/bootstrap/ocaml/lib/ocaml
#31 2.855 checking for ocamlopt... ocamlopt
#31 2.899 checking for ocamlc.opt... ocamlc.opt
#31 2.940 checking for ocamlopt.opt... ocamlopt.opt
#31 2.986 checking for ocaml... ocaml
#31 2.989 checking for ocamldep... ocamldep
#31 2.992 checking for ocamldep.opt... ocamldep.opt
#31 3.028 checking for ocamlmktop... ocamlmktop
#31 3.030 checking for ocamlmklib... ocamlmklib
#31 3.033 checking for ocamldoc... ocamldoc
#31 3.036 checking for ocamldoc.opt... ocamldoc.opt
#31 3.087 checking for ocamlbuild... no
#31 3.091 checking OCaml Sys.os_type... Unix
#31 3.206 checking for gawk... no
#31 3.209 checking for mawk... mawk
#31 3.247 checking for compiler type... cc
#31 4.477 checking for compiler architecture... riscv
#31 5.732 checking for compiler system... linux
#31 6.961 checking for compiler target... riscv64-unknown-linux-gnu
#31 8.260 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#31 8.426 checking whether the C compiler works... yes
#31 8.706 checking for C compiler default output file name... a.out
#31 8.712 checking for suffix of executables...
#31 8.983 checking whether we are cross compiling... no
#31 9.301 checking for suffix of object files... o
#31 9.468 checking whether the compiler supports GNU C... yes
#31 9.638 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#31 9.798 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#31 10.13 checking for ocamlobjinfo... ocamlobjinfo
#31 10.13 checking for ocamlfind... no
#31 10.14 checking for curl... curl
#31 10.14 checking for dune... no
#31 10.15 checking for patch... patch
#31 10.15 checking for bunzip2... bunzip2
#31 10.19 checking for linking method... shared
#31 10.19
#31 10.19 checking for OCaml findlib package unix... not found
#31 10.20 checking for OCaml findlib package re 1.9.0 or later... no
#31 10.21 checking for OCaml findlib package base64 3.1.0 or later... no
#31 10.22 checking for OCaml findlib package ocamlgraph... not found
#31 10.23 checking for OCaml findlib package cudf 0.7 or later... no
#31 10.24 checking for OCaml findlib package dose3.common 6.1 or later... no
#31 10.25 checking for OCaml findlib package dose3.algo 6.1 or later... no
#31 10.26 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#31 10.27 checking for OCaml findlib package spdx_licenses... not found
#31 10.28 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#31 10.29 checking for OCaml findlib package jsonm... not found
#31 10.30 checking for OCaml findlib package uutf... not found
#31 10.30 checking for OCaml findlib package sha... not found
#31 10.31 checking for OCaml findlib package swhid_core... not found
#31 10.32 checking for OCaml findlib package patch... not found
#31 10.32 checking for OCaml findlib package mccs 1.1+17 or later... no
#31 10.34 checking for g++... g++
#31 10.47 checking whether the compiler supports GNU C++... yes
#31 10.85 checking whether g++ accepts -g... yes
#31 11.01 checking for g++ option to enable C++11 features... none needed
#31 11.68 checking whether g++ really is a C++ compiler... yes
#31 11.78
#31 11.89 configure: creating ./config.status
#31 12.32 config.status: creating Makefile.config
#31 12.38 config.status: creating src/ocaml-flags-configure.sexp
#31 12.47 config.status: creating src/core/c-flags.sexp
#31 12.55
#31 12.57 Opam will be built WITH its default built-in solver
#31 12.57
#31 12.57 Executables will be installed in /usr/local/bin
#31 12.57 Manual pages will be installed in /usr/local/share/man
#31 12.57
#31 12.58 Downloading vendored source dependencies...
#31 12.61 * Downloading dune-local...
#31 13.36 * Downloading cppo...
#31 14.14 * Downloading base64...
#31 14.69 * Downloading extlib...
#31 15.27 * Downloading re...
#31 16.09 * Downloading ocamlgraph...
#31 16.66 * Downloading cudf...
#31 17.27 * Downloading dose3...
#31 17.98 * Downloading opam-file-format...
#31 18.53 * Downloading stdlib-shims...
#31 19.08 * Downloading spdx_licenses...
#31 19.66 * Downloading opam-0install-cudf...
#31 20.22 * Downloading 0install-solver...
#31 20.82 * Downloading uutf...
#31 21.15 * Downloading jsonm...
#31 21.49 * Downloading sha...
#31 22.03 * Downloading swhid_core...
#31 22.77 * Downloading menhir...
#31 23.31 * Downloading patch...
#31 23.88 * Downloading mccs...
#31 24.54 done
#31 24.54 Extracting vendored source dependencies in src_ext/... done
#31 30.03 make -j -C src_ext lib-ext
#31 30.04 make[1]: Entering directory '/tmp/opam-build-master/src_ext'
#31 30.05 NOTE: make lib-ext is no longer required
#31 30.05 make[1]: Leaving directory '/tmp/opam-build-master/src_ext'
#31 30.05 cd src_ext/dune-local && ocaml boot/bootstrap.ml
#31 30.34 ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
#31 33.60 ./.duneboot.exe
#31 194.3
src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#31 227.3 Creating menhirLib.ml...
#31 227.3 Creating menhirLib.mli...
#31 338.7 Read 99 sample input sentences and 99 error messages.
#31 338.7 Read 99 sample input sentences and 47 error messages.
#31 340.3 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#31 340.3 Grammar has 37 terminal symbols.
#31 340.3 Grammar has 129 productions.
#31 340.3 Built an LR(0) automaton with 199 states.
#31 340.3 The grammar is not SLR(1) -- 7 states have a conflict.
#31 340.3 The construction mode is no-pager.
#31 340.3 Built an LR(1) automaton with 308 states.
#31 340.3 One shift/reduce conflict was silently solved.
#31 340.3 Extra reductions on error were added in 50 states.
#31 340.3 Priority played a role in 0 of these states.
#31 340.3 156 out of 308 states have a default reduction.
#31 340.3 108 out of 308 states are represented.
#31 340.3 44 out of 96 symbols keep track of their start position.
#31 340.3 39 out of 96 symbols keep track of their end position.
#31 340.3 The StackLang code contains 4113 instructions in 277 blocks.
#31 340.3 The StackLang code comprises 5 mutually recursive groups.
#31 341.4 Read 99 sample input sentences and 47 error messages.
#31 424.8 sed -f process.sed opam.install > processed-opam.install
#31 424.8 src_ext/dune-local/_boot/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install
#31 429.2 sed -f process.sed opam-installer.install > processed-opam-installer.install
#31 DONE 434.6s
#32 [stage-1 7/41] COPY --from=0 [ /usr/local/bin/opam-2.0, /usr/bin/opam-2.0 ]
#32 DONE 0.4s
#33 [stage-1 8/41] RUN ln /usr/bin/opam-2.0 /usr/bin/opam
#33 DONE 0.9s
#34 [stage-1 9/41] COPY --from=0 [ /usr/local/bin/opam-2.1, /usr/bin/opam-2.1 ]
#34 DONE 0.5s
#35 [stage-1 10/41] COPY --from=0 [ /usr/local/bin/opam-2.2, /usr/bin/opam-2.2 ]
#35 DONE 0.6s
#36 [stage-1 11/41] COPY --from=0 [ /usr/local/bin/opam-2.3, /usr/bin/opam-2.3 ]
#36 DONE 0.5s
#37 [stage-1 12/41] COPY --from=0 [ /usr/local/bin/opam-2.4, /usr/bin/opam-2.4 ]
#37 DONE 0.6s
#38 [stage-1 13/41] COPY --from=0 [ /usr/local/bin/opam-2.5, /usr/bin/opam-2.5 ]
#38 DONE 0.6s
#39 [stage-1 14/41] COPY --from=0 [ /usr/local/bin/opam-master, /usr/bin/opam-dev ]
#39 DONE 0.6s
#40 [stage-1 15/41] RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
#40 DONE 1.0s
#41 [stage-1 16/41] COPY <<-EOF /etc/sudoers.d/opam
#41 DONE 0.1s
#42 [stage-1 17/41] RUN chmod 440 /etc/sudoers.d/opam
#42 DONE 0.7s
#43 [stage-1 18/41] RUN chown root:root /etc/sudoers.d/opam
#43 DONE 0.7s
#44 [stage-1 19/41] RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
#44 0.633 ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/bash
#44 0.731 userdel: ubuntu mail spool (/var/mail/ubuntu) not found
#44 DONE 0.9s
#45 [stage-1 20/41] RUN adduser --uid 1000 --disabled-password --gecos '' opam
#45 0.832 info: Adding user `opam' ...
#45 0.844 info: Adding new group `opam' (1000) ...
#45 0.911 info: Adding new user `opam' (1000) with group `opam (1000)' ...
#45 1.024 info: Creating home directory `/home/opam' ...
#45 1.041 info: Copying files from `/etc/skel' ...
#45 1.107 info: Adding new user `opam' to supplemental / extra groups `users' ...
#45 1.119 info: Adding user `opam' to group `users' ...
#45 DONE 1.2s
#46 [stage-1 21/41] RUN passwd -l opam
#46 0.644 passwd: password changed.
#46 DONE 0.7s
#47 [stage-1 22/41] RUN chown -R opam:opam /home/opam
#47 DONE 0.6s
#48 [stage-1 23/41] WORKDIR /home/opam
#48 DONE 0.1s
#49 [stage-1 24/41] RUN mkdir .ssh
#49 DONE 0.6s
#50 [stage-1 25/41] RUN chmod 700 .ssh
#50 DONE 0.7s
#51 [stage-1 26/41] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#51 DONE 0.1s
#52 [stage-1 27/41] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#52 DONE 0.2s
#53 [stage-1 28/41] RUN chmod a+x /home/opam/opam-sandbox-disable
#53 DONE 0.6s
#54 [stage-1 29/41] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#54 DONE 0.7s
#55 [stage-1 30/41] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#55 DONE 0.1s
#56 [stage-1 31/41] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#56 DONE 0.1s
#57 [stage-1 32/41] RUN chmod a+x /home/opam/opam-sandbox-enable
#57 DONE 0.7s
#58 [stage-1 33/41] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#58 DONE 0.7s
#59 [stage-1 34/41] RUN git config --global user.email "docker@example.com"
#59 DONE 0.7s
#60 [stage-1 35/41] RUN git config --global user.name "Docker"
#60 DONE 0.7s
#61 [stage-1 36/41] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#61 DONE 134.4s
#62 [stage-1 37/41] RUN opam-sandbox-disable
#62 0.600 --- opam sandboxing disabled
#62 DONE 0.6s
#63 [stage-1 38/41] RUN opam init -k git -a /home/opam/opam-repository --bare
#63 0.792 [NOTE] Will configure from /home/opam/.opamrc and then from built-in defaults.
#63 0.817 Checking for available remotes: rsync and local, git.
#63 0.838 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#63 0.838 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#63 0.838
#63 0.860 [WARNING] Recommended dependencies -- most packages rely on these:
#63 0.860 - m4
#63 0.907
#63 0.907 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#63 270.2 [default] Initialised
#63 270.2 default (at git+file:///home/opam/opam-repository):
#63 270.2 [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
#63 270.2
#63 302.1
#63 302.1 User configuration:
#63 302.1 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#63 302.1
#63 302.1 Updating ~/.profile.
#63 DONE 303.8s
#64 [stage-1 39/41] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#64 DONE 0.6s
#65 [stage-1 40/41] RUN rm -rf .opam/repo/default/.git
#65 DONE 0.7s
#66 [stage-1 41/41] COPY --link [ Dockerfile, /Dockerfile.opam ]
#66 DONE 0.2s
#67 exporting to image
#67 exporting layers
#67 exporting layers 93.2s done
#67 writing image sha256:b53d45a9f2992748e74053230926fccd47bc1f1e8170faf30309d070e6a52f65 done
#67 DONE 93.3s
Pushing "sha256:b53d45a9f2992748e74053230926fccd47bc1f1e8170faf30309d070e6a52f65" to "ocurrent/opam-staging:ubuntu-25.04-opam-riscv64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
15a9e3c0be69: Preparing
469074de0b9e: Preparing
94da3abf75c4: Preparing
098f13313174: Preparing
cccfda725361: Preparing
081c55c0c1fe: Preparing
cffab0e95d73: Preparing
1afbb597565b: Preparing
67be69a5e144: Preparing
38bedb7eab33: Preparing
3b7875e6d166: Preparing
00e2949c8d31: Preparing
2010ad186ca8: Preparing
3fe82efcb803: Preparing
5546fc8c8e31: Preparing
0218bb5d09cb: Preparing
1c94f26e27cc: Preparing
96fbce98aebe: Preparing
5f70bf18a086: Preparing
a4c7aca953f0: Preparing
eb8f648f1913: Preparing
ccfe0c46b0ca: Preparing
d61938065267: Preparing
697f3ae6a2f7: Preparing
697f3ae6a2f7: Preparing
795c540a1894: Preparing
d20d258cc979: Preparing
b570b066ac90: Preparing
73df4f05d699: Preparing
b06ec42cad83: Preparing
907ef7886093: Preparing
00596f82330f: Preparing
ef153bdb5e3c: Preparing
de1e0a44da3c: Preparing
c869fdfa13a2: Preparing
53c74460b93a: Preparing
abbe08e0b116: Preparing
810a500c3af0: Preparing
1e158eb7b175: Preparing
edfef05594ff: Preparing
5e6d89d28088: Preparing
081c55c0c1fe: Waiting
cffab0e95d73: Waiting
1afbb597565b: Waiting
67be69a5e144: Waiting
1c94f26e27cc: Waiting
38bedb7eab33: Waiting
3b7875e6d166: Waiting
00e2949c8d31: Waiting
2010ad186ca8: Waiting
3fe82efcb803: Waiting
5546fc8c8e31: Waiting
0218bb5d09cb: Waiting
d61938065267: Waiting
697f3ae6a2f7: Waiting
795c540a1894: Waiting
d20d258cc979: Waiting
b570b066ac90: Waiting
73df4f05d699: Waiting
b06ec42cad83: Waiting
907ef7886093: Waiting
00596f82330f: Waiting
96fbce98aebe: Waiting
5f70bf18a086: Waiting
a4c7aca953f0: Waiting
eb8f648f1913: Waiting
ccfe0c46b0ca: Waiting
ef153bdb5e3c: Waiting
de1e0a44da3c: Waiting
53c74460b93a: Waiting
c869fdfa13a2: Waiting
abbe08e0b116: Waiting
edfef05594ff: Waiting
810a500c3af0: Waiting
5e6d89d28088: Waiting
1e158eb7b175: Waiting
cccfda725361: Pushed
94da3abf75c4: Pushed
469074de0b9e: Pushed
15a9e3c0be69: Pushed
cffab0e95d73: Pushed
67be69a5e144: Pushed
1afbb597565b: Pushed
38bedb7eab33: Pushed
3b7875e6d166: Pushed
00e2949c8d31: Pushed
2010ad186ca8: Pushed
3fe82efcb803: Pushed
5546fc8c8e31: Pushed
1c94f26e27cc: Pushed
0218bb5d09cb: Pushed
96fbce98aebe: Pushed
5f70bf18a086: Layer already exists
a4c7aca953f0: Pushed
eb8f648f1913: Pushed
ccfe0c46b0ca: Pushed
d61938065267: Pushed
697f3ae6a2f7: Pushed
795c540a1894: Pushed
d20d258cc979: Pushed
73df4f05d699: Pushed
b570b066ac90: Pushed
b06ec42cad83: Pushed
907ef7886093: Pushed
00596f82330f: Pushed
ef153bdb5e3c: Pushed
de1e0a44da3c: Pushed
c869fdfa13a2: Pushed
abbe08e0b116: Pushed
1e158eb7b175: Pushed
edfef05594ff: Pushed
5e6d89d28088: Layer already exists
810a500c3af0: Pushed
098f13313174: Pushed
081c55c0c1fe: Pushed
53c74460b93a: Pushed
ubuntu-25.04-opam-riscv64: digest: sha256:860fac51a7b79325377f34f9162abf357ef4ed29694c43ca2ad858d187203bb4 size: 8875
The push refers to repository [docker.io/ocurrent/opam-staging]
15a9e3c0be69: Preparing
469074de0b9e: Preparing
94da3abf75c4: Preparing
098f13313174: Preparing
cccfda725361: Preparing
081c55c0c1fe: Preparing
cffab0e95d73: Preparing
1afbb597565b: Preparing
67be69a5e144: Preparing
38bedb7eab33: Preparing
3b7875e6d166: Preparing
00e2949c8d31: Preparing
2010ad186ca8: Preparing
3fe82efcb803: Preparing
5546fc8c8e31: Preparing
0218bb5d09cb: Preparing
1c94f26e27cc: Preparing
96fbce98aebe: Preparing
5f70bf18a086: Preparing
a4c7aca953f0: Preparing
eb8f648f1913: Preparing
ccfe0c46b0ca: Preparing
d61938065267: Preparing
697f3ae6a2f7: Preparing
697f3ae6a2f7: Preparing
795c540a1894: Preparing
d20d258cc979: Preparing
b570b066ac90: Preparing
73df4f05d699: Preparing
b06ec42cad83: Preparing
907ef7886093: Preparing
00596f82330f: Preparing
ef153bdb5e3c: Preparing
de1e0a44da3c: Preparing
c869fdfa13a2: Preparing
53c74460b93a: Preparing
abbe08e0b116: Preparing
810a500c3af0: Preparing
1e158eb7b175: Preparing
edfef05594ff: Preparing
5e6d89d28088: Preparing
2010ad186ca8: Waiting
3fe82efcb803: Waiting
5546fc8c8e31: Waiting
0218bb5d09cb: Waiting
1c94f26e27cc: Waiting
96fbce98aebe: Waiting
5f70bf18a086: Waiting
a4c7aca953f0: Waiting
eb8f648f1913: Waiting
ccfe0c46b0ca: Waiting
d61938065267: Waiting
697f3ae6a2f7: Waiting
795c540a1894: Waiting
d20d258cc979: Waiting
b570b066ac90: Waiting
73df4f05d699: Waiting
810a500c3af0: Waiting
b06ec42cad83: Waiting
1e158eb7b175: Waiting
edfef05594ff: Waiting
907ef7886093: Waiting
5e6d89d28088: Waiting
00596f82330f: Waiting
ef153bdb5e3c: Waiting
de1e0a44da3c: Waiting
c869fdfa13a2: Waiting
53c74460b93a: Waiting
abbe08e0b116: Waiting
081c55c0c1fe: Waiting
cffab0e95d73: Waiting
1afbb597565b: Waiting
67be69a5e144: Waiting
38bedb7eab33: Waiting
3b7875e6d166: Waiting
00e2949c8d31: Waiting
098f13313174: Layer already exists
15a9e3c0be69: Layer already exists
94da3abf75c4: Layer already exists
cccfda725361: Layer already exists
469074de0b9e: Layer already exists
67be69a5e144: Layer already exists
cffab0e95d73: Layer already exists
081c55c0c1fe: Layer already exists
1afbb597565b: Layer already exists
38bedb7eab33: Layer already exists
3b7875e6d166: Layer already exists
5546fc8c8e31: Layer already exists
2010ad186ca8: Layer already exists
00e2949c8d31: Layer already exists
3fe82efcb803: Layer already exists
a4c7aca953f0: Layer already exists
1c94f26e27cc: Layer already exists
5f70bf18a086: Layer already exists
0218bb5d09cb: Layer already exists
96fbce98aebe: Layer already exists
eb8f648f1913: Layer already exists
697f3ae6a2f7: Layer already exists
795c540a1894: Layer already exists
ccfe0c46b0ca: Layer already exists
d61938065267: Layer already exists
d20d258cc979: Layer already exists
b06ec42cad83: Layer already exists
73df4f05d699: Layer already exists
b570b066ac90: Layer already exists
907ef7886093: Layer already exists
c869fdfa13a2: Layer already exists
53c74460b93a: Layer already exists
de1e0a44da3c: Layer already exists
ef153bdb5e3c: Layer already exists
00596f82330f: Layer already exists
abbe08e0b116: Layer already exists
5e6d89d28088: Layer already exists
1e158eb7b175: Layer already exists
810a500c3af0: Layer already exists
edfef05594ff: Layer already exists
ubuntu-25.04-opam-riscv64: digest: sha256:860fac51a7b79325377f34f9162abf357ef4ed29694c43ca2ad858d187203bb4 size: 8875
Job succeeded
2026-03-07 19:20.16: Job succeeded