Organisationskit-ty-katelabrys0ed178 (master)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:55.01: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (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/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5
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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 labrys.opam ./
RUN opam pin add -yn labrys.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 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 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 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 labrys.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:55.01: Using cache hint "kit-ty-kate/labrys-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-04-30 08:55.01: 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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src labrys.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn labrys.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 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 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 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 labrys.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:55.01: Waiting for resource in pool OCluster
2024-04-30 14:36.03: Waiting for worker…
2024-04-30 16:56.03: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI


(from freebsd-ocaml-4.14)
2024-04-30 16:51.45 ---> 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-04-30 16:51.46 ---> 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-04-30 16:51.46 ---> 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-04-30 16:51.46 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 16:51.47 ---> 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 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
   69e073a577..e90e14059c  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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-04-30 16:51.47 ---> using "f1527e68e0ed03ded37e1772899255a42c69f86ddf3a31037f764ae2ae8ff309" from cache


/src: (copy (src labrys.opam) (dst ./))
2024-04-30 16:51.52 ---> saved as "30f2b96fe470edc9d65253af185a7e7921ff3ea253f63a2ede287c6c31204125"


/src: (run (network host)
           (shell "opam pin add -yn labrys.dev './'"))
[labrys.dev] synchronised (file:///src)
labrys is now pinned to file:///src (version dev)
2024-04-30 16:52.01 ---> saved as "af6c84509d3ce159eef25784e599192479bd700e4697a262d29fefa9a61468b6"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 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 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 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 labrys.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.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:
    devel/cmake devel/llvm11 lang/python27


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "devel/cmake" "devel/llvm11" "lang/python27"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: .....
- ..... done
- Processing entries: 
- .
- .
- ..
- ..
- .
- .
- .
- . done
- FreeBSD repository update completed. 34061 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. 34061 packages processed.
- All repositories are up to date.
- The following 12 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	cmake: 3.28.3
- 	cmake-core: 3.28.3
- 	cmake-doc: 3.28.3
- 	cmake-man: 3.28.3
- 	jsoncpp: 1.9.5
- 	libedit: 3.1.20230828_1,1
- 	libuv: 1.48.0
- 	libxml2: 2.11.7
- 	llvm11: 11.0.1_9
- 	lua54: 5.4.6_1
- 	python27: 2.7.18_3
- 	rhash: 1.4.4_1
- 
- Number of packages to be installed: 12
- 
- The process will require 895 MiB more space.
- 150 MiB to be downloaded.
- [spring] [1/12] Fetching cmake-man-3.28.3.pkg: .......... done
- [spring] [2/12] Fetching libuv-1.48.0.pkg: .......... done
- [spring] [3/12] Fetching lua54-5.4.6_1.pkg: 
- .......... done
- [spring] [4/12] Fetching cmake-core-3.28.3.pkg: .
- ....
- ....
- . done
- [spring] [5/12] Fetching libxml2-2.11.7.pkg: .......... done
- [spring] [6/12] Fetching cmake-doc-3.28.3.pkg: .
- .......
- .. done
- [spring] [7/12] Fetching libedit-3.1.20230828_1,1.pkg: .......... done
- [spring] [8/12] Fetching jsoncpp-1.9.5.pkg: .......... done
- [spring] [9/12] Fetching llvm11-11.0.1_9.pkg: 
- .
- .
- .
- .
- .
- .
- ..
- .
- . done
- [spring] [10/12] Fetching python27-2.7.18_3.pkg: ......
- .... done
- [spring] [11/12] Fetching cmake-3.28.3.pkg: . done
- [spring] [12/12] Fetching rhash-1.4.4_1.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [spring] [1/12] Installing libuv-1.48.0...
- [spring] [1/12] Extracting libuv-1.48.0: .......... done
- [spring] [2/12] Installing libedit-3.1.20230828_1,1...
- [spring] [2/12] Extracting libedit-3.1.20230828_1,1: .......... done
- [spring] [3/12] Installing jsoncpp-1.9.5...
- [spring] [3/12] Extracting jsoncpp-1.9.5: .......... done
- [spring] [4/12] Installing rhash-1.4.4_1...
- [spring] [4/12] Extracting rhash-1.4.4_1: .......... done
- [spring] [5/12] Installing cmake-man-3.28.3...
- [spring] [5/12] Extracting cmake-man-3.28.3: .......... done
- [spring] [6/12] Installing lua54-5.4.6_1...
- [spring] [6/12] Extracting lua54-5.4.6_1: .......... done
- [spring] [7/12] Installing cmake-core-3.28.3...
- [spring] [7/12] Extracting cmake-core-3.28.3: .
- ......... done
- [spring] [8/12] Installing libxml2-2.11.7...
- [spring] [8/12] Extracting libxml2-2.11.7: .......... done
- [spring] [9/12] Installing cmake-doc-3.28.3...
- [spring] [9/12] Extracting cmake-doc-3.28.3: ....
- ...... done
- [spring] [10/12] Installing llvm11-11.0.1_9...
- [spring] [10/12] Extracting llvm11-11.0.1_9: 
- .....
- ..... done
- [spring] [11/12] Installing python27-2.7.18_3...
- [spring] [11/12] Extracting python27-2.7.18_3: .......... done
- [spring] [12/12] Installing cmake-3.28.3...
- =====
- Message from python27-2.7.18_3:
- 
- --
- Note that some standard Python modules are provided as separate ports
- as they require additional dependencies. They are available as:
- 
- bsddb           databases/py-bsddb
- gdbm            databases/py-gdbm
- sqlite3         databases/py-sqlite3
- tkinter         x11-toolkits/py-tkinter
- --
- ===>   NOTICE:
- 
- This port is deprecated; you may wish to reconsider installing it:
- 
- EOLed upstream.
- 
- It is scheduled to be removed on or after 2020-12-31.
2024-04-30 16:54.12 ---> saved as "96814e317e2453ea875b7a2d53f0cc36416499f31b856fe6e3a6e5578ac84c78"


/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).
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-bash         1
   install num               1.5
   install cmdliner          1.2.0
   install ocamlfind         1.9.6
   install seq               base
   install conf-cmake        1
   install dune              3.15.2
   install conf-python-2-7   1.2
   install conf-llvm         11.0.0
   install topkg             1.0.7
   install base-bytes        base
   install stdlib-shims      0.3.0
   install re                1.11.0
   install pprint            20230830
   install pp                1.2.0
   install ordering          3.15.2
   install menhirSdk         20231231
   install menhirLib         20231231
   install menhirCST         20231231
   install either            1.0.0
   install csexp             1.5.2
   install bigarray-compat   1.1.0
   install uutf              1.0.3
   install msgpack           1.3.0
   install integers          0.7.0
   install dyn               3.15.2
   install menhir            20231231
   install dune-configurator 3.15.2
   install stdune            3.15.2
   install ctypes            0.22.0
   install containers        3.13.1
   install dune-private-libs 3.15.2
   install llvm              11.0.0
   install containers-data   3.13.1
   install dune-site         3.15.2
=====  36 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved containers.3.13.1  (cached)
 installed conf-cmake.1
 installed conf-python-2-7.1.2
 installed conf-bash.1
 retrieved cmdliner.1.2.0  (cached)
 retrieved csexp.1.5.2  (cached)
[ERROR] The compilation of conf-llvm.11.0.0 failed at "bash -ex configure.sh 11.0.0".
 retrieved containers-data.3.13.1  (cached)
 retrieved ctypes.0.22.0  (cached)
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved dune-private-libs.3.15.2  (cached)
 retrieved dune-site.3.15.2  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved either.1.0.0  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved dyn.3.15.2  (cached)
 retrieved menhir.20231231  (cached)
 retrieved menhirCST.20231231  (cached)
 retrieved menhirLib.20231231  (cached)
 retrieved menhirSdk.20231231  (cached)
 retrieved num.1.5  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved msgpack.1.3.0  (https://github.com/msgpack/msgpack-ocaml/archive/1.3.0.tar.gz)
 retrieved pp.1.2.0  (cached)
 installed cmdliner.1.2.0
 retrieved pprint.20230830  (cached)
 retrieved ordering.3.15.2  (cached)
 installed seq.base
 retrieved re.1.11.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.0.7  (cached)
 installed num.1.5
 retrieved uutf.1.0.3  (cached)
 retrieved stdune.3.15.2  (cached)
 retrieved llvm.11.0.0  (https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-11.1.0.src.tar.xz)
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed msgpack.1.3.0
 installed uutf.1.0.3
 installed dune.3.15.2
 installed menhirSdk.20231231
 installed menhirLib.20231231
 installed menhirCST.20231231
 installed either.1.0.0
 installed csexp.1.5.2
 installed bigarray-compat.1.1.0
 installed stdlib-shims.0.3.0
 installed ordering.3.15.2
 installed pprint.20230830
 installed pp.1.2.0
 installed dune-configurator.3.15.2
 installed integers.0.7.0
 installed re.1.11.0
 installed dyn.3.15.2
 installed containers.3.13.1
 installed containers-data.3.13.1
 installed ctypes.0.22.0
 installed stdune.3.15.2
 installed menhir.20231231
 installed dune-private-libs.3.15.2
 installed dune-site.3.15.2


#=== ERROR while compiling conf-llvm.11.0.0 ===================================#
# context     2.1.5 | freebsd/x86_64 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path        ~/.opam/4.14.2/.opam-switch/build/conf-llvm.11.0.0
# command     /usr/local/bin/bash -ex configure.sh 11.0.0
# exit-code   1
# env-file    ~/.opam/log/conf-llvm-49657-7156fe.env
# output-file ~/.opam/log/conf-llvm-49657-7156fe.out
### output ###
# [...]
# + for llvm_config in llvm-config-$version llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
# ++ llvm-config --version
# configure.sh: line 11: llvm-config: command not found
# + llvm_version=
# + true
# + case $llvm_version in
# + echo 'Note: '\''llvm-config'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''11'\''.'
# Note: 'llvm-config' doesn't match the required version. Got '' but required '11'.
# + continue
# + echo 'Error: LLVM 11 is not installed.'
# Error: LLVM 11 is not installed.
# + exit 1


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
λ build conf-llvm 11.0.0
└─ 
┌─ The following changes have been performed (the rest was aborted)
 install base-bytes        base
 install bigarray-compat   1.1.0
 install cmdliner          1.2.0
 install conf-bash         1
 install conf-cmake        1
 install conf-python-2-7   1.2
 install containers        3.13.1
 install containers-data   3.13.1
 install csexp             1.5.2
 install ctypes            0.22.0
 install dune              3.15.2
 install dune-configurator 3.15.2
 install dune-private-libs 3.15.2
 install dune-site         3.15.2
 install dyn               3.15.2
 install either            1.0.0
 install integers          0.7.0
 install menhir            20231231
 install menhirCST         20231231
 install menhirLib         20231231
 install menhirSdk         20231231
 install msgpack           1.3.0
 install num               1.5
 install ocamlbuild        0.14.3
 install ocamlfind         1.9.6
 install ordering          3.15.2
 install pp                1.2.0
 install pprint            20230830
 install re                1.11.0
 install seq               base
 install stdlib-shims      0.3.0
 install stdune            3.15.2
 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-20240430165415.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 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 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 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_34190_68873" "mount.fstab=/tmp/obuilder-jail-b4fe26/fstab" "mount.devfs" "path=/obuilder/result/41e209ea6a88836e0a58b6f4ac4b0cf196273558d53fd919c799ec9255451f23/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-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 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 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 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-04-30 17:03.10: Job failed: Failed: Build failed