Organisationspatricoferrisocaml-variorum912877 (main)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:02.39: New job: test patricoferris/ocaml-variorum https://github.com/patricoferris/ocaml-variorum.git#refs/heads/main (9128770e9df08ca7a90f317acc08b9cd49da6766) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/patricoferris/ocaml-variorum.git" -b "main" && cd "ocaml-variorum" && git reset --hard 9128770e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 variorum.opam ./
RUN opam pin add -yn variorum.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-autoconf.0.1 conf-automake.1 conf-cmake.1 conf-libtool.1 conf-which.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 hwloc.dev integers.0.7.0 jansson.dev jsonm.1.0.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 sexplib0.v0.17.0 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 variorum.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 09:02.39: Using cache hint "patricoferris/ocaml-variorum-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-eb4b6181a0a74b8b61566279d8712b25"
2024-05-10 09:02.39: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src variorum.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn variorum.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-autoconf.0.1 conf-automake.1 conf-cmake.1 conf-libtool.1 conf-which.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 hwloc.dev integers.0.7.0 jansson.dev jsonm.1.0.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 sexplib0.v0.17.0 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 variorum.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 09:02.39: Waiting for resource in pool OCluster
2024-05-10 09:37.54: Waiting for worker…
2024-05-10 11:52.15: Got resource from pool OCluster
Building on spring
All commits already cached
Submodule path 'vendor/variorum': checked out '98f7f3c81ee279c520a59f35a9ece996af7234f0'
HEAD is now at 9128770 Merge pull request #4 from patricoferris/parse-json
Synchronizing submodule url for 'vendor/variorum'
Cleared directory 'vendor/variorum'
Submodule 'vendor/variorum' (https://github.com/llnl/variorum) unregistered for path 'vendor/variorum'
Submodule 'vendor/variorum' (https://github.com/llnl/variorum) registered for path 'vendor/variorum'
Submodule path 'vendor/variorum': checked out '98f7f3c81ee279c520a59f35a9ece996af7234f0'


(from freebsd-ocaml-4.14)
2024-05-10 11:46.50 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-05-10 11:46.51 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-05-10 11:46.51 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 11:46.52 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 11:46.52 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-05-10 11:46.53 ---> using "8500110bb34f5fa0eecc8ffdce35dbb8d679b67af89bb1cba1cce8086b8f5e32" from cache


/src: (copy (src variorum.opam) (dst ./))
2024-05-10 11:46.55 ---> saved as "cc90a68732768a31a572ba72ae8b6b703c7b12fe7a46bfd5b21c3b9e4ec8b4b3"


/src: (run (network host)
           (shell "opam pin add -yn variorum.dev './'"))
Package variorum does not exist, create as a NEW package? [Y/n] y
[variorum.dev] synchronised (file:///src)
The following additional pinnings are required by variorum.dev:
  - hwloc.dev at git+https://github.com/patricoferris/ocaml-hwloc#3447dc5c40f0d868529aafcc84b5d2d971062b30
  - jansson.dev at git+https://github.com/patricoferris/ocaml-jansson#42cb429e722ec64807d75ae401758eb666c9d189
Pin and install them? [Y/n] y
Package hwloc does not exist, create as a NEW package? [Y/n] y
[hwloc.dev] synchronised (no changes)
hwloc is now pinned to git+https://github.com/patricoferris/ocaml-hwloc#3447dc5c40f0d868529aafcc84b5d2d971062b30 (version dev)
Package jansson does not exist, create as a NEW package? [Y/n] y
[jansson.dev] synchronised (no changes)
jansson is now pinned to git+https://github.com/patricoferris/ocaml-jansson#42cb429e722ec64807d75ae401758eb666c9d189 (version dev)
variorum is now pinned to file:///src (version dev)
2024-05-10 11:47.26 ---> saved as "77d8511dc007cfba64aeec8db66b4ef4568f9173bc616eae1d7bef8186886062"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-autoconf.0.1 conf-automake.1 conf-cmake.1 conf-libtool.1 conf-which.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 hwloc.dev integers.0.7.0 jansson.dev jsonm.1.0.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 sexplib0.v0.17.0 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 variorum.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[variorum.dev] synchronised (no changes)
[jansson.dev] synchronised (no changes)
[hwloc.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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    autoconf devel/automake devel/cmake libtool


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "autoconf" "devel/automake" "devel/cmake" "libtool"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: 
- ...
- .....
- .. done
- Processing entries: 
- .
- .
- .
- .
- .
- .
- ..
- .
- . done
- FreeBSD repository update completed. 34064 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: .
- ....
- ..... done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: .......... done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: ...
- ....... done
- Processing entries: 
- ..
- ..
- ..
- .
- .
- .. done
- FreeBSD repository update completed. 34064 packages processed.
- All repositories are up to date.
- The following 12 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	autoconf: 2.72
- 	autoconf-switch: 20220527
- 	automake: 1.16.5_1
- 	cmake: 3.28.3
- 	cmake-core: 3.28.3
- 	cmake-doc: 3.28.3
- 	cmake-man: 3.28.3
- 	jsoncpp: 1.9.5
- 	libtool: 2.4.7_2
- 	libuv: 1.48.0
- 	m4: 1.4.19_1,1
- 	rhash: 1.4.4_1
- 
- Number of packages to be installed: 12
- 
- The process will require 97 MiB more space.
- 22 MiB to be downloaded.
- [spring] [1/12] Fetching cmake-3.28.3.pkg: . done
- [spring] [2/12] Fetching libtool-2.4.7_2.pkg: .......... done
- [spring] [3/12] Fetching m4-1.4.19_1,1.pkg: .
- ......... done
- [spring] [4/12] Fetching automake-1.16.5_1.pkg: .......... done
- [spring] [5/12] Fetching cmake-man-3.28.3.pkg: .......
- ... done
- [spring] [6/12] Fetching jsoncpp-1.9.5.pkg: .......... done
- [spring] [7/12] Fetching libuv-1.48.0.pkg: ........ done
- [spring] [8/12] Fetching cmake-doc-3.28.3.pkg: .
- ..
- ...
- ..
- .. done
- [spring] [9/12] Fetching cmake-core-3.28.3.pkg: 
- .
- .
- ..
- .
- .
- ...
- . done
- [spring] [10/12] Fetching rhash-1.4.4_1.pkg: .........
- . done
- [spring] [11/12] Fetching autoconf-switch-20220527.pkg: . done
- [spring] [12/12] Fetching autoconf-2.72.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [spring] [1/12] Installing m4-1.4.19_1,1...
- [spring] [1/12] Extracting m4-1.4.19_1,1: .......... done
- [spring] [2/12] Installing jsoncpp-1.9.5...
- [spring] [2/12] Extracting jsoncpp-1.9.5: .......... done
- [spring] [3/12] Installing libuv-1.48.0...
- [spring] [3/12] Extracting libuv-1.48.0: .......... done
- [spring] [4/12] Installing rhash-1.4.4_1...
- [spring] [4/12] Extracting rhash-1.4.4_1: .......... done
- [spring] [5/12] Installing autoconf-switch-20220527...
- [spring] [5/12] Extracting autoconf-switch-20220527: .......... done
- [spring] [6/12] Installing cmake-man-3.28.3...
- [spring] [6/12] Extracting cmake-man-3.28.3: .......... done
- [spring] [7/12] Installing cmake-doc-3.28.3...
- [spring] [7/12] Extracting cmake-doc-3.28.3: .......... done
- [spring] [8/12] Installing cmake-core-3.28.3...
- [spring] [8/12] Extracting cmake-core-3.28.3: .......... done
- [spring] [9/12] Installing autoconf-2.72...
- [spring] [9/12] Extracting autoconf-2.72: .......... done
- [spring] [10/12] Installing cmake-3.28.3...
- [spring] [11/12] Installing libtool-2.4.7_2...
- [spring] [11/12] Extracting libtool-2.4.7_2: .......... done
- [spring] [12/12] Installing automake-1.16.5_1...
- [spring] [12/12] Extracting automake-1.16.5_1: .......... done
2024-05-10 11:50.21 ---> saved as "869f83e3f1093fd2a0b47acd25c0c53a19b9795d985c23058797044c2f9944ac"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[jansson.dev] synchronised (no changes)
[hwloc.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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild        0.14.3
   install conf-libtool      1
   install ocamlfind         1.9.6
   install dune              3.15.2
   install conf-which        1
   install conf-cmake        1
   install topkg             1.0.7
   install stdlib-shims      0.3.0
   install sexplib0          v0.17.0
   install csexp             1.5.2
   install bigarray-compat   1.1.0
   install conf-autoconf     0.1
   install uutf              1.0.3
   install fmt               0.9.0
   install integers          0.7.0
   install dune-configurator 3.15.2
   install conf-automake     1
   install jsonm             1.0.2
   install cstruct           6.2.0
   install ctypes            0.22.0
   install hex               1.5.0
   install jansson           dev*
   install hwloc             dev*
   install ezjsonm           1.3.0
=====  24 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-which.1
 installed conf-cmake.1
 retrieved cstruct.6.2.0  (cached)
 installed conf-autoconf.0.1
 retrieved csexp.1.5.2  (cached)
 retrieved ctypes.0.22.0  (cached)
 installed conf-libtool.1
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved ezjsonm.1.3.0  (cached)
 retrieved fmt.0.9.0  (cached)
 installed conf-automake.1
 retrieved hex.1.5.0  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved jsonm.1.0.2  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved hwloc.dev  (no changes)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved uutf.1.0.3  (cached)
 installed ocamlbuild.0.14.3
 retrieved jansson.dev  (no changes)
 installed ocamlfind.1.9.6
 installed dune.3.15.2
 installed bigarray-compat.1.1.0
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed sexplib0.v0.17.0
 installed integers.0.7.0
 installed dune-configurator.3.15.2
 installed topkg.1.0.7
 installed uutf.1.0.3
 installed fmt.0.9.0
 installed jsonm.1.0.2
 installed cstruct.6.2.0
 installed ctypes.0.22.0
[ERROR] The compilation of hwloc.dev failed at "dune subst".
 installed hex.1.5.0
[ERROR] The compilation of jansson.dev failed at "dune subst".
 installed ezjsonm.1.3.0


#=== ERROR while compiling jansson.dev ========================================#
# context     2.1.5 | freebsd/x86_64 | ocaml-base-compiler.4.14.2 | pinned(git+https://github.com/patricoferris/ocaml-jansson#42cb429e722ec64807d75ae401758eb666c9d189#42cb429e722ec64807d75ae401758eb666c9d189)
# path        ~/.opam/4.14.2/.opam-switch/build/jansson.dev
# command     ~/.opam/4.14.2/bin/dune subst
# exit-code   1
# env-file    ~/.opam/log/jansson-28041-156904.env
# output-file ~/.opam/log/jansson-28041-156904.out
### output ###
# File "dune-project", line 2, characters 14-17:
# 2 | (using ctypes 0.1)
#                   ^^^
# Error: Version 0.1 of the ctypes extension has been deleted in Dune 3.11.
# Please port this project to a newer version of the extension, such as 0.3.
# Hint: You will also need to upgrade to (lang dune 3.7).


#=== ERROR while compiling hwloc.dev ==========================================#
# context     2.1.5 | freebsd/x86_64 | ocaml-base-compiler.4.14.2 | pinned(git+https://github.com/patricoferris/ocaml-hwloc#3447dc5c40f0d868529aafcc84b5d2d971062b30#3447dc5c40f0d868529aafcc84b5d2d971062b30)
# path        ~/.opam/4.14.2/.opam-switch/build/hwloc.dev
# command     ~/.opam/4.14.2/bin/dune subst
# exit-code   1
# env-file    ~/.opam/log/hwloc-28041-0aa7d7.env
# output-file ~/.opam/log/hwloc-28041-0aa7d7.out
### output ###
# File "dune-project", line 2, characters 14-17:
# 2 | (using ctypes 0.1)
#                   ^^^
# Error: Version 0.1 of the ctypes extension has been deleted in Dune 3.11.
# Please port this project to a newer version of the extension, such as 0.3.
# Hint: You will also need to upgrade to (lang dune 3.7).


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
λ build hwloc   dev
λ build jansson dev
└─ 
┌─ The following changes have been performed
 install bigarray-compat   1.1.0
 install conf-autoconf     0.1
 install conf-automake     1
 install conf-cmake        1
 install conf-libtool      1
 install conf-which        1
 install csexp             1.5.2
 install cstruct           6.2.0
 install ctypes            0.22.0
 install dune              3.15.2
 install dune-configurator 3.15.2
 install ezjsonm           1.3.0
 install fmt               0.9.0
 install hex               1.5.0
 install integers          0.7.0
 install jsonm             1.0.2
 install ocamlbuild        0.14.3
 install ocamlfind         1.9.6
 install sexplib0          v0.17.0
 install stdlib-shims      0.3.0
 install topkg             1.0.7
 install uutf              1.0.3
└─ 


The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20240510115024.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-autoconf.0.1 conf-automake.1 conf-cmake.1 conf-libtool.1 conf-which.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 hwloc.dev integers.0.7.0 jansson.dev jsonm.1.0.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 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed
"jail" "-c" "name=obuilder_3653_7717" "mount.fstab=/tmp/obuilder-jail-e74a67/fstab" "mount.devfs" "path=/obuilder/result/100de864df3a350b6ac880319af26c7fc8c7e594cbadf7f5f40706763cea534c/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-autoconf.0.1 conf-automake.1 conf-cmake.1 conf-libtool.1 conf-which.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 hwloc.dev integers.0.7.0 jansson.dev jsonm.1.0.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 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1
2024-05-10 11:59.07: Job failed: Failed: Build failed