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

freebsd-5.1_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-5.1_opam-2.1)
Base: freebsd-ocaml-5.1
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-5.1
# freebsd-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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-5.1-freebsd-5.1_opam-2.1-156a6e7770930bc39ec6900b155c68e5"
2024-05-10 09:02.39: Using OBuilder spec:
((from freebsd-ocaml-5.1)
 (comment freebsd-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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-5.1)
2024-05-10 11:46.49 ---> using "813c71762ba09cfa8cfe3f05f009bdd39b1b347128fefd2e95099f87d236c989" from cache


/: (comment freebsd-5.1_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.49 ---> using "65a9b62d2493057013f99a47d1d57b6072f5b00406fb4bfea785e58388f6b852" 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.49 ---> using "e99a94697afa70d27199359988cb3c099e37a5c06ee07760e5a5921308c3119e" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 11:46.50 ---> using "e452d16e32919148b58c7e1d1c9db9a6c0854da706cd5eb72487da563b728a13" 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
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.50 ---> using "58d3ef29e7d8e112ec0533b0e9ff899b4f2ad47e9de0ab0016f9eddf180c5974" from cache


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


/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.12 ---> saved as "a7e98bf7ff8506278c7b9fc110cadd0cde27f67d594d83a46780788095530e12"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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)
[hwloc.dev] synchronised (no changes)
[jansson.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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:49.55 ---> saved as "f6cdffafda01a2b50d8d37f644be7c520173d63ddcda465a72398c3945e0ca81"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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-libtool.1
 installed conf-which.1
 installed conf-cmake.1
 installed conf-autoconf.0.1
 retrieved cstruct.6.2.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved ctypes.0.22.0  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved ezjsonm.1.3.0  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved hex.1.5.0  (cached)
 installed conf-automake.1
 retrieved integers.0.7.0  (cached)
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved jsonm.1.0.2  (cached)
 retrieved jansson.dev  (no changes)
 retrieved hwloc.dev  (no changes)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed uutf.1.0.3
 installed fmt.0.9.0
 installed jsonm.1.0.2
 installed dune.3.15.2
 installed bigarray-compat.1.1.0
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed integers.0.7.0
 installed sexplib0.v0.17.0
 installed cstruct.6.2.0
 installed hex.1.5.0
 installed ezjsonm.1.3.0
 installed dune-configurator.3.15.2
 installed ctypes.0.22.0
[ERROR] The compilation of hwloc.dev failed at "dune subst".
[ERROR] The compilation of jansson.dev failed at "dune subst".


#=== ERROR while compiling jansson.dev ========================================#
# context     2.1.5 | freebsd/x86_64 | ocaml-base-compiler.5.1.1 | pinned(git+https://github.com/patricoferris/ocaml-jansson#42cb429e722ec64807d75ae401758eb666c9d189#42cb429e722ec64807d75ae401758eb666c9d189)
# path        ~/.opam/5.1.1/.opam-switch/build/jansson.dev
# command     ~/.opam/5.1.1/bin/dune subst
# exit-code   1
# env-file    ~/.opam/log/jansson-24069-775066.env
# output-file ~/.opam/log/jansson-24069-775066.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.5.1.1 | pinned(git+https://github.com/patricoferris/ocaml-hwloc#3447dc5c40f0d868529aafcc84b5d2d971062b30#3447dc5c40f0d868529aafcc84b5d2d971062b30)
# path        ~/.opam/5.1.1/.opam-switch/build/hwloc.dev
# command     ~/.opam/5.1.1/bin/dune subst
# exit-code   1
# env-file    ~/.opam/log/hwloc-24069-428e98.env
# output-file ~/.opam/log/hwloc-24069-428e98.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/5.1.1/.opam-switch/backup/state-20240510115000.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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_7710" "mount.fstab=/tmp/obuilder-jail-478acb/fstab" "mount.devfs" "path=/obuilder/result/0edd9a40644b07190a051a97f697f8faff6d1729ad522a8f11ca50b9936a5ec9/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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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:58.12: Job failed: Failed: Build failed