Organisationsocurrentobuilder1641c9 ()ubuntu-25.10-4.14_opam-2.5

ubuntu-25.10-4.14_opam-2.5

Logs

Show full logs
2026-05-22 09:48.17: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/207/head (1641c9b7033a964af319fcfa45571d7c57172721) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/207/head" && git reset --hard 1641c9b7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
# ubuntu-25.10-4.14_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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 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.3 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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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-05-22 09:48.17: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121-ubuntu-25.10-4.14_opam-2.5-d60ced130beb64a662797cca33d5c52b"
2026-05-22 09:48.17: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)
 (comment ubuntu-25.10-4.14_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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 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.3 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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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-05-22 09:48.17: Waiting for resource in pool OCluster
2026-05-22 13:21.33: Waiting for worker…
2026-05-22 13:21.33: Got resource from pool OCluster
Building on doris.caelum.ci.dev
HEAD is now at 131b856 Rewrite to use latest EIO
HEAD is now at 1641c9b Merge pull request #1 from mtelvers/pr207

(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121' locally
docker.io/ocaml/opam@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121: Pulling from ocaml/opam
16c195d4c5e9: Pulling fs layer
5d5ae59f12bf: Pulling fs layer
2a1bdaff57b1: Pulling fs layer
4f0da68efc03: Pulling fs layer
ddae77db6783: Pulling fs layer
fdb5e27abf0f: Pulling fs layer
93a3171e4fee: Pulling fs layer
4f0da68efc03: Waiting
dbf7af4bbc5e: Pulling fs layer
ddae77db6783: Waiting
5f7df1a633be: Pulling fs layer
93a3171e4fee: Waiting
fdb5e27abf0f: Waiting
dbf7af4bbc5e: Waiting
91c5054ad467: Pulling fs layer
5f7df1a633be: Waiting
f85e33539fc1: Pulling fs layer
91c5054ad467: Waiting
60715424f1f3: Pulling fs layer
3d928beeeddb: Pulling fs layer
f85e33539fc1: Waiting
60715424f1f3: Waiting
ad721eb63d8e: Pulling fs layer
6423a1c6a219: Pulling fs layer
3d928beeeddb: Waiting
5b5461462268: Pulling fs layer
d0115271718d: Pulling fs layer
6423a1c6a219: Waiting
5b5461462268: Waiting
ad721eb63d8e: Waiting
9fd788776761: Pulling fs layer
ee0541408fb9: Pulling fs layer
3710803c65d7: Pulling fs layer
ee0541408fb9: Waiting
ce2c52193d43: Pulling fs layer
3710803c65d7: Waiting
4f4fb700ef54: Pulling fs layer
ce2c52193d43: Waiting
a2f980d0b98b: Pulling fs layer
4f4fb700ef54: Waiting
410070a2f222: Pulling fs layer
d3816a848673: Pulling fs layer
7c855ca71d74: Pulling fs layer
1528501eaf16: Pulling fs layer
23228c2200ea: Pulling fs layer
54f128346b20: Pulling fs layer
76cf7939a21f: Pulling fs layer
ebfcf91f683f: Pulling fs layer
a2f980d0b98b: Waiting
aba3e293a4a1: Pulling fs layer
5f6c0c42c902: Pulling fs layer
410070a2f222: Waiting
266bc6609d9e: Pulling fs layer
1528501eaf16: Waiting
d3816a848673: Waiting
76cf7939a21f: Waiting
23228c2200ea: Waiting
7c855ca71d74: Waiting
9ba70185e826: Pulling fs layer
ebfcf91f683f: Waiting
54f128346b20: Waiting
892f7eadbfc9: Pulling fs layer
aba3e293a4a1: Waiting
5f6c0c42c902: Waiting
81c302137335: Pulling fs layer
9ba70185e826: Waiting
a255dc714083: Pulling fs layer
892f7eadbfc9: Waiting
81c302137335: Waiting
266bc6609d9e: Waiting
a255dc714083: Waiting
da091890895b: Pulling fs layer
da091890895b: Waiting
40fc735d2330: Pulling fs layer
e17b0673218b: Pulling fs layer
228a2a4b38bc: Pulling fs layer
40fc735d2330: Waiting
e17b0673218b: Waiting
832881162d49: Pulling fs layer
228a2a4b38bc: Waiting
295fec493822: Pulling fs layer
832881162d49: Waiting
295fec493822: Waiting
2a1bdaff57b1: Download complete
5d5ae59f12bf: Verifying Checksum
5d5ae59f12bf: Download complete
ddae77db6783: Verifying Checksum
ddae77db6783: Download complete
16c195d4c5e9: Verifying Checksum
16c195d4c5e9: Download complete
93a3171e4fee: Verifying Checksum
93a3171e4fee: Download complete
4f0da68efc03: Verifying Checksum
4f0da68efc03: Download complete
5f7df1a633be: Verifying Checksum
5f7df1a633be: Download complete
dbf7af4bbc5e: Verifying Checksum
dbf7af4bbc5e: Download complete
91c5054ad467: Verifying Checksum
91c5054ad467: Download complete
f85e33539fc1: Verifying Checksum
f85e33539fc1: Download complete
60715424f1f3: Verifying Checksum
60715424f1f3: Download complete
ad721eb63d8e: Verifying Checksum
ad721eb63d8e: Download complete
16c195d4c5e9: Pull complete
5d5ae59f12bf: Pull complete
2a1bdaff57b1: Pull complete
fdb5e27abf0f: Verifying Checksum
fdb5e27abf0f: Download complete
3d928beeeddb: Verifying Checksum
3d928beeeddb: Download complete
6423a1c6a219: Verifying Checksum
6423a1c6a219: Download complete
5b5461462268: Download complete
9fd788776761: Verifying Checksum
9fd788776761: Download complete
d0115271718d: Verifying Checksum
d0115271718d: Download complete
ee0541408fb9: Verifying Checksum
ee0541408fb9: Download complete
3710803c65d7: Download complete
ce2c52193d43: Verifying Checksum
ce2c52193d43: Download complete
a2f980d0b98b: Verifying Checksum
a2f980d0b98b: Download complete
4f4fb700ef54: Download complete
4f0da68efc03: Pull complete
410070a2f222: Verifying Checksum
410070a2f222: Download complete
d3816a848673: Verifying Checksum
d3816a848673: Download complete
7c855ca71d74: Verifying Checksum
7c855ca71d74: Download complete
1528501eaf16: Download complete
23228c2200ea: Verifying Checksum
23228c2200ea: Download complete
54f128346b20: Verifying Checksum
54f128346b20: Download complete
76cf7939a21f: Download complete
ebfcf91f683f: Download complete
aba3e293a4a1: Verifying Checksum
aba3e293a4a1: Download complete
5f6c0c42c902: Verifying Checksum
5f6c0c42c902: Download complete
ddae77db6783: Pull complete
266bc6609d9e: Verifying Checksum
266bc6609d9e: Download complete
a255dc714083: Download complete
da091890895b: Verifying Checksum
da091890895b: Download complete
9ba70185e826: Verifying Checksum
9ba70185e826: Download complete
fdb5e27abf0f: Pull complete
93a3171e4fee: Pull complete
dbf7af4bbc5e: Pull complete
5f7df1a633be: Pull complete
40fc735d2330: Verifying Checksum
40fc735d2330: Download complete
91c5054ad467: Pull complete
81c302137335: Verifying Checksum
81c302137335: Download complete
228a2a4b38bc: Verifying Checksum
228a2a4b38bc: Download complete
f85e33539fc1: Pull complete
295fec493822: Verifying Checksum
295fec493822: Download complete
60715424f1f3: Pull complete
3d928beeeddb: Pull complete
832881162d49: Verifying Checksum
832881162d49: Download complete
ad721eb63d8e: Pull complete
6423a1c6a219: Pull complete
5b5461462268: Pull complete
d0115271718d: Pull complete
e17b0673218b: Verifying Checksum
e17b0673218b: Download complete
9fd788776761: Pull complete
ee0541408fb9: Pull complete
3710803c65d7: Pull complete
ce2c52193d43: Pull complete
4f4fb700ef54: Pull complete
a2f980d0b98b: Pull complete
410070a2f222: Pull complete
d3816a848673: Pull complete
7c855ca71d74: Pull complete
1528501eaf16: Pull complete
23228c2200ea: Pull complete
54f128346b20: Pull complete
76cf7939a21f: Pull complete
ebfcf91f683f: Pull complete
aba3e293a4a1: Pull complete
5f6c0c42c902: Pull complete
266bc6609d9e: Pull complete
9ba70185e826: Pull complete
892f7eadbfc9: Pull complete
81c302137335: Pull complete
a255dc714083: Pull complete
da091890895b: Pull complete
40fc735d2330: Pull complete
e17b0673218b: Pull complete
228a2a4b38bc: Pull complete
832881162d49: Pull complete
295fec493822: Pull complete
Digest: sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
Status: Downloaded newer image for ocaml/opam@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
2026-05-22 13:21.54 ---> using "7d42f7b527b21a50e9c485d51cd4562c3b21cb305a289008a67ad4a1619765d8" from cache

/: (comment ubuntu-25.10-4.14_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-05-22 13:21.54 ---> using "a508bcb9f6599921ad86d400dc525df4f4257b0143a1880fe8fb965c8f122c4b" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   28d044eb9c..3e30e43808  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-22 13:21.54 ---> using "034ff2c2a8574b2635efadb1ab7e583b2b6f452d090d4e1d8a4c048fe383da06" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] synchronised from git+file:///home/opam/opam-repository
2026-05-22 13:21.54 ---> using "81ee0378f96929f9b79b1862862af53c6d67246ab00718cbf66e1dbc56e577c5" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-22 13:21.54 ---> using "91dbc7d88e3b77c4c09d8b602f26649b383c6f7bcc5249e03ac4da710e31a7b1" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-22 13:21.54 ---> using "31a7149250b7a53a8b8d1245867da23984d2d2c0811aa35d55f161bcb67b603b" from cache

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

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches

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.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), 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-05-22 13:21.54 ---> using "dbcdd5e14a557d8dbaa25a161de43e1f0117340182c843042578341cdfba2e85" from cache

/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2026-05-22 13:21.55 ---> saved as "4b2cacc4a6245fb7e8fa8969f8bbb75180a60db79f52a31e9339ab986c34c479"

/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-05-22 13:21.58 ---> saved as "54227a07aef3ef1a3e3ac8dfc69bb4bdfcf8339bdcecda32baf18545ad831186"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-22 13:21.58 ---> saved as "9f90f16747c6f16a18a127821291c1d2a9f9562c32cca10d3c17e5d114cd2805"

/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 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.3 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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:4 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [287 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [542 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [316 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [19.3 kB]
- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [397 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.9 kB]
- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [323 kB]
- Get:12 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [401 kB]
- Fetched 2712 kB in 10s (283 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-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:amd64.
- (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 ... 18712 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4build1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../libsqlite3-dev_3.46.1-8_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.46.1-8) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4build1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4build1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...
- Setting up libsqlite3-dev:amd64 (3.46.1-8) ...
- Setting up pkgconf-bin (1.8.1-4build1) ...
- Setting up pkgconf:amd64 (1.8.1-4build1) ...
- Setting up pkg-config:amd64 (1.8.1-4build1) ...
- Processing triggers for libc-bin (2.42-0ubuntu3.1) ...
# To update the current shell environment, run: eval $(opam env)
2026-05-22 13:22.22 ---> saved as "abbdbc5590c95ed90b11399ab4e5073be5ab0b71f74c36112c15181ba0cf66b1"

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 51 packages
  - install alcotest            1.9.1
  - install alcotest-lwt        1.9.1
  - install astring             0.8.5
  - install base                v0.16.5
  - install base-bytes          base
  - install camlp-streams       5.0.1
  - install checkseum           0.5.3
  - install cmdliner            2.1.1
  - install conf-pkg-config     4
  - 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.3
  - 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.12.4
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ocplib-endian       1.2
  - install optint              0.3.0
  - install parsexp             v0.16.0
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.0.3
  - install ppx_sexp_conv       v0.16.0
  - install ppxlib              0.35.0
  - install ptime               1.2.0
  - install re                  1.14.0
  - install sexplib             v0.16.0
  - install sexplib0            v0.16.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.16.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.3  (cached)
-> installed conf-pkg-config.4
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> installed conf-sqlite3.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved extunix.0.4.3  (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.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved ppxlib.0.35.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)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.2.1.1
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> 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.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed re.1.14.0
-> installed sexplib0.v0.16.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.16.0
-> installed checkseum.0.5.3
-> installed sexplib.v0.16.0
-> installed dune-compiledb.0.6.0
-> installed decompress.1.5.3
-> installed tar.2.6.0
-> installed lwt.6.1.2
-> installed sqlite3.5.4.1
-> installed cstruct-lwt.6.2.0
-> installed tar-unix.2.6.0
-> installed logs.0.10.0
-> installed alcotest-lwt.1.9.1
-> installed base.v0.16.5
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed extunix.0.4.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 13:23.21 ---> saved as "f6c599466a9f5f0a97f981fef09760e78160a475eacf1e5ebb5a67b5d0c4a3f9"

/src: (copy (src .) (dst /src))
2026-05-22 13:23.21 ---> saved as "c4ad43f6f62c26d29f4fdb84a72b71841cb16d5c97e9b4040821df09ac186be4"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && /home/opam/.opam/4.14/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 `JGVU723S'.

  [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.386s. 23 tests run.
2026-05-22 13:23.25 ---> saved as "e6a054ae475418f88928db11ad7c97be58027c26dda3887e307055dde29d70a1"
Job succeeded
2026-05-22 13:23.25: Job succeeded