2024-12-19 06:22.50: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/193/head (0ae4fa52e64be5707a76acf94644fd5870a9ce1c) (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/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/193/head" && git reset --hard 0ae4fa52
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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam /home/opam/src/./
RUN opam pin add -yn obuilder.dev '/home/opam/src/./' && \
opam pin add -yn obuilder-spec.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.8.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.17.1 dune-configurator.3.17.1 extunix.0.4.3 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.9.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y obuilder.dev obuilder-spec.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-12-19 06:22.50: Using cache hint "ocurrent/obuilder-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-b6c2569571bb3c3b61960f24bb25c533"
2024-12-19 06:22.50: 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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src obuilder.opam obuilder-spec.opam) (dst /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn obuilder.dev '/home/opam/src/./' && \
\nopam pin add -yn obuilder-spec.dev '/home/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.8.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.17.1 dune-configurator.3.17.1 extunix.0.4.3 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.9.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
(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 obuilder.dev obuilder-spec.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-12-19 06:22.50: Waiting for resource in pool OCluster
2024-12-19 15:10.00: Waiting for worker…
2024-12-19 17:03.57: Got resource from pool OCluster
Building on bremusa
All commits already cached
HEAD is now at 0ae4fa5 Ignore unmount status
(from openbsd-76-amd64-ocaml-4.14)
2024-12-19 17:03.57 ---> 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-12-19 17:03.57 ---> 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-12-19 17:03.57 ---> 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
2024-12-19 17:03.57 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
727427c1e7..5c7ffb23c8 master -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.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-12-19 17:03.57 ---> using "cb023556dce7f9713645e8a116b976711078168515df967fe83f3f673bac72b6" from cache
/: (copy (src obuilder.opam obuilder-spec.opam) (dst /home/opam/src/./))
2024-12-19 17:03.57 ---> using "04f7df5ab5f444229a8e11b8b7131331a5840fe9e65cdc149bd3d5549c6b6a37" from cache
/: (run (network host)
(shell "opam pin add -yn obuilder.dev '/home/opam/src/./' && \
\nopam pin add -yn obuilder-spec.dev '/home/opam/src/./'"))
[obuilder.dev] synchronised (file:///home/opam/src)
obuilder is now pinned to file:///home/opam/src (version dev)
[obuilder-spec.dev] synchronised (file:///home/opam/src)
obuilder-spec is now pinned to file:///home/opam/src (version dev)
2024-12-19 17:04.20 ---> saved as "b87ebeccb32368c115e2ba47f85555ff10e72ef2783d8fd8726acaa7b91e1dce"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2024-12-19 17:05.01 ---> saved as "7169e3a072b9d585ec3062edbfb0831a9ac12158c799652a8746c8929de57272"
/: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.8.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.17.1 dune-configurator.3.17.1 extunix.0.4.3 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.9.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
/: (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 obuilder.dev obuilder-spec.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder-spec.dev] synchronised (file:///home/opam/src)
[obuilder.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 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 system packages will first need to be installed:
database/sqlite3
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/doas "pkg_add" "-I" "database/sqlite3"
- file:database/: empty
- quirks-7.50 signed on 2024-12-18T09:42:02Z
2024-12-19 17:06.08 ---> saved as "c2ce0a79184da874bc597a3270f683b8e79aefbcceaf01e78e02f8df4bf41f33"
/: (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 49 packages
- install alcotest 1.8.0
- install alcotest-lwt 1.8.0
- install astring 0.8.5
- install base v0.16.3
- install base-bytes base
- install camlp-streams 5.0.1
- install checkseum 0.5.2
- install cmdliner 1.3.0
- install conf-bash 1
- install conf-pkg-config 3
- install conf-sqlite3 1
- install cppo 1.8.0
- install crunch 3.3.1
- install csexp 1.5.2
- install cstruct 6.2.0
- install cstruct-lwt 6.2.0
- install decompress 1.5.3
- install dune 3.17.1
- install dune-configurator 3.17.1
- install extunix 0.4.3
- install fmt 0.9.0
- install fpath 0.7.3
- install logs 0.7.0
- install lwt 5.9.0
- install num 1.5-1
- install ocaml-compiler-libs v0.12.4
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- install ocplib-endian 1.2
- install optint 0.3.0
- install parsexp v0.16.0
- install ppx_derivers 1.2.1
- install ppx_deriving 6.0.3
- install ppx_sexp_conv v0.16.0
- install ppxlib 0.33.0
- install ptime 1.2.0
- install re 1.12.0
- install seq base
- install sexplib v0.16.0
- install sexplib0 v0.16.0
- install sha 1.15.4
- install sqlite3 5.2.0
- install stdlib-shims 0.3.0
- install tar 2.6.0
- install tar-unix 2.6.0
- install topkg 1.0.7
- install uutf 1.0.3
- install yojson 2.2.2
The following system packages will first need to be installed:
database/sqlite3
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pkg_add to install them (may need root/sudo access)
2. Display the recommended pkg_add command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/doas "pkg_add" "-I" "database/sqlite3"
- file:database/: empty
- quirks-7.50 signed on 2024-12-18T09:42:02Z
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached)
-> retrieved checkseum.0.5.2 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> installed conf-bash.1
-> retrieved crunch.3.3.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved base.v0.16.3 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)
-> retrieved extunix.0.4.3 (cached)
-> retrieved fmt.0.9.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved num.1.5-1 (cached)
-> retrieved lwt.5.9.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved seq.base (cached)
-> retrieved ppxlib.0.33.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved sha.1.15.4 (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved sqlite3.5.2.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved tar.2.6.0, tar-unix.2.6.0 (https://github.com/mirage/ocaml-tar/releases/download/v2.6.0/tar-2.6.0.tbz)
-> installed cmdliner.1.3.0
-> installed conf-pkg-config.3
-> retrieved yojson.2.2.2 (cached)
-> installed dune.3.17.1
-> installed conf-sqlite3.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed num.1.5-1
-> installed dune-configurator.3.17.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed checkseum.0.5.2
-> installed ocplib-endian.1.2
-> installed decompress.1.5.3
-> installed lwt.5.9.0
-> installed seq.base
-> installed sexplib0.v0.16.0
-> installed re.1.12.0
-> installed base.v0.16.3
-> installed parsexp.v0.16.0
-> installed sqlite3.5.2.0
-> installed sexplib.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed topkg.1.0.7
-> installed ppxlib.0.33.0
-> installed astring.0.8.5
[ERROR] The compilation of extunix.0.4.3 failed at "dune build -p extunix -j 1 @install".
-> installed fmt.0.9.0
-> installed fpath.0.7.3
-> installed cstruct.6.2.0
-> installed logs.0.7.0
-> installed cstruct-lwt.6.2.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed ptime.1.2.0
-> installed sha.1.15.4
-> installed crunch.3.3.1
-> installed tar.2.6.0
-> installed uutf.1.0.3
-> installed tar-unix.2.6.0
-> installed alcotest.1.8.0
-> installed yojson.2.2.2
-> installed alcotest-lwt.1.8.0
#=== ERROR while compiling extunix.0.4.3 ======================================#
# context 2.3.0 | openbsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path ~/.opam/4.14.2/.opam-switch/build/extunix.0.4.3
# command ~/.opam/4.14.2/bin/dune build -p extunix -j 1 @install
# exit-code 1
# env-file ~/.opam/log/extunix-63773-49f2c3.env
# output-file ~/.opam/log/extunix-63773-49f2c3.out
### output ###
# (cd _build/default/src && ../discover/discover.exe)
# checking EVENTFD.............failed
# checking ATFILE..............ok
# checking RENAMEAT2...........failed
# checking RENAME_WHITEOUT.....failed
# checking DIRFD...............ok
# checking STATVFS.............ok
# checking FSTATVFS............ok
# checking SIOCGIFCONF.........ok
# checking IFADDRS.............ok
# checking INET_NTOA...........ok
# checking INET_NTOP...........ok
# checking UNAME...............ok
# checking FADVISE.............failed
# checking FALLOCATE...........failed
# checking TTY_IOCTL...........ok
# checking TTYNAME.............ok
# checking CTERMID.............ok
# checking GETTID..............failed
# checking PGID................ok
# checking SETREUID............ok
# checking FSYNC...............ok
# checking FDATASYNC...........ok
# checking SYNC................ok
# checking SYNCFS..............failed
# checking REALPATH............ok
# checking SIGNALFD............failed
# checking PTRACE..............failed
# checking RESOURCE............ok
# checking MLOCKALL............ok
# checking STRPTIME............ok
# checking STRTIME.............ok
# checking TIMEZONE............ok
# checking TIMEGM..............ok
# checking PTS.................ok
# checking FCNTL...............ok
# checking TCPGRP..............ok
# checking EXECINFO............ok
# checking SETENV..............ok
# checking CLEARENV............failed
# checking MKDTEMP.............ok
# checking MALLOC_INFO.........failed
# checking MALLOC_STATS........failed
# checking MEMALIGN............ok
# checking ENDIAN..............ok
# checking READ_CREDENTIALS....ok
# checking FEXECVE.............failed
# checking SENDMSG.............ok
# checking PREAD...............ok
# checking PWRITE..............ok
# checking READ................ok
# checking WRITE...............ok
# checking MKSTEMPS............ok
# checking MKOSTEMPS...........ok
# checking SETRESUID...........ok
# checking SYSCONF.............ok
# checking SPLICE..............failed
# checking TEE.................failed
# checking VMSPLICE............failed
# checking SOCKOPT.............ok
# checking TCP_KEEPIDLE........failed
# checking TCP_KEEPCNT.........failed
# checking TCP_KEEPINTVL.......failed
# checking SO_REUSEPORT........ok
# checking POLL................ok
# checking SYSINFO.............failed
# checking MCHECK..............failed
# checking MOUNT...............failed
# checking UNSHARE.............failed
# checking CHROOT..............ok
# checking SYSLOG..............ok
# (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o atfile.o -c atfile.c)
# atfile.c:55:52: warning: passing 'const int[7]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# caml_unix_cst_to_constr(buf->st_mode & S_IFMT, file_kind_table,
# ^~~~~~~~~~~~~~~
# atfile.c:14:41: note: passing argument to parameter 'tbl' here
# extern value cst_to_constr(int n, int * tbl, int size, int deflt);
# ^
# atfile.c:76:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# int flags = caml_convert_flag_list(v_flags, at_flags_table);
# ^~~~~~~~~~~~~~
# /home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
# CAMLextern int caml_convert_flag_list (value, int *);
# ^
# atfile.c:95:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# int flags = caml_convert_flag_list(v_flags, at_flags_table);
# ^~~~~~~~~~~~~~
# /home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
# CAMLextern int caml_convert_flag_list (value, int *);
# ^
# atfile.c:141:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# int flags = caml_convert_flag_list(v_flags, at_flags_table);
# ^~~~~~~~~~~~~~
# /home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
# CAMLextern int caml_convert_flag_list (value, int *);
# ^
# atfile.c:158:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# int flags = caml_convert_flag_list(v_flags, at_flags_table);
# ^~~~~~~~~~~~~~
# /home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
# CAMLextern int caml_convert_flag_list (value, int *);
# ^
# atfile.c:174:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# int flags = caml_convert_flag_list(v_flags, at_flags_table);
# ^~~~~~~~~~~~~~
# /home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
# CAMLextern int caml_convert_flag_list (value, int *);
# ^
# 6 warnings generated.
# (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o mman.o -c mman.c)
# mman.c:11:47: warning: passing 'const int[2]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# int flags = caml_convert_flag_list(v_flags, mlockall_flags_table);
# ^~~~~~~~~~~~~~~~~~~~
# /home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
# CAMLextern int caml_convert_flag_list (value, int *);
# ^
# 1 warning generated.
# File "src/dune", line 52, characters 3-12:
# 52 | read_cred
# ^^^^^^^^^
# (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o read_cred.o -c read_cred.c)
# read_cred.c:13:16: error: variable has incomplete type 'struct ucred'
# struct ucred crd;
# ^
# read_cred.c:13:10: note: forward declaration of 'struct ucred'
# struct ucred crd;
# ^
# 1 error generated.
# File "src/dune", line 55, characters 3-11:
# 55 | resource
# ^^^^^^^^
# (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o resource.o -c resource.c)
# resource.c:105:5: error: use of undeclared identifier 'RLIMIT_AS'
# RLIMIT_AS
# ^
# 1 error generated.
# (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o syslog.o -c syslog.c)
# syslog.c:19:42: warning: passing 'const int[8]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# mask = caml_convert_flag_list(v_level, mask_table);
# ^~~~~~~~~~
# /home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
# CAMLextern int caml_convert_flag_list (value, int *);
# ^
# syslog.c:67:45: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# option = caml_convert_flag_list(v_option, option_table);
# ^~~~~~~~~~~~
# /home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
# CAMLextern int caml_convert_flag_list (value, int *);
# ^
# 2 warnings generated.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build extunix 0.4.3
+-
+- The following changes have been performed
| - install alcotest 1.8.0
| - install alcotest-lwt 1.8.0
| - install astring 0.8.5
| - install base v0.16.3
| - install base-bytes base
| - install camlp-streams 5.0.1
| - install checkseum 0.5.2
| - install cmdliner 1.3.0
| - install conf-bash 1
| - install conf-pkg-config 3
| - install conf-sqlite3 1
| - install cppo 1.8.0
| - install crunch 3.3.1
| - install csexp 1.5.2
| - install cstruct 6.2.0
| - install cstruct-lwt 6.2.0
| - install decompress 1.5.3
| - install dune 3.17.1
| - install dune-configurator 3.17.1
| - install fmt 0.9.0
| - install fpath 0.7.3
| - install logs 0.7.0
| - install lwt 5.9.0
| - install num 1.5-1
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.15.0
| - install ocamlfind 1.9.6
| - install ocplib-endian 1.2
| - install optint 0.3.0
| - install parsexp v0.16.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.0.3
| - install ppx_sexp_conv v0.16.0
| - install ppxlib 0.33.0
| - install ptime 1.2.0
| - install re 1.12.0
| - install seq base
| - install sexplib v0.16.0
| - install sexplib0 v0.16.0
| - install sha 1.15.4
| - install sqlite3 5.2.0
| - install stdlib-shims 0.3.0
| - install tar 2.6.0
| - install tar-unix 2.6.0
| - install topkg 1.0.7
| - install uutf 1.0.3
| - install yojson 2.2.2
+-
# 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-20241219170637.export"
"opam install $DEPS" failed with exit status 31
2024-12-19 17:21.41: Job failed: Failed: Build failed