Build:
  1. 0
2024-10-19 20:28.19: New job: Build Dockerfile.worker using linux-ppc64 in
                                [https://github.com/ocurrent/ocluster.git#refs/pull/253/head (065e210ac527e5907d066dd3e87a7b4c820ab0a9)]
2024-10-19 20:28.19: Using cache hint "https://github.com/ocurrent/ocluster.git-Dockerfile.worker"
2024-10-19 20:28.19: Waiting for resource in pool OCluster
2024-10-19 20:28.19: Waiting for worker…
2024-10-19 20:28.19: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
Submodule path 'obuilder': checked out 'af4139005a6d2a5ae76cd0fbeb062e79f33f6e59'
HEAD is now at 5dcd36b Updated to include QEMU backend
Synchronizing submodule url for 'obuilder'
Cleared directory 'obuilder'
Submodule 'obuilder' (https://github.com/ocurrent/obuilder.git) unregistered for path 'obuilder'
HEAD is now at 065e210 Updated to include QEMU backend
warning: Could not unset core.worktree setting in submodule 'obuilder'
Cleared directory 'obuilder'
Submodule 'obuilder' (https://github.com/ocurrent/obuilder.git) registered for path 'obuilder'
From https://github.com/ocurrent/obuilder
 * branch            e854a34cbbe7859acd3d52668fb9a6e297176fdb -> FETCH_HEAD
Submodule path 'obuilder': checked out 'e854a34cbbe7859acd3d52668fb9a6e297176fdb'
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile.worker
#1 transferring dockerfile: 1.23kB 0.0s done
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:41ce765f59ecde9d8525ec58e0da7cd1317f3798d2c4951186aeef2ce804fad5
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/ubuntu:jammy-20221130
#3 DONE 0.7s

#4 [internal] load .dockerignore
#4 transferring context: 159B done
#4 DONE 0.0s

#5 [build  1/12] FROM docker.io/ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:41ce765f59ecde9d8525ec58e0da7cd1317f3798d2c4951186aeef2ce804fad5
#5 DONE 0.0s

#6 [stage-1 1/4] FROM docker.io/library/ubuntu:jammy-20221130@sha256:27cb6e6ccef575a4698b66f5de06c7ecd61589132d5a91d098f7f3f9285415a9
#6 DONE 0.0s

#7 [internal] load build context
#7 transferring context: 836.83kB 0.0s done
#7 DONE 0.1s

#8 [build  4/12] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 47a1176c71e6b07f26b724409a88340f8bac3a42 && opam update
#8 CACHED

#9 [build  2/12] RUN sudo apt-get update && sudo apt-get install libev-dev capnproto libcapnp-dev m4 pkg-config libsqlite3-dev libgmp-dev -y --no-install-recommends
#9 CACHED

#10 [build  3/12] RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
#10 CACHED

#11 [build  5/12] COPY --chown=opam ocluster-api.opam ocluster-worker.opam ocluster.opam /src/
#11 CACHED

#12 [build  6/12] COPY --chown=opam obuilder/obuilder.opam obuilder/obuilder-spec.opam /src/obuilder/
#12 CACHED

#13 [build  7/12] RUN opam pin -yn /src/obuilder/
#13 CACHED

#14 [build  8/12] WORKDIR /src
#14 CACHED

#15 [build  9/12] RUN opam install -y --deps-only .
#15 2.067 [NOTE] It seems you have not updated your repositories for a while. Consider updating them with:
#15 2.067        opam update
#15 2.067 
#15 9.114 [ERROR] Package conflict!
#15 9.118 No solution found, exiting
#15 9.119   * Missing dependency:
#15 9.119     - dune >= 3.16
#15 9.119     no matching version
#15 9.119 
#15 ERROR: process "/bin/sh -c opam install -y --deps-only ." did not complete successfully: exit code: 20
------
 > [build  9/12] RUN opam install -y --deps-only .:
2.067 [NOTE] It seems you have not updated your repositories for a while. Consider updating them with:
2.067        opam update
2.067 
9.114 [ERROR] Package conflict!
9.118 No solution found, exiting
9.119   * Missing dependency:
9.119     - dune >= 3.16
9.119     no matching version
9.119 
------
Dockerfile.worker:9
--------------------
   7 |     RUN opam pin -yn /src/obuilder/
   8 |     WORKDIR /src
   9 | >>> RUN opam install -y --deps-only .
  10 |     ADD --chown=opam . .
  11 |     RUN opam exec -- dune subst
--------------------
ERROR: failed to solve: process "/bin/sh -c opam install -y --deps-only ." did not complete successfully: exit code: 20
docker-build failed with exit-code 1
2024-10-19 20:28.37: Job failed: Failed: Build failed