2026-03-19 08:05.57: New job: test ocaml-gospel/why3gospel https://github.com/ocaml-gospel/why3gospel.git#refs/heads/main (aa4513e8a5c8a1ec8d2ecd747dcfa1517dac3bf4) (linux-arm64:debian-13-4.14_arm32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8eeOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/why3gospel.git" -b "main" && cd "why3gospel" && git reset --hard aa4513e8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee# debian-13-4.14_arm32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.2.1.0 conf-gmp.5 conf-pkg-config.4 dune.3.22.0 fmt.0.11.0 gospel.dev menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 why3.1.8.2 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y why3gospel.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 08:05.57: Using cache hint "ocaml-gospel/why3gospel-ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-debian-13-4.14_arm32_opam-2.5-a83b30e579ce8bcfbac984afa1bf4eaa"2026-03-19 08:05.57: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)(comment debian-13-4.14_arm32_opam-2.5)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 conf-gmp.5 conf-pkg-config.4 dune.3.22.0 fmt.0.11.0 gospel.dev menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 why3.1.8.2 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.5 --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")))2026-03-19 08:05.57: Waiting for resource in pool OCluster2026-03-19 09:25.02: Waiting for worker…2026-03-19 09:48.50: Got resource from pool OClusterBuilding on ocaml-1.osuosl.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/why3gospel.git-7936447ecb3de63036a491bf3c5559f06d939252/.git/HEAD is now at aa4513e update to current gospel (locations in patterns)(from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locallydocker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opame7e4c87ce695: Already exists098244b1fe4f: Already exists94a818ec2cdc: Already exists29e77b813c7f: Already existsb9dc986333a7: Already exists023a3b8ea315: Already exists2684ea5ea2fe: Already exists93c319c970b2: Already exists03f63d243d48: Already exists237874024f5b: Already exists954f264158bf: Already exists85f6eb6723bd: Already exists2882e9da3bb0: Already exists4aabbd87a4c4: Already exists4f386ee1e947: Already exists76eac5355b1e: Already exists7732af2249d2: Already exists0864fc6233a3: Already exists74a602ddff51: Already existseff8656d1a08: Already exists480ead97e7de: Already exists71d9c83b5938: Already exists4f4fb700ef54: Already exists46ffbb314b18: Already exists9ad678cce639: Already existscee0ad8655f3: Already existsd7a6444c98ec: Already existsfb7ac70d48b8: Already exists9e9d8c0fc63b: Already exists4fd15bd8b00c: Already existscfb25ffd51ce: Already existsa1d4a67b1423: Already existsb5f05950c5d7: Already existsffaeb3c9d76d: Already exists4c3b6722757e: Already exists0f58a95c7a9b: Already existsc3e40142c411: Already exists7f8475cb6605: Already exists05a50efaf303: Already exists6b01dec062a8: Already exists9fd1e9989233: Already exists433ff276b12f: Pulling fs layerefd9b50fadc4: Pulling fs layerd1391430121a: Pulling fs layerf656d97c5aae: Pulling fs layerf656d97c5aae: Waitingefd9b50fadc4: Verifying Checksumefd9b50fadc4: Download completed1391430121a: Verifying Checksumd1391430121a: Download completef656d97c5aae: Download complete433ff276b12f: Download complete433ff276b12f: Pull completeefd9b50fadc4: Pull completed1391430121a: Pull completef656d97c5aae: Pull completeDigest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8eeStatus: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee2026-03-19 09:48.51 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache/: (comment debian-13-4.14_arm32_opam-2.5)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-19 09:48.51 ---> using "80364e7ea3205efd59b6cbc366965d6fdeadf26970763d3042667a502d2bbf01" 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.Continue? [Y/n] yThis 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.[NOTE] The 'jobs' option was reset, its value was 79 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=79 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-19 09:48.51 ---> using "52062abc9754f2f7adbcdae53513e4f1235a1be0e687b9206e441a5dd0e48602" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-101-genericThe OCaml toplevel, version 4.14.22.5.02026-03-19 09:48.51 ---> using "fa12169a33bbc70a6fa9176fcc7359a2140c5372c9c0bec86cfe85c767ebe583" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 09:48.51 ---> using "714c205c6aa9a3a01f77892c73cd70f2e82e79a2d5dd8150eb0263fd0a8a8c7f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-19 09:48.51 ---> using "15f7aa79899ddca57d3836a637e1edaf407799e389e8c2261d41e28f98da1016" from cache/src: (copy (src why3gospel.opam) (dst ./))2026-03-19 09:48.51 ---> saved as "75d59319fb09f6080cc3b3708c581c5de3a46a38b7e821b53009b83f8fc79f34"/src: (run (network host)(shell "opam pin add -yn why3gospel.dev './'"))[NOTE] Package why3gospel does not exist in opam repositories registered in the current switch.[why3gospel.dev] synchronised (file:///src)The following additional pinnings are required by why3gospel.dev:- gospel.dev at git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83Pin 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)2026-03-19 09:48.58 ---> saved as "05b97d85facb7deeb33ff95ce2b0bda2b56e608beb00510b3960ccc66f9a2ab3"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 09:48.59 ---> saved as "e4eaec0ec22280cec6263e19f31c97f6856297ee5a5c0c45a18396dec134b64c"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 conf-gmp.5 conf-pkg-config.4 dune.3.22.0 fmt.0.11.0 gospel.dev menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 why3.1.8.2 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.5 --depext-only -y why3gospel.dev $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 armhf Packages [9237 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [109 kB]- Fetched 9577 kB in 1s (6878 kB/s)- Reading package lists...-<><> 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:libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"- Selecting previously unselected package libgmpxx4ldbl:armhf.- (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 ... 20349 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_armhf.deb ...- Unpacking libgmpxx4ldbl:armhf (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:armhf.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_armhf.deb ...- Unpacking libgmp-dev:armhf (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:armhf.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_armhf.deb ...- Unpacking libpkgconf3:armhf (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_armhf.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:armhf.- Preparing to unpack .../4-pkgconf_1.8.1-4_armhf.deb ...- Unpacking pkgconf:armhf (1.8.1-4) ...- Selecting previously unselected package pkg-config:armhf.- Preparing to unpack .../5-pkg-config_1.8.1-4_armhf.deb ...- Unpacking pkg-config:armhf (1.8.1-4) ...- Setting up libpkgconf3:armhf (1.8.1-4) ...- Setting up libgmpxx4ldbl:armhf (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:armhf (2:6.3.0+dfsg-3) ...- Setting up pkgconf:armhf (1.8.1-4) ...- Setting up pkg-config:armhf (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-03-19 09:49.27 ---> saved as "d67a773ef8d6bb035703528d164f2284f3198d422cbdefaad26aa8b55ffeca4d"/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 21 packages- install cmdliner 2.1.0- install conf-gmp 5- install conf-pkg-config 4- install dune 3.22.0- install fmt 0.11.0- install gospel dev (pinned)- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- 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.37.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install why3 1.8.2- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved conf-gmp.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved fmt.0.11.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.22.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> installed cmdliner.2.1.0-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved gospel.dev (no changes)-> retrieved zarith.1.14 (cached)-> retrieved why3.1.8.2 (cached)-> installed ocamlfind.1.9.8-> installed zarith.1.14-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed dune.3.22.0-> installed menhirCST.20260209-> installed stdlib-shims.0.3.0-> installed ppx_derivers.1.2.1-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.12.4-> installed menhir.20260209-> installed ppxlib.0.37.0[ERROR] The compilation of gospel.dev failed at "dune build -p gospel -j 15".-> installed why3.1.8.2#=== ERROR while compiling gospel.dev =========================================## context 2.5.0 | linux/arm32 | 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 15# exit-code 1# env-file ~/.opam/log/gospel-7-6b0911.env# output-file ~/.opam/log/gospel-7-6b0911.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 2.1.0| - install conf-gmp 5| - install conf-pkg-config 4| - install dune 3.22.0| - install fmt 0.11.0| - install menhir 20260209| - install menhirCST 20260209| - install menhirGLR 20260209| - install menhirLib 20260209| - install menhirSdk 20260209| - 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.37.0| - install sexplib0 v0.17.0| - install stdlib-shims 0.3.0| - install topkg 1.1.1| - install why3 1.8.2| - 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-20260319094931.export""/usr/bin/linux32" "/bin/sh" "-c" "opam install $DEPS" failed with exit status 312026-03-19 09:53.11: Job failed: Failed: Build failed