Build:
  1. 0
2026-06-24 17:18.30: New job: build aws-cloudformation.0.1.0 (dd00c6219f37)
2026-06-24 17:18.30: Waiting for resource in pool day11-builds
2026-06-24 18:07.35: Got resource from pool day11-builds
2026-06-24 18:07.35: [profile full] build aws-cloudformation.0.1.0
2026-06-24 18:07.35: build aws-cloudformation.0.1.0 (dd00c6219f37)
=== DEPENDENCIES (48 transitive) ===
  angstrom.0.16.1                                    b3c0b2c22161
  astring.0.8.5                                      4ebc2fc0ee9d
  aws.1.0.2                                          b5781f9e7b86
  base.v0.16.5                                       029e992da996
  base-bytes.base                                    c40d17bc86b5
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigarray-compat.1.1.0                              6340769fc89d
  bigstringaf.0.10.0                                 2670f46d1cef
  calendar.3.0.0                                     2260632faab5
  conf-gmp.5                                         be11edf77089
  conf-pkg-config.5                                  d5de2c6a88f9
  cppo.1.8.0                                         5f3f70cae95b
  cpuid.0.1.2                                        32d82c74bcff
  csexp.1.5.2                                        610c78f17734
  cstruct.6.0.1                                      01957cad303e
  cstruct-lwt.6.0.1                                  7a14f780794c
  dune.3.23.1                                        848a72441e15
  dune-configurator.3.23.1                           bc97ce98d8a9
  ezxmlm.1.1.0                                       e5e17b707ff0
  lwt.5.10.0                                         7005b0d98aa6
  mirage-no-solo5.1                                  43747e6295ba
  mirage-no-xen.1                                    d4726cb46003
  nocrypto.0.5.4-2                                   f54716b30fed
  num.1.6                                            110cee7a7e2e
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-compiler-libs.v0.12.4                        2aecf989b0b2
  ocaml-config.2                                     2d9c209f5590
  ocaml-syntax-shims.1.0.0                           ac7d70c1c23c
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  ocb-stubblr.0.1.1-1                                d267c5e28127
  ocplib-endian.1.2                                  380dd426e898
  parsexp.v0.16.0                                    63c67db8428c
  ppx_derivers.1.2.1                                 9245877bc46e
  ppx_deriving.6.0.3                                 e0859f3d0fae
  ppx_sexp_conv.v0.16.0                              3dc8c79ef340
  ppxlib.0.35.0                                      bbb70c1d0b8a
  re.1.14.0                                          d62d6f65abb6
  sexplib.v0.16.0                                    4838f1139cdf
  sexplib0.v0.16.0                                   7a6e649d895c
  stdlib-shims.0.3.0                                 de5202e23add
  stringext.1.6.0                                    9dbcca0df50a
  topkg.1.1.1                                        511e1a1958da
  uri.4.4.0                                          ae40a4374ff7
  xmlm.1.4.0                                         09c162d8fb94
  zarith.1.14                                        a8971d2f668c
=== STDOUT ===
Processing: [default: loading data]
[aws-cloudformation.0.1.0: dl]
[aws-cloudformation.0.1.0: extract]
-> retrieved aws-cloudformation.0.1.0  (https://opam.ocaml.org/cache)
[aws-cloudformation: ocaml setup.ml]
+ /home/opam/.opam/default/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/aws-cloudformation.0.1.0)
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          let compare = Pervasives.compare
-                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "./setup.ml", line 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 2916, characters 10-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2922, characters 10-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2925, characters 23-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2928, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2931, characters 10-27:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2934, characters 16-28:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 15-27:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 32-42:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 48-61:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2936, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2937, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2938, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3088, characters 4-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3107, characters 24-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3109, characters 21-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 41-53:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 41-54:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 50-62:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 50-63:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3118, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3131, characters 15-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3229, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 6484, characters 33-42:
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- File "setup.ml", line 6485, characters 36-45:
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/default/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/default/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/default/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/default/bin/ocamlbuild
- Package name: ........................................ aws-cloudformation
- Package version: ..................................... 0.1.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.14.4
- standard_library_default: ............................ /home/opam/.opam/default/lib/ocaml
- standard_library: .................................... /home/opam/.opam/default/lib/ocaml
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/default
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.8
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_aws: ............................................. /home/opam/.opam/default/lib/aws
- ocamldoc: ............................................ /home/opam/.opam/default/bin/ocamldoc
- 
[aws-cloudformation: ocaml setup.ml]
+ /home/opam/.opam/default/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/default/.opam-switch/build/aws-cloudformation.0.1.0)
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          let compare = Pervasives.compare
-                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "./setup.ml", line 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 2916, characters 10-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2922, characters 10-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2925, characters 23-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2928, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2931, characters 10-27:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2934, characters 16-28:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 15-27:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 32-42:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 48-61:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2936, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2937, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2938, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3088, characters 4-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3107, characters 24-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3109, characters 21-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 41-53:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 41-54:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 50-62:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 50-63:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3118, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3131, characters 15-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3229, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 6484, characters 33-42:
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- File "setup.ml", line 6485, characters 36-45:
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- W: Cannot find source file matching module 'aws-cloudformation' in library aws-cloudformation
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/types.ml > lib/types.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/errors.ml > lib/errors.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/cancelUpdateStack.mli > lib/cancelUpdateStack.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/errors.cmo lib/errors.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/types.cmo lib/types.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/cancelUpdateStack.cmi lib/cancelUpdateStack.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/cancelUpdateStack.ml > lib/cancelUpdateStack.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/createStack.mli > lib/createStack.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/createStack.cmi lib/createStack.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/createStack.ml > lib/createStack.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/deleteStack.mli > lib/deleteStack.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/deleteStack.cmi lib/deleteStack.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/deleteStack.ml > lib/deleteStack.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/describeStackEvents.mli > lib/describeStackEvents.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/describeStackEvents.cmi lib/describeStackEvents.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/describeStackEvents.ml > lib/describeStackEvents.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/describeStackResource.mli > lib/describeStackResource.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/describeStackResource.cmi lib/describeStackResource.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/describeStackResource.ml > lib/describeStackResource.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/describeStackResources.mli > lib/describeStackResources.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/describeStackResources.cmi lib/describeStackResources.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/describeStackResources.ml > lib/describeStackResources.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/describeStacks.mli > lib/describeStacks.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/describeStacks.cmi lib/describeStacks.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/describeStacks.ml > lib/describeStacks.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/estimateTemplateCost.mli > lib/estimateTemplateCost.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/estimateTemplateCost.cmi lib/estimateTemplateCost.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/estimateTemplateCost.ml > lib/estimateTemplateCost.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/getStackPolicy.mli > lib/getStackPolicy.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/getStackPolicy.cmi lib/getStackPolicy.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/getStackPolicy.ml > lib/getStackPolicy.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/getTemplate.mli > lib/getTemplate.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/getTemplate.cmi lib/getTemplate.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/getTemplate.ml > lib/getTemplate.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/getTemplateSummary.mli > lib/getTemplateSummary.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/getTemplateSummary.cmi lib/getTemplateSummary.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/getTemplateSummary.ml > lib/getTemplateSummary.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/listStackResources.mli > lib/listStackResources.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/listStackResources.cmi lib/listStackResources.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/listStackResources.ml > lib/listStackResources.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/listStacks.mli > lib/listStacks.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/listStacks.cmi lib/listStacks.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/listStacks.ml > lib/listStacks.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/setStackPolicy.mli > lib/setStackPolicy.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/setStackPolicy.cmi lib/setStackPolicy.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/setStackPolicy.ml > lib/setStackPolicy.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/signalResource.mli > lib/signalResource.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/signalResource.cmi lib/signalResource.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/signalResource.ml > lib/signalResource.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/updateStack.mli > lib/updateStack.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/updateStack.cmi lib/updateStack.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/updateStack.ml > lib/updateStack.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/validateTemplate.mli > lib/validateTemplate.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/validateTemplate.cmi lib/validateTemplate.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package aws -modules lib/validateTemplate.ml > lib/validateTemplate.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/cancelUpdateStack.cmo lib/cancelUpdateStack.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/createStack.cmo lib/createStack.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/deleteStack.cmo lib/deleteStack.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/describeStackEvents.cmo lib/describeStackEvents.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/describeStackResource.cmo lib/describeStackResource.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/describeStackResources.cmo lib/describeStackResources.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/describeStacks.cmo lib/describeStacks.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/estimateTemplateCost.cmo lib/estimateTemplateCost.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/getStackPolicy.cmo lib/getStackPolicy.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/getTemplate.cmo lib/getTemplate.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/getTemplateSummary.cmo lib/getTemplateSummary.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/listStackResources.cmo lib/listStackResources.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/listStacks.cmo lib/listStacks.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/setStackPolicy.cmo lib/setStackPolicy.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/signalResource.cmo lib/signalResource.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/updateStack.cmo lib/updateStack.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package aws -I lib -o lib/validateTemplate.cmo lib/validateTemplate.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/types.cmo lib/errors.cmo lib/cancelUpdateStack.cmo lib/createStack.cmo lib/deleteStack.cmo lib/describeStackEvents.cmo lib/describeStackResource.cmo lib/describeStackResources.cmo lib/describeStacks.cmo lib/estimateTemplateCost.cmo lib/getStackPolicy.cmo lib/getTemplate.cmo lib/getTemplateSummary.cmo lib/listStackResources.cmo lib/listStacks.cmo lib/setStackPolicy.cmo lib/signalResource.cmo lib/updateStack.cmo lib/validateTemplate.cmo -o lib/aws-cloudformation.cmo
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -I lib lib/aws-cloudformation.cmo -o lib/aws-cloudformation.cma
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/errors.cmx lib/errors.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/types.cmx lib/types.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/cancelUpdateStack.cmx lib/cancelUpdateStack.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/createStack.cmx lib/createStack.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/deleteStack.cmx lib/deleteStack.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/describeStackEvents.cmx lib/describeStackEvents.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/describeStackResource.cmx lib/describeStackResource.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/describeStackResources.cmx lib/describeStackResources.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/describeStacks.cmx lib/describeStacks.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/estimateTemplateCost.cmx lib/estimateTemplateCost.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/getStackPolicy.cmx lib/getStackPolicy.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/getTemplate.cmx lib/getTemplate.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/getTemplateSummary.cmx lib/getTemplateSummary.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/listStackResources.cmx lib/listStackResources.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/listStacks.cmx lib/listStacks.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/setStackPolicy.cmx lib/setStackPolicy.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/signalResource.cmx lib/signalResource.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/updateStack.cmx lib/updateStack.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package aws -for-pack Aws-cloudformation -I lib -o lib/validateTemplate.cmx lib/validateTemplate.ml
- + touch lib/aws-cloudformation.mli  ; if  /home/opam/.opam/default/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/types.cmx lib/errors.cmx lib/cancelUpdateStack.cmx lib/createStack.cmx lib/deleteStack.cmx lib/describeStackEvents.cmx lib/describeStackResource.cmx lib/describeStackResources.cmx lib/describeStacks.cmx lib/estimateTemplateCost.cmx lib/getStackPolicy.cmx lib/getTemplate.cmx lib/getTemplateSummary.cmx lib/listStackResources.cmx lib/listStacks.cmx lib/setStackPolicy.cmx lib/signalResource.cmx lib/updateStack.cmx lib/validateTemplate.cmx -o lib/aws-cloudformation.cmx  ; then  rm -f lib/aws-cloudformation.mli  ; else  rm -f lib/aws-cloudformation.mli  ; exit 1; fi
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -I lib lib/aws-cloudformation.cmx -o lib/aws-cloudformation.cmxa
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -I lib lib/aws-cloudformation.cmxa lib/aws-cloudformation.cmx -o lib/aws-cloudformation.cmxs
- + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 155, characters 10-27:
- 155 |           Stream.of_channel chn
-                 ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 161, characters 10-21:
- 161 |           Stream.from
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 164, characters 23-34:
- 164 |                  match Stream.next st with
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 167, characters 20-34:
- 167 |                with Stream.Failure -> None)
-                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 170, characters 10-27:
- 170 |           Genlex.make_lexer ["="] st_line
-                 ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 173, characters 16-28:
- 173 |           match Stream.npeek 3 lexer with
-                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 174, characters 15-27:
- 174 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 174, characters 32-42:
- 174 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                                       ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 174, characters 48-61:
- 174 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                                                       ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 175, characters 16-27:
- 175 |                 Stream.junk lexer;
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 176, characters 16-27:
- 176 |                 Stream.junk lexer;
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 177, characters 16-27:
- 177 |                 Stream.junk lexer;
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 518, characters 43-62:
- 518 |                        List.map (fun m -> (String.uncapitalize m) ^ ".cmi")
-                                                  ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- 531 |                        List.map (fun m -> dir^"/"^(String.uncapitalize m)^".cmi")
-                                                          ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
-> compiled  aws-cloudformation.0.1.0
[aws-cloudformation: ocaml setup.ml]
+ /home/opam/.opam/default/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/default/.opam-switch/build/aws-cloudformation.0.1.0)
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          let compare = Pervasives.compare
-                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "./setup.ml", line 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 2916, characters 10-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2922, characters 10-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2925, characters 23-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2928, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2931, characters 10-27:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2934, characters 16-28:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 15-27:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 32-42:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 48-61:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2936, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2937, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2938, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3088, characters 4-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3107, characters 24-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3109, characters 21-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 41-53:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 41-54:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 50-62:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 50-63:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3118, characters 20-32:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3131, characters 15-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3229, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 6484, characters 33-42:
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- File "setup.ml", line 6485, characters 36-45:
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- Installed /home/opam/.opam/default/lib/aws-cloudformation/types.ml
- Installed /home/opam/.opam/default/lib/aws-cloudformation/errors.ml
- Installed /home/opam/.opam/default/lib/aws-cloudformation/cancelUpdateStack.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/createStack.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/deleteStack.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackEvents.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackResource.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackResources.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStacks.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/estimateTemplateCost.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getStackPolicy.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getTemplate.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getTemplateSummary.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/listStackResources.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/listStacks.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/setStackPolicy.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/signalResource.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/updateStack.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/validateTemplate.mli
- Installed /home/opam/.opam/default/lib/aws-cloudformation/aws-cloudformation.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/aws-cloudformation.cmi
- Installed /home/opam/.opam/default/lib/aws-cloudformation/aws-cloudformation.cma
- Installed /home/opam/.opam/default/lib/aws-cloudformation/aws-cloudformation.cmxa
- Installed /home/opam/.opam/default/lib/aws-cloudformation/aws-cloudformation.a
- Installed /home/opam/.opam/default/lib/aws-cloudformation/aws-cloudformation.cmxs
- Installed /home/opam/.opam/default/lib/aws-cloudformation/validateTemplate.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/validateTemplate.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/validateTemplate.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/updateStack.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/updateStack.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/updateStack.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/signalResource.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/signalResource.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/signalResource.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/setStackPolicy.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/setStackPolicy.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/setStackPolicy.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/listStacks.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/listStacks.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/listStacks.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/listStackResources.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/listStackResources.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/listStackResources.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getTemplateSummary.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getTemplateSummary.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getTemplateSummary.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getTemplate.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getTemplate.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getTemplate.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getStackPolicy.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getStackPolicy.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/getStackPolicy.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/estimateTemplateCost.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/estimateTemplateCost.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/estimateTemplateCost.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStacks.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStacks.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStacks.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackResources.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackResources.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackResources.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackResource.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackResource.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackResource.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackEvents.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackEvents.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/describeStackEvents.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/deleteStack.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/deleteStack.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/deleteStack.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/createStack.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/createStack.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/createStack.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/cancelUpdateStack.cmti
- Installed /home/opam/.opam/default/lib/aws-cloudformation/cancelUpdateStack.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/cancelUpdateStack.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/errors.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/errors.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/types.cmt
- Installed /home/opam/.opam/default/lib/aws-cloudformation/types.annot
- Installed /home/opam/.opam/default/lib/aws-cloudformation/aws-cloudformation.cmx
- Installed /home/opam/.opam/default/lib/aws-cloudformation/META
-> installed aws-cloudformation.0.1.0
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config

=== STDERR ===

2026-06-24 18:08.06: OK: build aws-cloudformation.0.1.0 (runc: 16.6s, disk: 59KB)
2026-06-24 18:08.06: Job succeeded