Organisationskit-ty-kateocamldap1e7223 (master)debian-12-4.14_ppc64_opam-2.1

debian-12-4.14_ppc64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 09:06.26: New job: test kit-ty-kate/ocamldap https://github.com/kit-ty-kate/ocamldap.git#refs/heads/master (1e7223fc8bc6a7466c115d1d28c02073849676af) (linux-ppc64:debian-12-4.14_ppc64_opam-2.1)
Base: ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/ocamldap.git" -b "master" && cd "ocamldap" && git reset --hard 1e7223fc
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76
# debian-12-4.14_ppc64_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ldap.opam ./
RUN opam pin add -yn ldap.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libpcre.1 conf-libssl.4 conf-pkg-config.3 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlnet.4.1.9-2 pcre.7.5.0 ssl.0.7.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ldap.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 09:06.26: Using cache hint "kit-ty-kate/ocamldap-ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76-debian-12-4.14_ppc64_opam-2.1-e9f59e0f07ba67357c14804760b3424a"
2024-04-30 09:06.26: Using OBuilder spec:
((from ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76)
 (comment debian-12-4.14_ppc64_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ldap.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ldap.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libpcre.1 conf-libssl.4 conf-pkg-config.3 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlnet.4.1.9-2 pcre.7.5.0 ssl.0.7.0")
 (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 ldap.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 09:06.26: Waiting for resource in pool OCluster
2024-04-30 12:34.55: Waiting for worker…
2024-04-30 13:29.50: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
All commits already cached
HEAD is now at 1e7223f Disable implicit_transitive_deps


(from ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76)
Unable to find image 'ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76' locally
docker.io/ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76: Pulling from ocaml/opam
Digest: sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76
Status: Downloaded newer image for ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76
2024-04-30 13:29.52 ---> using "9b0d5848fbc2a314479f34accfbaa696b92455f47034a73d0069aa1a6685173d" from cache


/: (comment debian-12-4.14_ppc64_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-04-30 13:29.52 ---> using "a173a7431959ec6fcdb90bdf46df0eea29814aca4b8f280b8a58e66b42bea164" 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-04-30 13:29.52 ---> using "a83f135b55f340194d7b28ff24d5a0a30d181f8d645fd5c601eb60fd488f2d10" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-94-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 13:29.52 ---> using "231204a793e6a65f1599fbf68f39e1336138dcb13615f79f65e3f41e911ef929" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 13:29.52 ---> using "02a97a1e49e22aa2f9e92d0e07049f794169721538862f27251697c0978708b6" 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
   c516155a4b..60c4208f49  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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-04-30 13:29.52 ---> using "f4430cf4ca7ce5a02a06209577e55bcf19fbd062f61dba8c4f7eb0d57c92e4a3" from cache


/src: (copy (src ldap.opam) (dst ./))
2024-04-30 13:30.12 ---> saved as "25abaa7a684744bd78a000bcf689cf2fec26268e730ec3f9659fc05fb64a166e"


/src: (run (network host)
           (shell "opam pin add -yn ldap.dev './'"))
[ldap.dev] synchronised (file:///src)
ldap is now pinned to file:///src (version dev)
2024-04-30 13:30.32 ---> saved as "56ca722e7bea1afde15a6a9af010e80fff8a5fe0f50187ae7b7fad42af3f7a19"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libpcre.1 conf-libssl.4 conf-pkg-config.3 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlnet.4.1.9-2 pcre.7.5.0 ssl.0.7.0")


/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 ldap.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 bookworm-updates/main ppc64el Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1630 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1630 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [147 kB]
- Fetched 262 kB in 1s (271 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ldap.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).


The following system packages will first need to be installed:
    libpcre3-dev libssl-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libpcre3-dev" "libssl-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-04-30 13:32.48 ---> saved as "3284433d9caea8a80fb8b0552ef3932f9a89056a6967a3892c3ec41a67d906e0"


/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).
The following actions will be performed:
  - install dune              3.15.2
  - install ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install csexp             1.5.2
  - install conf-libssl       4
  - install conf-libpcre      1
  - install base-bytes        base
  - install dune-configurator 3.15.2
  - install ssl               0.7.0
  - install pcre              7.5.0
  - install ocamlnet          4.1.9-2
===== 12 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed conf-pkg-config.3
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed conf-libpcre.1
-> installed conf-libssl.4
-> retrieved pcre.7.5.0  (cached)
-> retrieved ssl.0.7.0  (cached)
-> retrieved ocamlnet.4.1.9-2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.15.2
-> installed pcre.7.5.0
-> installed ssl.0.7.0
-> installed ocamlnet.4.1.9-2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 13:41.45 ---> saved as "3f29fac9f0dc4e76eb87cbefc2abfd1af2461ce6a99419b0e0ac8be6de6690c0"


/src: (copy (src .) (dst /src))
2024-04-30 13:42.07 ---> saved as "51fff9ae6895d4c0a3a95bb6e40a1d5687b2fc9130f9dccaeb967b6e36c829d2"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/ldap/.ldap.objs/byte -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/ssl -intf-suffix .ml -no-alias-deps -opaque -o src/ldap/.ldap.objs/byte/ldap_funclient.cmo -c -impl src/ldap/ldap_funclient.ml)
File "src/ldap/ldap_funclient.ml", line 186, characters 39-49:
186 |                                        Ssl.SSLv23
                                             ^^^^^^^^^^
Error (alert deprecated): SSLv23
SSL 2.0 was deprecated in 2011 by RFC 6176.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/ldap/.ldap.objs/byte -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/ssl -intf-suffix .ml -no-alias-deps -opaque -o src/ldap/.ldap.objs/byte/ldap_dnparser.cmo -c -impl src/ldap/ldap_dnparser.ml)
File "src/ldap/ldap_dnparser.mly", line 51, characters 15-31:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 55, characters 14-25:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 57, characters 21-32:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 62, characters 32-43:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 67, characters 11-25:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 75, characters 15-31:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 79, characters 19-30:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 80, characters 19-30:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 83, characters 11-25:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 85, characters 12-23:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/ldap/.ldap.objs/byte -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/ssl -intf-suffix .ml -no-alias-deps -opaque -o src/ldap/.ldap.objs/byte/ldap_dn.cmo -c -impl src/ldap/ldap_dn.ml)
File "src/ldap/ldap_dn.ml", line 63, characters 13-29:
63 |   let strm = Stream.of_string valu in
                  ^^^^^^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 67, characters 12-23:
67 |       match Stream.next strm with
                 ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 73, characters 15-26:
73 |             if Stream.peek strm = None then begin
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 91, characters 9-23:
91 |     with Stream.Failure -> Buffer.contents buf
              ^^^^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 93, characters 10-21:
93 |     match Stream.peek strm with
               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 96, characters 10-21:
96 |           Stream.junk strm;
               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/ldap/.ldap.objs/byte -I src/ldap/.ldap.objs/native -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/ssl -intf-suffix .ml -no-alias-deps -opaque -o src/ldap/.ldap.objs/native/ldap_funclient.cmx -c -impl src/ldap/ldap_funclient.ml)
File "src/ldap/ldap_funclient.ml", line 186, characters 39-49:
186 |                                        Ssl.SSLv23
                                             ^^^^^^^^^^
Error (alert deprecated): SSLv23
SSL 2.0 was deprecated in 2011 by RFC 6176.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/ldap/.ldap.objs/byte -I src/ldap/.ldap.objs/native -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/ssl -intf-suffix .ml -no-alias-deps -opaque -o src/ldap/.ldap.objs/native/ldap_dnparser.cmx -c -impl src/ldap/ldap_dnparser.ml)
File "src/ldap/ldap_dnparser.mly", line 51, characters 15-31:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 55, characters 14-25:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 57, characters 21-32:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 62, characters 32-43:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 67, characters 11-25:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 75, characters 15-31:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 79, characters 19-30:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 80, characters 19-30:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 83, characters 11-25:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dnparser.mly", line 85, characters 12-23:
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/ldap/.ldap.objs/byte -I src/ldap/.ldap.objs/native -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/ssl -intf-suffix .ml -no-alias-deps -opaque -o src/ldap/.ldap.objs/native/ldap_dn.cmx -c -impl src/ldap/ldap_dn.ml)
File "src/ldap/ldap_dn.ml", line 63, characters 13-29:
63 |   let strm = Stream.of_string valu in
                  ^^^^^^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 67, characters 12-23:
67 |       match Stream.next strm with
                 ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 73, characters 15-26:
73 |             if Stream.peek strm = None then begin
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 91, characters 9-23:
91 |     with Stream.Failure -> Buffer.contents buf
              ^^^^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 93, characters 10-21:
93 |     match Stream.peek strm with
               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldap/ldap_dn.ml", line 96, characters 10-21:
96 |           Stream.junk strm;
               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/ldif/.ldif.objs/byte -I /home/opam/.opam/4.14/lib/netstring -I src/ldap/.ldap.objs/byte -no-alias-deps -opaque -o src/ldif/.ldif.objs/byte/ldif_parser.cmo -c -impl src/ldif/ldif_parser.ml)
File "src/ldif/ldif_parser.ml", line 29, characters 33-41:
29 | type stream_rec  = {stream: char Stream.t;buf:Buffer.t;mutable line: int}
                                      ^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 38, characters 19-30:
38 |     match (optval (Stream.peek s.stream)) with
                        ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 39, characters 22-33:
39 |         ' ' | '#' -> (Stream.junk s.stream);read_comment s (* line folded, or another comment *)
                           ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 42, characters 19-30:
42 |     match (optval (Stream.peek s.stream)) with
                        ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 43, characters 17-28:
43 |         '\n' -> (Stream.junk s.stream);s.line <- s.line + 1;check_next s
                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 45, characters 11-22:
45 |           (Stream.junk s.stream);(Stream.junk s.stream);
                ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 45, characters 34-45:
45 |           (Stream.junk s.stream);(Stream.junk s.stream);
                                       ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 47, characters 17-28:
47 |       |  _   -> (Stream.junk s.stream);read_comment s
                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 50, characters 17-28:
50 |   match (optval (Stream.peek s.stream)) with
                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 51, characters 14-25:
51 |       '#' -> (Stream.junk s.stream);read_comment s
                   ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 55, characters 17-28:
55 |   match (optval (Stream.peek s.stream)) with
                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 56, characters 15-26:
56 |       '\n' -> (Stream.junk s.stream);s.line <- s.line + 1;"\n"
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 57, characters 15-26:
57 |     | '\r' -> (Stream.junk s.stream);(Stream.junk s.stream);s.line <- s.line + 1;"\n"
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 57, characters 38-49:
57 |     | '\r' -> (Stream.junk s.stream);(Stream.junk s.stream);s.line <- s.line + 1;"\n"
                                           ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 69, characters 17-28:
69 |   match (optval (Stream.peek s.stream)) with
                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 70, characters 19-30:
70 |       '0'..'9' -> (Stream.next s.stream)
                        ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 74, characters 17-28:
74 |   match (optval (Stream.peek s.stream)) with
                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 75, characters 19-30:
75 |       ' '..'~' -> (Stream.next s.stream)
                        ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 79, characters 17-28:
79 |   match (optval (Stream.peek s.stream)) with
                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 80, characters 29-40:
80 |       '!'..'9'|';'..'~'  -> (Stream.next s.stream)
                                  ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 84, characters 17-28:
84 |   match (optval (Stream.peek s.stream)) with
                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 85, characters 28-39:
85 |       'a'..'z'|'A'..'Z' -> (Stream.next s.stream)
                                 ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 97, characters 18-30:
97 |           (match (Stream.npeek 2 s.stream) with
                       ^^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 99, characters 18-29:
99 |                  (Stream.junk s.stream);(Stream.junk s.stream);
                       ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 99, characters 41-52:
99 |                  (Stream.junk s.stream);(Stream.junk s.stream);
                                              ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 104, characters 18-30:
104 |           (match (Stream.npeek 3 s.stream) with
                        ^^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 106, characters 18-29:
106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
                        ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 106, characters 41-52:
106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
                                               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 106, characters 64-75:
106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
                                                                      ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 122, characters 17-28:
122 |   match (optval (Stream.peek s.stream)) with
                       ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 123, characters 41-52:
123 |       'A'..'Z'|'a'..'z'|'0'..'9'|'-' -> (Stream.next s.stream)
                                               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 141, characters 17-28:
141 |   match (optval (Stream.peek s.stream)) with
                       ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 142, characters 28-39:
142 |       ';' -> let thisone = (Stream.junk s.stream);(option s) in thisone ^ (options s)
                                  ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 154, characters 33-44:
154 |   let _options = (match (optval (Stream.peek s.stream)) with
                                       ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 157, characters 31-42:
157 |   let _colon = (match (optval (Stream.peek s.stream)) with
                                     ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 158, characters 27-38:
158 |                    ':' -> (Stream.junk s.stream);""
                                 ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 164, characters 17-28:
164 |   match (optval (Stream.peek s.stream)) with
                       ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 165, characters 14-25:
165 |       ':' -> (Stream.junk s.stream);
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 166, characters 24-35:
166 |         (match (optval (Stream.peek s.stream)) with
                              ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 167, characters 21-32:
167 |              ' ' -> (Stream.junk s.stream);
                           ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 170, characters 14-25:
170 |     | '<' -> (Stream.junk s.stream);(match (optval (Stream.peek s.stream)) with
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 170, characters 52-63:
170 |     | '<' -> (Stream.junk s.stream);(match (optval (Stream.peek s.stream)) with
                                                          ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 171, characters 42-53:
171 |                                   ' ' -> (Stream.junk s.stream);(safe_string s) (* a url *)
                                                ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 173, characters 14-25:
173 |     | ' ' -> (Stream.junk s.stream);(safe_string s)
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 199, characters 17-28:
199 |   match (optval (Stream.peek s.stream)) with
                       ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 200, characters 14-25:
200 |       ':' -> (Stream.junk s.stream);
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 201, characters 24-35:
201 |         (match (optval (Stream.peek s.stream)) with
                              ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 202, characters 21-32:
202 |              ' ' -> (Stream.junk s.stream);
                           ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 205, characters 14-25:
205 |     | ' ' -> (Stream.junk s.stream);safe_string s
                    ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 209, characters 9-21:
209 |   match (Stream.npeek 3 s.stream) with
               ^^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 211, characters 9-20:
211 |         (Stream.junk s.stream);
               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 212, characters 9-20:
212 |         (Stream.junk s.stream);
               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
File "src/ldif/ldif_parser.ml", line 213, characters 9-20:
213 |         (Stream.junk s.stream);
               ^^^^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
"/bin/bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 13:42.32: Job failed: Failed: Build failed