Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/haxe.spec'], chrootPath='/var/lib/mock/f33-build-21080984-1638078/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/haxe.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1592611200 Wrote: /builddir/build/SRPMS/haxe-4.1.2-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/haxe.spec'], chrootPath='/var/lib/mock/f33-build-21080984-1638078/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/haxe.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1592611200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Np8QTM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf haxe-4.1.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/haxe-4.1.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd haxe-4.1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + pushd extra/haxelib_src ~/build/BUILD/haxe-4.1.2/extra/haxelib_src ~/build/BUILD/haxe-4.1.2 + tar -xf /builddir/build/SOURCES/haxelib-4b27f91d8a4ff279d9903091680fee2c93a0d574.tar.gz --strip-components=1 + popd ~/build/BUILD/haxe-4.1.2 ~/build/BUILD/haxe-4.1.2/extra/haxelib_src/hx3compat ~/build/BUILD/haxe-4.1.2 + pushd extra/haxelib_src/hx3compat + tar -xf /builddir/build/SOURCES/hx3compat-f1f18201e5c0479cb5adf5f6028788b37f37b730.tar.gz --strip-components=1 ~/build/BUILD/haxe-4.1.2 + popd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5le9qP + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.2 + make /bin/sh: git: command not found dune build --workspace dune-workspace.dev src-prebuild/prebuild.exe make: git: No such file or directory _build/default/src-prebuild/prebuild.exe libparams -cclib -lpcre -cclib -lz -cclib -lmbedtls -cclib -lmbedx509 -cclib -lmbedcrypto > lib.sexp _build/default/src-prebuild/prebuild.exe version "0" "" "" > src/compiler/version.ml dune build --workspace dune-workspace.dev src/haxe.exe ocamlc libs/extc/process_stubs.o process_stubs.c: In function 'process_run': process_stubs.c:363:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 363 | argv[2] = val_string(cmd); | ^ process_stubs.c:367:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 367 | argv[0] = val_string(cmd); | ^ process_stubs.c:371:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 371 | argv[i+1] = val_string(v); | ^ process_stubs.c: In function 'process_stdout_read': process_stubs.c:448:40: warning: passing argument 2 of 'read' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 448 | nbytes = read(p->oread,val_string(str)+val_int(pos),val_int(len)); In file included from /usr/include/unistd.h:1183, from process_stubs.c:36: /usr/include/bits/unistd.h:36:23: note: expected 'void *' but argument is of type 'const char *' 36 | read (int __fd, void *__buf, size_t __nbytes) | ~~~~~~^~~~~ process_stubs.c: In function 'process_stderr_read': process_stubs.c:479:40: warning: passing argument 2 of 'read' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 479 | nbytes = read(p->eread,val_string(str)+val_int(pos),val_int(len)); In file included from /usr/include/unistd.h:1183, from process_stubs.c:36: /usr/include/bits/unistd.h:36:23: note: expected 'void *' but argument is of type 'const char *' 36 | read (int __fd, void *__buf, size_t __nbytes) | ~~~~~~^~~~~ File "libs/neko/ncompile.ml", line 676, characters 11-18: 676 | let _ = jmp ctx in ^^^^^^^ Warning 5: this function application is partial, maybe some arguments are missing. ocamlc libs/mbedtls/mbedtls_stubs.o In file included from mbedtls_stubs.c:16: mbedtls_stubs.c: In function 'ml_mbedtls_ctr_drbg_random': /usr/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'mbedtls_ctr_drbg_random' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' 476 | type caml__temp_result = (result); \ | ^~~~~~ mbedtls_stubs.c:87:2: note: in expansion of macro 'CAMLreturn' 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len)))); | ^~~~~~~~~~ /usr/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long' 79 | #define Val_int(x) Val_long(x) | ^~~~~~~~ mbedtls_stubs.c:87:13: note: in expansion of macro 'Val_int' 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len)))); | ^~~~~~~ mbedtls_stubs.c:87:65: note: in expansion of macro 'String_val' 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len)))); | ^~~~~~~~~~ In file included from mbedtls_stubs.c:26: /usr/include/mbedtls/ctr_drbg.h:429:37: note: expected 'unsigned char *' but argument is of type 'const char *' 429 | unsigned char *output, size_t output_len ); | ~~~~~~~~~~~~~~~^~~~~~ In file included from mbedtls_stubs.c:16: mbedtls_stubs.c: In function 'ml_mbedtls_entropy_func': /usr/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'mbedtls_entropy_func' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' 476 | type caml__temp_result = (result); \ | ^~~~~~ mbedtls_stubs.c:127:2: note: in expansion of macro 'CAMLreturn' 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len)))); | ^~~~~~~~~~ /usr/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long' 79 | #define Val_int(x) Val_long(x) | ^~~~~~~~ mbedtls_stubs.c:127:13: note: in expansion of macro 'Val_int' 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len)))); | ^~~~~~~ mbedtls_stubs.c:127:59: note: in expansion of macro 'String_val' 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len)))); | ^~~~~~~~~~ In file included from mbedtls_stubs.c:25: /usr/include/mbedtls/entropy.h:201:54: note: expected 'unsigned char *' but argument is of type 'const char *' 201 | int mbedtls_entropy_func( void *data, unsigned char *output, size_t len ); | ~~~~~~~~~~~~~~~^~~~~~ In file included from mbedtls_stubs.c:16: mbedtls_stubs.c: In function 'ml_mbedtls_x509_crt_parse': mbedtls_stubs.c:176:64: warning: pointer targets in passing argument 2 of 'mbedtls_x509_crt_parse' differ in signedness [-Wpointer-sign] 176 | CAMLreturn(Val_int(mbedtls_x509_crt_parse(X509Crt_val(chain), buf, len + 1))); | ^~~ | | | const char * /usr/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' 476 | type caml__temp_result = (result); \ | ^~~~~~ mbedtls_stubs.c:176:2: note: in expansion of macro 'CAMLreturn' 176 | CAMLreturn(Val_int(mbedtls_x509_crt_parse(X509Crt_val(chain), buf, len + 1))); | ^~~~~~~~~~ /usr/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long' 79 | #define Val_int(x) Val_long(x) | ^~~~~~~~ mbedtls_stubs.c:176:13: note: in expansion of macro 'Val_int' 176 | CAMLreturn(Val_int(mbedtls_x509_crt_parse(X509Crt_val(chain), buf, len + 1))); | ^~~~~~~ In file included from /usr/include/mbedtls/ssl.h:39, from /usr/include/mbedtls/debug.h:33, from mbedtls_stubs.c:21: /usr/include/mbedtls/x509_crt.h:264:75: note: expected 'const unsigned char *' but argument is of type 'const char *' 264 | int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen ); | ~~~~~~~~~~~~~~~~~~~~~^~~ In file included from mbedtls_stubs.c:14: mbedtls_stubs.c: In function 'caml_string_of_asn1_buf': /usr/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mbedtls_stubs.c:195:9: note: in expansion of macro 'String_val' 195 | memcpy(String_val(s), dat->p, dat->len); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/ctype.h:25, from mbedtls_stubs.c:1: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ mbedtls_stubs.c: In function 'hx_cert_get_alt_names': mbedtls_stubs.c:203:22: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] 203 | if (cert->ext_types & MBEDTLS_X509_EXT_SUBJECT_ALT_NAME == 0 || &cert->subject_alt_names == NULL) { | ^ In file included from mbedtls_stubs.c:16: mbedtls_stubs.c: In function 'ml_mbedtls_pk_parse_key': /usr/lib/ocaml/caml/mlvalues.h:265:24: warning: pointer targets in passing argument 2 of 'mbedtls_pk_parse_key' differ in signedness [-Wpointer-sign] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const char * /usr/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' 476 | type caml__temp_result = (result); \ | ^~~~~~ mbedtls_stubs.c:377:2: note: in expansion of macro 'CAMLreturn' 377 | CAMLreturn(mbedtls_pk_parse_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1, pwd, pwdlen)); | ^~~~~~~~~~ mbedtls_stubs.c:377:54: note: in expansion of macro 'String_val' 377 | CAMLreturn(mbedtls_pk_parse_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1, pwd, pwdlen)); | ^~~~~~~~~~ In file included from /usr/include/mbedtls/ssl_ciphersuites.h:33, from /usr/include/mbedtls/ssl.h:36, from /usr/include/mbedtls/debug.h:33, from mbedtls_stubs.c:21: /usr/include/mbedtls/pk.h:576:40: note: expected 'const unsigned char *' but argument is of type 'const char *' 576 | const unsigned char *key, size_t keylen, | ~~~~~~~~~~~~~~~~~~~~~^~~ In file included from mbedtls_stubs.c:16: mbedtls_stubs.c:377:100: warning: pointer targets in passing argument 4 of 'mbedtls_pk_parse_key' differ in signedness [-Wpointer-sign] 377 | CAMLreturn(mbedtls_pk_parse_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1, pwd, pwdlen)); | ^~~ | | | const char * /usr/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' 476 | type caml__temp_result = (result); \ | ^~~~~~ mbedtls_stubs.c:377:2: note: in expansion of macro 'CAMLreturn' 377 | CAMLreturn(mbedtls_pk_parse_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1, pwd, pwdlen)); | ^~~~~~~~~~ In file included from /usr/include/mbedtls/ssl_ciphersuites.h:33, from /usr/include/mbedtls/ssl.h:36, from /usr/include/mbedtls/debug.h:33, from mbedtls_stubs.c:21: /usr/include/mbedtls/pk.h:577:40: note: expected 'const unsigned char *' but argument is of type 'const char *' 577 | const unsigned char *pwd, size_t pwdlen ); | ~~~~~~~~~~~~~~~~~~~~~^~~ In file included from mbedtls_stubs.c:16: mbedtls_stubs.c: In function 'ml_mbedtls_pk_parse_public_key': /usr/lib/ocaml/caml/mlvalues.h:265:24: warning: pointer targets in passing argument 2 of 'mbedtls_pk_parse_public_key' differ in signedness [-Wpointer-sign] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const char * /usr/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' 476 | type caml__temp_result = (result); \ | ^~~~~~ mbedtls_stubs.c:391:2: note: in expansion of macro 'CAMLreturn' 391 | CAMLreturn(mbedtls_pk_parse_public_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1)); | ^~~~~~~~~~ mbedtls_stubs.c:391:61: note: in expansion of macro 'String_val' 391 | CAMLreturn(mbedtls_pk_parse_public_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1)); | ^~~~~~~~~~ In file included from /usr/include/mbedtls/ssl_ciphersuites.h:33, from /usr/include/mbedtls/ssl.h:36, from /usr/include/mbedtls/debug.h:33, from mbedtls_stubs.c:21: /usr/include/mbedtls/pk.h:602:47: note: expected 'const unsigned char *' but argument is of type 'const char *' 602 | const unsigned char *key, size_t keylen ); | ~~~~~~~~~~~~~~~~~~~~~^~~ In file included from mbedtls_stubs.c:16: mbedtls_stubs.c: In function 'ml_mbedtls_ssl_read': mbedtls_stubs.c:449:75: warning: passing argument 2 of 'mbedtls_ssl_read' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); /usr/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' 476 | type caml__temp_result = (result); \ | ^~~~~~ mbedtls_stubs.c:449:2: note: in expansion of macro 'CAMLreturn' 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); | ^~~~~~~~~~ /usr/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long' 79 | #define Val_int(x) Val_long(x) | ^~~~~~~~ mbedtls_stubs.c:449:13: note: in expansion of macro 'Val_int' 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); | ^~~~~~~ In file included from /usr/include/mbedtls/debug.h:33, from mbedtls_stubs.c:21: /usr/include/mbedtls/ssl.h:3098:64: note: expected 'unsigned char *' but argument is of type 'const char *' 3098 | int mbedtls_ssl_read( mbedtls_ssl_context *ssl, unsigned char *buf, size_t len ); | ~~~~~~~~~~~~~~~^~~ In file included from mbedtls_stubs.c:14: mbedtls_stubs.c: In function 'bio_write_cb': /usr/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mbedtls_stubs.c:457:9: note: in expansion of macro 'String_val' 457 | memcpy(String_val(s), buf, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/ctype.h:25, from mbedtls_stubs.c:1: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ In file included from mbedtls_stubs.c:16: mbedtls_stubs.c: In function 'ml_mbedtls_ssl_write': mbedtls_stubs.c:495:76: warning: pointer targets in passing argument 2 of 'mbedtls_ssl_write' differ in signedness [-Wpointer-sign] 495 | CAMLreturn(Val_int(mbedtls_ssl_write(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); /usr/lib/ocaml/caml/memory.h:476:29: note: in definition of macro 'CAMLreturnT' 476 | type caml__temp_result = (result); \ | ^~~~~~ mbedtls_stubs.c:495:2: note: in expansion of macro 'CAMLreturn' 495 | CAMLreturn(Val_int(mbedtls_ssl_write(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); | ^~~~~~~~~~ /usr/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long' 79 | #define Val_int(x) Val_long(x) | ^~~~~~~~ mbedtls_stubs.c:495:13: note: in expansion of macro 'Val_int' 495 | CAMLreturn(Val_int(mbedtls_ssl_write(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); | ^~~~~~~ In file included from /usr/include/mbedtls/debug.h:33, from mbedtls_stubs.c:21: /usr/include/mbedtls/ssl.h:3160:71: note: expected 'const unsigned char *' but argument is of type 'const char *' 3160 | int mbedtls_ssl_write( mbedtls_ssl_context *ssl, const unsigned char *buf, size_t len ); | ~~~~~~~~~~~~~~~~~~~~~^~~ mbedtls_stubs.c: In function 'hx_cert_load_defaults': mbedtls_stubs.c:504:20: warning: unused variable 'chain' [-Wunused-variable] 504 | mbedtls_x509_crt *chain = X509Crt_val(certificate); | ^~~~~ ocamlc libs/pcre/pcre_stubs.o pcre_stubs.c: In function 'pcre_ocaml_init': pcre_stubs.c:166:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 166 | pcre_exc_Error = caml_named_value("Pcre.Error"); | ^ pcre_stubs.c:167:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 167 | pcre_exc_Backtrack = caml_named_value("Pcre.Backtrack"); | ^ pcre_stubs.c: In function 'pcre_firsttable_stub': pcre_stubs.c:440:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 440 | ptr = String_val(v_res_str); | ^ File "libs/ziplib/zip.ml", line 65, characters 16-37: 65 | if_channel: Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ 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 "libs/ziplib/zip.ml", line 75, characters 16-38: 75 | of_channel: Pervasives.out_channel; ^^^^^^^^^^^^^^^^^^^^^^ 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 "libs/ziplib/zip.ml", line 220, characters 11-33: 220 | let ic = Pervasives.open_in_bin filename in ^^^^^^^^^^^^^^^^^^^^^^ 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 "libs/ziplib/zip.ml", line 235, characters 2-21: 235 | Pervasives.close_in ifile.if_channel ^^^^^^^^^^^^^^^^^^^ 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 "libs/ziplib/zip.ml", line 372, characters 17-40: 372 | of_channel = Pervasives.open_out_bin filename; ^^^^^^^^^^^^^^^^^^^^^^^ 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 "libs/ziplib/zip.ml", line 419, characters 2-22: 419 | Pervasives.close_out oc ^^^^^^^^^^^^^^^^^^^^ 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 "libs/ziplib/zip.ml", line 555, characters 4-23: 555 | Pervasives.close_in ic ^^^^^^^^^^^^^^^^^^^ 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 "libs/ziplib/zip.ml", line 557, characters 4-23: 557 | Pervasives.close_in ic; raise x ^^^^^^^^^^^^^^^^^^^ 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 "libs/ilib/peReader.ml", line 28, characters 6-27: 28 | ch : Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ 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 "libs/ilib/peReader.ml", line 45, characters 1-18: 45 | Pervasives.pos_in r.ch ^^^^^^^^^^^^^^^^^ 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 "libs/extlib-leftovers/uTF8.ml", line 180, characters 20-38: 180 | let compare s1 s2 = Pervasives.compare s1 s2 ^^^^^^^^^^^^^^^^^^ 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 "libs/ilib/peReader.ml", line 28, characters 6-27: 28 | ch : Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ 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 "libs/ilib/peReader.ml", line 45, characters 1-18: 45 | Pervasives.pos_in r.ch ^^^^^^^^^^^^^^^^^ 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 "libs/neko/ncompile.ml", line 676, characters 11-18: 676 | let _ = jmp ctx in ^^^^^^^ Warning 5: this function application is partial, maybe some arguments are missing. File "libs/swflib/swfPic.ml", line 62, characters 7-23: 62 | match String.uppercase ext with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "libs/swflib/swfParser.ml", line 447, characters 14-31: 447 | seek_in ch ((Pervasives.pos_in ch) + n) ^^^^^^^^^^^^^^^^^ 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 "libs/swflib/swfPic.ml", line 62, characters 7-23: 62 | match String.uppercase ext with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "libs/ttflib/tTFParser.ml", line 27, characters 8-29: 27 | file : Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ 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 "libs/swflib/swfParser.ml", line 447, characters 14-31: 447 | seek_in ch ((Pervasives.pos_in ch) + n) ^^^^^^^^^^^^^^^^^ 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 "libs/ttflib/tTFParser.ml", line 27, characters 8-29: 27 | file : Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ 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 cp -f _build/default/src/haxe.exe ./"haxe" (cd /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src && /builddir/build/BUILD/haxe-4.1.2/haxe client.hxml && nekotools boot run.n) hx3compat/std/haxe/remoting/HttpConnection.hx:81: characters 11-19 : Warning : neko.Web is deprecated and will be removed from standard library in Haxe 4.2 hx3compat/std/haxe/remoting/HttpConnection.hx:82: characters 7-15 : Warning : neko.Web is deprecated and will be removed from standard library in Haxe 4.2 mv extra/haxelib_src/run haxelib + pushd extra/haxelib_src ~/build/BUILD/haxe-4.1.2/extra/haxelib_src ~/build/BUILD/haxe-4.1.2 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CFLAGS + CXXFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DBUILD_SHARED_LIBS:BOOL=ON . CMake Warning (dev) at /usr/share/cmake/Modules/GNUInstallDirs.cmake:225 (message): Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. Please enable at least one language before including GNUInstallDirs. Call Stack (most recent call first): CMakeLists.txt:3 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 10.1.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- HAXE_COMPILER: HAXE_COMPILER-NOTFOUND -- NEKO_INCLUDE_DIRS: /usr/include -- NEKO_LIBRARIES: /usr/lib/libneko.so -- NEKOTOOLS: /usr/bin/nekotools -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_SHARED_LIBS CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src + /usr/bin/make -O -j6 V=1 VERBOSE=1 /usr/bin/cmake -S/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src -B/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/CMakeFiles /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src//CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/haxelib.dir/build.make CMakeFiles/haxelib.dir/depend make[2]: Entering directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' [ 25%] Generating run.c /usr/bin/nekotools boot -c run.n make[2]: Leaving directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' make[2]: Entering directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' cd /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/CMakeFiles/haxelib.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/CMakeFiles/haxelib.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/CMakeFiles/haxelib.dir/depend.internal". Dependee "/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/CMakeFiles/haxelib.dir/depend.internal". Scanning dependencies of target haxelib make[2]: Leaving directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' /usr/bin/make -f CMakeFiles/haxelib.dir/build.make CMakeFiles/haxelib.dir/build make[2]: Entering directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' [ 50%] Building C object CMakeFiles/haxelib.dir/run.c.o /usr/bin/gcc -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -o CMakeFiles/haxelib.dir/run.c.o -c /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/run.c /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/run.c:105:13: warning: 'handle_signal' defined but not used [-Wunused-function] 105 | static void handle_signal( int signal ) { | ^~~~~~~~~~~~~ make[2]: Leaving directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' make[2]: Entering directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' [ 75%] Linking C executable haxelib /usr/bin/cmake -E cmake_link_script CMakeFiles/haxelib.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/haxelib.dir/run.c.o -o haxelib -lneko make[2]: Leaving directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' make[1]: Entering directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' [100%] Built target haxelib make[1]: Leaving directory '/builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/haxe-4.1.2/extra/haxelib_src/CMakeFiles 0 + popd ~/build/BUILD/haxe-4.1.2 + cp extra/haxelib_src/haxelib haxelib + chmod 755 haxe haxelib + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EI9uSP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386 ++ dirname /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386 + cd haxe-4.1.2 + mkdir -p /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin + mkdir -p /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe + cp -p haxe /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin + cp -p haxelib /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin + cp -rfp std /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe + mkdir -p /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/man/man1 + help2man ./haxe --version-option=-version --no-discard-stderr --no-info --output=/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/man/man1/haxe.1 + help2man ./haxelib --help-option=help --version-option=version --no-info --output=/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/man/man1/haxelib.1 + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 4.1.2-1.fc33 --unique-debug-suffix -4.1.2-1.fc33.i386 --unique-debug-src-base haxe-4.1.2-1.fc33.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/haxe-4.1.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/haxe explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/haxelib extracting debug info from /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/haxelib extracting debug info from /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/haxe original debug info size: 4244kB, size after compression: 4232kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. cpio: _build/default/IO.ml: Cannot stat: No such file or directory cpio: _build/default/buffer.ml: Cannot stat: No such file or directory cpio: _build/default/bytes.ml: Cannot stat: No such file or directory cpio: _build/default/digest.ml: Cannot stat: No such file or directory cpio: _build/default/dynArray.ml: Cannot stat: No such file or directory cpio: _build/default/extArray.ml: Cannot stat: No such file or directory cpio: _build/default/extString.ml: Cannot stat: No such file or directory cpio: _build/default/grammar.mly: Cannot stat: No such file or directory cpio: _build/default/hashtbl.ml: Cannot stat: No such file or directory cpio: _build/default/int32.ml: Cannot stat: No such file or directory cpio: _build/default/int64.ml: Cannot stat: No such file or directory cpio: _build/default/list.ml: Cannot stat: No such file or directory cpio: _build/default/option.ml: Cannot stat: No such file or directory cpio: _build/default/otherlibs/dynlink/dynlink_common.ml: Cannot stat: No such file or directory cpio: _build/default/pMap.ml: Cannot stat: No such file or directory cpio: _build/default/printexc.ml: Cannot stat: No such file or directory cpio: _build/default/printf.ml: Cannot stat: No such file or directory cpio: _build/default/ptmap.ml: Cannot stat: No such file or directory cpio: _build/default/random.ml: Cannot stat: No such file or directory cpio: _build/default/scanf.ml: Cannot stat: No such file or directory cpio: _build/default/set.ml: Cannot stat: No such file or directory cpio: _build/default/src/lib/sedlexing.ml: Cannot stat: No such file or directory cpio: _build/default/stack.ml: Cannot stat: No such file or directory cpio: _build/default/stdlib.ml: Cannot stat: No such file or directory cpio: _build/default/str.ml: Cannot stat: No such file or directory cpio: _build/default/stream.ml: Cannot stat: No such file or directory cpio: _build/default/string.ml: Cannot stat: No such file or directory cpio: _build/default/thread.ml: Cannot stat: No such file or directory cpio: _build/default/unix.ml: Cannot stat: No such file or directory 10876 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VuAJYO + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.2 + /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/haxe -version 4.1.2 + /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/haxelib version 4.0.2 + pushd /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386 ~/build/BUILDROOT/haxe-4.1.2-1.fc33.i386 ~/build/BUILD/haxe-4.1.2 + /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/haxe -v Std Classpath: ;/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/lib/haxe/std/;/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/lib/haxe/extraLibs/;/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/;/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/extraLibs/;/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/std/;/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/bin/extraLibs/ Defines: utf16;true;target.utf16=true;target.unicode=true;target.sys=true;target.static=true;target.name=cross;sys;static;source-header=Generated by Haxe 4.1.2;haxe_ver=4.102;haxe4;haxe3;haxe=4.1.2;dce=std;cross Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/StdTypes.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/String.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/Array.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/haxe/iterators/ArrayKeyValueIterator.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/haxe/EnumTools.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/haxe/Exception.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/Std.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/Class.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/haxe/CallStack.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/Any.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/StringBuf.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/EnumValue.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/Enum.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/haxe/iterators/ArrayIterator.hx Typing StringBuf.get_length Typing haxe._CallStack.CallStack_Impl_.get_length Typing haxe.iterators.ArrayKeyValueIterator.current Typing haxe.iterators.ArrayKeyValueIterator.new Typing haxe.iterators.ArrayKeyValueIterator.hasNext Typing haxe.iterators.ArrayKeyValueIterator.next Typing haxe.iterators.ArrayIterator.current Typing haxe.iterators.ArrayIterator.new Typing haxe.iterators.ArrayIterator.hasNext Typing haxe.iterators.ArrayIterator.next Typing Array.iterator Typing Array.keyValueIterator Typing Array.map Typing Array.filter Typing haxe.EnumTools.getName Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/Type.hx Typing haxe.EnumTools.createByName Typing haxe.EnumTools.createByIndex Typing haxe.EnumTools.createAll Typing haxe.EnumTools.getConstructors Typing _EnumValue.EnumValue_Impl_.match Typing haxe.EnumValueTools.equals Typing haxe.EnumValueTools.getName Typing haxe.EnumValueTools.getParameters Typing haxe.EnumValueTools.getIndex Typing StringBuf.new Typing StringBuf.add Typing StringBuf.addChar Typing StringBuf.addSub Typing StringBuf.toString Typing haxe._CallStack.CallStack_Impl_.callStack Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/haxe/NativeStackTrace.hx Typing _Any.Any_Impl_.__cast Typing haxe._CallStack.CallStack_Impl_.exceptionStack Typing haxe._CallStack.CallStack_Impl_.subtract Parsed /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/haxe/std/IntIterator.hx Typing haxe._CallStack.CallStack_Impl_.equalItems Typing haxe._CallStack.CallStack_Impl_.get Typing haxe._CallStack.CallStack_Impl_.asArray Typing IntIterator.new Typing IntIterator.hasNext Typing IntIterator.next Typing haxe._CallStack.CallStack_Impl_.toString Typing haxe._CallStack.CallStack_Impl_.itemToString Typing haxe._CallStack.CallStack_Impl_.copy Typing haxe._CallStack.CallStack_Impl_.exceptionToString Typing _Any.Any_Impl_.__promote Typing _Any.Any_Impl_.toString + popd ~/build/BUILD/haxe-4.1.2 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: haxe-4.1.2-1.fc33.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sK7guN + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.2 + DOCDIR=/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/doc/haxe + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/doc/haxe + cp -pr README.md /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/doc/haxe + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.mqRHJN + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/licenses/haxe + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/licenses/haxe + cp -pr extra/LICENSE.txt /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/licenses/haxe + RPM_EC=0 ++ jobs -p + exit 0 Provides: haxe = 4.1.2-1.fc33 haxe(x86-32) = 4.1.2-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.2) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.10) libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.16) libc.so.6(GLIBC_2.17) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.32) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.9) libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libm.so.6(GLIBC_2.27) libm.so.6(GLIBC_2.29) libmbedcrypto.so.3 libmbedtls.so.12 libmbedx509.so.0 libneko.so.2 libpcre.so.1 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.2) libpthread.so.0(GLIBC_2.3.2) libz.so.1 libz.so.1(ZLIB_1.2.0) rtld(GNU_HASH) Processing files: haxe-stdlib-4.1.2-1.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ght8lM + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.2 + DOCDIR=/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/doc/haxe-stdlib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/doc/haxe-stdlib + cp -pr README.md /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/doc/haxe-stdlib + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jqTt8M + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/licenses/haxe-stdlib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/licenses/haxe-stdlib + cp -pr extra/LICENSE.txt /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386/usr/share/licenses/haxe-stdlib + RPM_EC=0 ++ jobs -p + exit 0 Provides: haxe-stdlib = 4.1.2-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: haxe-debugsource-4.1.2-1.fc33.i686 Provides: haxe-debugsource = 4.1.2-1.fc33 haxe-debugsource(x86-32) = 4.1.2-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: haxe-debuginfo-4.1.2-1.fc33.i686 Provides: debuginfo(build-id) = 2759de820f591d3c4f690de2a783293c92c78f82 debuginfo(build-id) = 2e865090735b3d92187db31322def5e7e2375731 haxe-debuginfo = 4.1.2-1.fc33 haxe-debuginfo(x86-32) = 4.1.2-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: haxe-debugsource(x86-32) = 4.1.2-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386 Wrote: /builddir/build/RPMS/haxe-debuginfo-4.1.2-1.fc33.i686.rpm Wrote: /builddir/build/RPMS/haxe-stdlib-4.1.2-1.fc33.noarch.rpm Wrote: /builddir/build/RPMS/haxe-debugsource-4.1.2-1.fc33.i686.rpm Wrote: /builddir/build/RPMS/haxe-4.1.2-1.fc33.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zSLOlQ + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/haxe-4.1.2-1.fc33.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0