Organisationsocurrentobuilder22bae1 (master)debian-13-5.4_ppc64_opam-2.5

debian-13-5.4_ppc64_opam-2.5

Logs

Show full logs
2026-06-23 15:44.40: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (22bae19e92c5762fcf77dcc2fb71a5c63f0f2886) (linux-ppc64:debian-13-5.4_ppc64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard 22bae19e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61
# debian-13-5.4_ppc64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./
RUN opam pin add -yn obuilder.dev './' && \
    opam pin add -yn obuilder-spec.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-06-23 15:44.40: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61-debian-13-5.4_ppc64_opam-2.5-802c13ad21eb66fc934056bd74d571c6"
2026-06-23 15:44.40: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61)
 (comment debian-13-5.4_ppc64_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update -u"))
 (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn obuilder.dev './' && \
             \nopam pin add -yn obuilder-spec.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2026-06-23 15:44.40: Waiting for resource in pool OCluster
2026-06-23 16:01.04: Waiting for worker…
2026-06-23 16:18.44: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at 22bae19 Merge pull request #207 from avsm/macos-secrets

(from ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61' locally
docker.io/ocaml/opam@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61: Pulling from ocaml/opam
95ea8643a631: Pulling fs layer
d6e56837b293: Pulling fs layer
b2ece8a1dadc: Pulling fs layer
1d24e961f710: Pulling fs layer
1fd9b2bfc5cc: Pulling fs layer
6da649ddb8a1: Pulling fs layer
c31cd3a1e74c: Pulling fs layer
df8227e18289: Pulling fs layer
189fbdd10198: Pulling fs layer
d5b2ee71d033: Pulling fs layer
1d24e961f710: Waiting
03eb14673d59: Pulling fs layer
a9a3e089e8c7: Pulling fs layer
1412f48dd3f3: Pulling fs layer
36d753f5cbbe: Pulling fs layer
5a09da0346c0: Pulling fs layer
91b65fbd25b2: Pulling fs layer
465749eebdf9: Pulling fs layer
f891131a55ad: Pulling fs layer
3a1067fa2fc1: Pulling fs layer
cec1fb886c4e: Pulling fs layer
e5e72c83820e: Pulling fs layer
4f4fb700ef54: Pulling fs layer
80d472bc7c2a: Pulling fs layer
1fd9b2bfc5cc: Waiting
aeb22498d5c5: Pulling fs layer
d3ca0b628ca0: Pulling fs layer
f47dec8026b3: Pulling fs layer
6da649ddb8a1: Waiting
3db4259d1d47: Pulling fs layer
397eed093924: Pulling fs layer
972e3efd3adc: Pulling fs layer
c31cd3a1e74c: Waiting
6194bd1d4ddc: Pulling fs layer
8e61fc6a0aef: Pulling fs layer
5f7d4a87c72d: Pulling fs layer
6fdb01f41b7b: Pulling fs layer
df8227e18289: Waiting
4c1f69f597b8: Pulling fs layer
8ff7fb30e2ac: Pulling fs layer
189fbdd10198: Waiting
a4f47006f3ff: Pulling fs layer
8fb6165fdb97: Pulling fs layer
d5b2ee71d033: Waiting
6f10258d0cfd: Pulling fs layer
1412f48dd3f3: Waiting
22ff701d5d6e: Pulling fs layer
03eb14673d59: Waiting
bcafa7af053c: Pulling fs layer
36d753f5cbbe: Waiting
037351b51421: Pulling fs layer
55fd010af7ff: Pulling fs layer
a9a3e089e8c7: Waiting
5a09da0346c0: Waiting
08035e0693d4: Pulling fs layer
8362cc0407f0: Pulling fs layer
d3ca0b628ca0: Waiting
3249d460c1f3: Pulling fs layer
91b65fbd25b2: Waiting
56533be0c5c8: Pulling fs layer
e5e72c83820e: Waiting
38a4fbd3349e: Pulling fs layer
f47dec8026b3: Waiting
465749eebdf9: Waiting
4f4fb700ef54: Waiting
6fdb01f41b7b: Waiting
3db4259d1d47: Waiting
f891131a55ad: Waiting
4c1f69f597b8: Waiting
80d472bc7c2a: Waiting
8ff7fb30e2ac: Waiting
3a1067fa2fc1: Waiting
397eed093924: Waiting
a4f47006f3ff: Waiting
aeb22498d5c5: Waiting
cec1fb886c4e: Waiting
972e3efd3adc: Waiting
8fb6165fdb97: Waiting
6194bd1d4ddc: Waiting
8362cc0407f0: Waiting
6f10258d0cfd: Waiting
3249d460c1f3: Waiting
8e61fc6a0aef: Waiting
037351b51421: Waiting
22ff701d5d6e: Waiting
56533be0c5c8: Waiting
38a4fbd3349e: Waiting
5f7d4a87c72d: Waiting
55fd010af7ff: Waiting
bcafa7af053c: Waiting
08035e0693d4: Waiting
d6e56837b293: Download complete
b2ece8a1dadc: Download complete
1d24e961f710: Verifying Checksum
c31cd3a1e74c: Verifying Checksum
c31cd3a1e74c: Download complete
95ea8643a631: Verifying Checksum
95ea8643a631: Download complete
df8227e18289: Verifying Checksum
df8227e18289: Download complete
189fbdd10198: Verifying Checksum
189fbdd10198: Download complete
d5b2ee71d033: Verifying Checksum
d5b2ee71d033: Download complete
95ea8643a631: Pull complete
d6e56837b293: Pull complete
b2ece8a1dadc: Pull complete
1d24e961f710: Pull complete
1fd9b2bfc5cc: Pull complete
03eb14673d59: Verifying Checksum
03eb14673d59: Download complete
a9a3e089e8c7: Verifying Checksum
a9a3e089e8c7: Download complete
36d753f5cbbe: Download complete
1412f48dd3f3: Verifying Checksum
1412f48dd3f3: Download complete
5a09da0346c0: Verifying Checksum
91b65fbd25b2: Verifying Checksum
91b65fbd25b2: Download complete
465749eebdf9: Verifying Checksum
465749eebdf9: Download complete
f891131a55ad: Download complete
3a1067fa2fc1: Download complete
cec1fb886c4e: Download complete
4f4fb700ef54: Verifying Checksum
e5e72c83820e: Download complete
aeb22498d5c5: Download complete
80d472bc7c2a: Download complete
d3ca0b628ca0: Verifying Checksum
d3ca0b628ca0: Download complete
f47dec8026b3: Download complete
3db4259d1d47: Download complete
397eed093924: Verifying Checksum
397eed093924: Download complete
972e3efd3adc: Verifying Checksum
972e3efd3adc: Download complete
6194bd1d4ddc: Download complete
8e61fc6a0aef: Download complete
5f7d4a87c72d: Verifying Checksum
5f7d4a87c72d: Download complete
6fdb01f41b7b: Download complete
4c1f69f597b8: Download complete
a4f47006f3ff: Verifying Checksum
a4f47006f3ff: Download complete
6da649ddb8a1: Verifying Checksum
6da649ddb8a1: Download complete
6f10258d0cfd: Verifying Checksum
6f10258d0cfd: Download complete
22ff701d5d6e: Download complete
bcafa7af053c: Download complete
037351b51421: Verifying Checksum
037351b51421: Download complete
55fd010af7ff: Download complete
08035e0693d4: Verifying Checksum
08035e0693d4: Download complete
6da649ddb8a1: Pull complete
c31cd3a1e74c: Pull complete
df8227e18289: Pull complete
189fbdd10198: Pull complete
d5b2ee71d033: Pull complete
03eb14673d59: Pull complete
a9a3e089e8c7: Pull complete
1412f48dd3f3: Pull complete
36d753f5cbbe: Pull complete
5a09da0346c0: Pull complete
91b65fbd25b2: Pull complete
465749eebdf9: Pull complete
f891131a55ad: Pull complete
3a1067fa2fc1: Pull complete
cec1fb886c4e: Pull complete
e5e72c83820e: Pull complete
4f4fb700ef54: Pull complete
80d472bc7c2a: Pull complete
aeb22498d5c5: Pull complete
d3ca0b628ca0: Pull complete
f47dec8026b3: Pull complete
3db4259d1d47: Pull complete
397eed093924: Pull complete
972e3efd3adc: Pull complete
6194bd1d4ddc: Pull complete
8e61fc6a0aef: Pull complete
5f7d4a87c72d: Pull complete
6fdb01f41b7b: Pull complete
4c1f69f597b8: Pull complete
8fb6165fdb97: Verifying Checksum
8fb6165fdb97: Download complete
3249d460c1f3: Verifying Checksum
3249d460c1f3: Download complete
8362cc0407f0: Verifying Checksum
8362cc0407f0: Download complete
8ff7fb30e2ac: Download complete
38a4fbd3349e: Verifying Checksum
38a4fbd3349e: Download complete
56533be0c5c8: Verifying Checksum
56533be0c5c8: Download complete
8ff7fb30e2ac: Pull complete
a4f47006f3ff: Pull complete
8fb6165fdb97: Pull complete
6f10258d0cfd: Pull complete
22ff701d5d6e: Pull complete
bcafa7af053c: Pull complete
037351b51421: Pull complete
55fd010af7ff: Pull complete
08035e0693d4: Pull complete
8362cc0407f0: Pull complete
3249d460c1f3: Pull complete
56533be0c5c8: Pull complete
38a4fbd3349e: Pull complete
Digest: sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61
Status: Downloaded newer image for ocaml/opam@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61
2026-06-23 16:18.45 ---> using "091802f641e43489888e795f557a1cae54c49b7ec9e137997252e3e6eba01965" from cache

/: (comment debian-13-5.4_ppc64_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-23 16:18.45 ---> using "0ee279940b26dd10f348f43f792f93feb82f2fb33f7e66c55bc5a62156e66b97" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fc08333d1b..3cee9a5d95  master     -> origin/master
3cee9a5d95 conf-pkg-config (#30082)
2026-06-23 16:18.45 ---> using "8a04bf9b5d51d01da833136ad73055eb6572cd61cfd07baedd875b043704c398" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-23 16:18.45 ---> using "822c375fdf2231029426cf01c5ae57787cbd199b492b3811d4cca03f6ebb7e40" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-06-23 16:18.45 ---> using "134e081e97e44f3f590f9b25c0d92949c50de2d21b2d5121e622c54d5e7a178b" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-23 16:18.45 ---> using "6feec7d8ca3d6166efeca934f4ca0ba217e4182ef48b5e77df5cff45951623ca" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.1
  - ocaml-compiler.5.5.0
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-06-23 16:18.45 ---> using "d2c4b93d2e8b53a0f7ad1f247fe872f3cdcef73fd45796119efd98a9d3bebc4c" from cache

/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2026-06-23 16:18.45 ---> using "18e0e2c405355fac4dae3bc385ab3f6677aeff644ea57277a899b73683b1321f" from cache

/src: (run (network host)
           (shell  "opam pin add -yn obuilder.dev './' && \
                  \nopam pin add -yn obuilder-spec.dev './'"))
[obuilder.dev] synchronised (file:///src)
obuilder is now pinned to file:///src (version dev)
[obuilder-spec.dev] synchronised (file:///src)
obuilder-spec is now pinned to file:///src (version dev)
2026-06-23 16:18.45 ---> using "b16e3e38f03b25e244bcde8211497f9d42b79e7720312be589dc72c0482e1604" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-23 16:18.45 ---> using "2558fdcd55fd1d2096c5bfff4bd6c03cfd3e3ae22441e0d7e054a0f426b7e695" from cache

/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main ppc64el Packages [9509 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [215 kB]
- Fetched 9954 kB in 4s (2774 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder.dev] synchronised (file:///src)
[obuilder-spec.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    libsqlite3-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"
- Selecting previously unselected package libpkgconf3:ppc64el.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20629 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...
- Selecting previously unselected package libsqlite3-dev:ppc64el.
- Preparing to unpack .../libsqlite3-dev_3.46.1-7+deb13u1_ppc64el.deb ...
- Unpacking libsqlite3-dev:ppc64el (3.46.1-7+deb13u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../pkgconf_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../pkg-config_1.8.1-4_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-4) ...
- Setting up libpkgconf3:ppc64el (1.8.1-4) ...
- Setting up libsqlite3-dev:ppc64el (3.46.1-7+deb13u1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:ppc64el (1.8.1-4) ...
- Setting up pkg-config:ppc64el (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
# To update the current shell environment, run: eval $(opam env)
2026-06-23 16:18.45 ---> using "6d83aee7a99466d3c28b1eb374888c34985cf004c50d47f6999aacad87f3043e" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 53 packages
  - install alcotest                1.9.1
  - install alcotest-lwt            1.9.1
  - install astring                 0.8.5
  - install base                    v0.17.3
  - install base-bytes              base
  - install camlp-streams           5.0.1
  - install checkseum               0.5.3
  - install cmdliner                2.1.1
  - install conf-pkg-config         5
  - install conf-sqlite3            1
  - install cppo                    1.8.0
  - install crunch                  4.0.0
  - install csexp                   1.5.2
  - install cstruct                 6.2.0
  - install cstruct-lwt             6.2.0
  - install decompress              1.5.3
  - install dune                    3.23.1
  - install dune-compiledb          0.6.0
  - install dune-configurator       3.23.1
  - install extunix                 0.4.4
  - install ezjsonm                 1.3.0
  - install fmt                     0.11.0
  - install fpath                   0.7.3
  - install hex                     1.5.0
  - install jsonm                   1.0.2
  - install logs                    0.10.0
  - install lwt                     6.1.2
  - install num                     1.6
  - install ocaml-compiler-libs     v0.17.0
  - install ocaml-syntax-shims      1.0.0
  - install ocaml_intrinsics_kernel v0.17.2
  - install ocamlbuild              0.16.1
  - install ocamlfind               1.9.8
  - install ocplib-endian           1.2
  - install optint                  0.3.0
  - install parsexp                 v0.17.0
  - install ppx_derivers            1.2.1
  - install ppx_deriving            6.1.1
  - install ppx_sexp_conv           v0.17.1
  - install ppxlib                  0.38.0
  - install ppxlib_jane             v0.17.4
  - install ptime                   1.2.0
  - install re                      1.14.0
  - install sexplib                 v0.17.0
  - install sexplib0                v0.17.0
  - install sha                     1.15.4
  - install sqlite3                 5.4.1
  - install stdlib-shims            0.3.0
  - install tar                     2.6.0
  - install tar-unix                2.6.0
  - install topkg                   1.1.1
  - install uutf                    1.0.4
  - install yojson                  3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved conf-pkg-config.5  (cached)
-> retrieved checkseum.0.5.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> installed conf-pkg-config.5
-> retrieved dune-compiledb.0.6.0  (cached)
-> installed conf-sqlite3.1
-> retrieved extunix.0.4.4  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved lwt.6.1.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved sqlite3.5.4.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tar.2.6.0, tar-unix.2.6.0  (cached)
-> installed cmdliner.2.1.1
-> installed num.1.6
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.23.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed optint.0.3.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.23.1
-> installed alcotest.1.9.1
-> installed sha.1.15.4
-> installed parsexp.v0.17.0
-> installed checkseum.0.5.3
-> installed sexplib.v0.17.0
-> installed dune-compiledb.0.6.0
-> installed decompress.1.5.3
-> installed lwt.6.1.2
-> installed tar.2.6.0
-> installed cstruct-lwt.6.2.0
-> installed tar-unix.2.6.0
-> installed sqlite3.5.4.1
-> installed logs.0.10.0
-> installed alcotest-lwt.1.9.1
-> installed base.v0.17.3
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving.6.1.1
-> installed ppx_sexp_conv.v0.17.1
-> installed extunix.0.4.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-23 16:20.07 ---> saved as "e73bba4e40dad133f90631f1ddc842bb919918b2bf87b34cf04b51c323b370ef"

/src: (copy (src .) (dst /src))
2026-06-23 16:20.07 ---> saved as "774ec9ec8f922d8f3834fd618a000f8995ad1a99dcadbfc32d83bd7849531e09"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && /home/opam/.opam/5.4/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml)
Generating Static_files.ml
Skipping generation of .mli
(cd _build/default/test && ./test.exe)
Testing `OBuilder'.
This run has ID `SERE7440'.

  [OK]          spec                  0   Sexp.
  [OK]          spec                  1   Cache ID.
  [OK]          spec                  2   Docker Windows.
  [OK]          spec                  3   Docker UNIX.
  [OK]          tar_transfer          0   Long filename.
  [OK]          tar_transfer          1   Normalize path.
  [OK]          manifest              0   Copy using manifest.bash.
  [OK]          manifest              1   Copy using Manifest.
  [OK]          process               0   Execute a process.
  [OK]          process               1   Read stdout of a process.
  [OK]          build                 0   Simple.
  [OK]          build                 1   Prune.
  [OK]          build                 2   Concurrent.
  [OK]          build                 3   Concurrent failure.
  [OK]          build                 4   Concurrent failure 2.
  [OK]          build                 5   Cancel.
  [OK]          build                 6   Cancel 2.
  [OK]          build                 7   Cancel 3.
  [OK]          build                 8   Cancel 4.
  [OK]          build                 9   Cancel 5.
  [OK]          build                10   Delete.
  [OK]          secrets               0   Simple.
  [OK]          secrets               1   No secret provided.

Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.
Test Successful in 0.404s. 23 tests run.
2026-06-23 16:20.14 ---> saved as "e9b11d6f9261af5bf0750f1f705899631c2ac3038717b6fc70ee6be2c7da9124"
Job succeeded
2026-06-23 16:20.14: Job succeeded