Organisationsocaml-docvoodoodc5439 (main)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-22 15:30.14: New job: test ocaml-doc/voodoo https://github.com/ocaml-doc/voodoo.git#refs/heads/main (dc54397f66abf95c964ea4de0f3a0ff2aec56efe) (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/ocaml-doc/voodoo.git" -b "main" && cd "voodoo" && git reset --hard dc54397f
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 ca1674211001602e393185be2ba2f14f306828b5 || git fetch origin master) && git reset -q --hard ca1674211001602e393185be2ba2f14f306828b5 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam ./
RUN opam pin add -yn voodoo-prep.dev './' && \
    opam pin add -yn voodoo-lib.dev './' && \
    opam pin add -yn voodoo-gen.dev './' && \
    opam pin add -yn voodoo-do.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.2.0 conf-autoconf.0.1 conf-jq.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.2 odoc-parser.2.4.2 omd.2.0.0~alpha3 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 parsexp.v0.16.0 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdcompat.19 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.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-22 15:30.14: Using cache hint "ocaml-doc/voodoo-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-a0ba6e628c63e4aafa1439b98ae0feae"
2024-05-22 15:30.14: 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 ca1674211001602e393185be2ba2f14f306828b5 || git fetch origin master) && git reset -q --hard ca1674211001602e393185be2ba2f14f306828b5 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn voodoo-prep.dev './' && \
             \nopam pin add -yn voodoo-lib.dev './' && \
             \nopam pin add -yn voodoo-gen.dev './' && \
             \nopam pin add -yn voodoo-do.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.2.0 conf-autoconf.0.1 conf-jq.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.2 odoc-parser.2.4.2 omd.2.0.0~alpha3 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 parsexp.v0.16.0 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdcompat.19 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 yojson.2.1.2")
 (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 voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.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-22 15:30.14: Waiting for resource in pool OCluster
2024-05-22 15:30.14: Waiting for worker…
2024-05-22 15:30.14: Got resource from pool OCluster
Building on summer
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /obuilder/state/git/voodoo.git-76fb3269167704dd2611c39edf6c8bfbc935c005/.git/
HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128)


(from freebsd-ocaml-4.14)
2024-05-22 15:23.39 ---> 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-22 15:23.39 ---> 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-22 15:23.40 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-22 15:23.40 ---> 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 ca1674211001602e393185be2ba2f14f306828b5 || git fetch origin master) && git reset -q --hard ca1674211001602e393185be2ba2f14f306828b5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0dc68a8b92..8907d75af8  master     -> origin/master
ca16742110 8 packages from ocaml/opam at 2.1.6


<><> 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-22 15:23.40 ---> using "b2298d169d1ade41975913bb87081b77a25d3e2e53b08d9c41f6d2915af8a4f5" from cache


/src: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
            (dst ./))
2024-05-22 15:23.43 ---> saved as "3c96e4aacbb4c6a7464a5b1c0806e67e6e3be5f5356ccdd05ff123b8f83306df"


/src: (run (network host)
           (shell  "opam pin add -yn voodoo-prep.dev './' && \
                  \nopam pin add -yn voodoo-lib.dev './' && \
                  \nopam pin add -yn voodoo-gen.dev './' && \
                  \nopam pin add -yn voodoo-do.dev './'"))
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.dev] synchronised (file:///src)
voodoo-prep is now pinned to file:///src (version dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.dev] synchronised (file:///src)
voodoo-lib is now pinned to file:///src (version dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.dev] synchronised (file:///src)
voodoo-gen is now pinned to file:///src (version dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.dev] synchronised (file:///src)
voodoo-do is now pinned to file:///src (version dev)
2024-05-22 15:23.57 ---> saved as "79422de9a92ae1adc46c4661d60cb6639994e6556c62c3345d8f60477d96f769"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.2.0 conf-autoconf.0.1 conf-jq.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.2 odoc-parser.2.4.2 omd.2.0.0~alpha3 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 parsexp.v0.16.0 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdcompat.19 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 yojson.2.1.2")


/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 voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-do.dev] synchronised (no changes)
[voodoo-lib.dev] synchronised (no changes)
[voodoo-gen.dev] synchronised (no changes)
[voodoo-prep.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 jq


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "autoconf" "jq"
- Updating FreeBSD repository catalogue...
- [summer] Fetching data.pkg: ...
- ....... done
- Processing entries: 
- ..
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 34072 packages processed.
- All repositories are up to date.
- The following 5 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	autoconf: 2.72
- 	autoconf-switch: 20220527
- 	jq: 1.7.1
- 	m4: 1.4.19_1,1
- 	oniguruma: 6.9.9
- 
- Number of packages to be installed: 5
- 
- The process will require 7 MiB more space.
- 1 MiB to be downloaded.
- [summer] [1/5] Fetching jq-1.7.1.pkg: .......... done
- [summer] [2/5] Fetching m4-1.4.19_1,1.pkg: ........ done
- [summer] [3/5] Fetching oniguruma-6.9.9.pkg: .......... done
- [summer] [4/5] Fetching autoconf-switch-20220527.pkg: . done
- [summer] [5/5] Fetching autoconf-2.72.pkg: ......
- .... done
- Checking integrity... done (0 conflicting)
- [summer] [1/5] Installing m4-1.4.19_1,1...
- [summer] [1/5] Extracting m4-1.4.19_1,1: .......... done
- [summer] [2/5] Installing oniguruma-6.9.9...
- [summer] [2/5] Extracting oniguruma-6.9.9: .......... done
- [summer] [3/5] Installing autoconf-switch-20220527...
- [summer] [3/5] Extracting autoconf-switch-20220527: .......... done
- [summer] [4/5] Installing jq-1.7.1...
- [summer] [4/5] Extracting jq-1.7.1: .......... done
- [summer] [5/5] Installing autoconf-2.72...
- [summer] [5/5] Extracting autoconf-2.72: .......... done
2024-05-22 15:24.51 ---> saved as "0029d6491d6b4f0de82506bc5ccce44ff7fa902cd3b61c7f81fccd0800e33f4e"


/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 conf-pandoc        0.1
   install ocamlbuild         0.14.3
   install num                1.5
   install cmdliner           1.2.0
   install ocamlfind          1.9.6
   install seq                base
   install conf-jq            1
   install dune               3.15.2
   install conf-which         1
   install topkg              1.0.7
   install stdlib-shims       0.3.0
   install sexplib0           v0.16.0
   install result             1.5
   install re                 1.11.0
   install opam-file-format   2.1.6
   install ocaml-syntax-shims 1.0.0
   install dune-build-info    3.15.2
   install cppo               1.6.9
   install camlp-streams      5.0.1
   install conf-autoconf      0.1
   install uutf               1.0.3
   install rresult            0.7.0
   install ptime              1.1.0
   install fmt                0.9.0
   install astring            0.8.5
   install ocamlgraph         2.1.0
   install parsexp            v0.16.0
   install yojson             2.1.2
   install stdcompat          19
   install uunf               15.1.0
   install tyxml              4.6.0
   install crunch             3.3.1
   install logs               0.7.0
   install odoc-parser        2.4.2
   install fpath              0.7.3
   install alcotest           1.7.0
   install opam-core          2.1.6
   install sexplib            v0.16.0
   install uucp               15.1.0
   install odoc               2.4.2
   install bos                0.2.1
   install opam-format        2.1.6
   install omd                2.0.0~alpha3
=====  43 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved cppo.1.6.9  (cached)
 installed conf-which.1
[ERROR] The compilation of conf-pandoc.0.1 failed at "sh -exc echo | pandoc".
 installed conf-jq.1
 retrieved cmdliner.1.2.0  (cached)
 installed conf-autoconf.0.1
 retrieved crunch.3.3.1  (cached)
 retrieved alcotest.1.7.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved dune-build-info.3.15.2  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved num.1.5  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved ocamlgraph.2.1.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved odoc-parser.2.4.2  (cached)
 retrieved omd.2.0.0~alpha3  (https://github.com/ocaml/opam-source-archives/raw/main/omd-2.0.0.alpha3.tbz)
 retrieved opam-core.2.1.6  (cached)
 retrieved opam-file-format.2.1.6  (cached)
 retrieved opam-format.2.1.6  (cached)
 retrieved parsexp.v0.16.0  (cached)
 retrieved ptime.1.1.0  (cached)
 retrieved odoc.2.4.2  (cached)
 retrieved result.1.5  (cached)
 installed seq.base
 retrieved rresult.0.7.0  (cached)
 retrieved sexplib.v0.16.0  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved tyxml.4.6.0  (cached)
 retrieved stdcompat.19  (cached)
 retrieved uucp.15.1.0  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved yojson.2.1.2  (cached)
 retrieved uunf.15.1.0  (https://erratique.ch/software/uunf/releases/uunf-15.1.0.tbz)
 installed ocamlbuild.0.14.3
 installed num.1.5
 installed cmdliner.1.2.0
 installed ocamlfind.1.9.6
 installed topkg.1.0.7
 installed rresult.0.7.0
 installed uutf.1.0.3
 installed ptime.1.1.0
 installed fmt.0.9.0
 installed astring.0.8.5
 installed fpath.0.7.3
 installed logs.0.7.0
 installed bos.0.2.1
 installed uunf.15.1.0
 installed dune.3.15.2
 installed crunch.3.3.1
 installed camlp-streams.5.0.1
 installed stdlib-shims.0.3.0
 installed result.1.5
 installed cppo.1.6.9
 installed sexplib0.v0.16.0
 installed opam-file-format.2.1.6
 installed dune-build-info.3.15.2
 installed odoc-parser.2.4.2
 installed re.1.11.0
 installed yojson.2.1.2
 installed ocaml-syntax-shims.1.0.0
 installed parsexp.v0.16.0
 installed ocamlgraph.2.1.0
 installed sexplib.v0.16.0
 installed alcotest.1.7.0
 installed tyxml.4.6.0
 installed opam-core.2.1.6
 installed stdcompat.19
 installed odoc.2.4.2
 installed opam-format.2.1.6
 installed uucp.15.1.0
 installed omd.2.0.0~alpha3


#=== ERROR while compiling conf-pandoc.0.1 ====================================#
# 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-pandoc.0.1
# command     /bin/sh -exc echo | pandoc
# exit-code   127
# env-file    ~/.opam/log/conf-pandoc-96959-b0d675.env
# output-file ~/.opam/log/conf-pandoc-96959-b0d675.out
### output ###
# + echo
# + pandoc
# /bin/sh: pandoc: not found


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
λ build conf-pandoc 0.1
└─ 
┌─ The following changes have been performed
 install alcotest           1.7.0
 install astring            0.8.5
 install bos                0.2.1
 install camlp-streams      5.0.1
 install cmdliner           1.2.0
 install conf-autoconf      0.1
 install conf-jq            1
 install conf-which         1
 install cppo               1.6.9
 install crunch             3.3.1
 install dune               3.15.2
 install dune-build-info    3.15.2
 install fmt                0.9.0
 install fpath              0.7.3
 install logs               0.7.0
 install num                1.5
 install ocaml-syntax-shims 1.0.0
 install ocamlbuild         0.14.3
 install ocamlfind          1.9.6
 install ocamlgraph         2.1.0
 install odoc               2.4.2
 install odoc-parser        2.4.2
 install omd                2.0.0~alpha3
 install opam-core          2.1.6
 install opam-file-format   2.1.6
 install opam-format        2.1.6
 install parsexp            v0.16.0
 install ptime              1.1.0
 install re                 1.11.0
 install result             1.5
 install rresult            0.7.0
 install seq                base
 install sexplib            v0.16.0
 install sexplib0           v0.16.0
 install stdcompat          19
 install stdlib-shims       0.3.0
 install topkg              1.0.7
 install tyxml              4.6.0
 install uucp               15.1.0
 install uunf               15.1.0
 install uutf               1.0.3
 install yojson             2.1.2
└─ 


The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20240522152454.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.2.0 conf-autoconf.0.1 conf-jq.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.2 odoc-parser.2.4.2 omd.2.0.0~alpha3 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 parsexp.v0.16.0 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdcompat.19 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 yojson.2.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed
"jail" "-c" "name=obuilder_92053_6994" "mount.fstab=/tmp/obuilder-jail-417a86/fstab" "mount.devfs" "path=/obuilder/result/e706da4b686004b6d8282c038a3d9eb63945b8c0a00d1a679ed8d01a5d2bebd9/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.2.0 conf-autoconf.0.1 conf-jq.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.2 odoc-parser.2.4.2 omd.2.0.0~alpha3 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 parsexp.v0.16.0 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdcompat.19 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 yojson.2.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1
2024-05-22 15:33.43: Job failed: Failed: Build failed