Organisationsocaml-gospelwhy3gospelaa4513 (main)freebsd-14.3-5.4_opam-2.4

freebsd-14.3-5.4_opam-2.4

Logs

Show full logs
2025-10-18 16:35.18: New job: test ocaml-gospel/why3gospel https://github.com/ocaml-gospel/why3gospel.git#refs/heads/main (aa4513e8a5c8a1ec8d2ecd747dcfa1517dac3bf4) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.4)
Base: freebsd-14.3-ocaml-5.4
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 freebsd-14.3-ocaml-5.4
# freebsd-14.3-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.2.0.0 conf-gmp.5 conf-pkg-config.4 dune.3.20.2 fmt.0.11.0 gospel.dev menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 why3.1.8.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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-10-18 16:35.18: Using cache hint "ocaml-gospel/why3gospel-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.4-39a1a30aff05723ce12f550a76d28232"
2025-10-18 16:35.18: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
 (comment freebsd-14.3-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/local/bin/opam-2.4 /usr/local/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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.2.0.0 conf-gmp.5 conf-pkg-config.4 dune.3.20.2 fmt.0.11.0 gospel.dev menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-10-18 16:35.18: Waiting for resource in pool OCluster
2025-10-18 16:50.11: Waiting for worker…
2025-10-18 17:35.28: Got resource from pool OCluster
Building on rosemary
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: 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' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /obuilder/state/git/why3gospel.git-7936447ecb3de63036a491bf3c5559f06d939252/.git/
HEAD is now at aa4513e update to current gospel (locations in patterns)

(from freebsd-14.3-ocaml-5.4)
2025-10-18 17:34.04 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache

/: (comment freebsd-14.3-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/local/bin/opam-2.4 /usr/local/bin/opam"))
2025-10-18 17:34.04 ---> using "3a594302e099be4d1fe17d31961c678e53238e61e9f64fbe865d05a177bbd49f" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-10-18 17:34.04 ---> using "966aea62bfa80234ccffa3e603e9d2a2c27a29ab53d209038b434e38821f2fb7" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-18 17:34.05 ---> using "901289cfc1072ebb5c56e6766d7e4b0939435c511aca0ca5e37a81de9f740bdb" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-18 17:34.05 ---> using "1dc6b19784012bf1d34b6ef08bc9997df686c93fa70b17674c490e435d82e9d9" from cache

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

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

Already up-to-date.
Nothing to do.
2025-10-18 17:34.05 ---> using "7a8b35168a23a8c2682613ae65c35435ee8653b8ae3ea72889247ec9bbef5b97" from cache

/src: (copy (src why3gospel.opam) (dst ./))
2025-10-18 17:34.06 ---> saved as "f849d17de378ed12ca7ab181c81ce10e8c920dd5e33232e6e8d247c4bcc95d06"

/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#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-10-18 17:34.11 ---> saved as "e052072b2631e3fca44c40096bc81a65d524a6bdbf125d0ec3a47ff12102683f"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 17:34.11 ---> saved as "1d13b35a57d9614c0214a08463addbfb88f16221f8fb0ab3b1a66908380c3a24"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-pkg-config.4 dune.3.20.2 fmt.0.11.0 gospel.dev menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --depext-only -y why3gospel.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> 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.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:
    gmp

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

+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: .
- ..
- ..
- ...
- .. done
- Processing entries: 
- ..
- ..
- ..
- .
- ..
- . done
- FreeBSD repository update completed. 36576 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: .. done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 213 packages processed.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	gmp: 6.3.0 [FreeBSD]
- 
- Number of packages to be installed: 1
- 
- The process will require 3 MiB more space.
- 500 KiB to be downloaded.
- [rosemary] [1/1] Fetching gmp-6.3.0.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Installing gmp-6.3.0...
- [rosemary] [1/1] Extracting gmp-6.3.0: .......... done
2025-10-18 17:34.37 ---> saved as "9cb290444227dc0cc052a16d9a0677a92e940620a4333b4ed069f6c42242a6bc"

/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.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 20 packages
   cmdliner            2.0.0
   conf-gmp            5
   conf-pkg-config     4
   dune                3.20.2
   fmt                 0.11.0
   gospel              dev (pinned)
   menhir              20250912
   menhirCST           20250912
   menhirLib           20250912
   menhirSdk           20250912
   ocaml-compiler-libs v0.17.0
   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.0
   why3                1.8.2
   zarith              1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved conf-gmp.5  (cached)
 installed conf-pkg-config.4
 installed conf-gmp.5
 retrieved fmt.0.11.0  (cached)
 retrieved cmdliner.2.0.0  (cached)
 retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
 retrieved ocaml-compiler-libs.v0.17.0  (cached)
 retrieved gospel.dev  (no changes)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved dune.3.20.2  (cached)
 retrieved topkg.1.1.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ppxlib.0.37.0  (cached)
 retrieved zarith.1.14  (cached)
 retrieved why3.1.8.2  (https://why3.gitlabpages.inria.fr/releases/why3-1.8.2.tar.gz)
 installed cmdliner.2.0.0
 installed ocamlfind.1.9.8
 installed ocamlbuild.0.16.1
 installed zarith.1.14
 installed topkg.1.1.0
 installed fmt.0.11.0
 installed dune.3.20.2
 installed menhirCST.20250912
 installed ppx_derivers.1.2.1
 installed stdlib-shims.0.3.0
 installed menhirLib.20250912
 installed menhirSdk.20250912
 installed sexplib0.v0.17.0
 installed ocaml-compiler-libs.v0.17.0
 installed menhir.20250912
 installed ppxlib.0.37.0
[ERROR] The compilation of gospel.dev failed at "dune build -p gospel -j 39".
 installed why3.1.8.2

#=== ERROR while compiling gospel.dev =========================================#
# context     2.4.1 | freebsd/x86_64 | ocaml-base-compiler.5.4.0 | pinned(git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83#65587404d2167840bd5f09bbb9da29c49ee3fb83)
# path        ~/.opam/5.4.0/.opam-switch/build/gospel.dev
# command     ~/.opam/5.4.0/bin/dune build -p gospel -j 39
# exit-code   1
# env-file    ~/.opam/log/gospel-95537-2f96e0.env
# output-file ~/.opam/log/gospel-95537-2f96e0.out
### output ###
# [...]
# 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.0.0
 install conf-gmp            5
 install conf-pkg-config     4
 install dune                3.20.2
 install fmt                 0.11.0
 install menhir              20250912
 install menhirCST           20250912
 install menhirLib           20250912
 install menhirSdk           20250912
 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.37.0
 install sexplib0            v0.17.0
 install stdlib-shims        0.3.0
 install topkg               1.1.0
 install why3                1.8.2
 install zarith              1.14
└─ 

The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/5.4.0/.opam-switch/backup/state-20251018173438.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-pkg-config.4 dune.3.20.2 fmt.0.11.0 gospel.dev menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 why3.1.8.2 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed
"jail" "-c" "name=obuilder_856_2624" "mount.fstab=/tmp/obuilder-jail-504b83/fstab" "mount.devfs" "path=/obuilder/result/8025346a51c31117851cae6cbfa5a535909d03c6174995ddf52c996b83f8bb9b/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-pkg-config.4 dune.3.20.2 fmt.0.11.0 gospel.dev menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 why3.1.8.2 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1
2025-10-18 17:38.31: Job failed: Failed: Build failed