Organisationsedwintorokdune-compiledbf04417 (main)openbsd-76-amd64-4.14_opam-2.3

openbsd-76-amd64-4.14_opam-2.3

Link Copied
Code Copied

Logs

2024-11-11 20:59.29: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (f0441721de9b4d1c8418a41ff6fc3f715505e7f0) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3)
Base: openbsd-76-amd64-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard f0441721
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-76-amd64-ocaml-4.14
# openbsd-76-amd64-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dune-compiledb.opam /home/opam/src/./
RUN opam pin add -yn dune-compiledb.dev '/home/opam/src/./'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.16.1 ezjsonm.1.3.0 fmt.0.9.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y dune-compiledb.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


2024-11-11 20:59.29: Using cache hint "edwintorok/dune-compiledb-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-98bff2398e2ceea88c496ac7653d06b1"
2024-11-11 20:59.29: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-4.14)
(comment openbsd-76-amd64-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas 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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src dune-compiledb.opam) (dst /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn dune-compiledb.dev '/home/opam/src/./'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.16.1 ezjsonm.1.3.0 fmt.0.9.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.0.7 uutf.1.0.3")
(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 dune-compiledb.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"))
)


2024-11-11 20:59.29: Waiting for resource in pool OCluster
2024-11-12 02:58.27: Waiting for worker…
2024-11-12 05:18.59: Got resource from pool OCluster
Building on bremusa
All commits already cached
HEAD is now at f044172 fix typo


(from openbsd-76-amd64-ocaml-4.14)
2024-11-12 05:18.59 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache


/: (comment openbsd-76-amd64-4.14_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-11-12 05:18.59 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" 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] synchronised from file:///home/opam/opam-repository
2024-11-12 05:18.59 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 4.14.2
2.3.0~rc1
2024-11-12 05:18.59 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1


<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2024-11-12 05:18.59 ---> using "9d23da78fe3a5da20c0b9eec7ff72b54b38cc49b96702f0d17008e440c13d1b8" from cache


/: (copy (src dune-compiledb.opam) (dst /home/opam/src/./))
2024-11-12 05:19.57 ---> saved as "831ab71c064bded2cf1be3a7c668ae6f1884c47579e8f052443dcb91fed5c378"


/: (run (network host)
(shell "opam pin add -yn dune-compiledb.dev '/home/opam/src/./'"))
[dune-compiledb.dev] synchronised (file:///home/opam/src)
dune-compiledb is now pinned to file:///home/opam/src (version dev)
2024-11-12 05:20.52 ---> saved as "42402f3203a5b4189b4ed2669839ad39d2d55a004dcc56dcc3230fa0573aee06"


/: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.16.1 ezjsonm.1.3.0 fmt.0.9.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.0.7 uutf.1.0.3")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune-compiledb.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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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).
2024-11-12 05:21.53 ---> saved as "1cbd663623c3d5f9ee42f55e20b230b8e7d507f0ddca76cf84f31152814c346e"


/: (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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 16 packages
- install astring    0.8.5
- install cstruct    6.2.0
- install dune       3.16.1
- install ezjsonm    1.3.0
- install fmt        0.9.0
- install fpath      0.7.3
- install hex        1.5.0
- install jsonm      1.0.2
- install num        1.5-1
- install ocamlbuild 0.15.0
- install ocamlfind  1.9.6
- install parsexp    v0.16.0
- install sexplib    v0.16.0
- install sexplib0   v0.16.0
- install topkg      1.0.7
- install uutf       1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.16.1  (cached)
-> installed num.1.5-1
-> installed dune.3.16.1
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed sexplib0.v0.16.0
-> installed topkg.1.0.7
[ERROR] The compilation of parsexp.v0.16.0 failed at "dune build -p parsexp -j 1".
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed fpath.0.7.3
-> installed cstruct.6.2.0
-> installed uutf.1.0.3
-> installed hex.1.5.0
-> installed jsonm.1.0.2
-> installed ezjsonm.1.3.0


#=== ERROR while compiling parsexp.v0.16.0 ====================================#
# context     2.3.0~rc1 | openbsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path        ~/.opam/4.14.2/.opam-switch/build/parsexp.v0.16.0
# command     ~/.opam/4.14.2/bin/dune build -p parsexp -j 1
# exit-code   1
# env-file    ~/.opam/log/parsexp-6169-e9fc7e.env
# output-file ~/.opam/log/parsexp-6169-e9fc7e.out
### output ###
# File "src/.parsexp.objs/native/_unknown_", line 1, characters 0-0:
# (cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w -40 -g -I src/.parsexp.objs/byte -I src/.parsexp.objs/native -I /home/opam/.opam/4.14.2/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Parsexp__ -o src/.parsexp.objs/native/parsexp__Automaton_tables.cmx -c -impl src/automaton_tables.ml)
# Fatal error: exception Stack overflow


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build parsexp v0.16.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install astring    0.8.5
| - install cstruct    6.2.0
| - install dune       3.16.1
| - install ezjsonm    1.3.0
| - install fmt        0.9.0
| - install fpath      0.7.3
| - install hex        1.5.0
| - install jsonm      1.0.2
| - install num        1.5-1
| - install ocamlbuild 0.15.0
| - install ocamlfind  1.9.6
| - install sexplib0   v0.16.0
| - install topkg      1.0.7
| - install uutf       1.0.3
+- 
# 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.2/.opam-switch/backup/state-20241112052221.export"
"opam install $DEPS" failed with exit status 31
2024-11-12 05:29.06: Job failed: Failed: Build failed