2025-03-03 10:10.16: New job: test talex5/cuekeeper https://github.com/talex5/cuekeeper.git#refs/heads/master (1e525d0748fb43f21cf52bcdedb6823893c22244) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.13@sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/talex5/cuekeeper.git" -b "master" && cd "cuekeeper" && git reset --hard 1e525d07
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.13@sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2
# debian-12-4.13_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cuekeeper.opam ./
RUN opam pin add -yn cuekeeper.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.14.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bheap.2.0.0 bigarray-compat.1.0.0 bigstringaf.0.7.0 biniou.1.2.0 bos.0.1.0 ca-certs.1.0.0 carton.0.4.3 carton-git.0.4.3 carton-lwt.0.4.3 checkseum.0.3.2 cmdliner.1.3.0 cohttp.4.1.2 cohttp-lwt.4.1.2 cohttp-lwt-jsoo.4.1.2 cohttp-lwt-unix.4.1.2 conduit.7.0.0 conduit-lwt.7.0.0 conduit-lwt-unix.7.0.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 crunch.1.4.0 cstruct.6.0.0 decompress.1.4.1 digestif.1.2.0 domain-name.0.3.0 duff.0.3 dune.3.2.0 dune-configurator.2.7.0 duration.0.1.0 easy-format.1.0.1 either.1.0.0 emile.1.1 encore.0.8 eqaf.0.8 fmt.0.8.9 fpath.0.7.3 git.3.7.0 gmap.0.3.0 hkdf.2.0.0 hxd.0.3.2 ipaddr.5.2.0 ipaddr-sexp.5.2.0 irmin.2.10.0 irmin-git.2.10.0 irmin-indexeddb.2.6.0 jbuilder.1.0+beta20.1 js_of_ocaml.4.0.0 js_of_ocaml-compiler.4.0.0 js_of_ocaml-lwt.4.0.0 js_of_ocaml-ppx.4.0.0 js_of_ocaml-tyxml.4.0.0 jsonm.1.0.1 ke.0.4 logs.0.7.0 lwt.5.7.0 macaddr.5.2.0 magic-mime.1.0.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mimic.0.0.4 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-lwt.1.1.0 mirage-flow.2.0.1 mmap.1.0.2 mtime.1.2.0 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlgraph.1.8.8 ocplib-endian.1.0 ohex.0.2.0 omd.1.3.1 optint.0.1.0 ounit.2.0.0 parsexp.v0.14.1 pbkdf.2.0.0 pecu.0.4 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppx_deriving.5.2 ppx_irmin.2.10.0 ppx_repr.0.5.0 ppx_sexp_conv.v0.14.3 ppxlib.0.22.2 psq.0.2.0 ptime.0.8.6 re.1.9.0 react.1.2.1 reactiveData.0.2 repr.0.5.0 result.1.5 rresult.0.4.0 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 tar.2.0.0 tls.1.0.0 tls-lwt.1.0.0 topkg.1.0.3 tyxml.4.6.0 uchar.0.0.2 uri.4.1.0 uri-sexp.4.1.0 uuidm.0.9.7 uutf.1.0.1 x509.1.0.2 yojson.1.5.0 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y cuekeeper.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-03-03 10:10.16: Using cache hint "talex5/cuekeeper-ocaml/opam:debian-12-ocaml-4.13@sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2-debian-12-4.13_opam-2.3-ff14b653ffaaccac900f91a436bd821c"
2025-03-03 10:10.16: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.13@sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2)
(comment debian-12-4.13_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src cuekeeper.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn cuekeeper.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "angstrom.0.14.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bheap.2.0.0 bigarray-compat.1.0.0 bigstringaf.0.7.0 biniou.1.2.0 bos.0.1.0 ca-certs.1.0.0 carton.0.4.3 carton-git.0.4.3 carton-lwt.0.4.3 checkseum.0.3.2 cmdliner.1.3.0 cohttp.4.1.2 cohttp-lwt.4.1.2 cohttp-lwt-jsoo.4.1.2 cohttp-lwt-unix.4.1.2 conduit.7.0.0 conduit-lwt.7.0.0 conduit-lwt-unix.7.0.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 crunch.1.4.0 cstruct.6.0.0 decompress.1.4.1 digestif.1.2.0 domain-name.0.3.0 duff.0.3 dune.3.2.0 dune-configurator.2.7.0 duration.0.1.0 easy-format.1.0.1 either.1.0.0 emile.1.1 encore.0.8 eqaf.0.8 fmt.0.8.9 fpath.0.7.3 git.3.7.0 gmap.0.3.0 hkdf.2.0.0 hxd.0.3.2 ipaddr.5.2.0 ipaddr-sexp.5.2.0 irmin.2.10.0 irmin-git.2.10.0 irmin-indexeddb.2.6.0 jbuilder.1.0+beta20.1 js_of_ocaml.4.0.0 js_of_ocaml-compiler.4.0.0 js_of_ocaml-lwt.4.0.0 js_of_ocaml-ppx.4.0.0 js_of_ocaml-tyxml.4.0.0 jsonm.1.0.1 ke.0.4 logs.0.7.0 lwt.5.7.0 macaddr.5.2.0 magic-mime.1.0.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mimic.0.0.4 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-lwt.1.1.0 mirage-flow.2.0.1 mmap.1.0.2 mtime.1.2.0 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlgraph.1.8.8 ocplib-endian.1.0 ohex.0.2.0 omd.1.3.1 optint.0.1.0 ounit.2.0.0 parsexp.v0.14.1 pbkdf.2.0.0 pecu.0.4 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppx_deriving.5.2 ppx_irmin.2.10.0 ppx_repr.0.5.0 ppx_sexp_conv.v0.14.3 ppxlib.0.22.2 psq.0.2.0 ptime.0.8.6 re.1.9.0 react.1.2.1 reactiveData.0.2 repr.0.5.0 result.1.5 rresult.0.4.0 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 tar.2.0.0 tls.1.0.0 tls-lwt.1.0.0 topkg.1.0.3 tyxml.4.6.0 uchar.0.0.2 uri.4.1.0 uri-sexp.4.1.0 uuidm.0.9.7 uutf.1.0.1 x509.1.0.2 yojson.1.5.0 zarith.1.13")
(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.3 --depext-only -y cuekeeper.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-03-03 10:10.16: Waiting for resource in pool OCluster
2025-03-03 20:01.33: Waiting for worker…
2025-03-03 20:09.15: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
HEAD is now at 1e525d0 Merge pull request #45 from alurm/patch-1
(from ocaml/opam:debian-12-ocaml-4.13@sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.13@sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2' locally
docker.io/ocaml/opam@sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2: Pulling from ocaml/opam
94e555ec46cb: Pulling fs layer
94e555ec46cb: Verifying Checksum
94e555ec46cb: Download complete
94e555ec46cb: Pull complete
Digest: sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2
Status: Downloaded newer image for ocaml/opam@sha256:56926515625f1746580d5ba673ca991ee5951fd4786f933d09c2bbebfd3cb1e2
2025-03-03 20:09.15 ---> using "114aebc0df831c183f0bc6e0591519784483c27acfaa72fbb21f484156fede5c" from cache
/: (comment debian-12-4.13_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-03 20:09.15 ---> using "c116330352a7828a0ba811294b2d7baeb3f5d5c70fd597b3011719a2e73b9ff1" 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 development 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 39 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=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-03 20:09.15 ---> using "9d41051199d6d06c25704abc7c063c411ad125871b4f23e84291eab030018ef7" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.13.1
2.3.0
2025-03-03 20:09.15 ---> using "6d6b7402da0224c9610b46baee87fdc96b2e89a71d73002e77df19fa0404ecd8" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-03 20:09.15 ---> using "6dd68d2bcfe180898ba45a794d0f4c67804815d1eaf9fa25809be689970c0c2a" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
94514fa0d0..c940a5f1a9 master -> origin/master
5c627de423 Merge pull request #27523 from hannesm/re-add-base-ocamlbuild
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from 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, 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-03-03 20:09.15 ---> using "4eaf94d895277a8ae92817febc7f447bc7d37e2d43fc8ee8b02abae066c26014" from cache
/src: (copy (src cuekeeper.opam) (dst ./))
2025-03-03 20:09.15 ---> saved as "850779d8e9a5865bd1ce02d627b77007269af55bd22a3e5d968db90ea684b333"
/src: (run (network host)
(shell "opam pin add -yn cuekeeper.dev './'"))
Package cuekeeper does not exist, create as a NEW package? [y/n] y
[cuekeeper.dev] synchronised (file:///src)
[WARNING] Failed checks on cuekeeper package definition from source at file:///src:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "GNU LESSER GENERAL PUBLIC LICENSE, v2.1"
The following additional pinnings are required by cuekeeper.dev:
- irmin-indexeddb.2.6.0 at git+https://github.com/talex5/irmin-indexeddb.git#b92cc751bc70d04c0447fab8cac259f36b2fd769
Pin and install them? [y/n] y
[irmin-indexeddb.2.6.0] synchronised (no changes)
irmin-indexeddb is now pinned to git+https://github.com/talex5/irmin-indexeddb.git#b92cc751bc70d04c0447fab8cac259f36b2fd769 (version 2.6.0)
cuekeeper is now pinned to file:///src (version dev)
2025-03-03 20:09.18 ---> saved as "bdb2bb941547b8135df326711bb1725066634ebc9c068030d3b7d025bf7cf24e"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-03 20:09.18 ---> saved as "515092c3ec3e663ab61cb204bd73c02a3baf1cbda39d0aae55804e70243ffe3e"
/src: (env DEPS "angstrom.0.14.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bheap.2.0.0 bigarray-compat.1.0.0 bigstringaf.0.7.0 biniou.1.2.0 bos.0.1.0 ca-certs.1.0.0 carton.0.4.3 carton-git.0.4.3 carton-lwt.0.4.3 checkseum.0.3.2 cmdliner.1.3.0 cohttp.4.1.2 cohttp-lwt.4.1.2 cohttp-lwt-jsoo.4.1.2 cohttp-lwt-unix.4.1.2 conduit.7.0.0 conduit-lwt.7.0.0 conduit-lwt-unix.7.0.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 crunch.1.4.0 cstruct.6.0.0 decompress.1.4.1 digestif.1.2.0 domain-name.0.3.0 duff.0.3 dune.3.2.0 dune-configurator.2.7.0 duration.0.1.0 easy-format.1.0.1 either.1.0.0 emile.1.1 encore.0.8 eqaf.0.8 fmt.0.8.9 fpath.0.7.3 git.3.7.0 gmap.0.3.0 hkdf.2.0.0 hxd.0.3.2 ipaddr.5.2.0 ipaddr-sexp.5.2.0 irmin.2.10.0 irmin-git.2.10.0 irmin-indexeddb.2.6.0 jbuilder.1.0+beta20.1 js_of_ocaml.4.0.0 js_of_ocaml-compiler.4.0.0 js_of_ocaml-lwt.4.0.0 js_of_ocaml-ppx.4.0.0 js_of_ocaml-tyxml.4.0.0 jsonm.1.0.1 ke.0.4 logs.0.7.0 lwt.5.7.0 macaddr.5.2.0 magic-mime.1.0.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mimic.0.0.4 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-lwt.1.1.0 mirage-flow.2.0.1 mmap.1.0.2 mtime.1.2.0 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlgraph.1.8.8 ocplib-endian.1.0 ohex.0.2.0 omd.1.3.1 optint.0.1.0 ounit.2.0.0 parsexp.v0.14.1 pbkdf.2.0.0 pecu.0.4 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppx_deriving.5.2 ppx_irmin.2.10.0 ppx_repr.0.5.0 ppx_sexp_conv.v0.14.3 ppxlib.0.22.2 psq.0.2.0 ptime.0.8.6 re.1.9.0 react.1.2.1 reactiveData.0.2 repr.0.5.0 result.1.5 rresult.0.4.0 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 tar.2.0.0 tls.1.0.0 tls-lwt.1.0.0 topkg.1.0.3 tyxml.4.6.0 uchar.0.0.2 uri.4.1.0 uri-sexp.4.1.0 uuidm.0.9.7 uutf.1.0.1 x509.1.0.2 yojson.1.5.0 zarith.1.13")
/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.3 --depext-only -y cuekeeper.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB]
- Fetched 349 kB in 0s (1285 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cuekeeper.dev] synchronised (file:///src)
[irmin-indexeddb.2.6.0] synchronised (no changes)
[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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl: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 ... 18745 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-03-03 20:09.48 ---> saved as "5c853286479ad8f4f16be1a3b8ccf42595b96341115217558c2dbdc1a160953d"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[irmin-indexeddb.2.6.0] synchronised (no changes)
[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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 125 packages
- install angstrom 0.14.0
- install asn1-combinators 0.3.1
- install astring 0.8.5
- install base v0.14.1
- install base-bytes base
- install base64 3.3.0
- install bheap 2.0.0
- install bigarray-compat 1.0.0
- install bigstringaf 0.7.0
- install biniou 1.2.0
- install bos 0.1.0
- install ca-certs 1.0.0
- install carton 0.4.3
- install carton-git 0.4.3
- install carton-lwt 0.4.3
- install checkseum 0.3.2
- install cmdliner 1.3.0
- install cohttp 4.1.2
- install cohttp-lwt 4.1.2
- install cohttp-lwt-jsoo 4.1.2
- install cohttp-lwt-unix 4.1.2
- install conduit 7.0.0
- install conduit-lwt 7.0.0
- install conduit-lwt-unix 7.0.0
- install conf-gmp 1
- install conf-gmp-powm-sec 1
- install conf-pkg-config 1.0
- install conf-which 1
- install cppo 1.6.1
- install crunch 1.4.0
- install cstruct 6.0.0
- install decompress 1.4.1
- install digestif 1.2.0
- install domain-name 0.3.0
- install duff 0.3
- install dune 3.2.0
- install dune-configurator 2.7.0
- install duration 0.1.0
- install easy-format 1.0.1
- install either 1.0.0
- install emile 1.1
- install encore 0.8
- install eqaf 0.8
- install fmt 0.8.9
- install fpath 0.7.3
- install git 3.7.0
- install gmap 0.3.0
- install hkdf 2.0.0 (deprecated)
- install hxd 0.3.2
- install ipaddr 5.2.0
- install ipaddr-sexp 5.2.0
- install irmin 2.10.0
- install irmin-git 2.10.0
- install irmin-indexeddb 2.6.0 (pinned)
- install jbuilder 1.0+beta20.1 (deprecated)
- install js_of_ocaml 4.0.0
- install js_of_ocaml-compiler 4.0.0
- install js_of_ocaml-lwt 4.0.0
- install js_of_ocaml-ppx 4.0.0
- install js_of_ocaml-tyxml 4.0.0
- install jsonm 1.0.1
- install ke 0.4
- install logs 0.7.0
- install lwt 5.7.0
- install macaddr 5.2.0
- install magic-mime 1.0.0
- install menhir 20200123
- install menhirLib 20200123
- install menhirSdk 20200123
- install mimic 0.0.4
- install mirage-crypto 1.1.0
- install mirage-crypto-ec 1.1.0
- install mirage-crypto-pk 1.1.0
- install mirage-crypto-rng 1.1.0
- install mirage-crypto-rng-lwt 1.1.0
- install mirage-flow 2.0.1
- install mmap 1.0.2
- install mtime 1.2.0
- install num 1.0
- install ocaml-compiler-libs v0.11.0
- install ocaml-migrate-parsetree 2.2.0 (deprecated)
- install ocamlbuild 0.14.0
- install ocamlfind 1.9.1
- install ocamlgraph 1.8.8
- install ocplib-endian 1.0
- install ohex 0.2.0
- install omd 1.3.1
- install optint 0.1.0
- install ounit 2.0.0
- install parsexp v0.14.1
- install pbkdf 2.0.0
- install pecu 0.4
- install ppx_cstruct 6.0.0
- install ppx_derivers 1.0
- install ppx_deriving 5.2
- install ppx_irmin 2.10.0
- install ppx_repr 0.5.0
- install ppx_sexp_conv v0.14.3
- install ppxlib 0.22.2
- install psq 0.2.0
- install ptime 0.8.6
- install re 1.9.0
- install react 1.2.1
- install reactiveData 0.2
- install repr 0.5.0
- install result 1.5
- install rresult 0.4.0
- install seq 0.2.2
- install sexplib v0.14.0
- install sexplib0 v0.14.0
- install stdlib-shims 0.1.0
- install stringext 1.4.0
- install tar 2.0.0
- install tls 1.0.0
- install tls-lwt 1.0.0
- install topkg 1.0.3
- install tyxml 4.6.0
- install uchar 0.0.2
- install uri 4.1.0
- install uri-sexp 4.1.0
- install uuidm 0.9.7
- install uutf 1.0.1
- install x509 1.0.2
- install yojson 1.5.0
- install zarith 1.13
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.1 (cached)
-> retrieved angstrom.0.14.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base64.3.3.0 (cached)
-> retrieved base.v0.14.1 (cached)
-> retrieved bheap.2.0.0 (cached)
-> retrieved bigarray-compat.1.0.0 (cached)
-> retrieved bigstringaf.0.7.0 (cached)
-> retrieved biniou.1.2.0 (cached)
-> retrieved bos.0.1.0 (cached)
-> retrieved ca-certs.1.0.0 (cached)
-> retrieved checkseum.0.3.2 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved conduit.7.0.0, conduit-lwt.7.0.0, conduit-lwt-unix.7.0.0 (cached)
-> retrieved conf-gmp.1 (cached)
-> retrieved conf-gmp-powm-sec.1 (cached)
-> retrieved carton.0.4.3, carton-git.0.4.3, carton-lwt.0.4.3 (cached)
-> retrieved cohttp.4.1.2, cohttp-lwt.4.1.2, cohttp-lwt-jsoo.4.1.2, cohttp-lwt-unix.4.1.2 (cached)
-> retrieved cppo.1.6.1 (cached)
-> installed conf-gmp.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved crunch.1.4.0 (cached)
-> retrieved cstruct.6.0.0, ppx_cstruct.6.0.0 (cached)
-> installed conf-gmp-powm-sec.1
-> retrieved domain-name.0.3.0 (cached)
-> retrieved duff.0.3 (cached)
-> retrieved decompress.1.4.1 (cached)
-> retrieved dune.3.2.0 (cached)
-> retrieved digestif.1.2.0 (cached)
-> retrieved dune-configurator.2.7.0 (cached)
-> retrieved duration.0.1.0 (cached)
-> retrieved easy-format.1.0.1 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved emile.1.1 (cached)
-> retrieved encore.0.8 (cached)
-> retrieved eqaf.0.8 (cached)
-> retrieved fmt.0.8.9 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved git.3.7.0 (cached)
-> retrieved hkdf.2.0.0 (cached)
-> retrieved hxd.0.3.2 (cached)
-> retrieved ipaddr.5.2.0, ipaddr-sexp.5.2.0, macaddr.5.2.0 (cached)
-> retrieved irmin.2.10.0, irmin-git.2.10.0, ppx_irmin.2.10.0 (cached)
-> retrieved jbuilder.1.0+beta20.1 (cached)
-> retrieved jsonm.1.0.1 (cached)
-> retrieved ke.0.4 (cached)
-> retrieved js_of_ocaml.4.0.0, js_of_ocaml-compiler.4.0.0, js_of_ocaml-lwt.4.0.0, js_of_ocaml-ppx.4.0.0, js_of_ocaml-tyxml.4.0.0 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved lwt.5.7.0 (cached)
-> retrieved irmin-indexeddb.2.6.0 (no changes)
-> retrieved magic-mime.1.0.0 (cached)
-> retrieved menhir.20200123, menhirLib.20200123, menhirSdk.20200123 (cached)
-> installed cmdliner.1.3.0
-> retrieved mimic.0.0.4 (cached)
-> retrieved mirage-flow.2.0.1 (cached)
-> retrieved mmap.1.0.2 (cached)
-> retrieved mtime.1.2.0 (cached)
-> retrieved num.1.0 (cached)
-> retrieved ocaml-compiler-libs.v0.11.0 (cached)
-> retrieved ocamlbuild.0.14.0 (cached)
-> retrieved ocaml-migrate-parsetree.2.2.0 (cached)
-> retrieved ocamlfind.1.9.1 (cached)
-> retrieved ocamlgraph.1.8.8 (cached)
-> retrieved ocplib-endian.1.0 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved optint.0.1.0 (cached)
-> retrieved omd.1.3.1 (cached)
-> retrieved ounit.2.0.0 (cached)
-> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0, mirage-crypto-rng-lwt.1.1.0 (cached)
-> retrieved parsexp.v0.14.1 (cached)
-> retrieved pbkdf.2.0.0 (cached)
-> retrieved pecu.0.4 (cached)
-> retrieved ppx_derivers.1.0 (cached)
-> retrieved ppx_deriving.5.2 (cached)
-> retrieved ppx_sexp_conv.v0.14.3 (cached)
-> retrieved ppx_repr.0.5.0, repr.0.5.0 (cached)
-> retrieved ppxlib.0.22.2 (cached)
-> retrieved psq.0.2.0 (cached)
-> retrieved ptime.0.8.6 (cached)
-> retrieved react.1.2.1 (cached)
-> retrieved re.1.9.0 (cached)
-> retrieved reactiveData.0.2 (cached)
-> retrieved result.1.5 (cached)
-> retrieved rresult.0.4.0 (cached)
-> retrieved seq.0.2.2 (cached)
-> retrieved sexplib.v0.14.0 (cached)
-> retrieved sexplib0.v0.14.0 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved stringext.1.4.0 (cached)
-> retrieved tar.2.0.0 (cached)
-> retrieved topkg.1.0.3 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved tls.1.0.0, tls-lwt.1.0.0 (cached)
-> retrieved uchar.0.0.2 (cached)
-> retrieved uuidm.0.9.7 (cached)
-> retrieved uri.4.1.0, uri-sexp.4.1.0 (cached)
-> retrieved uutf.1.0.1 (cached)
-> retrieved x509.1.0.2 (cached)
-> retrieved yojson.1.5.0 (cached)
-> retrieved zarith.1.13 (cached)
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed num.1.0
-> installed zarith.1.13
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed stringext.1.4.0
-> installed crunch.1.4.0
-> installed dune.3.2.0
-> installed magic-mime.1.0.0
-> installed bheap.2.0.0
-> installed bigarray-compat.1.0.0
-> installed dune-configurator.2.7.0
-> installed either.1.0.0
-> installed gmap.0.3.0
-> installed macaddr.5.2.0
-> installed menhirLib.20200123
-> installed menhirSdk.20200123
-> installed mmap.1.0.2
-> installed ocamlgraph.1.8.8
-> installed ocaml-migrate-parsetree.2.2.0
-> installed ocplib-endian.1.0
-> installed base64.3.3.0
-> installed bigstringaf.0.7.0
-> installed cstruct.6.0.0
-> installed ohex.0.2.0
-> installed omd.1.3.1
-> installed eqaf.0.8
-> installed optint.0.1.0
-> installed ounit.2.0.0
-> installed checkseum.0.3.2
-> installed digestif.1.2.0
-> installed lwt.5.7.0
-> installed pecu.0.4
-> installed result.1.5
-> installed seq.0.2.2
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.1.0
-> installed topkg.1.0.3
-> installed yojson.1.5.0
-> installed hkdf.2.0.0
-> installed psq.0.2.0
-> installed duration.0.1.0
-> installed angstrom.0.14.0
-> installed rresult.0.4.0
-> installed mirage-crypto.1.1.0
-> installed uuidm.0.9.7
-> installed re.1.9.0
-> installed pbkdf.2.0.0
-> installed hxd.0.3.2
-> installed fmt.0.8.9
-> installed react.1.2.1
-> installed uutf.1.0.1
-> installed mirage-flow.2.0.1
-> installed decompress.1.4.1
-> installed duff.0.3
-> installed encore.0.8
-> installed ke.0.4
-> installed astring.0.8.5
-> installed reactiveData.0.2
-> installed domain-name.0.3.0
-> installed menhir.20200123
-> installed jsonm.1.0.1
-> installed fpath.0.7.3
-> installed ipaddr.5.2.0
-> installed uri.4.1.0
-> installed emile.1.1
-> installed repr.0.5.0
-> installed tyxml.4.6.0
-> installed base.v0.14.1
-> installed parsexp.v0.14.1
-> installed sexplib.v0.14.0
-> installed ppxlib.0.22.2
-> installed ppx_cstruct.6.0.0
-> installed ppx_sexp_conv.v0.14.3
-> installed ppx_deriving.5.2
-> installed ipaddr-sexp.5.2.0
-> installed uri-sexp.4.1.0
-> installed tar.2.0.0
-> installed ppx_repr.0.5.0
-> installed ppx_irmin.2.10.0
-> installed cohttp.4.1.2
-> installed js_of_ocaml-compiler.4.0.0
-> installed js_of_ocaml.4.0.0
-> installed logs.0.7.0
-> installed ptime.0.8.6
-> installed mimic.0.0.4
-> installed mirage-crypto-rng.1.1.0
-> installed mtime.1.2.0
-> installed asn1-combinators.0.3.1
-> installed mirage-crypto-rng-lwt.1.1.0
-> installed mirage-crypto-pk.1.1.0
-> installed conduit.7.0.0
-> installed cohttp-lwt.4.1.2
-> installed js_of_ocaml-ppx.4.0.0
-> installed conduit-lwt.7.0.0
-> installed bos.0.1.0
-> installed carton.0.4.3
-> installed carton-lwt.0.4.3
-> installed carton-git.0.4.3
-> installed mirage-crypto-ec.1.1.0
-> installed irmin.2.10.0
-> installed js_of_ocaml-tyxml.4.0.0
-> installed js_of_ocaml-lwt.4.0.0
-> installed x509.1.0.2
-> installed git.3.7.0
-> installed ca-certs.1.0.0
-> installed cohttp-lwt-jsoo.4.1.2
-> installed tls.1.0.0
-> installed tls-lwt.1.0.0
-> installed irmin-indexeddb.2.6.0
-> installed conduit-lwt-unix.7.0.0
-> installed irmin-git.2.10.0
-> installed cohttp-lwt-unix.4.1.2
Done.
<><> ocaml-migrate-parsetree.2.2.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
<><> hkdf.2.0.0 installed successfully ><><><><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-03-03 20:13.42 ---> saved as "c6c41e62edee70778045df290eeb431e8f94263acfeaf8c4775b0d91580697ff"
/src: (copy (src .) (dst /src))
2025-03-03 20:13.42 ---> saved as "4bee1dd91e40c05b5d031c7dae108fd1ab478f432087364ca57be0c5117c0c46"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.13/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
(cd _build/default/lib && /home/opam/.opam/4.13/bin/ocaml-crunch init -o ck_init.ml -m plain)
Generating ck_init.ml
Skipping generation of .mli
(cd _build/default/tests && ./test.bc)
.....
Ran: 5 tests in: 4.43 seconds.
OK
2025-03-03 20:13.51 ---> saved as "a0294110af2de51fb93cc0608e96430f9a45eb4c4b83cf87bd48ef883570a578"
Job succeeded
2025-03-03 20:13.51: Job succeeded