Organisationstalex5lablgtkc8c2c3 (lablgtk3)(lint-opam)

(lint-opam)

Link Copied
Code Copied

Logs

2024-05-10 22:06.59: New job: test talex5/lablgtk https://github.com/talex5/lablgtk.git#refs/heads/lablgtk3 (c8c2c3af5ec78ff49b2ad75eeea310883c4e5d56) (linux-x86_64:(lint-opam))
Base: ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
Opam files lint


To reproduce locally:


git clone --recursive "https://github.com/talex5/lablgtk.git" -b "lablgtk3" && cd "lablgtk" && git reset --hard c8c2c3af
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
# debian-12-5.0_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam ./
RUN opam pin add -yn lablgtk3.dev './' && \
    opam pin add -yn lablgtk3-sourceview3.dev './' && \
    opam pin add -yn lablgtk3-gtkspell3.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cairo2.0.6.4 cmdliner.1.2.0 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.dev dune-configurator.3.15.2 dyn.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-core.2.1.5 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 opam-state.2.1.5 ordering.3.15.2 parsexp.v0.16.0 pp.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.dev $DEPS
RUN opam install $DEPS
ENV CI="true"
ENV OCAMLCI="true"
WORKDIR /src
COPY --chown=1000:1000 . /src/
RUN opam lint
RUN opam exec -- opam-dune-lint


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 22:06.59: Using cache hint "talex5/lablgtk-ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60-debian-12-5.0_opam-2.1-7e6e8b9859dd24c8213a97f41c363805"
2024-05-10 22:06.59: Using OBuilder spec:
((from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
 (comment debian-12-5.0_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn lablgtk3.dev './' && \
             \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
             \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cairo2.0.6.4 cmdliner.1.2.0 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.dev dune-configurator.3.15.2 dyn.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-core.2.1.5 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 opam-state.2.1.5 ordering.3.15.2 parsexp.v0.16.0 pp.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7")
 (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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (env CI true)
 (env OCAMLCI true)
 (workdir /src)
 (copy (src .) (dst /src/))
 (run (shell "opam lint"))
 (run (shell "opam exec -- opam-dune-lint"))
)


2024-05-10 22:06.59: Waiting for resource in pool OCluster
2024-05-11 12:53.51: Waiting for worker…
2024-05-11 12:58.47: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at c8c2c3af Test dune fix


(from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
Unable to find image 'ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60' locally
docker.io/ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60: Pulling from ocaml/opam
b06b6fb2bd14: Pulling fs layer
b06b6fb2bd14: Verifying Checksum
b06b6fb2bd14: Download complete
b06b6fb2bd14: Pull complete
Digest: sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
Status: Downloaded newer image for ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
2024-05-11 12:58.47 ---> using "f05db63d7be607a84849be4c718d0fd213b3863baea95da9b7b8b80965f38f09" from cache


/: (comment debian-12-5.0_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 12:58.47 ---> using "4ef7767c4d58188e020404e6560e60fe966fbd7d39cd0f5e5b73f21649c47c59" 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-05-11 12:58.47 ---> using "903dbef71a7d3e1e2bc58f3c4fd0091238b48f399c79a2624ba389b1239d50c7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 5.0.0
2.1.5
2024-05-11 12:58.47 ---> using "e2a8b8d5bd06418be8543e1bada46989015c5387292c65871ea346f06f0534c3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:58.47 ---> using "0c98b2cb780c79e6c57c19764c71204b1df8a035bd6420ed22e0291d684871c1" 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
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 12:58.47 ---> using "84531e4fc5d427228d57eab93176c365fd25d42b32eca04ecd410cff34d78474" from cache


/src: (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
            (dst ./))
2024-05-11 12:58.48 ---> saved as "640a7dde61654d84451b01f6afacb412f755ead13c9775db31231c19279b3f2d"


/src: (run (network host)
           (shell  "opam pin add -yn lablgtk3.dev './' && \
                  \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
                  \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
[lablgtk3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
The following additional pinnings are required by lablgtk3.dev:
  - dune.dev at git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40
Pin and install them? [Y/n] y
[dune.dev] synchronised (no changes)
dune is now pinned to git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40 (version dev)
lablgtk3 is now pinned to file:///src (version dev)
[lablgtk3-sourceview3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-sourceview3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-sourceview3 is now pinned to file:///src (version dev)
[lablgtk3-gtkspell3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-gtkspell3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-gtkspell3 is now pinned to file:///src (version dev)
2024-05-11 12:59.04 ---> saved as "f97d5cefe43d69962a4f3200da8a901a674d8ff332c914344c15f6afb982dce9"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cairo2.0.6.4 cmdliner.1.2.0 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.dev dune-configurator.3.15.2 dyn.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-core.2.1.5 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 opam-state.2.1.5 ordering.3.15.2 parsexp.v0.16.0 pp.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7")


/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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (818 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lablgtk3.dev] synchronised (no changes)
[lablgtk3-gtkspell3.dev] synchronised (no changes)
[lablgtk3-sourceview3.dev] synchronised (no changes)
[dune.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.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[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).


The following system packages will first need to be installed:
    libcairo2-dev libexpat1-dev libgtk-3-dev libgtksourceview-3.0-dev libgtkspell3-3-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcairo2-dev" "libexpat1-dev" "libgtk-3-dev" "libgtksourceview-3.0-dev" "libgtkspell3-3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


- Regenerating fonts cache... 


2024-05-11 13:00.07 ---> saved as "f40d83926d0a3c3eacd7ca3afd7cfda43decdacd88a8acd9c771309177a990f8"


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune.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.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[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).
The following actions will be performed:
  - install ocamlbuild          0.14.3
  - install num                 1.5
  - install cmdliner            1.2.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install dune                dev*
  - install conf-pkg-config     3
  - install topkg               1.0.7
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install re                  1.11.0
  - install pp                  1.2.0
  - install ordering            3.15.2
  - install opam-file-format    2.1.6
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install conf-gtksourceview3 0+2
  - install conf-gtk3           18
  - install conf-cairo          1
  - install rresult             0.7.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ocamlgraph          2.1.0
  - install parsexp             v0.16.0
  - install dyn                 3.15.2
  - install dune-configurator   3.15.2
  - install logs                0.7.0
  - install fpath               0.7.3
  - install opam-core           2.1.5
  - install sexplib             v0.16.0
  - install stdune              3.15.2
  - install cairo2              0.6.4
  - install bos                 0.2.1
  - install opam-format         2.1.5
  - install opam-repository     2.1.5
  - install opam-state          2.1.5
  - install opam-dune-lint      0.6
===== 37 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cairo2.0.6.4  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> retrieved dune.dev  (no changes)
-> retrieved dyn.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (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 opam-core.2.1.5  (cached)
-> retrieved opam-dune-lint.0.6  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved opam-format.2.1.5  (cached)
-> retrieved opam-repository.2.1.5  (cached)
-> retrieved opam-state.2.1.5  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp.1.2.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ordering.3.15.2  (cached)
-> retrieved stdune.3.15.2  (cached)
[ERROR] The compilation of dune.dev failed at "ocaml bootstrap.ml -j 31".
-> installed cmdliner.1.2.0
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.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


#=== ERROR while compiling dune.dev ===========================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | pinned(git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40#cafcab6bec65f279f570e8a01f5f30425aedad40)
# path        ~/.opam/5.0/.opam-switch/build/dune.dev
# command     ~/.opam/5.0/bin/ocaml bootstrap.ml -j 31
# exit-code   2
# env-file    ~/.opam/log/dune-1-c97443.env
# output-file ~/.opam/log/dune-1-c97443.out
### output ###
# File "./bootstrap.ml", line 46, characters 17-27:
# 46 |               && String.sub fn 0 (String.length duneboot) = duneboot
#                       ^^^^^^^^^^
# Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
# File "./bootstrap.ml", line 103, characters 28-37:
# 103 |   let args = Array.to_list (Array.sub Sys.argv 1 (Array.length Sys.argv - 1)) in
#                                   ^^^^^^^^^
# Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
# ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# ./.duneboot.exe -j 31
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads dune_filesystem_stubs.mli
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads dune_filesystem_stubs.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads xdg.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads build_path_prefix_map.ml
# File "vendor/build_path_prefix_map/src/build_path_prefix_map.ml", line 5, characters 17-31:
# Alert deprecated: Stdlib.Printf.kprintf
# Use Printf.ksprintf instead.
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__fpath.mli
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__fcntl.mli
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_base.ml
# File "vendor/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27:
# Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__fcntl.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads opamLexer.ml
# File "vendor/opam-file-format/src/opamLexer.mll", line 21, characters 2-16:
# Alert deprecated: Stdlib.Printf.kprintf
# Use Printf.ksprintf instead.
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_docgen.ml
# File "vendor/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39:
# Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
# File "vendor/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56:
# Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
# File "vendor/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51:
# Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
# File "vendor/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52:
# Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_cline.ml
# File "vendor/cmdliner/src/cmdliner_cline.ml", line 128, characters 20-47:
# Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__path.mli
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_arg.ml
# File "vendor/cmdliner/src/cmdliner_arg.ml", line 193, characters 24-50:
# Warning 6 [labels-omitted]: label err was omitted in the application of this function.
# File "vendor/cmdliner/src/cmdliner_arg.ml", line 243, characters 24-50:
# Warning 6 [labels-omitted]: label err was omitted in the application of this function.

[33m# File "vendor/cmdliner/src/cmdliner_arg.ml", line 260, characters 10-36:
# Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__digest.mli
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__spawn.mli
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__fpath.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner.ml
# File "vendor/cmdliner/src/cmdliner.ml", line 195, characters 25-47:
# Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__ansi_color.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__path.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__lock_file.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__digest.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__temp.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__io.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__sys.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__bin.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__daemonize.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__env.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__proc.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads stdune__spawn.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads dune_util__log.mli
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads catapult.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads dune_util__log.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads dune_util__report_error.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cache__messages.mli
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads dune_lang__t.ml
# File "src/dune_lang/t.ml", line 81, characters 7-44:
# Error: Unbound value Format.pp_get_formatter_tag_functions
# Hint: Did you mean pp_get_formatter_stag_functions?


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build dune dev
+- 
+- The following changes have been performed (the rest was aborted)
| - install astring             0.8.5
| - install bos                 0.2.1
| - install cmdliner            1.2.0
| - install conf-cairo          1
| - install conf-gtk3           18
| - install conf-gtksourceview3 0+2
| - install conf-pkg-config     3
| - install fmt                 0.9.0
| - install fpath               0.7.3
| - install logs                0.7.0
| - install num                 1.5
| - install ocamlbuild          0.14.3
| - install ocamlfind           1.9.6
| - install rresult             0.7.0
| - install seq                 base
| - install topkg               1.0.7
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.0/.opam-switch/backup/state-20240511130008.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-11 13:01.05: Job failed: Failed: Build failed