Organisationsocaml-gospelgospelc17ae6 (0.3.1)openbsd-77-amd64-4.14_opam-2.4

openbsd-77-amd64-4.14_opam-2.4

Logs

Show full logs
2025-12-15 14:44.23: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/0.3.1 (c17ae6b808f11192f42009e2837f9c3c9e829eb3) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.4)
Base: openbsd-77-amd64-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "0.3.1" && cd "gospel" && git reset --hard c17ae6b8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-77-amd64-ocaml-4.14
# openbsd-77-amd64-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam /home/opam/src/./
RUN opam pin add -yn gospel.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y gospel.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-12-15 14:44.23: Using cache hint "ocaml-gospel/gospel-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.4-1990384f0f795bf7c763a9a5752aaa0e"
2025-12-15 14:44.23: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-4.14)
 (comment openbsd-77-amd64-4.14_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src gospel.opam) (dst /home/opam/src/./))
 (run (network host)
      (shell "opam pin add -yn gospel.dev '/home/opam/src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4")
 (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 gospel.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /home/opam/src))
 (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-12-15 14:44.23: Waiting for resource in pool OCluster
2025-12-16 02:18.49: Waiting for worker…
2025-12-16 06:45.39: Connecting to build cluster…
2025-12-16 12:49.58: Waiting for worker…
2025-12-16 18:12.20: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at c17ae6b8 Set NO_COLOR=true when testing

(from openbsd-77-amd64-ocaml-4.14)
2025-12-16 18:12.21 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache

/: (comment openbsd-77-amd64-4.14_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-16 18:12.21 ---> using "8054e5d0929fce63b2e622c1fc2caefa9b5f6e503f9fc7599e0bc40c0bb8a3e7" from cache

/: (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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file:///home/opam/opam-repository
2025-12-16 18:12.21 ---> using "8a35e9584a9ed6dcc739329957f608077d9c3bd6b56dee5b8d5c3bdd8dab57f7" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 4.14.2
2.4.1
2025-12-16 18:12.21 ---> using "b0cd4eee5840b9ccd2075fddbf7c93660c8c159436f71f3bf2f9c12998bdaf67" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f6368c68f9..c65fcb1165  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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 at these versions (e.g. "opam upgrade ocaml.5.4.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)
2025-12-16 18:12.21 ---> using "c1b8f36a93970f207eedf49fc3cd9ba6c9a3b2b42c878fe6e99d478dcf16e1c5" from cache

/: (copy (src gospel.opam) (dst /home/opam/src/./))
2025-12-16 18:13.18 ---> saved as "b41907b3efad509ff483d05d6e6e52f8f64f4ef2ce43b8f7c9b0f5fc2490be9e"

/: (run (network host)
        (shell "opam pin add -yn gospel.dev '/home/opam/src/./'"))
[gospel.dev] synchronised (file:///home/opam/src)
gospel is now pinned to file:///home/opam/src (version dev)
2025-12-16 18:14.13 ---> saved as "22daddddcf44a1182bcafab9760beacf1345bc69323ea394b86b54b2f0737f6d"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-12-16 18:15.11 ---> saved as "9e5ef51e8cc62cf4da6ffbd314f09fc0e7c3e718962c56c04ec7d0dce5685125"

/: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4")

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

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.dev] synchronised (file:///home/opam/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.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).
2025-12-16 18:16.14 ---> saved as "381f1750e1335cb5fdc5bdb222340a667f7b1e2635dbbdc64e3facee507217e7"

/: (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.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 30 packages
  - install astring             0.8.5
  - install camlp-streams       5.0.1
  - install cmdliner            2.1.0
  - install cppo                1.8.0
  - install crunch              4.0.0
  - install dune                3.20.2
  - install dune-build-info     3.20.2
  - install fmt                 0.11.0
  - install fpath               0.7.3
  - install menhir              20250912
  - install menhirCST           20250912
  - install menhirLib           20250912
  - install menhirSdk           20250912
  - install ocaml-compiler-libs v0.12.4
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install odoc                3.1.0
  - install odoc-parser         3.1.0
  - install pp_loc              2.1.0
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.1.1
  - install ppxlib              0.37.0
  - install ptime               1.2.0
  - install re                  1.14.0
  - install seq                 base
  - install sexplib0            v0.17.0
  - install stdlib-shims        0.3.0
  - install topkg               1.1.1
  - install tyxml               4.6.0
  - install uutf                1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.20.2
-> installed ocamlbuild.0.16.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed dune-build-info.3.20.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhir.20250912
-> installed ocamlfind.1.9.8
-> installed pp_loc.2.1.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed seq.base
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed topkg.1.1.1
-> installed ppxlib.0.37.0
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed fpath.0.7.3
-> installed odoc-parser.3.1.0
-> installed ppx_deriving.6.1.1
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed crunch.4.0.0
-> installed tyxml.4.6.0
-> installed odoc.3.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-16 18:30.53 ---> saved as "69c628127d254b6f22697014e146ab074e36362b8f4d169f5e0b32de377bf98f"

/: (copy (src .) (dst /home/opam/src))
2025-12-16 18:31.39 ---> saved as "18c11f562f27310f7fa11e6b07ead44eb8f87fcacf137708ca70a72f560a08cb"

/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/typechecker/process_gospel_file.t", line 1, characters 0-0:
/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/test/typechecker/process_gospel_file.t _build/default/test/typechecker/process_gospel_file.t.corrected
diff --git a/_build/default/test/typechecker/process_gospel_file.t b/_build/default/test/typechecker/process_gospel_file.t.corrected
index 3e57eba..3c2ac83 100644
--- a/_build/default/test/typechecker/process_gospel_file.t
+++ b/_build/default/test/typechecker/process_gospel_file.t.corrected
@@ -17,5 +17,47 @@ the `.gospel` file.
   $ gospel check --verbose foo.mli > foo
   $ gospel check --verbose foo.gospel > bar
   $ tail -q -n $(wc -l < bar) foo > baz
+  tail: unknown option -- q
+  usage: tail [-f | -r] [-b number | -c number | -n number | -number] [file ...]
+  [1]
   $ diff -s baz bar
-  Files baz and bar are identical
+  0a1,38
+  > 
+  > *******************************
+  > ********* Typed GOSPEL ********
+  > *******************************
+  > module foo.mli
+  > 
+  >   Namespace: foo.mli
+  >     Type symbols
+  >       ('a) t
+  >       
+  >     Logic Symbols
+  >       
+  >     Field Symbols
+  >       function contents (_:'a t) : 'a sequence
+  >       
+  >     Exception Symbols
+  >       
+  >     Namespaces
+  >       
+  >     Type Namespaces
+  >       
+  >   Signatures
+  >     (*@ open Stdlib *)
+  >     
+  >     (*@ open Gospelstdlib *)
+  >     
+  >     type 'a t
+  >          (*@ ephemeral
+  >              mutable model contents : 'a sequencewith x:'a t
+  >              
+  >              invariant ((length  (x:'a t).contents):integer > 0:integer):prop *)
+  >     
+  >     val create : int -> 'a -> 'a t
+  >     (*@ t_1:'a t = create n:int a_1:'a
+  >         checks ((integer_of_int  n:int):integer > 0:integer):prop
+  >         ensures ((t_1:'a t).contents = (init 
+  >                 (integer_of_int  n:int):integer fun _ -> a_1:'a):'a sequence):prop*)
+  > 
+  [1]
"cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-12-16 18:32.50: Job failed: Failed: Build failed