Organisationsstedolanmalfunction571cd8 (master)fedora-38-4.14_opam-2.1

fedora-38-4.14_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:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d
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:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d
# fedora-38-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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-gmp.4 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha4 topkg.1.0.7 uucp.15.1.0 uunf.15.1.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:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d-fedora-38-4.14_opam-2.1-028789a86549b22473726e5d21f85974"
2024-04-30 08:44.16: Using OBuilder spec:
((from ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d)
 (comment fedora-38-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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-gmp.4 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha4 topkg.1.0.7 uucp.15.1.0 uunf.15.1.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.16: Waiting for worker…
2024-04-30 20:30.21: Got resource from pool OCluster
Building on x86-bm-c12.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:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d)
2024-04-30 20:30.21 ---> using "9586036f70207a0115ce8e6b0251b17292c583accd281ab6037272e28fc306ee" from cache


/: (comment fedora-38-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 38 - x86_64                               74 kB/s |  26 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64        3.6 kB/s | 989  B     00:00    
Fedora Modular 38 - x86_64                       74 kB/s |  25 kB     00:00    
Fedora 38 - x86_64 - Updates                     65 kB/s |  22 kB     00:00    
Fedora 38 - x86_64 - Updates                    4.7 MB/s |  10 MB     00:02    
Fedora Modular 38 - x86_64 - Updates            246 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-30 20:30.21 ---> using "4be234bca24dea9784bf0965d1a93c6808676dcb2e3e089f4fc77cfe8a160d7e" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 20:30.21 ---> using "37dd6f361031f134392051b56aa80855ac498c9701df98d2232b7cba36ebb601" 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.21 ---> using "d546399ed53c437338286661d04355a2b2ef5d0086d8c614a4e3b64c3e3469e3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 20:30.21 ---> using "f06d68ff3e5df2fb5ec515045bcc1c9fda5184bff90d4b6cec66b99e2d4776a2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:30.21 ---> using "25b3a8f06344e5f773a8b8839151442476ae4454b7d19cce24352c23d2c5136b" 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:30.21 ---> using "2fe76dfc0395f2ff7b163acd5b10307448d00b9868eb784237c9edc65d1e0448" from cache


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


/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:30.23 ---> saved as "50a59fe55cc18e6a00b31dc1d56ff36a411b9cfb8451a52c9b9bd4e90025d15d"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-gmp.4 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha4 topkg.1.0.7 uucp.15.1.0 uunf.15.1.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 "yum" "makecache"
- Fedora 38 - x86_64                               57 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         11 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      231 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                     59 kB/s |  24 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates            229 kB/s |  24 kB     00:00    
- Metadata cache created.


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package 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:
    gmp-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel"
- Last metadata expiration check: 0:00:20 ago on Tue Apr 30 20:30:26 2024.
- Dependencies resolved.
- ================================================================================
-  Package           Architecture   Version                  Repository      Size
- ================================================================================
- Installing:
-  gmp-devel         x86_64         1:6.2.1-4.fc38           fedora         173 k
- Installing dependencies:
-  gmp-c++           x86_64         1:6.2.1-4.fc38           fedora          18 k
- 
- Transaction Summary
- ================================================================================
- Install  2 Packages
- 
- Total download size: 191 k
- Installed size: 383 k
- Downloading Packages:
- (1/2): gmp-c++-6.2.1-4.fc38.x86_64.rpm          737 kB/s |  18 kB     00:00    
- (2/2): gmp-devel-6.2.1-4.fc38.x86_64.rpm        3.6 MB/s | 173 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           485 kB/s | 191 kB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : gmp-c++-1:6.2.1-4.fc38.x86_64                          1/2 
-   Installing       : gmp-devel-1:6.2.1-4.fc38.x86_64                        2/2 
-   Running scriptlet: gmp-devel-1:6.2.1-4.fc38.x86_64                        2/2 
-   Verifying        : gmp-c++-1:6.2.1-4.fc38.x86_64                          1/2 
-   Verifying        : gmp-devel-1:6.2.1-4.fc38.x86_64                        2/2 
- 
- Installed:
-   gmp-c++-1:6.2.1-4.fc38.x86_64         gmp-devel-1:6.2.1-4.fc38.x86_64        
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.2.1-4.fc38.x86_64
2024-04-30 20:30.47 ---> saved as "e599d85673c8927ae23efdc1a027f91b59894113bfebbbdc01608a8e8a459823"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package 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-gmp        4
  - install ocamlfind       1.9.6
  - install dune-build-info 3.15.2
  - install cppo            1.6.9
  - install zarith          1.13
  - install topkg           1.0.7
  - install uutf            1.0.3
  - install uunf            15.1.0
  - install uucp            15.1.0
  - install omd             2.0.0~alpha4
===== 12 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
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved omd.2.0.0~alpha4  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uunf.15.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved uucp.15.1.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.1.0
-> installed dune.3.15.2
-> installed cppo.1.6.9
-> installed dune-build-info.3.15.2
-> installed uucp.15.1.0
-> installed omd.2.0.0~alpha4
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 20:32.17 ---> saved as "1792aa1632d4bf19570ddc2db3fcfc5125ee6f6de155f009063beb373fa4e3ae"


/src: (copy (src .) (dst /src))
2024-04-30 20:32.17 ---> saved as "bdeff215d826ff3353d6a12ebc39ee5071d9b1b0e3cbbcc77fe8932fb99d639e"


/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: 6.91 secs
    compiled: 0.30 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:32.27: Job failed: Failed: Build failed