Organisationskit-ty-kateocamldap1e7223 (master)macos-homebrew-4.14_opam-2.1

macos-homebrew-4.14_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) (macos-x86_64:macos-homebrew-4.14_opam-2.1)
Base: macos-homebrew-ocaml-4.14
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 macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 ./src/./
RUN opam pin add -yn ldap.dev './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"
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 cd ./src && 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-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.1-e9f59e0f07ba67357c14804760b3424a"
2024-04-30 09:06.26: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 ./src/./))
 (run (network host)
      (shell "opam pin add -yn ldap.dev './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")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y ldap.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && 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 22:17.46: Waiting for worker…
2024-05-01 01:22.34: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
HEAD is now at 1e7223f Disable implicit_transitive_deps


(from macos-homebrew-ocaml-4.14)
2024-05-01 01:22.35 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-05-01 01:22.35 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-05-01 01:22.35 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-01 01:22.35 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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
   3505e93828..e90e14059c  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-01 01:22.36 ---> using "4a646ae2cb5f14aae7c83b3016a2084a45899eebaebbe364eddbdc8edd8293bd" from cache


/: (copy (src ldap.opam) (dst ./src/./))
2024-05-01 01:22.37 ---> saved as "b90e690343d27f12cc3b1746b49cc0b053690841c8123d3d231c461257d023d3"


/: (run (network host)
        (shell "opam pin add -yn ldap.dev './src/./'"))
[ldap.dev] synchronised (file:///Users/mac1000/src)
ldap is now pinned to file:///Users/mac1000/src (version dev)
2024-05-01 01:22.47 ---> saved as "6f8952bd34074b2e537f43670f68ded49f5e912f6dcd035ea647e574af24da38"


/: (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y ldap.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> 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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    openssl pcre pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "openssl" "pcre" "pkg-config"
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Fetching dependencies for openssl@3: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:cab828953672906e00a8f25db751977b8dc4115f021f8dfe82b644ade03dacdb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c0842d836eaa991deac09d2f933bf5ff5b214d7c5d225c7fe042f6262ca21a9--ca-certificates--2024-03-11.all.bottle.tar.gz
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:f37328addd300e16046ee900f26d3ed026a6c810ea88269e114a4e0f06ed41b6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3455162bf343a308a878ca43d6dbf80074b6095d437ef2881e2286eae64b9818--openssl@3--3.3.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre/manifests/8.45
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4a3bba0e8d1899c13ac3442d2c49df6c1999948bdc0943f2f179693257d82545--pcre-8.45.bottle_manifest.json
- ==> Fetching pcre
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre/blobs/sha256:636ad19cc22f9c7608d5be592f8404c67458723d9629dbae026a93b8a3810e39
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3b2801f5c40ee479fa02d83ee18167040454558133e46f7b1784e7a60d45d932--pcre--8.45.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac691fc7ab8ecffba32a837e7197101d271474a3a84cfddcc30c9fd6763ab3c6--pkg-config-0.29.2_3.bottle_manifest.json
- ==> Fetching pkg-config
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:421571f340277c62c5cc6fd68737bd7c4e085de113452ea49b33bcd46509bb12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c5b6da58fb5d679eeb1765833596e7394625255fb46b165955fc4c4de746080e--pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- ==> Installing dependencies for openssl@3: ca-certificates
- ==> Installing openssl@3 dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Pouring ca-certificates--2024-03-11.all.bottle.tar.gz


- 🍺  /usr/local/Cellar/ca-certificates/2024-03-11: 3 files, 229.2KB
- ==> Installing openssl@3
- ==> Pouring openssl@3--3.3.0.sonoma.bottle.1.tar.gz
- ==> Caveats
- A CA file has been bootstrapped using certificates from the system
- keychain. To add additional certificates, place .pem files in
-   /usr/local/etc/openssl@3/certs
- 
- and run
-   /usr/local/opt/openssl@3/bin/c_rehash
- ==> Summary
- 🍺  /usr/local/Cellar/openssl@3/3.3.0: 6,976 files, 32.6MB
- ==> Running `brew cleanup openssl@3`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring pcre--8.45.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pcre/8.45: 204 files, 5.6MB
- ==> Running `brew cleanup pcre`...
- ==> Pouring pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkg-config/0.29.2_3: 11 files, 655.3KB
- ==> Running `brew cleanup pkg-config`...
- ==> Caveats
- ==> openssl@3
- A CA file has been bootstrapped using certificates from the system
- keychain. To add additional certificates, place .pem files in
-   /usr/local/etc/openssl@3/certs
- 
- and run
-   /usr/local/opt/openssl@3/bin/c_rehash
2024-05-01 01:23.43 ---> saved as "06b74129bb4889f563e61b546f124ebebb2f43362733432d16d5323172a8b20f"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install dune              3.15.2
  - 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 dune-configurator.3.15.2  (cached)
-> installed conf-pkg-config.3
-> retrieved dune.3.15.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlnet.4.1.9-2  (cached)
-> installed conf-libssl.4
-> installed conf-libpcre.1
-> retrieved pcre.7.5.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ssl.0.7.0  (cached)
-> retrieved csexp.1.5.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-05-01 01:26.32 ---> saved as "30f60a25148b8484dca0034ba4d504dc4762225a484d8e34aeb132d423c8ef6e"


/: (copy (src .) (dst ./src))
2024-05-01 01:26.34 ---> saved as "b5f9f61bd029687e207ff8ff647522621ee4c713adfa262cfb73a7cb61aabfcb"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/pcre -I /Users/mac1000/.opam/4.14.2/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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/pcre -I /Users/mac1000/.opam/4.14.2/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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/pcre -I /Users/mac1000/.opam/4.14.2/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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/pcre -I /Users/mac1000/.opam/4.14.2/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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/pcre -I /Users/mac1000/.opam/4.14.2/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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/pcre -I /Users/mac1000/.opam/4.14.2/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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/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" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-01 01:26.41: Job failed: Failed: Build failed