Organisationsocurrentobuilder7a1e67 (cmdliner-2)opensuse-15.6-4.14_opam-2.4

opensuse-15.6-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-12-28 07:23.06: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/cmdliner-2 (7a1e67fcbb17a94bbbfc5cf9fb1be3b8097a6c00) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a
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:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a
# opensuse-15.6-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:23.06: Using cache hint "ocurrent/obuilder-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a-opensuse-15.6-4.14_opam-2.4-ad5e24019d0920eba631ec4d6a2868a6"
2025-12-28 07:23.06: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a)
(comment opensuse-15.6-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:23.06: Waiting for resource in pool OCluster
2025-12-28 08:18.56: Waiting for worker…
2025-12-28 08:25.44: 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:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a' locally
docker.io/ocaml/opam@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a: Pulling from ocaml/opam
d358089470df: Pulling fs layer
3df71b9b3e7f: Pulling fs layer
b997bd420a3c: Pulling fs layer
12d178b9321a: Pulling fs layer
023fa28c6b25: Pulling fs layer
735e4d9b87e0: Pulling fs layer
6542116374a0: Pulling fs layer
44c143ceab21: Pulling fs layer
73d9c6c0a253: Pulling fs layer
dcc99122ebd7: Pulling fs layer
5eb9e4eb1e0d: Pulling fs layer
9bf67a7d90d1: Pulling fs layer
4e169419decb: Pulling fs layer
83236c382b5f: Pulling fs layer
e9abdc611934: Pulling fs layer
5856cf582d06: Pulling fs layer
487cfb4f2ade: Pulling fs layer
f161a5c7d41a: Pulling fs layer
752c4eefe314: Pulling fs layer
4f4fb700ef54: Pulling fs layer
8574634fb855: Pulling fs layer
45ffc9a6e835: Pulling fs layer
9b2e97c90544: Pulling fs layer
6f4caa19f8ea: Pulling fs layer
01fa1df0cfec: Pulling fs layer
24ce8b1b4144: Pulling fs layer
1d7b4875e8fa: Pulling fs layer
5abf41dc1464: Pulling fs layer
d5d3780fe7b4: Pulling fs layer
64d6876b8f1b: Pulling fs layer
8d4ce630c014: Pulling fs layer
1ac83bafd18d: Pulling fs layer
87088f8e69bd: Pulling fs layer
653f0ca87c5a: Pulling fs layer
86b7aeb0fb7e: Pulling fs layer
3d67e4541f01: Pulling fs layer
8b29fa24d7dc: Pulling fs layer
c3b051d5b40a: Pulling fs layer
cea0ae7b006a: Pulling fs layer
423ca6061d72: Pulling fs layer
4b16ecf8eaf2: Pulling fs layer
3c0e8f4c1ce7: Pulling fs layer
023fa28c6b25: Waiting
735e4d9b87e0: Waiting
6542116374a0: Waiting
44c143ceab21: Waiting
73d9c6c0a253: Waiting
dcc99122ebd7: Waiting
5eb9e4eb1e0d: Waiting
9bf67a7d90d1: Waiting
4e169419decb: Waiting
83236c382b5f: Waiting
e9abdc611934: Waiting
5856cf582d06: Waiting
12d178b9321a: Waiting
487cfb4f2ade: Waiting
f161a5c7d41a: Waiting
752c4eefe314: Waiting
4f4fb700ef54: Waiting
8574634fb855: Waiting
45ffc9a6e835: Waiting
9b2e97c90544: Waiting
6f4caa19f8ea: Waiting
01fa1df0cfec: Waiting
24ce8b1b4144: Waiting
1d7b4875e8fa: Waiting
5abf41dc1464: Waiting
1ac83bafd18d: Waiting
87088f8e69bd: Waiting
cea0ae7b006a: Waiting
653f0ca87c5a: Waiting
423ca6061d72: Waiting
86b7aeb0fb7e: Waiting
4b16ecf8eaf2: Waiting
3d67e4541f01: Waiting
8b29fa24d7dc: Waiting
d5d3780fe7b4: Waiting
c3b051d5b40a: Waiting
64d6876b8f1b: Waiting
8d4ce630c014: Waiting
3df71b9b3e7f: Verifying Checksum
3df71b9b3e7f: Download complete
d358089470df: Verifying Checksum
d358089470df: Download complete
023fa28c6b25: Verifying Checksum
023fa28c6b25: Download complete
735e4d9b87e0: Verifying Checksum
735e4d9b87e0: Download complete
6542116374a0: Verifying Checksum
6542116374a0: Download complete
44c143ceab21: Download complete
b997bd420a3c: Verifying Checksum
b997bd420a3c: Download complete
73d9c6c0a253: Verifying Checksum
73d9c6c0a253: Download complete
dcc99122ebd7: Verifying Checksum
dcc99122ebd7: Download complete
5eb9e4eb1e0d: Download complete
d358089470df: Pull complete
3df71b9b3e7f: Pull complete
9bf67a7d90d1: Verifying Checksum
9bf67a7d90d1: Download complete
4e169419decb: Verifying Checksum
4e169419decb: Download complete
12d178b9321a: Verifying Checksum
12d178b9321a: Download complete
83236c382b5f: Download complete
5856cf582d06: Verifying Checksum
5856cf582d06: Download complete
e9abdc611934: Verifying Checksum
e9abdc611934: Download complete
f161a5c7d41a: Verifying Checksum
f161a5c7d41a: Download complete
487cfb4f2ade: Download complete
752c4eefe314: Verifying Checksum
752c4eefe314: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8574634fb855: Verifying Checksum
8574634fb855: Download complete
45ffc9a6e835: Download complete
9b2e97c90544: Verifying Checksum
9b2e97c90544: Download complete
6f4caa19f8ea: Verifying Checksum
6f4caa19f8ea: Download complete
01fa1df0cfec: Verifying Checksum
01fa1df0cfec: Download complete
24ce8b1b4144: Verifying Checksum
24ce8b1b4144: Download complete
1d7b4875e8fa: Verifying Checksum
1d7b4875e8fa: Download complete
5abf41dc1464: Download complete
d5d3780fe7b4: Verifying Checksum
d5d3780fe7b4: Download complete
64d6876b8f1b: Verifying Checksum
64d6876b8f1b: Download complete
1ac83bafd18d: Verifying Checksum
1ac83bafd18d: Download complete
8d4ce630c014: Verifying Checksum
8d4ce630c014: Download complete
653f0ca87c5a: Verifying Checksum
653f0ca87c5a: Download complete
3d67e4541f01: Download complete
8b29fa24d7dc: Verifying Checksum
8b29fa24d7dc: Download complete
c3b051d5b40a: Verifying Checksum
c3b051d5b40a: Download complete
87088f8e69bd: Verifying Checksum
87088f8e69bd: Download complete
b997bd420a3c: Pull complete
423ca6061d72: Download complete
4b16ecf8eaf2: Verifying Checksum
4b16ecf8eaf2: Download complete
3c0e8f4c1ce7: Verifying Checksum
3c0e8f4c1ce7: Download complete
cea0ae7b006a: Verifying Checksum
cea0ae7b006a: Download complete
86b7aeb0fb7e: Verifying Checksum
86b7aeb0fb7e: Download complete
12d178b9321a: Pull complete
023fa28c6b25: Pull complete
735e4d9b87e0: Pull complete
6542116374a0: Pull complete
44c143ceab21: Pull complete
73d9c6c0a253: Pull complete
dcc99122ebd7: Pull complete
5eb9e4eb1e0d: Pull complete
9bf67a7d90d1: Pull complete
4e169419decb: Pull complete
83236c382b5f: Pull complete
e9abdc611934: Pull complete
5856cf582d06: Pull complete
487cfb4f2ade: Pull complete
f161a5c7d41a: Pull complete
752c4eefe314: Pull complete
4f4fb700ef54: Pull complete
8574634fb855: Pull complete
45ffc9a6e835: Pull complete
9b2e97c90544: Pull complete
6f4caa19f8ea: Pull complete
01fa1df0cfec: Pull complete
24ce8b1b4144: Pull complete
1d7b4875e8fa: Pull complete
5abf41dc1464: Pull complete
d5d3780fe7b4: Pull complete
64d6876b8f1b: Pull complete
8d4ce630c014: Pull complete
1ac83bafd18d: Pull complete
87088f8e69bd: Pull complete
653f0ca87c5a: Pull complete
86b7aeb0fb7e: Pull complete
3d67e4541f01: Pull complete
8b29fa24d7dc: Pull complete
c3b051d5b40a: Pull complete
cea0ae7b006a: Pull complete
423ca6061d72: Pull complete
4b16ecf8eaf2: Pull complete
3c0e8f4c1ce7: Pull complete
Digest: sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a
Status: Downloaded newer image for ocaml/opam@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a
2025-12-28 08:25.45 ---> using "0063fda8739f5f8013b4d7431f310f1304f8d8914c38c2397f6b381aa46ec273" from cache


/: (comment opensuse-15.6-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 08:25.45 ---> using "53dad08e061322df7226cdfefd70d755b5994512cd6fd5e0337eb9f74a349eb5" 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 08:25.45 ---> using "acda9e1362db25f787f1e87ad3ad82e574cb076989d5fec702762c18148a2ee8" 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 08:25.45 ---> using "6fac0f4a58503df98e06c061ea62a6d3c61aa636596468a86e037106811c787a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-28 08:25.45 ---> using "aa9a0a56382c325a142c5d9226106b994c6f69a6e311fd2ad655b5803d8dadb4" 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 08:25.45 ---> using "09cca588dac5457bd10aee2d0bd19f4ccd1dd208500037de8aed1b490ed0f3e6" from cache


/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2025-12-28 08:25.45 ---> saved as "78605153a6a092f4ba3b0e561e7631595522697d8d1beca7ec8ec0bc0b7c47b4"


/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 08:25.46 ---> saved as "056877dc02abe3cc3245af70893ab6d53e3c521707cc0fee0ca2b60b7e9766bb"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-28 08:25.46 ---> saved as "5d222b2ce11d9c328d97b95aa1dc2560945cd50a1babef7d5b47a37ec0ffbcba"


/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 "zypper" "--non-interactive" "refresh"
- Repository 'Update repository of openSUSE Backports' is up to date.
- Repository 'Update repository with updates from SUSE Linux Enterprise 15' is up to date.
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> 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:
sqlite3-devel


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


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "sqlite3-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following NEW package is going to be installed:
-   sqlite3-devel
- 
- 1 new package to install.
- 
- Package download size:   208.9 KiB
- 
- Package install size change:
-               |     684.1 KiB  required by packages that will be installed
-    684.1 KiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: sqlite3-devel-3.50.2-150000.3.33.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (1/1), 208.9 KiB
- Retrieving: sqlite3-devel-3.50.2-150000.3.33.1.x86_64.rpm [...
- ....
- ....
- ....
- ....
- ....
- ...not found]
- Retrieving: sqlite3-devel-3.50.2-150000.3.33.1.x86_64.rpm [.not found]
- Retrieving: sqlite3-devel-3.50.2-150000.3.33.1.x86_64.rpm [.done]
- 
- Checking for file conflicts: [..done]
- (1/1) Installing: sqlite3-devel-3.50.2-150000.3.33.1.x86_64 [..done]
2025-12-28 08:26.16 ---> saved as "d4a7aab582f91f8c6df7a601afb8e7282cc5aac3d3b3406a4574258f83ddf84c"


/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 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.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 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 sexplib0.v0.16.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed alcotest.1.9.1
-> installed sha.1.15.4
-> installed parsexp.v0.16.0
-> 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_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)
2025-12-28 08:28.45 ---> saved as "375087c317cd677ce48fd4df78b56e023c32a2226a9fc3c7df2268f5dc773073"


/src: (copy (src .) (dst /src))
2025-12-28 08:28.46 ---> saved as "9ce104718b1c6e19d8c9d9e3d0fdc340fd3bd673324efc831e61de6594e89ef0"


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


[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 1.710s. 22 tests run.
2025-12-28 08:28.55 ---> saved as "1915c1f65734c2f272f597a566327556d39867155eadbdf6144a25e3b99eb56c"
Job succeeded
2025-12-28 08:28.55: Job succeeded