2026-03-26 15:50.48: New job: Build Dockerfile using linux-x86_64 in
[https://github.com/ocaml-dune/binary-distribution.git#refs/pull/229/head (b8430438db49a0cd2f515118e358ca21463fb6a1)]
2026-03-26 15:50.48: Using cache hint "https://github.com/ocaml-dune/binary-distribution.git-Dockerfile"
2026-03-26 15:50.48: Waiting for resource in pool OCluster
2026-03-26 15:50.48: Waiting for worker…
2026-03-26 15:51.19: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
HEAD is now at 590aaf0 Nightly build 2026-03-26
HEAD is now at b843043 Update the location of the attestation files
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 809B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/alpine:3.23
#2 DONE 0.7s
#3 [internal] load .dockerignore
#3 transferring context: 135B done
#3 DONE 0.0s
#4 [build 1/7] FROM docker.io/library/alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 539.85kB 0.1s done
#5 DONE 0.1s
#6 [build 2/7] RUN apk update && apk add curl git musl-dev linux-headers make dune gcc
#6 CACHED
#7 [build 3/7] WORKDIR /home/sandworm
#7 CACHED
#8 [build 4/7] COPY . .
#8 DONE 0.1s
#9 [build 5/7] RUN sed -i /dependency_hash/d dune.lock/lock.dune
#9 DONE 0.4s
#10 [build 6/7] RUN apk add $(dune show depexts 2>&1)
#10 3.580 (1/6) Installing libgmpxx (6.3.0-r4)
#10 3.587 (2/6) Installing pkgconf (2.5.1-r0)
#10 3.599 (3/6) Installing gmp-dev (6.3.0-r4)
#10 3.613 (4/6) Installing libev (4.33-r1)
#10 3.620 (5/6) Installing libev-dev (4.33-r1)
#10 3.629 (6/6) Installing openssl-dev (3.5.5-r0)
#10 3.679 Executing busybox-1.37.0-r30.trigger
#10 3.705 OK: 232.7 MiB in 51 packages
#10 DONE 3.9s
#11 [build 7/7] RUN dune build --release
#11 626.1 File "dune.lock/menhirSdk.20260209.pkg", line 14, characters 12-48:
#11 626.1 14 | (checksum md5=e993231085db95ab011ffe0cd606d9dd)))
#11 626.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#11 626.1 Error: Invalid checksum, got
#11 626.1 md5=d3b012a08acbf069b261748126d0f89d
#11 ERROR: process "/bin/sh -c dune build --release" did not complete successfully: exit code: 1
------
> [build 7/7] RUN dune build --release:
626.1 File "dune.lock/menhirSdk.20260209.pkg", line 14, characters 12-48:
626.1 14 | (checksum md5=e993231085db95ab011ffe0cd606d9dd)))
626.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
626.1 Error: Invalid checksum, got
626.1 md5=d3b012a08acbf069b261748126d0f89d
------
Dockerfile:11
--------------------
9 | RUN sed -i /dependency_hash/d dune.lock/lock.dune
10 | RUN apk add $(dune show depexts 2>&1)
11 | >>> RUN dune build --release
12 |
13 | FROM alpine:3.23 AS run
--------------------
ERROR: failed to solve: process "/bin/sh -c dune build --release" did not complete successfully: exit code: 1
docker-build failed with exit-code 1
2026-03-26 16:03.28: Job failed: Failed: Build failed