Organisationskit-ty-kateocamldap1e7223 (master)debian-12-4.14+flambda_opam-2.1

debian-12-4.14+flambda_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-x86_64:debian-12-4.14+flambda_opam-2.1)
Base: ocaml/opam@sha256:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3
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:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3
# debian-12-4.14+flambda_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-config.2 ocaml-variants.4.14.2+options 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:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3-debian-12-4.14+flambda_opam-2.1-61080db01b45657a9ad96ca427d013c6"
2024-04-30 09:06.26: Using OBuilder spec:
((from ocaml/opam@sha256:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3)
 (comment debian-12-4.14+flambda_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-config.2 ocaml-variants.4.14.2+options 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 21:20.13: Waiting for worker…
2024-04-30 21:23.10: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at 1e7223f Disable implicit_transitive_deps


(from ocaml/opam@sha256:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3)
2024-04-30 21:23.29 ---> saved as "6dd3138d88c75d3e2b3601d6b210b33c2acdaf1f824c962f3d2f3c0c771763af"


/: (comment debian-12-4.14+flambda_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 21:23.29 ---> saved as "e79499a7218650f9e127e93380d2e6dd09246c0a69a4e6a2de7073cfaa2ff4df"


/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.


Continue? [Y/n] y
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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 21:24.50 ---> saved as "0c9ff04470be5681d043e4285599f97f7d882c8fb0b5ff5232d1b6e9ee31acc6"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 21:24.51 ---> saved as "aec34fa2920af011c61f40fba7d4e22c8a3fe8bc5c4604975ac0225877b6f03c"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 21:24.51 ---> saved as "8d30bc85f8af06d4479b06b85908c797364c7a4f43f09745c534693cff259d3e"


/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..bafea8d973  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 21:26.29 ---> saved as "f3b15c5af8a2c2651a90666a07345c410557d394d9bbab6d174fd0f037e83be8"


/src: (copy (src ldap.opam) (dst ./))
2024-04-30 21:26.29 ---> saved as "3098d56f2a7fda0c77a345440232d23e29663b4922aac2641ed86d0591965538"


/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 21:26.31 ---> saved as "e36df680af467af7e4ed9de5e6c7be37a3205c7ec83283fbf7ac667f9006a307"


/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-config.2 ocaml-variants.4.14.2+options 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 amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 1s (531 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ldap.dev] synchronised (no changes)


[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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 21:26.57 ---> saved as "b7f033fd241aafe2eb325f38547626fb983d574ebf364c47546e7125ce1ba7d6"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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 21:30.48 ---> saved as "7aca200bf1e46e2a24ba668c6feff3a913fcf08b7eafb91929ca01124051fc46"


/src: (copy (src .) (dst /src))
2024-04-30 21:30.48 ---> saved as "025766fa7dfbe795ef6c73622ba3ecdbe7caaaff936a9a901e06bb784a609f4d"


/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_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/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/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.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 21:30.49: Job failed: Failed: Build failed