Organisationspatricoferrisluv0ed668 (master)debian-12-4.02_opam-2.1

debian-12-4.02_opam-2.1

Link Copied
Code Copied

Logs

2024-05-14 12:40.00: New job: test patricoferris/luv https://github.com/patricoferris/luv.git#refs/heads/master (0ed668e87ca55d65f4f84422b0dd3381701c71b0) (linux-x86_64:debian-12-4.02_opam-2.1)
Base: ocaml/opam@sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/patricoferris/luv.git" -b "master" && cd "luv" && git reset --hard 0ed668e8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14
# debian-12-4.02_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 luv_unix.opam luv.opam ./
RUN opam pin add -yn luv_unix.dev './' && \
    opam pin add -yn luv.dev './'
ENV DEPS="alcotest.0.8.5 astring.0.8.3 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.2 ctypes.0.18.0 dune.3.15.2 fmt.0.8.5 integers.0.4.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 result.1.4 topkg.1.0.0 uchar.0.0.2 uuidm.0.9.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y luv_unix.dev luv.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


2024-05-14 12:40.00: Using cache hint "patricoferris/luv-ocaml/opam@sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14-debian-12-4.02_opam-2.1-3207a098cd8f94a13ea2a57109ffd04f"
2024-05-14 12:40.00: Using OBuilder spec:
((from ocaml/opam@sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14)
 (comment debian-12-4.02_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src luv_unix.opam luv.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn luv_unix.dev './' && \
             \nopam pin add -yn luv.dev './'"))
 (env DEPS "alcotest.0.8.5 astring.0.8.3 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.2 ctypes.0.18.0 dune.3.15.2 fmt.0.8.5 integers.0.4.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 result.1.4 topkg.1.0.0 uchar.0.0.2 uuidm.0.9.6")
 (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.1 --depext-only -y luv_unix.dev luv.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"))
)


2024-05-14 12:40.00: Waiting for resource in pool OCluster
2024-05-14 12:40.04: Waiting for worker…
2024-05-14 12:40.04: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
Submodule path 'src/c/vendor/libuv': checked out '988f2bfc4defb9a85a536a3e645834c161143ee0'
HEAD is now at 0ed668e luv_unix: tighter dependency constraints
Synchronizing submodule url for 'src/c/vendor/libuv'
Cleared directory 'src/c/vendor/libuv'
Submodule 'src/c/vendor/libuv' (https://github.com/libuv/libuv.git) unregistered for path 'src/c/vendor/libuv'
Submodule 'src/c/vendor/libuv' (https://github.com/libuv/libuv.git) registered for path 'src/c/vendor/libuv'
Submodule path 'src/c/vendor/libuv': checked out '988f2bfc4defb9a85a536a3e645834c161143ee0'


(from ocaml/opam@sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14)
Unable to find image 'ocaml/opam@sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14' locally
docker.io/ocaml/opam@sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14: Pulling from ocaml/opam
5c0ba4786982: Pulling fs layer
5c0ba4786982: Verifying Checksum
5c0ba4786982: Download complete
5c0ba4786982: Pull complete
Digest: sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14
Status: Downloaded newer image for ocaml/opam@sha256:35b5e3747440ffe0a1073d1f79222ce868497a689785b29ea7725612647c9c14
2024-05-14 12:41.54 ---> saved as "b6dffe1cb2dc211fda01c1cd73a3d5db708702d4c8b2db8c126627d44ab1e60d"


/: (comment debian-12-4.02_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-14 12:41.54 ---> saved as "9a452941799c622b15528ee7d1d1e16357d59ae5f0b17315ce12b21df449d5d8"


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-14 12:43.30 ---> saved as "717cf69f99a63acea8dbfcd7c3d9e8a9118482335247b96af9fab3d00fb86cd4"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.02.3
2.1.5
2024-05-14 12:43.30 ---> saved as "3f061a224fe8929c5ae9851fa3906aa433cef92fbe5109c50f2e63ac47c34a15"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-14 12:43.30 ---> saved as "513f4c319d309af7cd8980cb72d82648d7695750a908b72412f455135790947a"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
2275b40053 @dra27 maintains ocaml-secondary-compiler


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-05-14 12:45.00 ---> saved as "b6425a60ee2ca7985fafb6f13ffb38f718548ab6bec76d6fe8b653f299212de5"


/src: (copy (src luv_unix.opam luv.opam) (dst ./))
2024-05-14 12:45.00 ---> saved as "8c4d0b83c2d299acce2d92c3ec8515feb47ff9cd1896f51a8ddb10ed5ec6dc72"


/src: (run (network host)
           (shell  "opam pin add -yn luv_unix.dev './' && \
                  \nopam pin add -yn luv.dev './'"))
[luv_unix.dev] synchronised (file:///src)
luv_unix is now pinned to file:///src (version dev)
[luv.dev] synchronised (file:///src)
luv is now pinned to file:///src (version dev)
2024-05-14 12:45.04 ---> saved as "2c35a92fb04605b4b5c656b8152de621ad9424a6c46ad8c2405a93eda9a59c51"


/src: (env DEPS "alcotest.0.8.5 astring.0.8.3 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.2 ctypes.0.18.0 dune.3.15.2 fmt.0.8.5 integers.0.4.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 result.1.4 topkg.1.0.0 uchar.0.0.2 uuidm.0.9.6")


/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.1 --depext-only -y luv_unix.dev luv.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (482 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[luv.dev] synchronised (no changes)
[luv_unix.dev] synchronised (no changes)


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.02.3).
[NOTE] Package ocaml is already installed (current version is 4.02.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-ocamlbuild is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-05-14 12:45.28 ---> saved as "abf52c3fd7dec852a1521e375f3fef2d5cbfc07f081ec565187b4d420fb0bf08"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.02.3).
[NOTE] Package ocaml is already installed (current version is 4.02.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-ocamlbuild 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 ocamlbuild          0
  - install ocamlfind           1.9.6
  - install uchar               0.0.2
  - install ocamlfind-secondary 1.9.6
  - install base-bytes          base
  - install dune                3.15.2
  - install result              1.4
  - install integers            0.4.0
  - install bigarray-compat     1.1.0
  - install topkg               1.0.0
  - install ctypes              0.18.0
  - install cmdliner            1.0.2
  - install astring             0.8.3
  - install uuidm               0.9.6
  - install fmt                 0.8.5
  - install alcotest            0.8.5
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.3  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.0.2  (cached)
-> retrieved ctypes.0.18.0  (cached)
-> retrieved fmt.0.8.5  (cached)
-> retrieved integers.0.4.0  (cached)
-> installed ocamlbuild.0
-> retrieved alcotest.0.8.5  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved result.1.4  (cached)
-> retrieved topkg.1.0.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uuidm.0.9.6  (cached)
-> installed uchar.0.0.2
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.15.2
-> installed result.1.4
-> installed bigarray-compat.1.1.0
-> installed integers.0.4.0
-> installed topkg.1.0.0
-> installed astring.0.8.3
-> installed cmdliner.1.0.2
-> installed uuidm.0.9.6
-> installed fmt.0.8.5
-> installed alcotest.0.8.5
-> installed ctypes.0.18.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 12:47.02 ---> saved as "4bb927723fd4828de59a97b6803142cd65feb5faeacd64c6d0329c528582ea57"


/src: (copy (src .) (dst /src))
2024-05-14 12:47.02 ---> saved as "7af370ad3c9eca658eaeda93f9b69280c6c62b64c60c8964a4c1c79d5f3332b7"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/headers/dune", line 4, characters 36-43:
4 |  (foreign_stubs (language c) (names headers)))
                                        ^^^^^^^
(cd _build/default/test/headers && /usr/bin/gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -g -I /home/opam/.opam/4.02/lib/ocaml -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I ../../src -I ../../src/c -o headers.o -c headers.c)
headers.c:2:10: fatal error: uv.h: No such file or directory
    2 | #include <uv.h>
      |          ^~~~~~
compilation terminated.
File "src/unix/dune", line 4, characters 36-44:
4 |  (foreign_stubs (language c) (names luv_unix))
                                        ^^^^^^^^
(cd _build/default/src/unix && /usr/bin/gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -g -I /home/opam/.opam/4.02/lib/ocaml -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I .. -I ../c -o luv_unix.o -c luv_unix.c)
luv_unix.c:9:10: fatal error: uv.h: No such file or directory
    9 | #include <uv.h>
      |          ^~~~~~
compilation terminated.
(cd _build/default/src/c && /usr/bin/gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -g -I /home/opam/.opam/4.02/lib/ocaml -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I . -I vendor/libuv/include -o c_generated_functions.o -c c_generated_functions.c)
In file included from c_generated_functions.c:8:
c_generated_functions.c: In function 'luv_stub_1_uv_strerror_r':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:12:24: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
   12 |    unsigned char* x7 = CTYPES_PTR_OF_OCAML_BYTES(x2);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:14:22: warning: pointer targets in passing argument 2 of 'uv_strerror_r' differ in signedness [-Wpointer-sign]
   14 |    uv_strerror_r(x4, x7, x8);
      |                      ^~
      |                      |
      |                      unsigned char *
In file included from c_generated_functions.c:6:
vendor/libuv/include/uv.h:395:46: note: expected 'char *' but argument is of type 'unsigned char *'
  395 | UV_EXTERN char* uv_strerror_r(int err, char* buf, size_t buflen);
      |                                        ~~~~~~^~~
c_generated_functions.c: In function 'luv_stub_2_uv_err_name_r':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:20:25: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
   20 |    unsigned char* x18 = CTYPES_PTR_OF_OCAML_BYTES(x13);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:22:23: warning: pointer targets in passing argument 2 of 'uv_err_name_r' differ in signedness [-Wpointer-sign]
   22 |    uv_err_name_r(x15, x18, x19);
      |                       ^~~
      |                       |
      |                       unsigned char *
vendor/libuv/include/uv.h:398:46: note: expected 'char *' but argument is of type 'unsigned char *'
  398 | UV_EXTERN char* uv_err_name_r(int err, char* buf, size_t buflen);
      |                                        ~~~~~~^~~
c_generated_functions.c: In function 'luv_stub_102_uv_pipe_getsockname':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:703:26: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
  703 |    unsigned char* x533 = CTYPES_PTR_OF_OCAML_BYTES(x530);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:705:41: warning: pointer targets in passing argument 2 of 'uv_pipe_getsockname' differ in signedness [-Wpointer-sign]
  705 |    int x535 = uv_pipe_getsockname(x532, x533, x534);
      |                                         ^~~~
      |                                         |
      |                                         unsigned char *
vendor/libuv/include/uv.h:803:41: note: expected 'char *' but argument is of type 'unsigned char *'
  803 |                                   char* buffer,
      |                                   ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_103_uv_pipe_getpeername':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:711:26: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
  711 |    unsigned char* x540 = CTYPES_PTR_OF_OCAML_BYTES(x537);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:713:41: warning: pointer targets in passing argument 2 of 'uv_pipe_getpeername' differ in signedness [-Wpointer-sign]
  713 |    int x542 = uv_pipe_getpeername(x539, x540, x541);
      |                                         ^~~~
      |                                         |
      |                                         unsigned char *
vendor/libuv/include/uv.h:806:41: note: expected 'char *' but argument is of type 'unsigned char *'
  806 |                                   char* buffer,
      |                                   ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_165_memcpy':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1225:26: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1225 |    unsigned char* x973 = CTYPES_PTR_OF_OCAML_BYTES(x972);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c: In function 'luv_stub_166_memcpy':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1234:26: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1234 |    unsigned char* x983 = CTYPES_PTR_OF_OCAML_BYTES(x980);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c: In function 'luv_stub_208_uv_ip4_name':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1505:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1505 |    unsigned char* x1164 = CTYPES_PTR_OF_OCAML_BYTES(x1161);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1507:35: warning: pointer targets in passing argument 2 of 'uv_ip4_name' differ in signedness [-Wpointer-sign]
 1507 |    int x1168 = uv_ip4_name(x1163, x1164, x1165);
      |                                   ^~~~~
      |                                   |
      |                                   unsigned char *
vendor/libuv/include/uv.h:1661:64: note: expected 'char *' but argument is of type 'unsigned char *'
 1661 | UV_EXTERN int uv_ip4_name(const struct sockaddr_in* src, char* dst, size_t size);
      |                                                          ~~~~~~^~~
c_generated_functions.c: In function 'luv_stub_209_uv_ip6_name':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1513:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1513 |    unsigned char* x1173 = CTYPES_PTR_OF_OCAML_BYTES(x1170);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1515:35: warning: pointer targets in passing argument 2 of 'uv_ip6_name' differ in signedness [-Wpointer-sign]
 1515 |    int x1177 = uv_ip6_name(x1172, x1173, x1174);
      |                                   ^~~~~
      |                                   |
      |                                   unsigned char *
vendor/libuv/include/uv.h:1662:65: note: expected 'char *' but argument is of type 'unsigned char *'
 1662 | UV_EXTERN int uv_ip6_name(const struct sockaddr_in6* src, char* dst, size_t size);
      |                                                           ~~~~~~^~~
c_generated_functions.c: In function 'luv_stub_228_uv_if_indextoname':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1633:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1633 |    unsigned char* x1265 = CTYPES_PTR_OF_OCAML_BYTES(x1260);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1635:41: warning: pointer targets in passing argument 2 of 'uv_if_indextoname' differ in signedness [-Wpointer-sign]
 1635 |    int x1267 = uv_if_indextoname(x1262, x1265, x1266);
      |                                         ^~~~~
      |                                         |
      |                                         unsigned char *
vendor/libuv/include/uv.h:1697:39: note: expected 'char *' but argument is of type 'unsigned char *'
 1697 |                                 char* buffer,
      |                                 ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_229_uv_if_indextoiid':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1641:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1641 |    unsigned char* x1274 = CTYPES_PTR_OF_OCAML_BYTES(x1269);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1643:40: warning: pointer targets in passing argument 2 of 'uv_if_indextoiid' differ in signedness [-Wpointer-sign]
 1643 |    int x1276 = uv_if_indextoiid(x1271, x1274, x1275);
      |                                        ^~~~~
      |                                        |
      |                                        unsigned char *
vendor/libuv/include/uv.h:1700:38: note: expected 'char *' but argument is of type 'unsigned char *'
 1700 |                                char* buffer,
      |                                ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_230_uv_os_gethostname':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1648:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1648 |    unsigned char* x1279 = CTYPES_PTR_OF_OCAML_BYTES(x1278);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1650:34: warning: pointer targets in passing argument 1 of 'uv_os_gethostname' differ in signedness [-Wpointer-sign]
 1650 |    int x1281 = uv_os_gethostname(x1279, x1280);
      |                                  ^~~~~
      |                                  |
      |                                  unsigned char *
vendor/libuv/include/uv.h:1275:39: note: expected 'char *' but argument is of type 'unsigned char *'
 1275 | UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
      |                                 ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_231_uv_exepath':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1655:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1655 |    unsigned char* x1284 = CTYPES_PTR_OF_OCAML_BYTES(x1283);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1657:27: warning: pointer targets in passing argument 1 of 'uv_exepath' differ in signedness [-Wpointer-sign]
 1657 |    int x1286 = uv_exepath(x1284, x1285);
      |                           ^~~~~
      |                           |
      |                           unsigned char *
vendor/libuv/include/uv.h:1703:32: note: expected 'char *' but argument is of type 'unsigned char *'
 1703 | UV_EXTERN int uv_exepath(char* buffer, size_t* size);
      |                          ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_232_uv_cwd':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1662:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1662 |    unsigned char* x1289 = CTYPES_PTR_OF_OCAML_BYTES(x1288);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1664:23: warning: pointer targets in passing argument 1 of 'uv_cwd' differ in signedness [-Wpointer-sign]
 1664 |    int x1291 = uv_cwd(x1289, x1290);
      |                       ^~~~~
      |                       |
      |                       unsigned char *
vendor/libuv/include/uv.h:1705:28: note: expected 'char *' but argument is of type 'unsigned char *'
 1705 | UV_EXTERN int uv_cwd(char* buffer, size_t* size);
      |                      ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_234_uv_os_homedir':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1675:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1675 |    unsigned char* x1297 = CTYPES_PTR_OF_OCAML_BYTES(x1296);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1677:30: warning: pointer targets in passing argument 1 of 'uv_os_homedir' differ in signedness [-Wpointer-sign]
 1677 |    int x1299 = uv_os_homedir(x1297, x1298);
      |                              ^~~~~
      |                              |
      |                              unsigned char *
vendor/libuv/include/uv.h:1218:35: note: expected 'char *' but argument is of type 'unsigned char *'
 1218 | UV_EXTERN int uv_os_homedir(char* buffer, size_t* size);
      |                             ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_235_uv_os_tmpdir':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1682:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1682 |    unsigned char* x1302 = CTYPES_PTR_OF_OCAML_BYTES(x1301);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1684:29: warning: pointer targets in passing argument 1 of 'uv_os_tmpdir' differ in signedness [-Wpointer-sign]
 1684 |    int x1304 = uv_os_tmpdir(x1302, x1303);
      |                             ^~~~~
      |                             |
      |                             unsigned char *
vendor/libuv/include/uv.h:1219:34: note: expected 'char *' but argument is of type 'unsigned char *'
 1219 | UV_EXTERN int uv_os_tmpdir(char* buffer, size_t* size);
      |                            ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_238_uv_os_getenv':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1702:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1702 |    unsigned char* x1315 = CTYPES_PTR_OF_OCAML_BYTES(x1312);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1704:36: warning: pointer targets in passing argument 2 of 'uv_os_getenv' differ in signedness [-Wpointer-sign]
 1704 |    int x1317 = uv_os_getenv(x1314, x1315, x1316);
      |                                    ^~~~~
      |                                    |
      |                                    unsigned char *
vendor/libuv/include/uv.h:1260:52: note: expected 'char *' but argument is of type 'unsigned char *'
 1260 | UV_EXTERN int uv_os_getenv(const char* name, char* buffer, size_t* size);
      |                                              ~~~~~~^~~~~~
c_generated_functions.c: In function 'luv_stub_243_luv_os_uname':
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:24:3: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
   24 |   ((char *)String_val(Field(s, 1)) + Long_val(Field(s, 0)))
      |   ^
/home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h:30:38: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_STRING'
   30 | #define CTYPES_PTR_OF_OCAML_BYTES(s) CTYPES_PTR_OF_OCAML_STRING(s)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1736:27: note: in expansion of macro 'CTYPES_PTR_OF_OCAML_BYTES'
 1736 |    unsigned char* x1339 = CTYPES_PTR_OF_OCAML_BYTES(x1338);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
c_generated_functions.c:1737:29: warning: pointer targets in passing argument 1 of 'luv_os_uname' differ in signedness [-Wpointer-sign]
 1737 |    int x1340 = luv_os_uname(x1339);
      |                             ^~~~~
      |                             |
      |                             unsigned char *
In file included from c_generated_functions.c:7:
helpers.h:186:24: note: expected 'char *' but argument is of type 'unsigned char *'
  186 | int luv_os_uname(char *buffer);
      |                  ~~~~~~^~~~~~
(cd _build/default/src/c/vendor/libuv && /usr/bin/bash -e -u -o pipefail -c 'sh configure --host `ocamlc -config | awk '\''/host/ {print $NF}'\''` '\''CC=gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC'\'' CFLAGS=-DNDEBUG --silent --enable-silent-rules')
configure: line 7274: /usr/bin/file: No such file or directory
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Delay.cmo -c -impl example/delay.ml)
File "example/delay.ml", line 2, characters 35-48:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Idle.cmo -c -impl example/idle.ml)
File "example/idle.ml", line 2, characters 33-46:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Ifconfig.cmo -c -impl example/ifconfig.ml)
File "example/ifconfig.ml", line 3, characters 5-18:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Pipe.cmo -c -impl example/pipe.ml)
File "example/pipe.ml", line 2, characters 33-46:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Mutex.cmo -c -impl example/mutex.ml)
File "example/mutex.ml", line 2, characters 35-48:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Host.cmo -c -impl example/host.ml)
File "example/host.ml", line 7, characters 9-19:
Error: Unbound module Option
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Cat.cmo -c -impl example/cat.ml)
File "example/cat.ml", line 9, characters 10-15:
Error: Unbound constructor Error
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Pipe_echo_server.cmo -c -impl example/pipe_echo_server.ml)
File "example/pipe_echo_server.ml", line 2, characters 35-48:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Pipe_hello_world.cmo -c -impl example/pipe_hello_world.ml)
File "example/pipe_hello_world.ml", line 2, characters 35-48:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Onchange.cmo -c -impl example/onchange.ml)
File "example/onchange.ml", line 8, characters 44-57:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Print_using_pipe.cmo -c -impl example/print_using_pipe.ml)
File "example/print_using_pipe.ml", line 2, characters 33-46:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Print_using_tty.cmo -c -impl example/print_using_tty.ml)
File "example/print_using_tty.ml", line 2, characters 44-57:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Progress.cmo -c -impl example/progress.ml)
File "example/progress.ml", line 7, characters 50-63:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Readme.cmo -c -impl example/readme.ml)
File "example/readme.ml", line 5, characters 28-41:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Send_signal.cmo -c -impl example/send_signal.ml)
File "example/send_signal.ml", line 3, characters 49-62:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Sigint.cmo -c -impl example/sigint.ml)
File "example/sigint.ml", line 2, characters 37-50:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Tcp_echo_server.cmo -c -impl example/tcp_echo_server.ml)
File "example/tcp_echo_server.ml", line 2, characters 54-67:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Http_get.cmo -c -impl example/http_get.ml)
File "example/http_get.ml", line 11, characters 38-51:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Tcp_hello_world.cmo -c -impl example/tcp_hello_world.ml)
File "example/tcp_hello_world.ml", line 2, characters 54-67:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Threads.cmo -c -impl example/threads.ml)
File "example/threads.ml", line 24, characters 7-20:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Udp_echo_server.cmo -c -impl example/udp_echo_server.ml)
File "example/udp_echo_server.ml", line 2, characters 54-67:
Error: Unbound value Result.get_ok
(cd _build/default && /home/opam/.opam/4.02/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 -g -bin-annot -I example/.hello_world.eobjs/byte -I /home/opam/.opam/4.02/lib/bigarray-compat -I /home/opam/.opam/4.02/lib/bytes -I /home/opam/.opam/4.02/lib/ctypes -I /home/opam/.opam/4.02/lib/integers -I /home/opam/.opam/4.02/lib/ocaml/threads -I /home/opam/.opam/4.02/lib/result -I src/.luv.objs/byte -I src/c/.luv_c.objs/byte -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/byte -no-alias-deps -open Dune__exe -o example/.hello_world.eobjs/byte/dune__exe__Udp_hello_world.cmo -c -impl example/udp_hello_world.ml)
File "example/udp_hello_world.ml", line 2, characters 54-67:
Error: Unbound value Result.get_ok
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-14 12:47.15: Job failed: Failed: Build failed