2025-06-12 14:12.55: New job: test ocaml-gospel/why3gospel https://github.com/ocaml-gospel/why3gospel.git#refs/heads/main (aa4513e8a5c8a1ec8d2ecd747dcfa1517dac3bf4) (linux-x86_64:fedora-41-5.3_opam-2.3) Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7 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:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7 # fedora-41-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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-12 14:12.55: Using cache hint "ocaml-gospel/why3gospel-ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7-fedora-41-5.3_opam-2.3-6959142f66275dbe31bffaa9142ec518" 2025-06-12 14:12.55: Using OBuilder spec: ((from ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7) (comment fedora-41-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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-12 14:12.55: Waiting for resource in pool OCluster 2025-06-12 14:12.55: Waiting for worker… 2025-06-12 14:19.28: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at aa4513e update to current gospel (locations in patterns) (from ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7) 2025-06-12 14:19.29 ---> using "6885aab87f4fe22185c8b8094f735035f681f36e522db31f68b1c3410c45c8dc" from cache /: (comment fedora-41-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 41 - x86_64 - Updates 100% | 77.9 KiB/s | 24.6 KiB | 00m00s Fedora 41 - x86_64 - Updates 100% | 3.4 MiB/s | 3.6 MiB | 00m01s Repositories loaded. Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed. Nothing to do. 2025-06-12 14:19.29 ---> using "be913ffc0559d1f9061ab7a5a14cead2760cef4759fb2f507009e508be9d1904" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-12 14:19.29 ---> using "06b698498e5a5e5c62763942374272aaa9f8ccb14dba2ca9a6ee215e79a511a7" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-12 14:19.29 ---> using "2ab33c3e3494a4a312bd0b70e17e60f5891afea9b3bc06c2dfbf6b765ac5d2d7" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-59-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-06-12 14:19.29 ---> using "a10b4865dcd3eb52b5cd422f7f390da13f120a6bc87cf8de5f3c86eae9dd43d0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-12 14:19.29 ---> using "b54fc704a579008027213d2076ec99cf59bb09f2216bd0f1b7c5760bec3a4607" 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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bc726805e3..a28eb8a148 master -> origin/master 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-12 14:19.29 ---> using "67d864b03dc3494a922df9d84fe9418af933d211f9147c97f9628be4f92cecf9" from cache /src: (copy (src why3gospel.opam) (dst ./)) 2025-06-12 14:19.30 ---> saved as "da92d44d83a1580e7d5bcfb675d8e5ee4f743490ccab05f347204702154c67d2" /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-12 14:19.34 ---> saved as "adfed84296582fe7b2123a870c06527cd6b2d969e5caf498cccbc1f0b6810df7" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-12 14:19.34 ---> saved as "cad25c28a185bc7a7dc9b9c330f83e4a027990e000624e7cc81c1fb4d278136b" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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 "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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: gmp-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "yum" "install" "-y" "gmp-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - gmp-devel x86_64 1:6.3.0-2.fc41 fedora 352.3 KiB - Installing dependencies: - gmp-c++ x86_64 1:6.3.0-2.fc41 fedora 31.8 KiB - - Transaction Summary: - Installing: 2 packages - - Total size of inbound packages is 193 KiB. Need to download 193 KiB. - After this operation, 384 KiB extra will be used (install 384 KiB, remove 0 B). - [1/2] gmp-c++-1:6.3.0-2.fc41.x86_64 100% | 169.4 KiB/s | 18.6 KiB | 00m00s - [2/2] gmp-devel-1:6.3.0-2.fc41.x86_64 100% | 1.2 MiB/s | 174.4 KiB | 00m00s - -------------------------------------------------------------------------------- - [2/2] Total 100% | 663.4 KiB/s | 193.0 KiB | 00m00s - Running transaction - [1/4] Verify package files 100% | 666.0 B/s | 2.0 B | 00m00s - [2/4] Prepare transaction 100% | 25.0 B/s | 2.0 B | 00m00s - [3/4] Installing gmp-c++-1:6.3.0-2.fc41 100% | 8.0 MiB/s | 32.6 KiB | 00m00s - [4/4] Installing gmp-devel-1:6.3.0-2.fc 100% | 2.5 MiB/s | 354.1 KiB | 00m00s - Complete! + /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" - gmp-devel-6.3.0-2.fc41.x86_64 2025-06-12 14:20.05 ---> saved as "f27e76e5d22991238c507576094219246481c2a40839af9113908f63f547dd5c" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 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.17.0 - 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-gmp.5 -> installed conf-pkg-config.4 -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved gospel.dev (no changes) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved dune.3.19.1 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved why3.1.8.1 (cached) -> retrieved zarith.1.14 (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 ppx_derivers.1.2.1 -> installed menhirCST.20240715 -> installed stdlib-shims.0.3.0 -> installed menhirSdk.20240715 -> installed sexplib0.v0.17.0 -> installed menhirLib.20240715 -> installed ocaml-compiler-libs.v0.17.0 -> 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.5.3.0 | pinned(git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83#65587404d2167840bd5f09bbb9da29c49ee3fb83) # path ~/.opam/5.3/.opam-switch/build/gospel.dev # command ~/.opam/5.3/bin/dune build -p gospel -j 71 # exit-code 1 # env-file ~/.opam/log/gospel-1-b8abbb.env # output-file ~/.opam/log/gospel-1-b8abbb.out ### output ### # (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -bin-annot-occurrences -I src/.gospel.objs/byte -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/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: The value s 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/5.3/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -bin-annot-occurrences -I src/.gospel.objs/byte -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/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/5.3/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/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/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.17.0 | - 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/5.3/.opam-switch/backup/state-20250612142006.export" "/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31 2025-06-12 14:24.40: Job failed: Failed: Build failed