2025-06-17 18:29.29: New job: test ocaml-gospel/why3gospel https://github.com/ocaml-gospel/why3gospel.git#refs/heads/main (aa4513e8a5c8a1ec8d2ecd747dcfa1517dac3bf4) (linux-x86_64:opensuse-15.6-4.14_opam-2.3) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514 Opam project build 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:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514 # opensuse-15.6-4.14_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 why3gospel.opam ./ RUN opam pin add -yn why3gospel.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.5 conf-pkg-config.4 dune.3.19.1 fmt.0.10.0 gospel.dev menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 why3.1.8.1 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y why3gospel.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-06-17 18:29.29: Using cache hint "ocaml-gospel/why3gospel-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514-opensuse-15.6-4.14_opam-2.3-2d9aca4c6030a715de7ac566046a08c0" 2025-06-17 18:29.29: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514) (comment opensuse-15.6-4.14_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src why3gospel.opam) (dst ./)) (run (network host) (shell "opam pin add -yn why3gospel.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.5 conf-pkg-config.4 dune.3.19.1 fmt.0.10.0 gospel.dev menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 why3.1.8.1 zarith.1.14") (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 why3gospel.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-06-17 18:29.29: Waiting for resource in pool OCluster 2025-06-17 21:00.31: Waiting for worker… 2025-06-17 21:05.02: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at aa4513e update to current gospel (locations in patterns) (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514' locally docker.io/ocaml/opam@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514: Pulling from ocaml/opam 77cc6eaffbea: Already exists 5ccb43cb504f: Already exists 4f2a6b803e49: Already exists e8612e92ee9a: Already exists 569ddc5ca5e4: Already exists Digest: sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514 Status: Downloaded newer image for ocaml/opam@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514 2025-06-17 21:05.03 ---> using "4a6fdc936af901a9f89c53eac736863712182b22bf00eb1f2f91749b3b4fb635" from cache /: (comment opensuse-15.6-4.14_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-06-17 21:05.03 ---> using "4c300f703eb6b72998a7a749b253aa4744f7f99c794840231dd85d48efe7ca70" 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 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-06-17 21:05.03 ---> using "5027001e609d3036b16bc554af07cf799a1d5ff69beb9bbf7fbc4d01a80ef8bd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-141-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-06-17 21:05.03 ---> using "6c9720425dc8efa9ac96fe70e7855459125f210e0162dc8427c6ce1df9975a74" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-17 21:05.03 ---> using "9cf2c360dcb9a5dca580f7a61e2ee5775f8408ce7fe0237ece8ea229231f4c30" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.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. # To update the current shell environment, run: eval $(opam env) 2025-06-17 21:05.03 ---> using "93a69ee437f6a3aec65461c23d5003b7d4f55840c2338cb19510a70206a84349" from cache /src: (copy (src why3gospel.opam) (dst ./)) 2025-06-17 21:05.03 ---> saved as "05fff2928c5e233f1e043a5b6453ae94432a63dc2a63e12130ac855dd90a4cd5" /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) 2025-06-17 21:05.19 ---> saved as "0ab1062057dfd85f6a96d13bf9c9fdab95ea2792066468832882709a099cc94a" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-17 21:05.19 ---> saved as "a03f14268b84b68b94a3e03a076762eb5b1668eefb19e34fff3f67cc4dc64ea8" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.5 conf-pkg-config.4 dune.3.19.1 fmt.0.10.0 gospel.dev menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 why3.1.8.1 zarith.1.14") /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 why3gospel.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.... - ........done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [... - . - . - ... - ...... - . - ......... - ......... - .......... - .......... - .......... - .......... - .......... - ......... - ......... - .......... - .......... - .......... - .......... - .......... - ......... - .......... - .......... - ......... - .......... - .. - .. - .... - .... - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - 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 ><><><><><><><><><><><><><><><><><><><><><><> [why3gospel.dev] synchronised (file:///src) [gospel.dev] 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.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: gmp-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 2 NEW packages are going to be installed: - gmp-devel libgmpxx4 - - 2 new packages to install. - - Package download size: 2.2 MiB - - Package install size change: - | 6.7 MiB required by packages that will be installed - 6.7 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/2), 17.1 KiB - Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [.done] - Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (2/2), 2.2 MiB - Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [... - ...done (4.6 MiB/s)] - - Checking for file conflicts: [..done] - (1/2) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done] - (2/2) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [......done] 2025-06-17 21:07.40 ---> saved as "c8b88be7b6c5b029cad9ce8ca54cd587697857030339d4209163afa1157f9509" /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-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 20 packages - install cmdliner 1.3.0 - install conf-gmp 5 - install conf-pkg-config 4 - install dune 3.19.1 - install fmt 0.10.0 - install gospel dev (pinned) - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-compiler-libs v0.12.4 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install ppxlib 0.36.0 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install why3 1.8.1 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-gmp.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved fmt.0.10.0 (cached) -> installed conf-pkg-config.4 -> installed conf-gmp.5 -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved gospel.dev (no changes) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved zarith.1.14 (cached) -> retrieved dune.3.19.1 (cached) -> retrieved why3.1.8.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed fmt.0.10.0 -> installed dune.3.19.1 -> installed menhirCST.20240715 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed menhirSdk.20240715 -> installed sexplib0.v0.17.0 -> installed menhirLib.20240715 -> installed ocaml-compiler-libs.v0.12.4 -> installed menhir.20240715 -> installed ppxlib.0.36.0 [ERROR] The compilation of gospel.dev failed at "dune build -p gospel -j 71". -> installed why3.1.8.1 #=== ERROR while compiling gospel.dev =========================================# # context 2.3.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned(git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83#65587404d2167840bd5f09bbb9da29c49ee3fb83) # path ~/.opam/4.14/.opam-switch/build/gospel.dev # command ~/.opam/4.14/bin/dune build -p gospel -j 71 # exit-code 1 # env-file ~/.opam/log/gospel-1-0367d3.env # output-file ~/.opam/log/gospel-1-0367d3.out ### output ### # (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/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 304, characters 60-61: # 304 | pp f "@[<2>%a@;as@;%a@]" (core_type1 ctxt) ct tyvar s # ^ # Error: This expression has type # string Ppxlib_ast__Versions.OCaml_502.Ast.Asttypes.loc = # string Location.loc # but an expression was expected of type string # (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/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 [partial-match]: 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 [partial-match]: 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.14/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.14/lib/fmt -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/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 [partial-match]: 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 [partial-match]: 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 conf-gmp 5 | - install conf-pkg-config 4 | - install dune 3.19.1 | - install fmt 0.10.0 | - install menhir 20240715 | - install menhirCST 20240715 | - install menhirLib 20240715 | - install menhirSdk 20240715 | - install ocaml-compiler-libs v0.12.4 | - install ocamlbuild 0.16.1 | - install ocamlfind 1.9.8 | - install ppx_derivers 1.2.1 | - install ppxlib 0.36.0 | - install sexplib0 v0.17.0 | - install stdlib-shims 0.3.0 | - install topkg 1.0.8 | - install why3 1.8.1 | - install zarith 1.14 +- # To update the current shell environment, run: eval $(opam env) The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20250617210741.export" "/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31 2025-06-17 21:11.07: Job failed: Failed: Build failed