Organisationsstedolanmalfunction571cd8 (master)debian-12-4.10_opam-2.1

debian-12-4.10_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:44.16: New job: test stedolan/malfunction https://github.com/stedolan/malfunction.git#refs/heads/master (571cd8611f24986c41c5815f13c679f347477314) (linux-x86_64:debian-12-4.10_opam-2.1)
Base: ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/stedolan/malfunction.git" -b "master" && cd "malfunction" && git reset --hard 571cd861
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
# debian-12-4.10_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 malfunction.opam ./
RUN opam pin add -yn malfunction.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-autoconf.0.1 conf-gmp.4 conf-which.1 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha3 stdcompat.19 topkg.1.0.7 uucp.15.0.0 uunf.15.0.0 uutf.1.0.3 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y malfunction.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-04-30 08:44.16: Using cache hint "stedolan/malfunction-ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc-debian-12-4.10_opam-2.1-82c025eab84a1a7ed5aa5b94f04b5de8"
2024-04-30 08:44.16: Using OBuilder spec:
((from ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc)
 (comment debian-12-4.10_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src malfunction.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn malfunction.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-autoconf.0.1 conf-gmp.4 conf-which.1 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha3 stdcompat.19 topkg.1.0.7 uucp.15.0.0 uunf.15.0.0 uutf.1.0.3 zarith.1.13")
 (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 malfunction.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-04-30 08:44.16: Waiting for resource in pool OCluster
2024-04-30 20:27.18: Waiting for worker…
2024-04-30 20:30.30: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at 571cd86 Support for -package and -dontlink in linking of output files (#38)


(from ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc)
Unable to find image 'ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc' locally
docker.io/ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc: Pulling from ocaml/opam
cc92f44cf2b1: Pulling fs layer
cc92f44cf2b1: Verifying Checksum
cc92f44cf2b1: Download complete
cc92f44cf2b1: Pull complete
Digest: sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
Status: Downloaded newer image for ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
2024-04-30 20:30.31 ---> using "92e4b6a8d0c7972eb60e5f83a96dcca892980fd73dcd629e841b4d640bd075e2" from cache


/: (comment debian-12-4.10_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-04-30 20:30.31 ---> using "a7d32f04952394effcd7c350d1ed2d798caedafb4cd4e2763e86e1b9d3770d1f" from cache


/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-04-30 20:30.31 ---> using "70d178b5842c6abb1b5ed154b6274041b43527cf3eb7e79fe103cb28c09c58e3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.10.2
2.1.5
2024-04-30 20:30.31 ---> using "4630cfc3f8dc0559bc345c96312de1222e8a9c8093f2cfa30ff45c54b41099ec" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:30.31 ---> using "6f21386de2c048c4769e2eb70003c7ce8c8c1035cfbf4e080d8ce5e1606ab0e3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..bafea8d973  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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-04-30 20:32.28 ---> saved as "2497b912d0e2e325f1e74c5164127be7069f5817efdb96ee2f44304469295c23"


/src: (copy (src malfunction.opam) (dst ./))
2024-04-30 20:32.28 ---> saved as "c1687f71c6eff2c500d316fc01edc1d14083a3047bfee22f1ba098cb0ad67ddd"


/src: (run (network host)
           (shell "opam pin add -yn malfunction.dev './'"))
[malfunction.dev] synchronised (file:///src)
malfunction is now pinned to file:///src (version dev)
2024-04-30 20:32.32 ---> saved as "61e0bdb74d3ebcc8b0f897ab0901d456e091a6146a479a981eb0ad22b80db6e0"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-autoconf.0.1 conf-gmp.4 conf-which.1 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha3 stdcompat.19 topkg.1.0.7 uucp.15.0.0 uunf.15.0.0 uutf.1.0.3 zarith.1.13")


/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 malfunction.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 270 kB in 0s (622 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[malfunction.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.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    autoconf libgmp-dev


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


2024-04-30 20:32.55 ---> saved as "0323a679bd033fb767a3f3f8e2678c1347051ac652cca8576469306415391ec7"


/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.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.2).
[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 dune            3.15.2
  - install ocamlbuild      0.14.3
  - install conf-which      1
  - install conf-gmp        4
  - install ocamlfind       1.9.6
  - install dune-build-info 3.15.2
  - install cppo            1.6.9
  - install conf-autoconf   0.1
  - install zarith          1.13
  - install topkg           1.0.7
  - install stdcompat       19
  - install uutf            1.0.3
  - install uunf            15.0.0
  - install uucp            15.0.0
  - install omd             2.0.0~alpha3
===== 15 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-build-info.3.15.2  (cached)
-> installed conf-gmp.4
-> installed conf-which.1
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved omd.2.0.0~alpha3  (cached)
-> installed conf-autoconf.0.1
-> retrieved stdcompat.19  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved uunf.15.0.0  (https://erratique.ch/software/uunf/releases/uunf-15.0.0.tbz)
-> retrieved uucp.15.0.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed uunf.15.0.0
-> installed dune.3.15.2
-> installed cppo.1.6.9
-> installed dune-build-info.3.15.2
-> installed stdcompat.19
-> installed uucp.15.0.0
-> installed omd.2.0.0~alpha3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 20:34.32 ---> saved as "339b4b852f3c636863ae201b17a31cdd8023c37b2a656d3c3812967f210e2219"


/src: (copy (src .) (dst /src))
2024-04-30 20:34.32 ---> saved as "70fc38e06ed1dd47d2ed530aa91bd96cd78e65a83eddbde571d988b36ffbd385"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test_cli/test.expect", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test_cli/test.expect _build/default/test_cli/test.log
diff --git a/_build/default/test_cli/test.expect b/_build/default/test_cli/test.log
index 96f77f4..fc8e082 100644
--- a/_build/default/test_cli/test.expect
+++ b/_build/default/test_cli/test.log
@@ -1,5 +1,7 @@
-Hello, world!
-Hello, world!
+ocamlfind: Package `helloworld.cmx' not found
+./test.sh: line 16: ./helloworld: No such file or directory
+ocamlfind: Package `helloworld.cmx' not found
+./test.sh: line 20: ./foo: No such file or directory
 Hello, world!
 42
 10
File "test/dune", line 7, characters 0-140:
 7 | (alias
 8 |  (name runtest)
 9 |  (deps (:prog test.exe) ../docs/spec.md (glob_files ../test/*.test))
10 |  (action (run %{prog} ../docs/spec.md ../test)))
(cd _build/default/test && ./test.exe ../docs/spec.md ../test)
../docs/spec.md: 
../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error
../docs/spec.md:          [0/13] tests passed
../test/vector.test: 
../test/vector.test:1: crash: Link error


../test/vector.test:11: crash: Link error


../test/vector.test:14: crash: Link error
../test/vector.test:      [0/3] tests passed
../test/shifts.test: 
../test/shifts.test:1: crash: Link error


../test/shifts.test:2: crash: Link error


../test/shifts.test:3: crash: Link error


../test/shifts.test:7: crash: Link error


../test/shifts.test:11: crash: Link error


../test/shifts.test:13: crash: Link error


../test/shifts.test:14: crash: Link error


../test/shifts.test:15: crash: Link error


../test/shifts.test:18: crash: Link error


../test/shifts.test:19: crash: Link error


../test/shifts.test:20: crash: Link error


../test/shifts.test:23: crash: Link error


../test/shifts.test:24: crash: Link error


../test/shifts.test:25: crash: Link error


../test/shifts.test:27: crash: Link error


../test/shifts.test:28: crash: Link error


../test/shifts.test:29: crash: Link error


../test/shifts.test:30: crash: Link error
../test/shifts.test:      [0/18] tests passed
../test/prim.test: 
../test/prim.test:1: crash: Link error
../test/prim.test:        [0/1] tests passed
../test/lazy.test: 
../test/lazy.test:1: crash: Link error


../test/lazy.test:9: crash: Link error


../test/lazy.test:18: crash: Link error


../test/lazy.test:26: crash: Link error


../test/lazy.test:34: crash: Link error
../test/lazy.test:        [0/5] tests passed
../test/float.test: 
../test/float.test:1: crash: Link error


../test/float.test:10: crash: Link error


../test/float.test:12: crash: Link error


../test/float.test:13: crash: Link error


../test/float.test:14: crash: Link error


../test/float.test:15: crash: Link error


../test/float.test:17: crash: Link error


../test/float.test:25: crash: Link error
../test/float.test:       [0/8] tests passed
../test/factorial.test: 
../test/factorial.test:3: crash: Link error
../test/factorial.test:   [0/1] tests passed
../test/evalorder.test: 
../test/evalorder.test:1: crash: Link error


../test/evalorder.test:8: crash: Link error


../test/evalorder.test:19: crash: Link error
../test/evalorder.test:   [0/3] tests passed
../test/conversions.test: 
../test/conversions.test:1: crash: Link error


../test/conversions.test:4: crash: Link error


../test/conversions.test:8: crash: Link error


../test/conversions.test:12: crash: Link error


../test/conversions.test:17: crash: Link error


../test/conversions.test:21: crash: Link error
../test/conversions.test: [0/6] tests passed
../test/basic.test: 
../test/basic.test:1: crash: Link error


../test/basic.test:6: crash: Link error


../test/basic.test:9: crash: Link error


../test/basic.test:12: crash: Link error


../test/basic.test:15: crash: Link error


../test/basic.test:18: crash: Link error
../test/basic.test:       [0/6] tests passed
Some tests failed
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
(cd _build/default/examples && ./primrec.exe)
 interpreted: 7.02 secs
    compiled: 0.33 secs
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 20:34.42: Job failed: Failed: Build failed