Organisationsocaml-gospelgospelcd1372 (implementations_gospel)freebsd-15.0-4.14_opam-2.5

freebsd-15.0-4.14_opam-2.5

Logs

Show full logs
2026-05-05 14:38.52: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/implementations_gospel (cd13727dc0ed4d595f6f1504e53a0d5d64a38ac9) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)
Base: freebsd-15.0-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "implementations_gospel" && cd "gospel" && git reset --hard cd13727d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-4.14
# freebsd-15.0-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 dune.3.23.0 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ppx_deriving.6.1.1 ppxlib.0.38.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.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

2026-05-05 14:38.52: Using cache hint "ocaml-gospel/gospel-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-9a2dc9602bfc66aba432c83e5c134251"
2026-05-05 14:38.52: Using OBuilder spec:
((from freebsd-15.0-ocaml-4.14)
 (comment freebsd-15.0-4.14_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src gospel.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn gospel.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 dune.3.23.0 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ppx_deriving.6.1.1 ppxlib.0.38.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")
 (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 gospel.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-05-05 14:38.52: Waiting for resource in pool OCluster
2026-05-05 14:38.52: Waiting for worker…
2026-05-05 14:38.52: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at cd13727 Added !! entry in terms

(from freebsd-15.0-ocaml-4.14)
2026-05-05 14:31.36 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache

/: (comment freebsd-15.0-4.14_opam-2.5)

/: (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.5 /usr/local/bin/opam"))
2026-05-05 14:31.37 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" 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
2026-05-05 14:31.37 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 4.14.3
2.5.0
2026-05-05 14:31.37 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-05 14:31.37 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   dd592986d4..a70af20c71  master     -> origin/master
a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
  - ocaml-config.3
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.
2026-05-05 14:31.49 ---> saved as "ba2aeb0409a717ae0a502684c8561707c31edf736e0dc4474335c0dbae04a053"

/src: (copy (src gospel.opam) (dst ./))
2026-05-05 14:31.50 ---> saved as "ee257357f9748017622e84ad90669bfd8408c0c2356b9d4d3a5229708bb1be0e"

/src: (run (network host)
           (shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2026-05-05 14:31.51 ---> saved as "bec37059a03577589503d4f6b110b96762bb278fee0b792b9d43292222461708"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-05 14:31.52 ---> saved as "c14fad8154c7f6104a3e54741d8687700e1a0c6f860140cf93d72631ac6052cf"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 dune.3.23.0 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ppx_deriving.6.1.1 ppxlib.0.38.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")

/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 gospel.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.dev] synchronised (file:///src)

[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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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).
2026-05-05 14:32.00 ---> saved as "f36b3c0dad1025ff96814cd728939678841588ffcf8dc9ca29e3d95195d120a1"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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
   cmdliner            2.1.1
   cppo                1.8.0
   dune                3.23.0
   fmt                 0.11.0
   menhir              20260209
   menhirCST           20260209
   menhirGLR           20260209
   menhirLib           20260209
   menhirSdk           20260209
   ocaml-compiler-libs v0.12.4
   ocamlbuild          0.16.1
   ocamlfind           1.9.8
   ppx_derivers        1.2.1
   ppx_deriving        6.1.1
   ppxlib              0.38.0
   sexplib0            v0.17.0
   stdlib-shims        0.3.0
   topkg               1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cppo.1.8.0  (cached)
 retrieved cmdliner.2.1.1  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ppx_deriving.6.1.1  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved dune.3.23.0  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ppxlib.0.38.0  (cached)
 installed cmdliner.2.1.1
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed topkg.1.1.1
 installed fmt.0.11.0
 installed dune.3.23.0
 installed menhirCST.20260209
 installed stdlib-shims.0.3.0
 installed ppx_derivers.1.2.1
 installed cppo.1.8.0
 installed menhirSdk.20260209
 installed menhirLib.20260209
 installed menhirGLR.20260209
 installed sexplib0.v0.17.0
 installed ocaml-compiler-libs.v0.12.4
 installed menhir.20260209
 installed ppxlib.0.38.0
 installed ppx_deriving.6.1.1
Done.
2026-05-05 14:36.04 ---> saved as "0c6f8864637d409b51c470621c764d3feff5d70574bbaf6b84cae334d28aa4a6"

/src: (copy (src .) (dst /src))
2026-05-05 14:36.05 ---> saved as "411b56f28c94e01e9c02b1255f8a2e3c67158071efcd2d4ba5ccb100aa157893"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/ppx_derivers -I /home/opam/.opam/4.14.3/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.3/lib/ppxlib -I /home/opam/.opam/4.14.3/lib/ppxlib/ast -I /home/opam/.opam/4.14.3/lib/ppxlib/astlib -I /home/opam/.opam/4.14.3/lib/ppxlib/print_diff -I /home/opam/.opam/4.14.3/lib/ppxlib/stdppx -I /home/opam/.opam/4.14.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14.3/lib/sexplib0 -I /home/opam/.opam/4.14.3/lib/stdlib-shims -no-alias-deps -opaque -open Gospel -o src/.gospel.objs/byte/gospel__Opprintast.cmo -c -impl src/Opprintast.pp.ml)
File "src/Opprintast.ml", line 59, characters 46-52:
59 |           check_variable var_names t.ptyp_loc string;
                                                   ^^^^^^
Error: This expression has type string loc
       but an expression was expected of type string
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocaml_shadow -w -9 -g -I src/.gospel.objs/byte -I src/.gospel.objs/native -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/ppx_derivers -I /home/opam/.opam/4.14.3/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.3/lib/ppxlib -I /home/opam/.opam/4.14.3/lib/ppxlib/ast -I /home/opam/.opam/4.14.3/lib/ppxlib/astlib -I /home/opam/.opam/4.14.3/lib/ppxlib/print_diff -I /home/opam/.opam/4.14.3/lib/ppxlib/stdppx -I /home/opam/.opam/4.14.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14.3/lib/sexplib0 -I /home/opam/.opam/4.14.3/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Gospel -o src/.gospel.objs/native/gospel__Uattr2spec.cmx -c -impl src/uattr2spec.pp.ml)
File "src/uattr2spec.ml", line 347, characters 6-29:
347 |     | Pexp_function case_list -> Sexp_function (List.map case case_list)
            ^^^^^^^^^^^^^^^^^^^^^^^
Error: The constructor Pexp_function expects 3 argument(s),
       but is applied here to 1 argument(s)
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/ppx_derivers -I /home/opam/.opam/4.14.3/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.3/lib/ppxlib -I /home/opam/.opam/4.14.3/lib/ppxlib/ast -I /home/opam/.opam/4.14.3/lib/ppxlib/astlib -I /home/opam/.opam/4.14.3/lib/ppxlib/print_diff -I /home/opam/.opam/4.14.3/lib/ppxlib/stdppx -I /home/opam/.opam/4.14.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14.3/lib/sexplib0 -I /home/opam/.opam/4.14.3/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Gospel -o src/.gospel.objs/byte/gospel__Uattr2spec.cmo -c -impl src/uattr2spec.pp.ml)
File "src/uattr2spec.ml", line 347, characters 6-29:
347 |     | Pexp_function case_list -> Sexp_function (List.map case case_list)
            ^^^^^^^^^^^^^^^^^^^^^^^
Error: The constructor Pexp_function expects 3 argument(s),
       but is applied here to 1 argument(s)
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 dune.3.23.0 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ppx_deriving.6.1.1 ppxlib.0.38.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_1249_2542" "mount.devfs" "path=/obuilder/result/45f404209e1720b983f31480d3d5854082d787cfb461e3c124edc4ee3925b08e/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 dune.3.23.0 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ppx_deriving.6.1.1 ppxlib.0.38.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2026-05-05 14:43.40: Job failed: Failed: Build failed