Organisationsocaml-gospelwhy3gospelaa4513 (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-09-01 14:13.43: New job: test ocaml-gospel/why3gospel https://github.com/ocaml-gospel/why3gospel.git#refs/heads/main (aa4513e8a5c8a1ec8d2ecd747dcfa1517dac3bf4) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.09@sha256:d7fb7683305c344a187f2702ec72061966c7920998e3f4e231b917a32cc58bf2
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/why3gospel.git" -b "main" && cd "why3gospel" && git reset --hard aa4513e8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.09@sha256:d7fb7683305c344a187f2702ec72061966c7920998e3f4e231b917a32cc58bf2
# debian-12-4.09_opam-2.2
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 f57c065fe9329efd503ebbbfcc76ee78f979cf3d || git fetch origin master) && git reset -q --hard f57c065fe9329efd503ebbbfcc76ee78f979cf3d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 why3gospel.opam ./
RUN opam pin add -yn why3gospel.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.16.0 fmt.0.9.0 gospel.dev menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y why3gospel.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)


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


2024-09-01 14:13.43: Using cache hint "ocaml-gospel/why3gospel-ocaml/opam:debian-12-ocaml-4.09@sha256:d7fb7683305c344a187f2702ec72061966c7920998e3f4e231b917a32cc58bf2-debian-12-4.09_opam-2.2-0ad40ac4bbb592c5665d17d0ae69af0d"
2024-09-01 14:13.43: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.09@sha256:d7fb7683305c344a187f2702ec72061966c7920998e3f4e231b917a32cc58bf2)
 (comment debian-12-4.09_opam-2.2)
 (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 f57c065fe9329efd503ebbbfcc76ee78f979cf3d || git fetch origin master) && git reset -q --hard f57c065fe9329efd503ebbbfcc76ee78f979cf3d && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src why3gospel.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn why3gospel.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.16.0 fmt.0.9.0 gospel.dev menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2")
 (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 why3gospel.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install --yes dune 'odoc>=1.5.0'"))
 (copy (src .) (dst /src/))
 (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-09-01 14:13.43: Waiting for resource in pool OCluster
2024-09-01 16:52.49: Waiting for worker…
2024-09-01 16:54.43: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at aa4513e update to current gospel (locations in patterns)


(from ocaml/opam:debian-12-ocaml-4.09@sha256:d7fb7683305c344a187f2702ec72061966c7920998e3f4e231b917a32cc58bf2)
2024-09-01 16:54.43 ---> using "37aab13058349dad66da7dde1a267d1dadb2460fd8cda5959a3a8889d9918041" from cache


/: (comment debian-12-4.09_opam-2.2)


/: (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"))
2024-09-01 16:54.43 ---> using "057f63981b9121ed7c4e10863ea16b07904ca90b3e40a16c29a5201329d35269" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-01 16:54.43 ---> using "53a46c6e9af660881e8c550f53c45fea7ea11d5f6cbc9a393ef0b369137c95ec" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.09.1
2.2.1
2024-09-01 16:54.43 ---> using "71a33fc719df5a303d74bd183e145dfddced8f4a7964a5e2b57465003f9780cb" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-01 16:54.43 ---> using "2662eb18bca265342ce0f7ca932601df4f893255bb120078e9de942504a9e0d4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e f57c065fe9329efd503ebbbfcc76ee78f979cf3d || git fetch origin master) && git reset -q --hard f57c065fe9329efd503ebbbfcc76ee78f979cf3d && git log --no-decorate -n1 --oneline && opam update -u"))
f57c065fe9 Merge pull request #26251 from NathanReb/release-ppxlib-0.33.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
=== downgrade 1 package
  - downgrade opam-depext 1.2.3 to 1.2.1-1 [no longer available]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-09-01 16:55.41 ---> saved as "f85908fb5f1d2d9834b425f19bb8ce1f94b290f2e7a789e71a63d70fa42e2617"


/src: (copy (src why3gospel.opam) (dst ./))
2024-09-01 16:55.41 ---> saved as "9db8f8de170a03be58b49629b914eccdb21f76d6cbc8812827d15c3162b3fc32"


/src: (run (network host)
           (shell "opam pin add -yn why3gospel.dev './'"))
Package why3gospel does not exist, create as a NEW package? [y/n] y
[why3gospel.dev] synchronised (file:///src)
The following additional pinnings are required by why3gospel.dev:
  - gospel.dev at git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83
Pin and install them? [y/n] y
[gospel.dev] synchronised (no changes)
gospel is now pinned to git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83 (version dev)
why3gospel is now pinned to file:///src (version dev)
2024-09-01 16:55.44 ---> saved as "302c45fb41d6bbcf8b681d370221e02311b3c3bb8db8a97ef06e6af07387fd16"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.16.0 fmt.0.9.0 gospel.dev menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2")


/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 why3gospel.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9221 kB in 2s (4813 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[why3gospel.dev] synchronised (no changes)
[gospel.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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).
2024-09-01 16:56.00 ---> saved as "bd286d9d1112523027a24804bcfc3bea10c9b6029421ce31c665e2a95991cfa1"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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 18 packages
  - install cmdliner            1.3.0
  - install dune                3.16.0
  - install fmt                 0.9.0
  - install gospel              dev (pinned)
  - install menhir              20240715
  - install menhirCST           20240715
  - install menhirLib           20240715
  - install menhirSdk           20240715
  - install num                 1.5-1
  - install ocaml-compiler-libs v0.12.4
  - install ocamlbuild          0.15.0
  - install ocamlfind           1.9.6
  - install ppx_derivers        1.2.1
  - install ppxlib              0.33.0
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install topkg               1.0.7
  - install why3                1.7.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed cmdliner.1.3.0
-> retrieved gospel.dev  (no changes)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved why3.1.7.2  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.16.0
-> installed ppx_derivers.1.2.1
-> installed menhirCST.20240715
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20240715
-> installed sexplib0.v0.16.0
-> installed menhirLib.20240715
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.33.0
-> installed menhir.20240715
[ERROR] The compilation of gospel.dev failed at "dune build -p gospel -j 255".
-> installed why3.1.7.2


#=== ERROR while compiling gospel.dev =========================================#
# context     2.2.1 | linux/x86_64 | ocaml-base-compiler.4.09.1 | pinned(git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83#65587404d2167840bd5f09bbb9da29c49ee3fb83)
# path        ~/.opam/4.09/.opam-switch/build/gospel.dev
# command     ~/.opam/4.09/bin/dune build -p gospel -j 255
# exit-code   1
# env-file    ~/.opam/log/gospel-1-54b03b.env
# output-file ~/.opam/log/gospel-1-54b03b.out
### output ###
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -no-alias-deps -open Gospel -o src/.gospel.objs/byte/gospel__Opprintast.cmo -c -impl src/Opprintast.ml)
# File "src/Opprintast.ml", line 423, characters 17-59:
# 423 |             Some ({ppat_desc = Ppat_tuple([pat1; pat2]);_}));
#                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Error: This pattern matches values of type
#          Ppxlib.Parsetree.pattern = Astlib.Ast_414.Parsetree.pattern
#        but a pattern was expected which matches values of type
#          string Astlib.Ast_414.Asttypes.loc list * Ppxlib.Parsetree.pattern
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Gospel -o src/.gospel.objs/byte/gospel__Uattr2spec.cmo -c -impl src/uattr2spec.ml)
# File "src/uattr2spec.ml", lines 170-174, characters 2-49:
# 170 | ..match c with
# 171 |   | Pwith_type (l, t) -> Wtype (l, no_spec_type_decl t)
# 172 |   | Pwith_module (l1, l2) -> Wmodule (l1, l2)
# 173 |   | Pwith_typesubst (l, t) -> Wtypesubst (l, no_spec_type_decl t)
# 174 |   | Pwith_modsubst (l1, l2) -> Wmodsubst (l1, l2)
# Warning 8: this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# (Pwith_modtype (_, _)|Pwith_modtypesubst (_, _))
# File "src/uattr2spec.ml", lines 176-192, characters 40-54:
# 176 | ........................................function
# 177 |   | Psig_value v -> Sig_val (val_description ~filename v)
# 178 |   | Psig_type (r, tl) -> Sig_type (r, List.map (type_declaration ~filename) tl)
# 179 |   | Psig_attribute a ->
# 180 |       if not (is_spec a) then Sig_attribute a else floating_spec ~filename a
# ...
# 189 |   | Psig_class c -> Sig_class c
# 190 |   | Psig_class_type c -> Sig_class_type c
# 191 |   | Psig_extension (e, a) -> Sig_extension (e, a)
# 192 |   | Psig_typesubst _ | Psig_modsubst _ -> assert false
# Warning 8: this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# Psig_modtypesubst _
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -open Ocaml_shadow -w -9 -g -I src/.gospel.objs/byte -I src/.gospel.objs/native -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Gospel -o src/.gospel.objs/native/gospel__Uattr2spec.cmx -c -impl src/uattr2spec.ml)
# File "src/uattr2spec.ml", lines 170-174, characters 2-49:
# 170 | ..match c with
# 171 |   | Pwith_type (l, t) -> Wtype (l, no_spec_type_decl t)
# 172 |   | Pwith_module (l1, l2) -> Wmodule (l1, l2)
# 173 |   | Pwith_typesubst (l, t) -> Wtypesubst (l, no_spec_type_decl t)
# 174 |   | Pwith_modsubst (l1, l2) -> Wmodsubst (l1, l2)
# Warning 8: this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# (Pwith_modtype (_, _)|Pwith_modtypesubst (_, _))
# File "src/uattr2spec.ml", lines 176-192, characters 40-54:
# 176 | ........................................function
# 177 |   | Psig_value v -> Sig_val (val_description ~filename v)
# 178 |   | Psig_type (r, tl) -> Sig_type (r, List.map (type_declaration ~filename) tl)
# 179 |   | Psig_attribute a ->
# 180 |       if not (is_spec a) then Sig_attribute a else floating_spec ~filename a
# ...
# 189 |   | Psig_class c -> Sig_class c
# 190 |   | Psig_class_type c -> Sig_class_type c
# 191 |   | Psig_extension (e, a) -> Sig_extension (e, a)
# 192 |   | Psig_typesubst _ | Psig_modsubst _ -> assert false
# Warning 8: this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# Psig_modtypesubst _


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build gospel dev
+- 
+- The following changes have been performed
| - install cmdliner            1.3.0
| - install dune                3.16.0
| - install fmt                 0.9.0
| - install menhir              20240715
| - install menhirCST           20240715
| - install menhirLib           20240715
| - install menhirSdk           20240715
| - install num                 1.5-1
| - install ocaml-compiler-libs v0.12.4
| - install ocamlbuild          0.15.0
| - install ocamlfind           1.9.6
| - install ppx_derivers        1.2.1
| - install ppxlib              0.33.0
| - install sexplib0            v0.16.0
| - install stdlib-shims        0.3.0
| - install topkg               1.0.7
| - install why3                1.7.2
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.09/.opam-switch/backup/state-20240901165600.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-09-01 16:57.04: Job failed: Failed: Build failed