Organisationstaridesopam-monorepo9ddcc5 (relock)debian-13-5.4_opam-2.4

debian-13-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-11-21 08:53.19: New job: test tarides/opam-monorepo https://github.com/tarides/opam-monorepo.git#refs/heads/relock (9ddcc5d63ddbb3196945702c7676e25ccfe5e199) (linux-x86_64:debian-13-5.4_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f
opam-monorepo build


To reproduce locally:


git clone --recursive "https://github.com/tarides/opam-monorepo.git" -b "relock" && cd "opam-monorepo" && git reset --hard 9ddcc5d6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f
# debian-13-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.4 dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 opam-monorepo.0.3.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y  $DEPS
RUN opam install $DEPS
WORKDIR /src
RUN sudo chown opam /src
COPY --chown=1000:1000 dune-project opam-monorepo.opam.locked /src/
RUN opam monorepo depext --yes --lock ./opam-monorepo.opam.locked
RUN opam install --yes --ignore-pin-depends --deps-only ./opam-monorepo.opam.locked
RUN opam exec -- opam monorepo pull
COPY --chown=1000:1000 . /src/
RUN opam exec -- dune build @install
RUN opam exec -- dune runtest


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


2025-11-21 08:53.19: Using cache hint "tarides/opam-monorepo-ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f-debian-13-5.4_opam-2.4-opam-monorepo-debian-13-5.4_opam-2.4"
2025-11-21 08:53.19: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f)
(comment debian-13-5.4_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.2 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.4 dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 opam-monorepo.0.3.6")
(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.2 --depext-only -y  $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(copy (src dune-project opam-monorepo.opam.locked) (dst /src/))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam monorepo depext --yes --lock ./opam-monorepo.opam.locked"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes --ignore-pin-depends --deps-only ./opam-monorepo.opam.locked"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam exec -- opam monorepo pull"))
(copy (src .) (dst /src/))
(run (cache (dune:tarides:opam-monorepo (target /src/_build) (buildkit_options ((sharing private)))))
(shell "opam exec -- dune build @install"))
(run (cache (dune:tarides:opam-monorepo (target /src/_build) (buildkit_options ((sharing private)))))
(shell "opam exec -- dune runtest"))
)


2025-11-21 08:53.19: Waiting for resource in pool OCluster
2025-11-21 10:09.08: Waiting for worker…
2025-11-21 10:12.37: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 9ddcc5d6 update lockfile


(from ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f)
2025-11-21 10:12.38 ---> using "9e1915ffb50e2d100090b64fd44ae95ca325d8eb9d61c3d158d7a2820cdf10df" from cache


/: (comment debian-13-5.4_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.2 /usr/bin/opam"))
2025-11-21 10:12.38 ---> saved as "6d565c27bea8ee931ca291e96965c5b487338f5ef5896a5be159e6863cdadef7"


/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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-21 10:13.22 ---> saved as "b564955a6a2fee4cbb9068595a0e89188f56315879011ab4aca5a1361dccacd1"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0
2.2.1
2025-11-21 10:13.23 ---> saved as "92716a2ae7301eb5a99701bf8b2e2d8fee9519cdd74b9b88282905bb5c520dfc"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-21 10:13.23 ---> saved as "0aa7a00b56a0b8dbda8e01ee1bd20a8398486315ae677ca5045de3eaf244914d"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1


<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2025-11-21 10:13.59 ---> saved as "cbd177e0527c1b2758585bc05420974258bfc92d7ad6322564a9679abbbba869"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.4 dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 opam-monorepo.0.3.6")


/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.2 --depext-only -y  $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.8 kB]
- Fetched 9973 kB in 3s (3966 kB/s)
- Reading package lists...
- 
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "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 ... 20653 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
2025-11-21 10:14.27 ---> saved as "b4c94fb7f66101c303f6967eb06a44a5fe96c12b224cf40c24d1b04254486b41"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 3 packages
- install conf-pkg-config 4
- install dune            3.20.2
- install opam-monorepo   0.3.6


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved dune.3.20.2  (cached)
-> retrieved opam-monorepo.0.3.6  (https://opam.ocaml.org/cache)
-> installed dune.3.20.2
-> installed opam-monorepo.0.3.6
Done.
# Run eval $(opam env) to update the current shell environment
2025-11-21 10:17.10 ---> saved as "184618d392f7a79bf125c3d78278768111f8f46d234d0fdf01d55ef7dc140d7f"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-21 10:17.11 ---> saved as "58b3fb97ba81bd18cf451e23286505dfef421cc669355ff5c2db3b0cbf02c782"


/src: (copy (src dune-project opam-monorepo.opam.locked) (dst /src/))
2025-11-21 10:17.11 ---> saved as "9bf5c62c8c8f13ad5e15f48c80f07218283438f385f6639a0d85dca503d34e12"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam monorepo depext --yes --lock ./opam-monorepo.opam.locked"))
==> Using lockfile opam-monorepo.opam.locked
2025-11-21 10:17.14 ---> saved as "9122ec4f0b23501e65bbdba551d933cd41c33f6bc15db030842b0af108c409d0"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes --ignore-pin-depends --deps-only ./opam-monorepo.opam.locked"))
[WARNING] Failed checks on src package definition from source at file:///src:
warning 25: Missing field 'authors'
warning 35: Missing field 'homepage'
warning 36: Missing field 'bug-reports'
warning 47: Synopsis should start with a capital and not end with a dot
warning 68: Missing field 'license'
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2025-11-21 10:17.33 ---> saved as "0ab120cad7bd815669caae11ad65efdb83cec0f2d906a92c3cca67d12bb3b59e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam exec -- opam monorepo pull"))
==> Using lockfile /src/opam-monorepo.opam.locked
Successfully pulled 39/39 repositories
2025-11-21 10:17.51 ---> saved as "494f02a776cffc0ec7ce82cd3ec761917ae9cdb30decf5865697eeed0e0ac25f"


/src: (copy (src .) (dst /src/))
2025-11-21 10:17.52 ---> saved as "e6db6efc9578af84af30721bb1f35b15a5db28f1ed0619dd8c43981eb214549d"


/src: (run (cache (dune:tarides:opam-monorepo (target /src/_build) (buildkit_options ((sharing private)))))
(shell "opam exec -- dune build @install"))
(cd _build/default/duniverse/menhir/lib/pack && ./pack.exe)
Creating menhirLib.ml...
Creating menhirLib.mli...
(cd _build/default/duniverse/menhir/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/duniverse/menhir/src/stage2/parserMessages.check
Read 99 sample input sentences and 99 error messages.
Read 99 sample input sentences and 47 error messages.
(cd _build/default && duniverse/menhir/src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v duniverse/menhir/src/stage2/parser.mly --base duniverse/menhir/src/stage2/parser --infer-read-reply duniverse/menhir/src/stage2/parser__mock.mli.inferred)
Grammar has 56 nonterminal symbols, among which 1 start symbols.
Grammar has 37 terminal symbols.
Grammar has 129 productions.
Built an LR(0) automaton with 199 states.
The grammar is not SLR(1) -- 7 states have a conflict.
The construction mode is no-pager.
Built an LR(1) automaton with 308 states.
One shift/reduce conflict was silently solved.
Extra reductions on error were added in 50 states.
Priority played a role in 0 of these states.
156 out of 308 states have a default reduction.
108 out of 308 states are represented.
44 out of 96 symbols keep track of their start position.
39 out of 96 symbols keep track of their end position.
The StackLang code contains 4113 instructions in 277 blocks.
The StackLang code comprises 5 mutually recursive groups.
(cd _build/default/duniverse/menhir/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/duniverse/menhir/src/stage2/parserMessages.ml
Read 99 sample input sentences and 47 error messages.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I cli/.duniverse_cli.objs/byte -I cli/.duniverse_cli.objs/native -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I duniverse/0install/src/solver/.zeroinstall_solver.objs/byte -I duniverse/0install/src/solver/.zeroinstall_solver.objs/native -I duniverse/angstrom/lib/.angstrom.objs/byte -I duniverse/angstrom/lib/.angstrom.objs/native -I duniverse/astring/src/.astring.objs/byte -I duniverse/astring/src/.astring.objs/native -I duniverse/bigstringaf/lib/.bigstringaf.objs/byte -I duniverse/bigstringaf/lib/.bigstringaf.objs/native -I duniverse/bos/src/.bos.objs/byte -I duniverse/bos/src/.bos.objs/native -I duniverse/cmdliner/src/.cmdliner.objs/byte -I duniverse/cmdliner/src/.cmdliner.objs/native -I duniverse/dune_/otherlibs/dune-build-info/src/.build_info.objs/byte -I duniverse/dune_/otherlibs/dune-build-info/src/.build_info.objs/native -I duniverse/fmt/src/.fmt.objs/byte -I duniverse/fmt/src/.fmt.objs/native -I duniverse/fmt/src/cli/.fmt_cli.objs/byte -I duniverse/fmt/src/cli/.fmt_cli.objs/native -I duniverse/fmt/src/tty/.fmt_tty.objs/byte -I duniverse/fmt/src/tty/.fmt_tty.objs/native -I duniverse/fpath/src/.fpath.objs/byte -I duniverse/fpath/src/.fpath.objs/native -I duniverse/jsonm/src/.jsonm.objs/byte -I duniverse/jsonm/src/.jsonm.objs/native -I duniverse/logs/src/.logs.objs/byte -I duniverse/logs/src/.logs.objs/native -I duniverse/logs/src/cli/.logs_cli.objs/byte -I duniverse/logs/src/cli/.logs_cli.objs/native -I duniverse/logs/src/fmt/.logs_fmt.objs/byte -I duniverse/logs/src/fmt/.logs_fmt.objs/native -I duniverse/ocaml-re/lib/.re.objs/byte -I duniverse/ocaml-re/lib/.re.objs/native -I duniverse/ocaml-sha/.sha.objs/byte -I duniverse/ocaml-sha/.sha.objs/native -I duniverse/ocaml-uri/lib/.uri.objs/byte -I duniverse/ocaml-uri/lib/.uri.objs/native -I duniverse/ocaml-version/.ocaml_version.objs/byte -I duniverse/ocaml-version/.ocaml_version.objs/native -I duniverse/ocamlgraph/src/.graph.objs/byte -I duniverse/ocamlgraph/src/.graph.objs/native -I duniverse/opam-0install-solver/lib/.opam_0install.objs/byte -I duniverse/opam-0install-solver/lib/.opam_0install.objs/native -I duniverse/opam-file-format/src/.opam_file_format.objs/native -I duniverse/opam-file-format/src/.opam_file_format.objs/public_cmi -I duniverse/opam/src/core/.opam_core.objs/byte -I duniverse/opam/src/core/.opam_core.objs/native -I duniverse/opam/src/format/.opam_format.objs/byte -I duniverse/opam/src/format/.opam_format.objs/native -I duniverse/opam/src/repository/.opam_repository.objs/byte -I duniverse/opam/src/repository/.opam_repository.objs/native -I duniverse/opam/src/state/.opam_state.objs/byte -I duniverse/opam/src/state/.opam_state.objs/native -I duniverse/parsexp/src/.parsexp.objs/byte -I duniverse/parsexp/src/.parsexp.objs/native -I duniverse/patch/src/.patch.objs/byte -I duniverse/patch/src/.patch.objs/native -I duniverse/result/.result.objs/byte -I duniverse/result/.result.objs/native -I duniverse/rresult/src/.rresult.objs/byte -I duniverse/rresult/src/.rresult.objs/native -I duniverse/sexplib/src/.sexplib.objs/byte -I duniverse/sexplib/src/.sexplib.objs/native -I duniverse/sexplib0/src/.sexplib0.objs/byte -I duniverse/sexplib0/src/.sexplib0.objs/native -I duniverse/spdx_licenses/src/.spdx_licenses.objs/byte -I duniverse/spdx_licenses/src/.spdx_licenses.objs/native -I duniverse/stdlib-shims/src/.stdlib_shims.objs/byte -I duniverse/stdlib-shims/src/.stdlib_shims.objs/native -I duniverse/stringext/lib/.stringext.objs/byte -I duniverse/stringext/lib/.stringext.objs/native -I duniverse/swhid_core/src/.swhid_core.objs/byte -I duniverse/swhid_core/src/.swhid_core.objs/native -I duniverse/uutf/src/.uutf.objs/byte -I duniverse/uutf/src/.uutf.objs/native -I lib/.duniverse_lib.objs/byte -I lib/.duniverse_lib.objs/native -I stdext/.stdext.objs/byte -I stdext/.stdext.objs/native -cmi-file cli/.duniverse_cli.objs/byte/duniverse_cli__Depext.cmi -no-alias-deps -opaque -open Duniverse_cli -o cli/.duniverse_cli.objs/native/duniverse_cli__Depext.cmx -c -impl cli/depext.ml)
File "cli/depext.ml", line 17, characters 4-35:
17 |   | available_pkgs, _not_found_pkgs -> Ok available_pkgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This pattern matches values of type 'a * 'b
but a pattern was expected which matches values of type
OpamSysPkg.status
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I cli/.duniverse_cli.objs/byte -I cli/.duniverse_cli.objs/native -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I duniverse/0install/src/solver/.zeroinstall_solver.objs/byte -I duniverse/0install/src/solver/.zeroinstall_solver.objs/native -I duniverse/angstrom/lib/.angstrom.objs/byte -I duniverse/angstrom/lib/.angstrom.objs/native -I duniverse/astring/src/.astring.objs/byte -I duniverse/astring/src/.astring.objs/native -I duniverse/bigstringaf/lib/.bigstringaf.objs/byte -I duniverse/bigstringaf/lib/.bigstringaf.objs/native -I duniverse/bos/src/.bos.objs/byte -I duniverse/bos/src/.bos.objs/native -I duniverse/cmdliner/src/.cmdliner.objs/byte -I duniverse/cmdliner/src/.cmdliner.objs/native -I duniverse/dune_/otherlibs/dune-build-info/src/.build_info.objs/byte -I duniverse/dune_/otherlibs/dune-build-info/src/.build_info.objs/native -I duniverse/fmt/src/.fmt.objs/byte -I duniverse/fmt/src/.fmt.objs/native -I duniverse/fmt/src/cli/.fmt_cli.objs/byte -I duniverse/fmt/src/cli/.fmt_cli.objs/native -I duniverse/fmt/src/tty/.fmt_tty.objs/byte -I duniverse/fmt/src/tty/.fmt_tty.objs/native -I duniverse/fpath/src/.fpath.objs/byte -I duniverse/fpath/src/.fpath.objs/native -I duniverse/jsonm/src/.jsonm.objs/byte -I duniverse/jsonm/src/.jsonm.objs/native -I duniverse/logs/src/.logs.objs/byte -I duniverse/logs/src/.logs.objs/native -I duniverse/logs/src/cli/.logs_cli.objs/byte -I duniverse/logs/src/cli/.logs_cli.objs/native -I duniverse/logs/src/fmt/.logs_fmt.objs/byte -I duniverse/logs/src/fmt/.logs_fmt.objs/native -I duniverse/ocaml-re/lib/.re.objs/byte -I duniverse/ocaml-re/lib/.re.objs/native -I duniverse/ocaml-sha/.sha.objs/byte -I duniverse/ocaml-sha/.sha.objs/native -I duniverse/ocaml-uri/lib/.uri.objs/byte -I duniverse/ocaml-uri/lib/.uri.objs/native -I duniverse/ocaml-version/.ocaml_version.objs/byte -I duniverse/ocaml-version/.ocaml_version.objs/native -I duniverse/ocamlgraph/src/.graph.objs/byte -I duniverse/ocamlgraph/src/.graph.objs/native -I duniverse/opam-0install-solver/lib/.opam_0install.objs/byte -I duniverse/opam-0install-solver/lib/.opam_0install.objs/native -I duniverse/opam-file-format/src/.opam_file_format.objs/native -I duniverse/opam-file-format/src/.opam_file_format.objs/public_cmi -I duniverse/opam/src/core/.opam_core.objs/byte -I duniverse/opam/src/core/.opam_core.objs/native -I duniverse/opam/src/format/.opam_format.objs/byte -I duniverse/opam/src/format/.opam_format.objs/native -I duniverse/opam/src/repository/.opam_repository.objs/byte -I duniverse/opam/src/repository/.opam_repository.objs/native -I duniverse/opam/src/state/.opam_state.objs/byte -I duniverse/opam/src/state/.opam_state.objs/native -I duniverse/parsexp/src/.parsexp.objs/byte -I duniverse/parsexp/src/.parsexp.objs/native -I duniverse/patch/src/.patch.objs/byte -I duniverse/patch/src/.patch.objs/native -I duniverse/result/.result.objs/byte -I duniverse/result/.result.objs/native -I duniverse/rresult/src/.rresult.objs/byte -I duniverse/rresult/src/.rresult.objs/native -I duniverse/sexplib/src/.sexplib.objs/byte -I duniverse/sexplib/src/.sexplib.objs/native -I duniverse/sexplib0/src/.sexplib0.objs/byte -I duniverse/sexplib0/src/.sexplib0.objs/native -I duniverse/spdx_licenses/src/.spdx_licenses.objs/byte -I duniverse/spdx_licenses/src/.spdx_licenses.objs/native -I duniverse/stdlib-shims/src/.stdlib_shims.objs/byte -I duniverse/stdlib-shims/src/.stdlib_shims.objs/native -I duniverse/stringext/lib/.stringext.objs/byte -I duniverse/stringext/lib/.stringext.objs/native -I duniverse/swhid_core/src/.swhid_core.objs/byte -I duniverse/swhid_core/src/.swhid_core.objs/native -I duniverse/uutf/src/.uutf.objs/byte -I duniverse/uutf/src/.uutf.objs/native -I lib/.duniverse_lib.objs/byte -I lib/.duniverse_lib.objs/native -I stdext/.stdext.objs/byte -I stdext/.stdext.objs/native -cmi-file cli/.duniverse_cli.objs/byte/duniverse_cli__Lock.cmi -no-alias-deps -opaque -open Duniverse_cli -o cli/.duniverse_cli.objs/native/duniverse_cli__Lock.cmx -c -impl cli/lock.ml)
File "cli/lock.ml", line 327, characters 50-57:
327 |                   let url = git_permanent_url url version in
^^^^^^^
Error: The value version has type string
but an expression was expected of type OpamPackage.Version.t
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install" failed with exit status 1
2025-11-21 10:19.02: Job failed: Failed: Build failed