Organisationspatricoferrisluv0ed668 (master)(lower-bound)

(lower-bound)

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:(lower-bound))
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.1 astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base cmdliner.0.9.8 conf-m4.1 conf-pkg-config.1.0 ctypes.0.14.0 dune.2.0.1 fmt.0.8.0 integers.0.1.0 jbuilder.1.0+beta10 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 result.1.0 topkg.0.7.5"
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-59723307bbf8c9ac0c029547ac748719"
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.1 astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base cmdliner.0.9.8 conf-m4.1 conf-pkg-config.1.0 ctypes.0.14.0 dune.2.0.1 fmt.0.8.0 integers.0.1.0 jbuilder.1.0+beta10 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 result.1.0 topkg.0.7.5")
 (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-c17.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.50 ---> 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.50 ---> 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.15 ---> 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.15 ---> saved as "3f061a224fe8929c5ae9851fa3906aa433cef92fbe5109c50f2e63ac47c34a15"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-14 12:43.15 ---> 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:44.25 ---> saved as "b6425a60ee2ca7985fafb6f13ffb38f718548ab6bec76d6fe8b653f299212de5"


/src: (copy (src luv_unix.opam luv.opam) (dst ./))
2024-05-14 12:44.25 ---> 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:44.29 ---> saved as "2c35a92fb04605b4b5c656b8152de621ad9424a6c46ad8c2405a93eda9a59c51"


/src: (env DEPS "alcotest.0.8.1 astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base cmdliner.0.9.8 conf-m4.1 conf-pkg-config.1.0 ctypes.0.14.0 dune.2.0.1 fmt.0.8.0 integers.0.1.0 jbuilder.1.0+beta10 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 result.1.0 topkg.0.7.5")


/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 (487 kB/s)
- Reading package lists...


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


[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 system packages will first need to be installed:
    m4 pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-14 12:44.52 ---> saved as "b19f585a272818f8cbb750e6b182e0af01f63f7fd8384c31e2598a600f02b927"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[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   conf-pkg-config          1.0
  - install   conf-m4                  1
  - install   result                   1.0
  - downgrade ocaml-secondary-compiler 4.08.1-1 to 4.08.1
  - install   cmdliner                 0.9.8
  - install   ocamlfind                1.8.1
  - install   topkg                    0.7.5
  - install   ocamlfind-secondary      1.8.1
  - install   jbuilder                 1.0+beta10
  - install   base-bytes               base
  - install   integers                 0.1.0
  - install   fmt                      0.8.0
  - install   dune                     2.0.1
  - install   astring                  0.8.0
  - install   ctypes                   0.14.0
  - install   alcotest                 0.8.1
===== 16 to install | 1 to downgrade =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.0.8.1  (cached)
-> retrieved cmdliner.0.9.8  (cached)
-> retrieved ctypes.0.14.0  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved astring.0.8.0  (http://erratique.ch/software/astring/releases/astring-0.8.0.tbz)
-> retrieved fmt.0.8.0  (cached)
-> retrieved integers.0.1.0  (cached)
-> retrieved jbuilder.1.0+beta10  (cached)
-> installed ocamlbuild.0
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocamlfind-secondary.1.8.1  (cached)
-> retrieved result.1.0  (cached)
-> retrieved topkg.0.7.5  (cached)
-> retrieved dune.2.0.1  (cached)
-> retrieved ocaml-secondary-compiler.4.08.1  (cached)
-> installed result.1.0
-> installed cmdliner.0.9.8
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed astring.0.8.0
-> installed topkg.0.7.5
-> installed jbuilder.1.0+beta10
-> installed fmt.0.8.0
-> installed alcotest.0.8.1
-> installed integers.0.1.0
-> installed ctypes.0.14.0
-> removed   ocaml-secondary-compiler.4.08.1-1
-> installed ocaml-secondary-compiler.4.08.1
-> installed ocamlfind-secondary.1.8.1
-> installed dune.2.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 12:49.21 ---> saved as "4de5e8ff5e63c3b70c230e97be3fa4e33078126a31f96a35ccc19b0c531550e5"


/src: (copy (src .) (dst /src))
2024-05-14 12:49.22 ---> saved as "11d1e5fc5a73f7856d79d2aa84252226263b2ab2d2fa1586d59d87894e6cd280"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
      ocamlc src/unix/luv_unix.o (exit 2)
(cd _build/default/src/unix && /home/opam/.opam/4.02/bin/ocamlc.opt -g -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 -ccopt -O -ccopt -fcommon -ccopt -fno-defer-pop -ccopt -Wall -ccopt -D_FILE_OFFSET_BITS=64 -ccopt -D_REENTRANT -ccopt -O -ccopt -fPIC -ccopt -g -o luv_unix.o luv_unix.c)
luv_unix.c:9:10: fatal error: uv.h: No such file or directory
    9 | #include <uv.h>
      |          ^~~~~~
compilation terminated.
      ocamlc test/headers/headers.o (exit 2)
(cd _build/default/test/headers && /home/opam/.opam/4.02/bin/ocamlc.opt -g -I ../../src -ccopt -O -ccopt -fcommon -ccopt -fno-defer-pop -ccopt -Wall -ccopt -D_FILE_OFFSET_BITS=64 -ccopt -D_REENTRANT -ccopt -O -ccopt -fPIC -ccopt -g -o headers.o headers.c)
headers.c:2:10: fatal error: uv.h: No such file or directory
    2 | #include <uv.h>
      |          ^~~~~~
compilation terminated.
        bash src/c/dlluv.so,src/c/libuv.a
configure: line 7274: /usr/bin/file: No such file or directory
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Delay.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Idle.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Host.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Ifconfig.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Mutex.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Http_get.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Onchange.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Pipe.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Pipe_echo_server.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Pipe_hello_world.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Print_using_pipe.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Print_using_tty.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Progress.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Readme.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Send_signal.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Sigint.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Tcp_echo_server.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Tcp_hello_world.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Threads.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Udp_echo_server.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Udp_hello_world.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
      ocamlc example/.hello_world.eobjs/byte/dune__exe__Cat.{cmi,cmo,cmt} (exit 2)
(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/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/.luv.objs/native -I src/c/.luv_c.objs/byte -I src/c/.luv_c.objs/native -I src/c/.luv_c_function_descriptions.objs/byte -I src/c/.luv_c_function_descriptions.objs/native -I src/c/.luv_c_type_descriptions.objs/byte -I src/c/.luv_c_type_descriptions.objs/native -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
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-14 12:49.34: Job failed: Failed: Build failed