2026-06-06 06:39.38: New job: Build using linux-riscv64 in
[https://github.com/ocaml/opam-repository#master (f2a52bbb8b82d8d662c83728f3ec77f7c09be4bb)]
2026-06-06 06:39.38: Will push staging image to ocurrent/opam-staging:ubuntu-24.04-opam-riscv64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM ubuntu:noble
LABEL distro_style="apt"
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/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 6218d0c4c022106034a93c8ecb5b80fa213d7356 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/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 1ea21b460db391ba6f8fb727ee296a86f65579e2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
FROM ubuntu:noble
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
Acquire::Retries "5";
EOF
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
COPY --from=0 [ "/usr/local/bin/opam-2.1", "/usr/bin/opam-2.1" ]
RUN ln /usr/bin/opam-2.1 /usr/bin/opam
COPY --from=0 [ "/usr/local/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/local/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/local/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/local/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/local/bin/opam-master", "/usr/bin/opam-dev" ]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
COPY <<-EOF /etc/sudoers.d/opam
opam ALL=(ALL:ALL) NOPASSWD:ALL
EOF
RUN chmod 440 /etc/sudoers.d/opam
RUN chown root:root /etc/sudoers.d/opam
RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
RUN useradd --uid 1000 --create-home --shell /bin/bash opam
RUN passwd -l opam
RUN chown -R opam:opam /home/opam
USER opam
ENV HOME="/home/opam"
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
wrap-build-commands: []
wrap-install-commands: []
wrap-remove-commands: []
required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#!/bin/sh
cp ~/.opamrc-nosandbox ~/.opamrc
echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#!/bin/sh
cp ~/.opamrc-sandbox ~/.opamrc
echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
RUN opam-sandbox-disable
RUN opam init -k git -a /home/opam/opam-repository --bare
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
RUN rm -rf .opam/repo/default/.git
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2026-06-06 06:39.38: Using cache hint "opam-ubuntu-24.04"
2026-06-06 07:11.31: Waiting for worker…
2026-06-06 07:11.31: Got resource from pool OCluster
Building on riscv-qemu-navajo-6
All commits already cached
Updating files: 1% (358/18016)
Updating files: 2% (361/18016)
Updating files: 3% (541/18016)
Updating files: 4% (721/18016)
Updating files: 4% (796/18016)
Updating files: 5% (901/18016)
Updating files: 6% (1081/18016)
Updating files: 6% (1245/18016)
Updating files: 7% (1262/18016)
Updating files: 8% (1442/18016)
Updating files: 9% (1622/18016)
Updating files: 9% (1701/18016)
Updating files: 10% (1802/18016)
Updating files: 11% (1982/18016)
Updating files: 12% (2162/18016)
Updating files: 12% (2198/18016)
Updating files: 13% (2343/18016)
Updating files: 14% (2523/18016)
Updating files: 15% (2703/18016)
Updating files: 15% (2707/18016)
Updating files: 16% (2883/18016)
Updating files: 17% (3063/18016)
Updating files: 17% (3113/18016)
Updating files: 18% (3243/18016)
Updating files: 19% (3424/18016)
Updating files: 19% (3522/18016)
Updating files: 20% (3604/18016)
Updating files: 21% (3784/18016)
Updating files: 22% (3964/18016)
Updating files: 22% (3968/18016)
Updating files: 23% (4144/18016)
Updating files: 23% (4193/18016)
Updating files: 24% (4324/18016)
Updating files: 24% (4464/18016)
Updating files: 25% (4504/18016)
Updating files: 26% (4685/18016)
Updating files: 27% (4865/18016)
Updating files: 27% (4976/18016)
Updating files: 28% (5045/18016)
Updating files: 29% (5225/18016)
Updating files: 30% (5405/18016)
Updating files: 30% (5492/18016)
Updating files: 31% (5585/18016)
Updating files: 32% (5766/18016)
Updating files: 33% (5946/18016)
Updating files: 33% (5989/18016)
Updating files: 34% (6126/18016)
Updating files: 35% (6306/18016)
Updating files: 36% (6486/18016)
Updating files: 36% (6529/18016)
Updating files: 37% (6666/18016)
Updating files: 38% (6847/18016)
Updating files: 38% (7007/18016)
Updating files: 39% (7027/18016)
Updating files: 40% (7207/18016)
Updating files: 40% (7267/18016)
Updating files: 41% (7387/18016)
Updating files: 42% (7567/18016)
Updating files: 43% (7747/18016)
Updating files: 44% (7928/18016)
Updating files: 44% (8087/18016)
Updating files: 45% (8108/18016)
Updating files: 46% (8288/18016)
Updating files: 47% (8468/18016)
Updating files: 47% (8585/18016)
Updating files: 48% (8648/18016)
Updating files: 49% (8828/18016)
Updating files: 50% (9008/18016)
Updating files: 50% (9075/18016)
Updating files: 51% (9189/18016)
Updating files: 52% (9369/18016)
Updating files: 52% (9530/18016)
Updating files: 53% (9549/18016)
Updating files: 54% (9729/18016)
Updating files: 54% (9870/18016)
Updating files: 55% (9909/18016)
Updating files: 56% (10089/18016)
Updating files: 56% (10225/18016)
Updating files: 57% (10270/18016)
Updating files: 58% (10450/18016)
Updating files: 59% (10630/18016)
Updating files: 59% (10670/18016)
Updating files: 60% (10810/18016)
Updating files: 61% (10990/18016)
Updating files: 61% (11152/18016)
Updating files: 62% (11170/18016)
Updating files: 63% (11351/18016)
Updating files: 64% (11531/18016)
Updating files: 64% (11570/18016)
Updating files: 65% (11711/18016)
Updating files: 66% (11891/18016)
Updating files: 66% (12003/18016)
Updating files: 67% (12071/18016)
Updating files: 67% (12213/18016)
Updating files: 68% (12251/18016)
Updating files: 69% (12432/18016)
Updating files: 70% (12612/18016)
Updating files: 70% (12666/18016)
Updating files: 71% (12792/18016)
Updating files: 72% (12972/18016)
Updating files: 73% (13152/18016)
Updating files: 73% (13176/18016)
Updating files: 74% (13332/18016)
Updating files: 75% (13512/18016)
Updating files: 75% (13641/18016)
Updating files: 76% (13693/18016)
Updating files: 77% (13873/18016)
Updating files: 78% (14053/18016)
Updating files: 78% (14101/18016)
Updating files: 79% (14233/18016)
Updating files: 80% (14413/18016)
Updating files: 80% (14566/18016)
Updating files: 81% (14593/18016)
Updating files: 82% (14774/18016)
Updating files: 83% (14954/18016)
Updating files: 83% (15041/18016)
Updating files: 84% (15134/18016)
Updating files: 85% (15314/18016)
Updating files: 85% (15487/18016)
Updating files: 86% (15494/18016)
Updating files: 87% (15674/18016)
Updating files: 88% (15855/18016)
Updating files: 88% (15948/18016)
Updating files: 89% (16035/18016)
Updating files: 90% (16215/18016)
Updating files: 90% (16361/18016)
Updating files: 91% (16395/18016)
Updating files: 92% (16575/18016)
Updating files: 93% (16755/18016)
Updating files: 93% (16774/18016)
Updating files: 94% (16936/18016)
Updating files: 94% (16989/18016)
Updating files: 95% (17116/18016)
Updating files: 95% (17173/18016)
Updating files: 96% (17296/18016)
Updating files: 97% (17476/18016)
Updating files: 97% (17577/18016)
Updating files: 98% (17656/18016)
Updating files: 99% (17836/18016)
Updating files: 100% (18016/18016)
Updating files: 100% (18016/18016), done.
HEAD is now at f2a52bbb8b Merge pull request #29992 from gares/patch-1
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 6.55kB 0.3s done
#1 DONE 1.1s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 3.5s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 resolve docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 resolve docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89 0.7s done
#3 CACHED
#4 [internal] load metadata for docker.io/library/ubuntu:noble
#4 DONE 1.3s
#5 [internal] load .dockerignore
#5 transferring context:
#5 transferring context: 2B 0.1s done
#5 DONE 0.3s
#6 [internal] preparing inline document
#6 DONE 0.0s
#7 [internal] preparing inline document
#7 DONE 0.0s
#8 [internal] preparing inline document
#8 DONE 0.0s
#9 [internal] preparing inline document
#9 DONE 0.0s
#10 [internal] preparing inline document
#10 DONE 0.0s
#11 [internal] preparing inline document
#11 DONE 0.0s
#12 [internal] load build context
#12 ...
#13 [stage-0 1/13] FROM docker.io/library/ubuntu:noble@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54
#13 resolve docker.io/library/ubuntu:noble@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54 1.1s done
#13 DONE 1.4s
#12 [internal] load build context
#12 ...
#14 [stage-1 2/40] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#14 CACHED
#15 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#15 CACHED
#16 [stage-1 3/40] COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
#16 CACHED
#17 [stage-1 4/40] RUN apt-get -y update
#17 CACHED
#18 [stage-0 2/13] RUN apt-get -y update
#18 CACHED
#19 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 CACHED
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 CACHED
#21 [stage-0 5/13] RUN git config --global user.email "docker@example.com"
#21 CACHED
#22 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#22 CACHED
#23 [stage-0 6/13] RUN git config --global user.name "Docker"
#23 CACHED
#8 [internal] preparing inline document
#8 CACHED
#9 [internal] preparing inline document
#9 CACHED
#7 [internal] preparing inline document
#7 CACHED
#6 [internal] preparing inline document
#6 CACHED
#10 [internal] preparing inline document
#10 CACHED
#12 [internal] load build context
#12 transferring context: 2.26MB 1.9s
#12 transferring context: 6.83MB 7.1s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 7.718 Cloning into '/tmp/opam'...
#24 ...
#12 [internal] load build context
#12 transferring context: 7.10MB 12.2s
#12 transferring context: 7.35MB 17.3s
#12 transferring context: 7.60MB 22.4s
#12 transferring context: 7.89MB 27.5s
#12 transferring context: 8.11MB 32.7s
#12 transferring context: 8.37MB 37.8s
#12 transferring context: 8.66MB 42.9s
#12 transferring context: 8.87MB 48.0s
#12 transferring context: 9.11MB 53.0s
#12 transferring context: 9.29MB 58.1s
#12 transferring context: 9.59MB 63.2s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 63.49 Updating files: 70% (386/549)
Updating files: 71% (390/549)
Updating files: 72% (396/549)
Updating files: 73% (401/549)
Updating files: 74% (407/549)
Updating files: 75% (412/549)
Updating files: 76% (418/549)
Updating files: 77% (423/549)
Updating files: 78% (429/549)
Updating files: 79% (434/549)
Updating files: 80% (440/549)
Updating files: 81% (445/549)
Updating files: 82% (451/549)
Updating files: 83% (456/549)
Updating files: 84% (462/549)
Updating files: 85% (467/549)
Updating files: 86% (473/549)
Updating files: 87% (478/549)
Updating files: 88% (484/549)
Updating files: 89% (489/549)
Updating files: 90% (495/549)
Updating files: 91% (500/549)
Updating files: 92% (506/549)
Updating files: 93% (511/549)
Updating files: 94% (517/549)
Updating files: 95% (522/549)
Updating files: 96% (528/549)
Updating files: 97% (533/549)
Updating files: 98% (539/549)
Updating files: 99% (544/549)
Updating files: 100% (549/549)
Updating files: 100% (549/549), done.
#24 66.87 Note: switching to '1ea21b460db391ba6f8fb727ee296a86f65579e2'.
#24 66.87
#24 66.87 You are in 'detached HEAD' state. You can look around, make experimental
#24 66.87 changes and commit them, and you can discard any commits you make in this
#24 66.87 state without impacting any branches by switching back to a branch.
#24 66.87
#24 66.87 If you want to create a new branch to retain commits you create, you may
#24 66.87 do so (now or later) by using -c with the switch command. Example:
#24 66.87
#24 66.87 git switch -c <new-branch-name>
#24 66.87
#24 66.87 Or undo this operation with:
#24 66.87
#24 66.87 git switch -
#24 66.87
#24 66.87 Turn off this advice by setting config variable advice.detachedHead to false
#24 66.87
#24 66.87 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#24 ...
#12 [internal] load build context
#12 transferring context: 10.09MB 71.6s
#12 transferring context: 10.35MB 76.7s
#12 transferring context: 10.69MB 81.9s
#12 transferring context: 11.01MB 87.0s
#12 transferring context: 11.29MB 92.1s
#12 transferring context: 11.62MB 97.2s
#12 transferring context: 11.89MB 102.3s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 93.42 configure: Configuring OCaml version 4.14.2
#24 93.64 checking build system type... riscv64-unknown-linux-gnu
#24 96.11 checking host system type... riscv64-unknown-linux-gnu
#24 96.12 checking target system type... riscv64-unknown-linux-gnu
#24 96.16 checking for ld... ld
#24 96.21 checking how to print strings... printf
#24 96.31 checking for gcc... gcc
#24 97.36 checking whether the C compiler works... yes
#24 99.35 checking for C compiler default output file name... a.out
#24 99.40 checking for suffix of executables...
#24 101.1 checking whether we are cross compiling... no
#24 102.7 checking for suffix of object files... o
#24 103.4 checking whether we are using the GNU C compiler...
#24 ...
#12 [internal] load build context
#12 transferring context: 12.20MB 107.3s
#12 transferring context: 12.55MB 112.3s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 103.4 checking whether we are using the GNU C compiler... yes
#24 104.2 checking whether gcc accepts -g... yes
#24 104.9 checking for gcc option to accept ISO C89... none needed
#24 108.3 checking for a sed that does not truncate output... /usr/bin/sed
#24 108.5 checking for grep that handles long lines and -e... /usr/bin/grep
#24 108.6 checking for egrep... /usr/bin/grep -E
#24 108.7 checking for fgrep... /usr/bin/grep -F
#24 108.8 checking for ld used by gcc... ld
#24 108.9 checking if the linker (ld) is GNU ld... yes
#24 109.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#24 109.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#24 110.1 checking whether ln -s works... yes
#24 110.1 checking the maximum length of command line arguments... 1572864
#24 110.4 checking how to convert riscv64-unknown-linux-gnu file names to riscv64-unknown-linux-gnu format... func_convert_file_noop
#24 110.4 checking how to convert riscv64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#24 110.4 checking for ld option to reload object files... -r
#24 110.4 checking for objdump... objdump
#24 110.4 checking how to recognize dependent libraries... pass_all
#24 110.5 checking for dlltool... no
#24 110.5 checking how to associate runtime and link libraries... printf %s\n
#24 110.5 checking for ar... ar
#24 110.5 checking for archiver @FILE support... @
#24 111.8 checking for strip... strip
#24 111.8 checking for ranlib... ranlib
#24 111.8 checking for gawk... no
#24 111.9 checking for mawk... mawk
#24 111.9 checking command to parse /usr/bin/nm -B output from gcc object...
#24 ...
#12 [internal] load build context
#12 transferring context: 12.82MB 117.4s
#12 transferring context: 13.06MB 122.5s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 111.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
#24 114.6 checking for sysroot... no
#24 114.6 checking for a working dd... /usr/bin/dd
#24 114.8 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#24 115.0 checking for mt... no
#24 115.0 checking if : is a manifest tool... no
#24 115.2 checking how to run the C preprocessor... gcc -E
#24 118.0 checking for ANSI C header files... yes
#24 123.6 checking for sys/types.h...
#24 ...
#12 [internal] load build context
#12 transferring context: 13.28MB 127.5s
#12 transferring context: 13.63MB 132.7s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 123.6 checking for sys/types.h... yes
#24 125.1 checking for sys/stat.h... yes
#24 126.5 checking for stdlib.h... yes
#24 128.1 checking for string.h... yes
#24 129.7 checking for memory.h... yes
#24 131.3 checking for strings.h... yes
#24 132.7 checking for inttypes.h... yes
#24 134.3 checking for stdint.h...
#24 ...
#12 [internal] load build context
#12 transferring context: 13.87MB 137.8s
#12 transferring context: 14.25MB 142.9s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 134.3 checking for stdint.h... yes
#24 135.9 checking for unistd.h... yes
#24 137.6 checking for dlfcn.h... yes
#24 139.2 checking for objdir... .libs
#24 141.5 checking if gcc supports -fno-rtti -fno-exceptions... no
#24 142.4 checking for gcc option to produce PIC... -fPIC -DPIC
#24 142.4 checking if gcc PIC flag -fPIC -DPIC works... yes
#24 143.3 checking if gcc static flag -static works...
#24 ...
#12 [internal] load build context
#12 transferring context: 14.54MB 147.9s
#12 transferring context: 14.86MB 153.0s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 143.3 checking if gcc static flag -static works... yes
#24 146.7 checking if gcc supports -c -o file.o... yes
#24 147.8 checking if gcc supports -c -o file.o... (cached) yes
#24 147.8 checking whether the gcc linker (ld) supports shared libraries... yes
#24 148.3 checking whether -lc should be explicitly linked in... no
#24 149.5 checking dynamic linker characteristics... GNU/Linux ld.so
#24 151.4 checking how to hardcode library paths into programs... immediate
#24 151.4 checking whether stripping libraries is possible... yes
#24 151.5 checking if libtool supports shared libraries... yes
#24 151.5 checking whether to build shared libraries... yes
#24 151.5 checking whether to build static libraries... yes
#24 151.6 checking C compiler vendor... gcc-13-3
#24 152.1 checking whether host executables can be run in the build... yes
#24 153.4 checking whether #! works in shell scripts... yes
#24 153.6 checking for flexdll sources... checking for flexlink... no
#24 153.8 checking flexdll.h usability... no
#24 154.6 checking flexdll.h presence... no
#24 155.3 checking for flexdll.h... no
#24 155.3 checking for a BSD-compatible install... /usr/bin/install -c
#24 155.7 checking for cos in -lm...
#24 ...
#12 [internal] load build context
#12 transferring context: 15.16MB 158.0s
#12 transferring context: 15.52MB 163.1s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 155.7 checking for cos in -lm... yes
#24 157.3 checking math.h usability... yes
#24 158.9 checking math.h presence... yes
#24 159.7 checking for math.h... yes
#24 159.7 checking for unistd.h... (cached) yes
#24 159.8 checking for stdint.h... (cached) yes
#24 159.8 checking for dirent.h... yes
#24 160.5 checking for sys/select.h... yes
#24 161.2 checking for off_t... yes
#24 164.0 checking size of int... 4
#24 166.0 checking size of long...
#24 ...
#12 [internal] load build context
#12 transferring context: 15.88MB 168.1s
#12 transferring context: 16.24MB 173.2s
#12 transferring context: 16.52MB 178.3s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 166.0 checking size of long... 8
#24 168.0 checking size of long *... 8
#24 170.1 checking size of short... 2
#24 172.0 checking size of long long... 8
#24 174.2 configure: Target is a 64 bits architecture
#24 174.2 checking whether byte ordering is bigendian... no
#24 177.0 checking alignment of double...
#24 ...
#12 [internal] load build context
#12 transferring context: 32.40MB 183.3s
#12 transferring context: 66.96MB 188.4s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 177.0 checking alignment of double... 8
#24 179.1 checking alignment of long... 8
#24 181.1 checking alignment of long long... 8
#24 183.3 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#24 183.9 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#24 184.7 checking for ld... ld
#24 184.8 checking for rlwrap... no
#24 184.8 configure: checking semantics of signal handlers
#24 184.8 checking for sigaction... yes
#24 186.3 checking for sigprocmask... yes
#24 187.7 configure: POSIX signal handling found.
#24 187.8 checking for expm1...
#24 ...
#12 [internal] load build context
#12 transferring context: 102.90MB 193.4s
#12 transferring context: 134.52MB 198.5s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 187.8 checking for expm1... yes
#24 189.7 checking for log1p... yes
#24 191.5 checking for hypot... yes
#24 193.6 checking for fma... yes
#24 195.6 checking for exp2... yes
#24 197.5 checking for log2... yes
#24 ...
#12 [internal] load build context
#12 transferring context: 166.96MB 203.6s
#12 transferring context: 199.30MB 208.7s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 199.6 checking for cbrt... yes
#24 201.6 checking for acosh... yes
#24 203.6 checking for asinh... yes
#24 205.7 checking for atanh... yes
#24 207.6 checking for erf... yes
#24 209.5 checking for erfc...
#24 ...
#12 [internal] load build context
#12 transferring context: 228.92MB 213.8s
#12 transferring context: 241.84MB 218.9s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 209.5 checking for erfc... yes
#24 211.6 checking for trunc... yes
#24 213.4 checking for round... yes
#24 215.4 checking for copysign... yes
#24 217.2 checking whether round works... yes
#24 219.2 checking whether fma works... yes
#24 221.2 checking for getrusage...
#24 ...
#12 [internal] load build context
#12 transferring context: 241.97MB 224.0s
#12 transferring context: 242.10MB 229.1s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 221.2 checking for getrusage... yes
#24 222.7 checking for times... yes
#24 224.1 checking for secure_getenv... yes
#24 225.5 checking for issetugid... no
#24 228.2 checking for library containing clock_gettime... none required
#24 229.8 checking for socket... yes
#24 231.6 checking for socketpair...
#24 ...
#12 [internal] load build context
#12 transferring context: 242.24MB 234.2s
#12 transferring context: 242.37MB 239.2s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 231.6 checking for socketpair... yes
#24 233.3 checking for bind... yes
#24 235.0 checking for listen... yes
#24 236.8 checking for accept... yes
#24 238.6 checking for connect... yes
#24 240.3 checking for socklen_t... yes
#24 242.2 checking for inet_aton...
#24 ...
#12 [internal] load build context
#12 transferring context: 242.49MB 244.3s
#12 transferring context: 242.62MB 249.5s
#12 transferring context: 242.74MB 254.7s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 242.2 checking for inet_aton... yes
#24 243.8 checking for struct sockaddr_in6... yes
#24 245.8 checking for getaddrinfo... yes
#24 247.3 checking for getnameinfo... yes
#24 248.9 checking for inet_pton... yes
#24 250.6 checking for inet_ntop... yes
#24 252.2 checking for rewinddir... yes
#24 253.7 checking for lockf...
#24 ...
#12 [internal] load build context
#12 transferring context: 242.90MB 259.9s
#12 transferring context: 243.05MB 264.9s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 253.7 checking for lockf... yes
#24 255.2 checking for mkfifo... yes
#24 256.7 checking for getcwd... yes
#24 258.4 checking whether system is declared... yes
#24 259.3 checking for sys/types.h... (cached) yes
#24 259.3 checking utime.h usability... yes
#24 260.4 checking utime.h presence... yes
#24 260.9 checking for utime.h... yes
#24 260.9 checking for utime... yes
#24 262.6 checking for utimes... yes
#24 264.1 checking for fchmod...
#24 ...
#12 [internal] load build context
#12 transferring context: 243.20MB 270.0s
#12 transferring context: 243.34MB 275.1s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 264.1 checking for fchmod... yes
#24 265.6 checking for fchown... yes
#24 266.9 checking for truncate... yes
#24 268.3 checking for ftruncate... yes
#24 269.8 checking for select... yes
#24 271.3 checking for fd_set... yes
#24 273.0 checking for nanosleep... yes
#24 274.8 checking for symlink...
#24 ...
#12 [internal] load build context
#12 transferring context: 243.48MB 280.2s
#12 transferring context: 243.61MB 285.3s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 274.8 checking for symlink... yes
#24 276.3 checking for readlink... yes
#24 277.7 checking for lstat... yes
#24 279.1 checking for realpath... yes
#24 280.5 checking for waitpid... yes
#24 282.0 checking for wait4... yes
#24 283.6 checking for getgroups... yes
#24 285.1 checking for setgroups...
#24 ...
#12 [internal] load build context
#12 transferring context: 243.72MB 290.5s
#12 transferring context: 243.82MB 295.6s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 285.1 checking for setgroups... yes
#24 286.6 checking for initgroups... yes
#24 288.1 checking termios.h usability... yes
#24 289.3 checking termios.h presence... yes
#24 289.8 checking for termios.h... yes
#24 289.8 checking for tcgetattr... yes
#24 291.3 checking for tcsetattr... yes
#24 292.6 checking for tcsendbreak... yes
#24 294.0 checking for tcflush... yes
#24 295.5 checking for tcflow... yes
#24 296.9 checking for setitimer...
#24 ...
#12 [internal] load build context
#12 transferring context: 243.96MB 300.7s
#12 transferring context: 244.12MB 305.9s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 296.9 checking for setitimer... yes
#24 298.3 checking for gethostname... yes
#24 299.6 checking sys/utsname.h usability... yes
#24 300.8 checking sys/utsname.h presence... yes
#24 301.7 checking for sys/utsname.h... yes
#24 301.7 checking for uname... yes
#24 303.1 checking for gettimeofday... yes
#24 304.4 checking for mktime... yes
#24 305.8 checking for setsid... yes
#24 307.3 checking for putenv...
#24 ...
#12 [internal] load build context
#12 transferring context: 244.27MB 311.0s
#12 transferring context: 244.40MB 316.0s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 307.3 checking for putenv... yes
#24 308.7 checking for setenv... yes
#24 310.0 checking for unsetenv... yes
#24 311.5 checking locale.h usability... yes
#24 312.9 checking locale.h presence... yes
#24 313.4 checking for locale.h... yes
#24 313.4 checking for newlocale... yes
#24 314.7 checking for freelocale... yes
#24 316.1 checking for uselocale... yes
#24 317.5 checking xlocale.h usability... no
#24 318.7 checking xlocale.h presence...
#24 ...
#12 [internal] load build context
#12 transferring context: 244.55MB 321.1s
#12 transferring context: 244.71MB 326.2s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 318.7 checking xlocale.h presence... no
#24 319.4 checking for xlocale.h... no
#24 319.4 checking for strtod_l... yes
#24 320.8 checking for dlopen... yes
#24 322.2 configure: Dynamic loading of shared libraries is supported.
#24 322.2 checking sys/mman.h usability... yes
#24 323.3 checking sys/mman.h presence... yes
#24 323.8 checking for sys/mman.h... yes
#24 323.8 checking for mmap... yes
#24 325.1 checking for munmap... yes
#24 326.6 checking for pwrite... yes
#24 328.0 checking whether the C compiler supports -fdebug-prefix-map... yes
#24 328.6 checking for struct stat.st_atim.tv_nsec...
#24 ...
#12 [internal] load build context
#12 transferring context: 244.87MB 331.3s
#12 transferring context: 245.03MB 336.3s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 328.6 checking for struct stat.st_atim.tv_nsec... yes
#24 329.8 configure: stat supports nanosecond precision
#24 329.9 checking how many arguments gethostbyname_r() takes... six
#24 331.7 checking how many arguments gethostbyaddr_r() takes... eight
#24 333.5 checking for mkstemp... yes
#24 335.2 checking for nice... yes
#24 336.6 checking for dup3... yes
#24 338.0 checking for pipe2... yes
#24 339.3 checking for accept4...
#24 ...
#12 [internal] load build context
#12 transferring context: 245.18MB 341.4s
#12 transferring context: 245.32MB 346.4s
#12 transferring context: 245.49MB 351.5s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 339.3 checking for accept4... yes
#24 340.7 checking for getauxval... yes
#24 342.2 checking sys/shm.h usability... yes
#24 343.2 checking sys/shm.h presence... yes
#24 343.6 checking for sys/shm.h... yes
#24 343.7 checking for shmat... yes
#24 345.2 checking for execvpe... yes
#24 347.0 checking spawn.h usability... yes
#24 348.1 checking spawn.h presence... yes
#24 348.6 checking for spawn.h... yes
#24 348.6 checking for posix_spawn... yes
#24 350.1 checking for posix_spawnp...
#24 ...
#12 [internal] load build context
#12 transferring context: 245.65MB 356.6s
#12 transferring context: 245.79MB 361.6s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 350.1 checking for posix_spawnp... yes
#24 351.5 checking for ffs... yes
#24 353.3 checking whether _BitScanForward is declared... no
#24 354.5 configure: replay debugger supported
#24 354.5 checking whether stack overflows can be detected... no
#24 354.6 checking whether gcc is Clang... no
#24 355.1 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#24 356.6 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#24 358.4 checking whether more special flags are required for pthreads... no
#24 358.4 checking for PTHREAD_PRIO_INHERIT... yes
#24 359.9 configure: the POSIX threads library is supported
#24 359.9 checking for sigwait... yes
#24 361.2 checking whether the assembler supports --debug-prefix-map... yes
#24 361.6 checking whether the assembler supports CFI directives...
#24 ...
#12 [internal] load build context
#12 transferring context: 245.94MB 366.7s
#12 transferring context: 248.05MB 371.9s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 361.6 checking whether the assembler supports CFI directives... yes
#24 362.5 configure: not using frame pointers
#24 362.5 checking whether mmap supports huge pages... yes
#24 364.5 configure: Disabling function sections.
#24 365.6 configure: creating ./config.status
#24 ...
#12 [internal] load build context
#12 transferring context: 248.83MB 376.9s
#12 transferring context: 250.13MB 382.1s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 386.1 config.status: creating Makefile.build_config
#24 386.7 config.status: creating Makefile.config
#24 387.2 config.status: creating stdlib/sys.ml
#24 387.9 config.status: creating manual/src/version.tex
#24 388.6 config.status: creating manual/src/html_processing/src/common.ml
#24 389.2 config.status: creating tools/eventlog_metadata
#24 389.9 config.status: creating runtime/caml/m.h
#24 390.4 config.status: creating runtime/caml/s.h
#24 390.9 config.status: creating runtime/caml/version.h
#24 391.6 config.status: executing libtool commands
#24 ...
#12 [internal] load build context
#12 transferring context: 252.87MB 392.9s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 393.5 make -j -C runtime sak
#24 393.5 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 395.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sak.o sak.c
#24 397.7 gcc -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -Wl,-E -o sak sak.o
#24 398.3 make[1]: Leaving directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 398.3 make -j coldstart
#24 398.3 make[1]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2'
#24 398.6 make -j -C runtime all
#24 398.6 make[2]: Entering directory '/tmp/opam/bootstrap/ocaml-4.14.2/runtime'
#24 ...
#12 [internal] load build context
#12 transferring context: 255.46MB 400.1s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 400.0 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml/stublibs" > ld.conf
#24 400.0 tr -d '\r' < caml/instruct.h | \
#24 400.0 sed -e '/\/\*/d' \
#24 400.0 -e '/^#/d' \
#24 400.0 -e 's/enum /static char * names_of_/' \
#24 400.0 -e 's/{$/[] = {/' \
#24 400.0 -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
#24 400.0 echo "/tmp/opam/bootstrap/ocaml/lib/ocaml" >> ld.conf
#24 400.1 tr -d '\r' < caml/instruct.h | \
#24 400.1 sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
#24 400.1 -e '/^}/q' > caml/jumptbl.h
#24 400.1 echo '/* This file is generated from ../Makefile.config */' > build_config.h
#24 400.6 echo '#define OCAML_STDLIB_DIR "/tmp/opam/bootstrap/ocaml/lib/ocaml"' >> build_config.h
#24 400.6 cp primitives.new primitives
#24 400.7 echo '#define HOST "riscv64-unknown-linux-gnu"' >> build_config.h
#24 400.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.b.o interp.c
#24 400.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.b.o misc.c
#24 400.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.b.o stacks.c
#24 400.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.b.o fix_code.c
#24 400.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.b.o startup_aux.c
#24 400.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.b.o startup_byt.c
#24 400.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.b.o freelist.c
#24 400.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.b.o major_gc.c
#24 400.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.b.o minor_gc.c
#24 400.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.b.o memory.c
#24 400.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.b.o alloc.c
#24 400.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.b.o roots_byt.c
#24 400.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.b.o globroots.c
#24 401.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.b.o fail_byt.c
#24 401.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.b.o signals.c
#24 401.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.b.o signals_byt.c
#24 401.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.b.o printexc.c
#24 401.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.b.o backtrace_byt.c
#24 401.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.b.o backtrace.c
#24 401.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.b.o compare.c
#24 401.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.b.o ints.c
#24 401.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.b.o eventlog.c
#24 401.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.b.o floats.c
#24 401.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.b.o str.c
#24 401.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.b.o array.c
#24 401.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.b.o io.c
#24 401.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.b.o extern.c
#24 401.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.b.o intern.c
#24 401.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.b.o hash.c
#24 401.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.b.o sys.c
#24 401.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.b.o meta.c
#24 401.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.b.o parsing.c
#24 402.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.b.o gc_ctrl.c
#24 402.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.b.o md5.c
#24 402.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.b.o obj.c
#24 402.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.b.o lexing.c
#24 402.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.b.o callback.c
#24 402.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.b.o debugger.c
#24 402.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.b.o weak.c
#24 402.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.b.o compact.c
#24 402.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.b.o finalise.c
#24 402.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.b.o custom.c
#24 402.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.b.o dynlink.c
#24 402.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.b.o afl.c
#24 402.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.b.o unix.c
#24 402.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.b.o bigarray.c
#24 402.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.b.o main.c
#24 402.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.b.o memprof.c
#24 402.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.b.o domain.c
#24 402.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.b.o skiplist.c
#24 403.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.b.o codefrag.c
#24 403.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o interp.bd.o interp.c
#24 403.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o misc.bd.o misc.c
#24 403.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o stacks.bd.o stacks.c
#24 403.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fix_code.bd.o fix_code.c
#24 403.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_aux.bd.o startup_aux.c
#24 403.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o startup_byt.bd.o startup_byt.c
#24 403.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o freelist.bd.o freelist.c
#24 403.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o major_gc.bd.o major_gc.c
#24 403.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o minor_gc.bd.o minor_gc.c
#24 403.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memory.bd.o memory.c
#24 403.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o alloc.bd.o alloc.c
#24 403.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o roots_byt.bd.o roots_byt.c
#24 403.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o globroots.bd.o globroots.c
#24 404.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o fail_byt.bd.o fail_byt.c
#24 404.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals.bd.o signals.c
#24 404.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o signals_byt.bd.o signals_byt.c
#24 404.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o printexc.bd.o printexc.c
#24 404.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace_byt.bd.o backtrace_byt.c
#24 404.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o backtrace.bd.o backtrace.c
#24 404.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compare.bd.o compare.c
#24 404.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o ints.bd.o ints.c
#24 404.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o eventlog.bd.o eventlog.c
#24 404.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o floats.bd.o floats.c
#24 405.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o str.bd.o str.c
#24 405.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o array.bd.o array.c
#24 405.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o io.bd.o io.c
#24 405.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o extern.bd.o extern.c
#24 405.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o intern.bd.o intern.c
#24 405.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o hash.bd.o hash.c
#24 405.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o sys.bd.o sys.c
#24 405.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o meta.bd.o meta.c
#24 405.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o parsing.bd.o parsing.c
#24 405.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o gc_ctrl.bd.o gc_ctrl.c
#24 406.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o md5.bd.o md5.c
#24 406.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o obj.bd.o obj.c
#24 406.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o lexing.bd.o lexing.c
#24 406.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o callback.bd.o callback.c
#24 406.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o debugger.bd.o debugger.c
#24 406.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o weak.bd.o weak.c
#24 406.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o compact.bd.o compact.c
#24 406.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o finalise.bd.o finalise.c
#24 407.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o custom.bd.o custom.c
#24 407.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o dynlink.bd.o dynlink.c
#24 407.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o afl.bd.o afl.c
#24 407.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o unix.bd.o unix.c
#24 407.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o bigarray.bd.o bigarray.c
#24 407.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o main.bd.o main.c
#24 407.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o memprof.bd.o memprof.c
#24 407.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o domain.bd.o domain.c
#24 407.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o skiplist.bd.o skiplist.c
#24 408.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o codefrag.bd.o codefrag.c
#24 408.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DDEBUG -o instrtrace.bd.o instrtrace.c
#24 408.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o interp.bi.o interp.c
#24 408.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o misc.bi.o misc.c
#24 408.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o stacks.bi.o stacks.c
#24 408.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fix_code.bi.o fix_code.c
#24 408.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_aux.bi.o startup_aux.c
#24 409.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o startup_byt.bi.o startup_byt.c
#24 409.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o freelist.bi.o freelist.c
#24 409.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o major_gc.bi.o major_gc.c
#24 409.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o minor_gc.bi.o minor_gc.c
#24 409.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memory.bi.o memory.c
#24 409.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o alloc.bi.o alloc.c
#24 409.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o roots_byt.bi.o roots_byt.c
#24 410.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o globroots.bi.o globroots.c
#24 ...
#12 [internal] load build context
#12 transferring context: 257.47MB 411.0s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 410.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o fail_byt.bi.o fail_byt.c
#24 410.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals.bi.o signals.c
#24 410.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o signals_byt.bi.o signals_byt.c
#24 411.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o printexc.bi.o printexc.c
#24 411.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace_byt.bi.o backtrace_byt.c
#24 411.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o backtrace.bi.o backtrace.c
#24 412.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compare.bi.o compare.c
#24 412.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o ints.bi.o ints.c
#24 412.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o eventlog.bi.o eventlog.c
#24 413.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o floats.bi.o floats.c
#24 413.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o str.bi.o str.c
#24 413.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o array.bi.o array.c
#24 413.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o io.bi.o io.c
#24 413.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o extern.bi.o extern.c
#24 413.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o intern.bi.o intern.c
#24 413.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o hash.bi.o hash.c
#24 413.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o sys.bi.o sys.c
#24 414.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o meta.bi.o meta.c
#24 414.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o parsing.bi.o parsing.c
#24 414.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o gc_ctrl.bi.o gc_ctrl.c
#24 414.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o md5.bi.o md5.c
#24 414.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o obj.bi.o obj.c
#24 414.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o lexing.bi.o lexing.c
#24 414.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o callback.bi.o callback.c
#24 415.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o debugger.bi.o debugger.c
#24 415.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o weak.bi.o weak.c
#24 415.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o compact.bi.o compact.c
#24 416.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o finalise.bi.o finalise.c
#24 416.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o custom.bi.o custom.c
#24 417.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o dynlink.bi.o dynlink.c
#24 417.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o afl.bi.o afl.c
#24 ...
#12 [internal] load build context
#12 transferring context: 258.75MB 418.5s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 418.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o unix.bi.o unix.c
#24 420.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o bigarray.bi.o bigarray.c
#24 420.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o main.bi.o main.c
#24 420.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o memprof.bi.o memprof.c
#24 420.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o domain.bi.o domain.c
#24 420.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o skiplist.bi.o skiplist.c
#24 421.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -DCAML_INSTR -o codefrag.bi.o codefrag.c
#24 421.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o interp.bpic.o interp.c
#24 421.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o misc.bpic.o misc.c
#24 421.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o stacks.bpic.o stacks.c
#24 421.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fix_code.bpic.o fix_code.c
#24 421.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_aux.bpic.o startup_aux.c
#24 422.2 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o startup_byt.bpic.o startup_byt.c
#24 422.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o freelist.bpic.o freelist.c
#24 422.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o major_gc.bpic.o major_gc.c
#24 423.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o minor_gc.bpic.o minor_gc.c
#24 423.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memory.bpic.o memory.c
#24 423.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o alloc.bpic.o alloc.c
#24 423.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o roots_byt.bpic.o roots_byt.c
#24 423.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o globroots.bpic.o globroots.c
#24 423.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o fail_byt.bpic.o fail_byt.c
#24 424.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals.bpic.o signals.c
#24 424.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o signals_byt.bpic.o signals_byt.c
#24 424.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o printexc.bpic.o printexc.c
#24 425.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace_byt.bpic.o backtrace_byt.c
#24 425.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o backtrace.bpic.o backtrace.c
#24 425.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compare.bpic.o compare.c
#24 425.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o ints.bpic.o ints.c
#24 ...
#12 [internal] load build context
#12 transferring context: 259.85MB 426.5s
#12 transferring context: 260.60MB 431.5s
#12 transferring context: 261.45MB 436.5s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 425.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o eventlog.bpic.o eventlog.c
#24 426.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o floats.bpic.o floats.c
#24 426.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o str.bpic.o str.c
#24 427.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o array.bpic.o array.c
#24 427.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o io.bpic.o io.c
#24 428.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o extern.bpic.o extern.c
#24 428.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o intern.bpic.o intern.c
#24 428.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o hash.bpic.o hash.c
#24 429.0 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o sys.bpic.o sys.c
#24 429.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o meta.bpic.o meta.c
#24 429.7 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o parsing.bpic.o parsing.c
#24 430.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o gc_ctrl.bpic.o gc_ctrl.c
#24 430.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o md5.bpic.o md5.c
#24 430.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o obj.bpic.o obj.c
#24 431.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o lexing.bpic.o lexing.c
#24 431.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o callback.bpic.o callback.c
#24 431.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o debugger.bpic.o debugger.c
#24 432.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o weak.bpic.o weak.c
#24 432.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o compact.bpic.o compact.c
#24 432.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o finalise.bpic.o finalise.c
#24 433.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o custom.bpic.o custom.c
#24 434.1 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o dynlink.bpic.o dynlink.c
#24 434.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o afl.bpic.o afl.c
#24 434.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o unix.bpic.o unix.c
#24 434.8 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o bigarray.bpic.o bigarray.c
#24 435.3 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o main.bpic.o main.c
#24 435.4 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o memprof.bpic.o memprof.c
#24 435.5 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o domain.bpic.o domain.c
#24 435.6 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o skiplist.bpic.o skiplist.c
#24 435.9 gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g -fPIC -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE -DCAMLDLLIMPORT= -o codefrag.bpic.o codefrag.c
#24 ...
#12 [internal] load build context
#12 transferring context: 262.22MB 441.6s
#12 transferring context: 263.23MB 446.6s
#12 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 436.5 export LC_ALL=C; \
#24 436.5 (echo '#include "caml/config.h"'; \
#24 436.5 echo 'typedef intnat value;'; \
#24 436.5 echo 'typedef value (*c_primitive)(void);'; \
#24 436.5 echo; \
#24 436.5 sed -e 's/.*/extern value &(void);/' primitives; \
#24 436.5 echo; \
#24 436.5 echo 'c_primitive caml_builtin_cprim[] = {'; \
#24 436.5 sed -e 's/.*/ &,/' primitives; \
#24 436.5 echo ' 0 };'; \
#24 436.5 echo; \
#24 436.5 echo 'char * caml_names_of_builtin_cprim[] = {'; \
#24 436.5 sed -e 's/.*/ "&",/' primitives; \
#24 436.5 echo ' 0 };') > prims.c
#24 438.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= \
#24 438.9 -o prims.o prims.c
#24 ...
#12 [internal] load build context
#12 transferring context: 264.04MB 451.6s
#12 transferring context: 265.00MB 456.7s
#12 transferring context: 265.89MB 461.8s
#12 transferring context: 267.04MB 466.8s
#12 transferring context: 267.93MB 471.9s
#12 transferring context: 268.87MB 477.0s
#12 transferring context: 269.76MB 482.1s
#12 transferring context: 270.12MB 487.2s
#12 transferring context: 271.26MB 492.2s
#12 transferring context: 272.02MB 497.3s
#12 transferring context: 273.22MB 536.7s
#12 transferring context: 273.22MB 536.7s done
#12 DONE 548.1s
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 ...
#25 [stage-1 35/40] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#25 ERROR: invalid user index: -1
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 CANCELED
------
> [stage-1 35/40] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]:
------
Dockerfile:76
--------------------
74 | RUN git config --global user.email "docker@example.com"
75 | RUN git config --global user.name "Docker"
76 | >>> COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
77 | RUN opam-sandbox-disable
78 | RUN opam init -k git -a /home/opam/opam-repository --bare
--------------------
ERROR: failed to build: failed to solve: invalid user index: -1
docker-build failed with exit-code 1
2026-06-06 07:47.34: Job failed: Failed: Build failed