Build:
  1. 0
2026-06-16 16:48.36: New job: build aws-cloudformation.0.1.0 (570dd3857b33)
2026-06-16 16:48.36: Waiting for resource in pool day11-builds
2026-06-16 17:23.24: Got resource from pool day11-builds
2026-06-16 17:23.24: [profile full] build aws-cloudformation.0.1.0
2026-06-16 17:23.24: build aws-cloudformation.0.1.0 (570dd3857b33)
=== DEPENDENCIES (48 transitive) ===
  angstrom.0.16.1                                    a499461c2439
  astring.0.8.5                                      156e7cc742dd
  aws.1.0.2                                          b79605403823
  base.v0.16.5                                       6465b53ca5ca
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              ecf1ac9cc3fe
  bigstringaf.0.10.0                                 b0e2fb8e5d3b
  calendar.3.0.0                                     1d2414d5eaf8
  conf-gmp.5                                         61e3c79e0ddf
  conf-pkg-config.5                                  64c6b37d622b
  cppo.1.8.0                                         ea583d2d3bbb
  cpuid.0.1.2                                        ce4b1bcb1c9f
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.0.1                                      db62722d8978
  cstruct-lwt.6.0.1                                  deed70b99ba0
  dune.3.23.1                                        5402470d931c
  dune-configurator.3.23.1                           58f4a3f92083
  ezxmlm.1.1.0                                       12f3341d2308
  lwt.5.10.0                                         f990f11fd2af
  mirage-no-solo5.1                                  5c89b8ab74d7
  mirage-no-xen.1                                    554fe85d1712
  nocrypto.0.5.4-2                                   2cecb863a58b
  num.1.6                                            480227ca99db
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-compiler-libs.v0.12.4                        d1dd1437b449
  ocaml-config.2                                     669e0fcf9e4d
  ocaml-syntax-shims.1.0.0                           8e1b0ec7f904
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocb-stubblr.0.1.1-1                                5d8f69c72183
  ocplib-endian.1.2                                  4dbd3fe91c51
  parsexp.v0.16.0                                    75d2c6ce6b44
  ppx_derivers.1.2.1                                 441538dbecd1
  ppx_deriving.6.0.3                                 c45af81d8ccb
  ppx_sexp_conv.v0.16.0                              c4b8211970d7
  ppxlib.0.35.0                                      58eae20f5b7b
  re.1.14.0                                          8d7c1999492d
  sexplib.v0.16.0                                    c758cedeb83d
  sexplib0.v0.16.0                                   3e198ce31e44
  stdlib-shims.0.3.0                                 e2dd0beb9112
  stringext.1.6.0                                    d29c9ca4a03c
  topkg.1.1.1                                        ab549298f3fc
  uri.4.4.0                                          a28bedf1b002
  xmlm.1.4.0                                         4be3f3d46020
  zarith.1.14                                        cde7973b8292
=== 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-16 17:23.56: OK: build aws-cloudformation.0.1.0 (runc: 20.2s, disk: 58KB)
2026-06-16 17:23.56: Job succeeded