Organisationsocurrentobuilder7a1e67 (cmdliner-2)ubuntu-24.04-4.14_opam-2.4

ubuntu-24.04-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-12-28 07:28.35: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/cmdliner-2 (7a1e67fcbb17a94bbbfc5cf9fb1be3b8097a6c00) (linux-x86_64:ubuntu-24.04-4.14_opam-2.4)
Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "cmdliner-2" && cd "obuilder" && git reset --hard 7a1e67fc
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
# ubuntu-24.04-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && 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.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 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.20.2 dune-configurator.3.20.2 extunix.0.4.3 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.3.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.4 --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


2025-12-28 07:28.35: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d-ubuntu-24.04-4.14_opam-2.4-ad5e24019d0920eba631ec4d6a2868a6"
2025-12-28 07:28.35: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)
(comment ubuntu-24.04-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(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 "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && 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 (network host)
(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.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 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.20.2 dune-configurator.3.20.2 extunix.0.4.3 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.3.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.4 --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"))
)


2025-12-28 07:28.35: Waiting for resource in pool OCluster
2025-12-28 09:05.54: Waiting for worker…
2025-12-28 09:12.00: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 7a1e67f Use cmdliner 2 completions


(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d' locally
docker.io/ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d: Pulling from ocaml/opam
20043066d3d5: Pulling fs layer
74a201e1c126: Pulling fs layer
d63bb9fbbf86: Pulling fs layer
9467c6371b02: Pulling fs layer
404716bfcac3: Pulling fs layer
fed733e23844: Pulling fs layer
707d11c2eefa: Pulling fs layer
9467c6371b02: Waiting
404716bfcac3: Waiting
399e5b85a0fc: Pulling fs layer
fed733e23844: Waiting
707d11c2eefa: Waiting
d0bd8a3f061c: Pulling fs layer
399e5b85a0fc: Waiting
a49e067103b6: Pulling fs layer
d0bd8a3f061c: Waiting
564fcb11fd5c: Pulling fs layer
b54d000bca39: Pulling fs layer
564fcb11fd5c: Waiting
1022f2c60c0e: Pulling fs layer
b54d000bca39: Waiting
1022f2c60c0e: Waiting
d0473c037ed5: Pulling fs layer
b4b0a2839de5: Pulling fs layer
f95ab9582825: Pulling fs layer
d0473c037ed5: Waiting
20d40f2e0f67: Pulling fs layer
b4b0a2839de5: Waiting
f95ab9582825: Waiting
20d40f2e0f67: Waiting
7e5f024df647: Pulling fs layer
d39cb8682827: Pulling fs layer
7e5f024df647: Waiting
d39cb8682827: Waiting
72072a576a9f: Pulling fs layer
7b230cb3ef48: Pulling fs layer
72072a576a9f: Waiting
4f4fb700ef54: Pulling fs layer
7b230cb3ef48: Waiting
23c320078945: Pulling fs layer
8f7a7c3573c5: Pulling fs layer
4f4fb700ef54: Waiting
23c320078945: Waiting
1564848c4b7b: Pulling fs layer
cc7ba7d9e277: Pulling fs layer
1564848c4b7b: Waiting
14120930af46: Pulling fs layer
baa80d4afe8f: Pulling fs layer
14120930af46: Waiting
cc7ba7d9e277: Waiting
68007a21c1c4: Pulling fs layer
baa80d4afe8f: Waiting
d2df30cde401: Pulling fs layer
f21ee1a89225: Pulling fs layer
68007a21c1c4: Waiting
d2df30cde401: Waiting
fde2d5a241cf: Pulling fs layer
f21ee1a89225: Waiting
fde2d5a241cf: Waiting
6d474fa3c976: Pulling fs layer
6d474fa3c976: Waiting
a45b9e268599: Pulling fs layer
fb9fa892ed79: Pulling fs layer
a45b9e268599: Waiting
ba013a08453d: Pulling fs layer
fb9fa892ed79: Waiting
9be3559c7d84: Pulling fs layer
ba013a08453d: Waiting
57e25f9db71c: Pulling fs layer
ade4c34ce8e6: Pulling fs layer
7ad8fb0274dc: Pulling fs layer
9be3559c7d84: Waiting
57e25f9db71c: Waiting
ade4c34ce8e6: Waiting
9938feee8fe6: Pulling fs layer
7ad8fb0274dc: Waiting
8e8b4e5d5c39: Pulling fs layer
9938feee8fe6: Waiting
f4499fee2455: Pulling fs layer
8e8b4e5d5c39: Waiting
f4499fee2455: Waiting
b28e8701a421: Pulling fs layer
b28e8701a421: Waiting
d63bb9fbbf86: Verifying Checksum
d63bb9fbbf86: Download complete
74a201e1c126: Verifying Checksum
74a201e1c126: Download complete
20043066d3d5: Verifying Checksum
20043066d3d5: Download complete
9467c6371b02: Verifying Checksum
9467c6371b02: Download complete
404716bfcac3: Download complete
399e5b85a0fc: Download complete
707d11c2eefa: Verifying Checksum
707d11c2eefa: Download complete
d0bd8a3f061c: Verifying Checksum
d0bd8a3f061c: Download complete
564fcb11fd5c: Verifying Checksum
564fcb11fd5c: Download complete
fed733e23844: Download complete
20043066d3d5: Pull complete
74a201e1c126: Pull complete
d63bb9fbbf86: Pull complete
b54d000bca39: Verifying Checksum
b54d000bca39: Download complete
a49e067103b6: Verifying Checksum
a49e067103b6: Download complete
1022f2c60c0e: Verifying Checksum
1022f2c60c0e: Download complete
b4b0a2839de5: Verifying Checksum
b4b0a2839de5: Download complete
d0473c037ed5: Verifying Checksum
d0473c037ed5: Download complete
f95ab9582825: Verifying Checksum
f95ab9582825: Download complete
20d40f2e0f67: Verifying Checksum
20d40f2e0f67: Download complete
7e5f024df647: Verifying Checksum
7e5f024df647: Download complete
d39cb8682827: Verifying Checksum
d39cb8682827: Download complete
72072a576a9f: Verifying Checksum
72072a576a9f: Download complete
7b230cb3ef48: Verifying Checksum
7b230cb3ef48: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
23c320078945: Verifying Checksum
23c320078945: Download complete
8f7a7c3573c5: Verifying Checksum
8f7a7c3573c5: Download complete
1564848c4b7b: Verifying Checksum
1564848c4b7b: Download complete
cc7ba7d9e277: Verifying Checksum
cc7ba7d9e277: Download complete
14120930af46: Verifying Checksum
14120930af46: Download complete
baa80d4afe8f: Verifying Checksum
baa80d4afe8f: Download complete
9467c6371b02: Pull complete
d2df30cde401: Verifying Checksum
d2df30cde401: Download complete
f21ee1a89225: Verifying Checksum
f21ee1a89225: Download complete
404716bfcac3: Pull complete
68007a21c1c4: Verifying Checksum
68007a21c1c4: Download complete
fde2d5a241cf: Verifying Checksum
fde2d5a241cf: Download complete
a45b9e268599: Verifying Checksum
a45b9e268599: Download complete
6d474fa3c976: Verifying Checksum
6d474fa3c976: Download complete
ba013a08453d: Verifying Checksum
ba013a08453d: Download complete
57e25f9db71c: Download complete
ade4c34ce8e6: Verifying Checksum
ade4c34ce8e6: Download complete
7ad8fb0274dc: Verifying Checksum
7ad8fb0274dc: Download complete
fb9fa892ed79: Verifying Checksum
fb9fa892ed79: Download complete
8e8b4e5d5c39: Verifying Checksum
8e8b4e5d5c39: Download complete
f4499fee2455: Download complete
b28e8701a421: Verifying Checksum
b28e8701a421: Download complete
9938feee8fe6: Verifying Checksum
9938feee8fe6: Download complete
9be3559c7d84: Verifying Checksum
9be3559c7d84: Download complete
fed733e23844: Pull complete
707d11c2eefa: Pull complete
399e5b85a0fc: Pull complete
d0bd8a3f061c: Pull complete
a49e067103b6: Pull complete
564fcb11fd5c: Pull complete
b54d000bca39: Pull complete
1022f2c60c0e: Pull complete
d0473c037ed5: Pull complete
b4b0a2839de5: Pull complete
f95ab9582825: Pull complete
20d40f2e0f67: Pull complete
7e5f024df647: Pull complete
d39cb8682827: Pull complete
72072a576a9f: Pull complete
7b230cb3ef48: Pull complete
4f4fb700ef54: Pull complete
23c320078945: Pull complete
8f7a7c3573c5: Pull complete
1564848c4b7b: Pull complete
cc7ba7d9e277: Pull complete
14120930af46: Pull complete
baa80d4afe8f: Pull complete
68007a21c1c4: Pull complete
d2df30cde401: Pull complete
f21ee1a89225: Pull complete
fde2d5a241cf: Pull complete
6d474fa3c976: Pull complete
a45b9e268599: Pull complete
fb9fa892ed79: Pull complete
ba013a08453d: Pull complete
9be3559c7d84: Pull complete
57e25f9db71c: Pull complete
ade4c34ce8e6: Pull complete
7ad8fb0274dc: Pull complete
9938feee8fe6: Pull complete
8e8b4e5d5c39: Pull complete
f4499fee2455: Pull complete
b28e8701a421: Pull complete
Digest: sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
Status: Downloaded newer image for ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
2025-12-28 09:12.00 ---> using "8e09f142ca4c8b9565a6c3a204c9c7517ea1af6e151cb81a7b7a04b2b0967b6a" from cache


/: (comment ubuntu-24.04-4.14_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-28 09:12.00 ---> using "e79fa32069ed7ded2149f6411a7265426315bdb6f3507f03c32e865e524aef42" 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.0 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-28 09:12.00 ---> using "e0853df83aa55f1f675784533c14be4a599b4bdb36a79d47b936360eb0fabaed" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-86-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-12-28 09:12.00 ---> using "61929bacfed9858bf04a5810f9f06ae536330362fde4fb94c1be0c34cd80b803" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-28 09:12.00 ---> using "548d6c719a0be1f8ccaa756375e0145b4a9832c6fee141abd3c6fde322672791" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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)
2025-12-28 09:12.00 ---> using "783ebdbd0cf7d523858e74d36a1609a5ff0e6eb63f13eb6e1096ce0b157c3d74" from cache


/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2025-12-28 09:12.01 ---> saved as "4314a67295c2f312028c859793bc936f4cbfc6d68414a3fb8dd11ee17c651431"


/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)
2025-12-28 09:12.09 ---> saved as "b23684e2e3328b9a53af3d21f925fc38beb574bc0641832008f926a8dacc6deb"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-28 09:12.09 ---> saved as "f9a77742788b4edbe66a548908ad1b68cc38bfa397145523f24a49dd3e29c08f"


/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 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.20.2 dune-configurator.3.20.2 extunix.0.4.3 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.3.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.4 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Fetched 378 kB in 1s (527 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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 16335 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-2build1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-2build1) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../libsqlite3-dev_3.45.1-1ubuntu2.5_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.45.1-1ubuntu2.5) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-2build1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-2build1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-2build1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-2build1) ...
- Setting up libpkgconf3:amd64 (1.8.1-2build1) ...
- Setting up libsqlite3-dev:amd64 (3.45.1-1ubuntu2.5) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up pkgconf:amd64 (1.8.1-2build1) ...
- Setting up pkg-config:amd64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
2025-12-28 09:12.37 ---> saved as "ae7e029b380cde8a8175e0882b8cba58ceeead904e55663a1d83a2671625ebb0"


/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 47 packages
- install alcotest            1.9.1
- install alcotest-lwt        1.9.1
- install astring             0.8.5
- install base                v0.16.4
- install base-bytes          base
- install camlp-streams       5.0.1
- install checkseum           0.5.2
- install cmdliner            2.1.0
- 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.20.2
- install dune-configurator   3.20.2
- install extunix             0.4.3
- install fmt                 0.11.0
- install fpath               0.7.3
- install logs                0.10.0
- install lwt                 5.9.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.3.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.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved extunix.0.4.3  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved num.1.6  (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 sha.1.15.4  (cached)
-> retrieved sqlite3.5.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tar.2.6.0, tar-unix.2.6.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed cmdliner.2.1.0
-> 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 fpath.0.7.3
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed crunch.4.0.0
-> installed cstruct.6.2.0
-> installed optint.0.3.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocplib-endian.1.2
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed sha.1.15.4
-> installed parsexp.v0.16.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.20.2
-> installed sexplib.v0.16.0
-> installed checkseum.0.5.2
-> installed sqlite3.5.3.1
-> installed decompress.1.5.3
-> installed lwt.5.9.2
-> installed tar.2.6.0
-> 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.4
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed extunix.0.4.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-28 09:15.15 ---> saved as "b2deedd800599edc5c00336168d02d54019522b20543e2edd052ab270ded43ff"


/src: (copy (src .) (dst /src))
2025-12-28 09:15.15 ---> saved as "81db551cc13bbffd36314d697713f2b7f0d193478d2c6a495c6c0afd888bc1b3"


/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 `U7YM5W88'.


[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]          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.693s. 22 tests run.
2025-12-28 09:15.24 ---> saved as "7954a42a9eb8a25900cd4301f4a93c7ebe6fb77728278708eabeecf927903571"
Job succeeded
2025-12-28 09:15.24: Job succeeded