Build:
- 0
2026-03-30 16:25.32: New job: Build Dockerfile using linux-x86_64 in
[https://github.com/mirage/mirage-www.git#refs/pull/562/head (4766451b494ef7b367b598426fda28c234adeff7)]
2026-03-30 16:25.32: Will push staging image to ocurrentbuilder/staging:live-mirage-xen
2026-03-30 16:25.32: Using cache hint "mirage-www-xen"
2026-03-30 16:25.32: Waiting for confirm-threshold > above-average
2026-03-30 16:26.44: Confirm-threshold now > above-average
2026-03-30 16:26.44: Connecting to build cluster…
2026-03-30 16:26.44: Waiting for resource in pool OCluster
2026-03-30 16:26.44: Waiting for worker…
2026-03-30 16:26.44: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 4766451 todos
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 246B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/ocaml/opam:alpine
#2 DONE 0.5s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/6] FROM docker.io/ocaml/opam:alpine@sha256:70f188fd8957f83f744635289f9f26489a1b7e9137b01b6b6edfa9dd574e16c4
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 8.28MB 0.2s done
#5 DONE 0.2s
#6 [2/6] RUN sudo apk add --update sudo
#6 CACHED
#7 [3/6] COPY . /home/opam/src
#7 CACHED
#8 [4/6] RUN sudo chown -R opam /home/opam/src
#8 CACHED
#9 [5/6] WORKDIR /home/opam/src
#9 CACHED
#10 [6/6] RUN ./container-run.sh
#10 0.371 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=alpine, os-family=alpine
#10 4.256 [ERROR] No solution for mirage: The following dependencies couldn't be met:
#10 4.256 - mirage -> mirage-types < 3.0.0 -> ocaml < 5.0
#10 4.256 base of this switch (use `--unlock-base' to force)
#10 4.256
#10 4.256
#10 4.278 Command failed: opam list --readonly --external '--resolve=mirage' --color=never returned 20
#10 4.279 ./container-run.sh: line 13: mirage: not found
#10 4.287 make: *** No targets specified and no makefile found. Stop.
#10 ERROR: process "/bin/sh -c ./container-run.sh" did not complete successfully: exit code: 2
------
> [6/6] RUN ./container-run.sh:
0.371 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=alpine, os-family=alpine
4.256 [ERROR] No solution for mirage: The following dependencies couldn't be met:
4.256 - mirage -> mirage-types < 3.0.0 -> ocaml < 5.0
4.256 base of this switch (use `--unlock-base' to force)
4.256
4.256
4.278 Command failed: opam list --readonly --external '--resolve=mirage' --color=never returned 20
4.279 ./container-run.sh: line 13: mirage: not found
4.287 make: *** No targets specified and no makefile found. Stop.
------
Dockerfile:7
--------------------
5 | WORKDIR /home/opam/src
6 | EXPOSE 8080
7 | >>> RUN ./container-run.sh
8 | CMD ["/home/opam/src/src/mir-www"]
9 |
--------------------
ERROR: failed to solve: process "/bin/sh -c ./container-run.sh" did not complete successfully: exit code: 2
docker-build failed with exit-code 1
2026-03-30 16:26.51: Job failed: Failed: Build failed