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

debian-12-4.07_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 22:06.45: New job: test patricoferris/luv https://github.com/patricoferris/luv.git#refs/heads/master (0ed668e87ca55d65f4f84422b0dd3381701c71b0) (linux-x86_64:debian-12-4.07_opam-2.1)
Base: ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
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:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
# debian-12-4.07_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.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.8.9 integers.0.7.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
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-10 22:06.45: Using cache hint "patricoferris/luv-ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b-debian-12-4.07_opam-2.1-e200096e9d8b76a60c4051cefc01c7e3"
2024-05-10 22:06.45: Using OBuilder spec:
((from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
 (comment debian-12-4.07_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.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.8.9 integers.0.7.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.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-10 22:06.45: Waiting for resource in pool OCluster
2024-05-11 12:07.44: Waiting for worker…
2024-05-11 12:12.39: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/luv.git-8968b2ef1c40256b70da0c9b0b197b6c1043cd59/.git/
HEAD is now at 0ed668e luv_unix: tighter dependency constraints
error: could not lock config file .git/modules/src/c/vendor/libuv/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'src/c/vendor/libuv'
Cleared directory 'src/c/vendor/libuv'
Submodule 'src/c/vendor/libuv' (https://github.com/libuv/libuv.git) registered for path 'src/c/vendor/libuv'
Cloning into '/var/cache/obuilder/ocluster/git/luv.git-8968b2ef1c40256b70da0c9b0b197b6c1043cd59/src/c/vendor/libuv'...
Submodule path 'src/c/vendor/libuv': checked out '988f2bfc4defb9a85a536a3e645834c161143ee0'


(from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
Unable to find image 'ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b' locally
docker.io/ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b: Pulling from ocaml/opam
2264256a3b65: Pulling fs layer
2264256a3b65: Verifying Checksum
2264256a3b65: Download complete
2264256a3b65: Pull complete
Digest: sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Status: Downloaded newer image for ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
2024-05-11 12:14.58 ---> saved as "6ad54a8a0a996de05cd03ed30cbb4884566b39028d090d19101121413431a89f"


/: (comment debian-12-4.07_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-11 12:14.58 ---> saved as "f0b7040ce20c0568672a3afcab01929fd18e2ee66f02faa8d94fd05399839280"


/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-11 12:16.50 ---> saved as "1178bb4688e7e4718d4170c0ec783ce5396ae6f9cd4db4b0fb12bcb2662305da"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.07.1
2.1.5
2024-05-11 12:16.51 ---> saved as "507d1b06732f1eddefe9afcbbd3414d34576360b7497df3aa76bf615c5a885e5"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:16.51 ---> saved as "b88e937d6c36e43c713a83fbd5f0a1b9c25ffbb55d9e0cc753e256236a40f949"


/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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..2ae169d7d0  master     -> origin/master
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-11 12:18.23 ---> saved as "721a5ea72b5c54d3305d7eda5795c2d490562520d2ba7cd42cbb98b0a56f6967"


/src: (copy (src luv_unix.opam luv.opam) (dst ./))
2024-05-11 12:18.24 ---> saved as "1e4509124b0ea6a182affb75b11f2111f53b88d931b7f95fc0ec0c25bf2ff1b1"


/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-11 12:18.28 ---> saved as "f5d0a692c54777480c151ac19d312d0c154cd54fcb151630459b3e4c20efbfcd"


/src: (env DEPS "alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.8.9 integers.0.7.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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]
- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 271 kB in 0s (898 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.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-05-11 12:18.49 ---> saved as "f64fb6cc5ac159ca1f9dd2496476754c86054cbb5577417fd2a9df0d4d797a07"


/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.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild          0.14.3
  - install cmdliner            1.0.4
  - install ocamlfind           1.9.6
  - install seq                 base
  - install topkg               1.0.7
  - install ocamlfind-secondary 1.9.6
  - install uutf                1.0.3
  - install astring             0.8.5
  - install dune                3.15.2
  - install stdlib-shims        0.3.0
  - install result              1.5
  - install re                  1.11.0
  - install ocaml-syntax-shims  1.0.0
  - install csexp               1.5.2
  - install bigarray-compat     1.1.0
  - install integers            0.7.0
  - install fmt                 0.8.9
  - install dune-configurator   3.15.2
  - install alcotest            1.5.0
  - install ctypes              0.22.0
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.5.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved fmt.0.8.9  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed result.1.5
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed integers.0.7.0
-> installed fmt.0.8.9
-> installed dune-configurator.3.15.2
-> installed alcotest.1.5.0
-> installed ctypes.0.22.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:20.22 ---> saved as "782ca6029bbd81f12758c06807c4b6257dd219eaba42e84e6de2409ea6b5f1c5"


/src: (copy (src .) (dst /src))
2024-05-11 12:20.22 ---> saved as "ef07093e52f9075b7caae487a413a2f64d2da8bb99e84788899fe734617fc6f0"


/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 -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -g -I /home/opam/.opam/4.07/lib/ocaml -I /home/opam/.opam/4.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -g -I /home/opam/.opam/4.07/lib/ocaml -I /home/opam/.opam/4.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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/vendor/libuv && /usr/bin/bash -e -u -o pipefail -c 'sh configure --host `ocamlc -config | awk '\''/host/ {print $NF}'\''` '\''CC=gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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.07/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.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/ctypes -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/stdlib-shims -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 -opaque -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-11 12:20.39: Job failed: Failed: Build failed