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

debian-12-4.14_arm32_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-arm64:debian-12-4.14_arm32_opam-2.1)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf
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:debian-12-ocaml-4.14@sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf
# debian-12-4.14_arm32_opam-2.1
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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:debian-12-ocaml-4.14@sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf-debian-12-4.14_arm32_opam-2.1-e9f59e0f07ba67357c14804760b3424a"
2024-04-30 09:06.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf)
 (comment debian-12-4.14_arm32_opam-2.1)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 09:59.06: Waiting for worker…
2024-04-30 10:10.50: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 1e7223f Disable implicit_transitive_deps


(from ocaml/opam:debian-12-ocaml-4.14@sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf' locally
docker.io/ocaml/opam@sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf: Pulling from ocaml/opam
Digest: sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf
Status: Downloaded newer image for ocaml/opam@sha256:1c899e427eee64d6f86c397aeb06dbd16da92559d6ab952690bf8bf7501e6aaf
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2024-04-30 10:11.05 ---> using "286e4e9510ef8d970782662b1a555ec5af7feb8698c62c95b0cd93b03335a0b5" from cache


/: (comment debian-12-4.14_arm32_opam-2.1)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (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 10:11.06 ---> using "c29f8c6079b37ba3110fadc41fbf58b90de8cdd2080cc2dd355737d80cf0c6b3" 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 10:11.06 ---> using "4d85337a96704f41d42e68e47a55b607277e4ee74b70c8fea77f304acb2a4bae" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-92-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 10:11.06 ---> using "85ed38747dddd50b73d57e66f2810ac13257780b8998295db086236c3a44ba05" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 10:11.06 ---> using "1919a77c14aa66c268ad233bc255e6799f073c4c822af546e3da5e622aa2ac6f" 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..e90e14059c  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 10:11.06 ---> using "4e65fac96d87f10728257bf1404e555065262a6bf65583a67a01f1f9951d913c" from cache


/src: (copy (src ldap.opam) (dst ./))
2024-04-30 10:11.48 ---> saved as "62e4cbf95519309bad7c1408378aa5dd484b47fa14893743d8c50cfc6238871c"


/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 10:12.13 ---> saved as "b9035bb74b165f64d6fe502efd86ea36037b1c7e5d2fb7ded119731094b3be1e"


/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 armhf Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1597 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1597 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [149 kB]
- Fetched 264 kB in 1s (420 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 10:13.29 ---> saved as "c7e186f8d055e8ccee10102f6cacaf03e35b6095087afffd80cd034a31cfab0d"


/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)
-> retrieved ocamlnet.4.1.9-2  (cached)
-> installed conf-libpcre.1
-> installed conf-libssl.4
-> retrieved pcre.7.5.0  (cached)
-> retrieved ssl.0.7.0  (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 10:21.44 ---> saved as "1fea27a605ebe1ee91d1f5babef4b658118f743c794e530cf93219cfa2f27ddd"


/src: (copy (src .) (dst /src))
2024-04-30 10:22.20 ---> saved as "cc018c50d0951b1ff63a113a4771f633a26ca9220100b9dea203e058b15ea6ec"


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