Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/haxe.spec'], chrootPath='/var/lib/mock/f33-build-600609-67150/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1605312000 Wrote: /builddir/build/SRPMS/haxe-4.1.4-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/haxe.spec'], chrootPath='/var/lib/mock/f33-build-600609-67150/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1605312000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SYCzqq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf haxe-4.1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/haxe-4.1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd haxe-4.1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + pushd extra/haxelib_src ~/build/BUILD/haxe-4.1.4/extra/haxelib_src ~/build/BUILD/haxe-4.1.4 + tar -xf /builddir/build/SOURCES/haxelib-4b27f91d8a4ff279d9903091680fee2c93a0d574.tar.gz --strip-components=1 ~/build/BUILD/haxe-4.1.4 + popd + pushd extra/haxelib_src/hx3compat + tar -xf /builddir/build/SOURCES/hx3compat-f1f18201e5c0479cb5adf5f6028788b37f37b730.tar.gz --strip-components=1 ~/build/BUILD/haxe-4.1.4/extra/haxelib_src/hx3compat ~/build/BUILD/haxe-4.1.4 + popd ~/build/BUILD/haxe-4.1.4 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AZ0rLr + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.4 + make /bin/sh: git: command not found make: git: No such file or directory dune build --workspace dune-workspace.dev src-prebuild/prebuild.exe _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 gcc 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) | ~~~~~~^~~~~ gcc libs/mbedtls/mbedtls_stubs.o In file included from mbedtls_stubs.c:16: mbedtls_stubs.c: In function 'ml_mbedtls_ctr_drbg_random': /usr/lib64/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/lib64/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/lib64/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:460:37: note: expected 'unsigned char *' but argument is of type 'const char *' 460 | 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/lib64/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/lib64/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/lib64/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:226:54: note: expected 'unsigned char *' but argument is of type 'const char *' 226 | 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/lib64/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/lib64/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:64, from /usr/include/mbedtls/debug.h:58, from mbedtls_stubs.c:21: /usr/include/mbedtls/x509_crt.h:289:75: note: expected 'const unsigned char *' but argument is of type 'const char *' 289 | 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/lib64/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:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __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/lib64/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/lib64/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:58, from /usr/include/mbedtls/ssl.h:61, from /usr/include/mbedtls/debug.h:58, from mbedtls_stubs.c:21: /usr/include/mbedtls/pk.h:601:40: note: expected 'const unsigned char *' but argument is of type 'const char *' 601 | 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/lib64/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:58, from /usr/include/mbedtls/ssl.h:61, from /usr/include/mbedtls/debug.h:58, from mbedtls_stubs.c:21: /usr/include/mbedtls/pk.h:602:40: note: expected 'const unsigned char *' but argument is of type 'const char *' 602 | 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/lib64/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/lib64/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:58, from /usr/include/mbedtls/ssl.h:61, from /usr/include/mbedtls/debug.h:58, from mbedtls_stubs.c:21: /usr/include/mbedtls/pk.h:627:47: note: expected 'const unsigned char *' but argument is of type 'const char *' 627 | 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/lib64/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/lib64/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:58, from mbedtls_stubs.c:21: /usr/include/mbedtls/ssl.h:3127:64: note: expected 'unsigned char *' but argument is of type 'const char *' 3127 | 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/lib64/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:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __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/lib64/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/lib64/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:58, from mbedtls_stubs.c:21: /usr/include/mbedtls/ssl.h:3189:71: note: expected 'const unsigned char *' but argument is of type 'const char *' 3189 | 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); | ^~~~~ gcc 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/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/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/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/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/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/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.4/extra/haxelib_src && /builddir/build/BUILD/haxe-4.1.4/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 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/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/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX ++ realpath haxe ++ pwd + /usr/bin/cmake -S . -B riscv64-redhat-linux-gnu -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/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -S extra/haxelib_src -DHAXE_COMPILER=/builddir/build/BUILD/haxe-4.1.4/haxe -DCMAKE_BINARY_DIR=/builddir/build/BUILD/haxe-4.1.4 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.2.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: /builddir/build/BUILD/haxe-4.1.4/haxe -- NEKO_INCLUDE_DIRS: /usr/include -- NEKO_LIBRARIES: /usr/lib64/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 LIB_SUFFIX SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu + /usr/bin/cmake --build riscv64-redhat-linux-gnu -j4 --verbose /usr/bin/cmake -S/builddir/build/BUILD/haxe-4.1.4/extra/haxelib_src -B/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu/CMakeFiles /builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu//CMakeFiles/progress.marks /usr/bin/gmake -f CMakeFiles/Makefile2 all gmake[1]: Entering directory '/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu' /usr/bin/gmake -f CMakeFiles/haxelib.dir/build.make CMakeFiles/haxelib.dir/depend gmake[2]: Entering directory '/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu' [ 25%] Generating /builddir/build/BUILD/haxe-4.1.4/extra/haxelib_src/run.c cd /builddir/build/BUILD/haxe-4.1.4/extra/haxelib_src && /usr/bin/nekotools boot -c run.n cd /builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/haxe-4.1.4/extra/haxelib_src /builddir/build/BUILD/haxe-4.1.4/extra/haxelib_src /builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu /builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu /builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu/CMakeFiles/haxelib.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu/CMakeFiles/haxelib.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu/CMakeFiles/haxelib.dir/depend.internal". Dependee "/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu/CMakeFiles/haxelib.dir/depend.internal". Scanning dependencies of target haxelib gmake[2]: Leaving directory '/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu' /usr/bin/gmake -f CMakeFiles/haxelib.dir/build.make CMakeFiles/haxelib.dir/build gmake[2]: Entering directory '/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu' [ 50%] Building C object CMakeFiles/haxelib.dir/run.c.o /usr/bin/gcc -O2 -flto=auto -ffat-lto-objects -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 -fasynchronous-unwind-tables -fstack-clash-protection -o CMakeFiles/haxelib.dir/run.c.o -c /builddir/build/BUILD/haxe-4.1.4/extra/haxelib_src/run.c /builddir/build/BUILD/haxe-4.1.4/extra/haxelib_src/run.c:105:13: warning: 'handle_signal' defined but not used [-Wunused-function] 105 | static void handle_signal( int signal ) { | ^~~~~~~~~~~~~ [ 75%] Linking C executable haxelib /usr/bin/cmake -E cmake_link_script CMakeFiles/haxelib.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -flto=auto -ffat-lto-objects -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 -fasynchronous-unwind-tables -fstack-clash-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 gmake[2]: Leaving directory '/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu' [100%] Built target haxelib gmake[1]: Leaving directory '/builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/haxe-4.1.4/riscv64-redhat-linux-gnu/CMakeFiles 0 + chmod 755 haxe haxelib + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RVKySr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64 + cd haxe-4.1.4 + mkdir -p /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe + cp -p haxe /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin + cp -p haxelib /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin + cp -rfp std /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe + mkdir -p /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/man/man1 + help2man ./haxe --version-option=-version --no-discard-stderr --no-info --output=/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/man/man1/haxe.1 + help2man ./haxelib --help-option=help --version-option=version --no-info --output=/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/man/man1/haxelib.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.1.4-1.fc33 --unique-debug-suffix -4.1.4-1.fc33.riscv64 --unique-debug-src-base haxe-4.1.4-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/haxe-4.1.4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin/haxe extracting debug info from /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin/haxe original debug info size: 5892kB, size after compression: 5876kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 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 9392 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.cHnpcs + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.4 + /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin/haxe -version 4.1.4 + /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin/haxelib version 4.0.2 + pushd /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64 ~/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64 ~/build/BUILD/haxe-4.1.4 + /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin/haxe -v Std Classpath: ;/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/lib/haxe/std/;/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/lib/haxe/extraLibs/;/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/;/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/extraLibs/;/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/bin/std/;/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/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.4;haxe_ver=4.104;haxe4;haxe3;haxe=4.1.4;dce=std;cross Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/StdTypes.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/String.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/Array.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/haxe/iterators/ArrayKeyValueIterator.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/haxe/EnumTools.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/haxe/Exception.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/Std.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/Class.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/haxe/CallStack.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/Any.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/StringBuf.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/EnumValue.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/haxe/std/Enum.hx Parsed /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/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.4-1.fc33.riscv64/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.4-1.fc33.riscv64/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.4-1.fc33.riscv64/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.4 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: haxe-4.1.4-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fRkaWs + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.4 + DOCDIR=/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/doc/haxe + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/doc/haxe + cp -pr README.md /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/doc/haxe + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OaazNp + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/licenses/haxe + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/licenses/haxe + cp -pr extra/LICENSE.txt /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/licenses/haxe + RPM_EC=0 ++ jobs -p + exit 0 Provides: haxe = 4.1.4-1.fc33 haxe(riscv-64) = 4.1.4-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libmbedcrypto.so.3()(64bit) libmbedtls.so.12()(64bit) libmbedx509.so.0()(64bit) libneko.so.2()(64bit) libpcre.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH) Processing files: haxe-stdlib-4.1.4-1.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6qn10s + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.4 + DOCDIR=/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/doc/haxe-stdlib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/doc/haxe-stdlib + cp -pr README.md /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/doc/haxe-stdlib + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UYekrq + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/licenses/haxe-stdlib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/licenses/haxe-stdlib + cp -pr extra/LICENSE.txt /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64/usr/share/licenses/haxe-stdlib + RPM_EC=0 ++ jobs -p + exit 0 Provides: haxe-stdlib = 4.1.4-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.4-1.fc33.riscv64 Provides: haxe-debugsource = 4.1.4-1.fc33 haxe-debugsource(riscv-64) = 4.1.4-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.4-1.fc33.riscv64 Provides: debuginfo(build-id) = 2e6fcc24e3f738bdf695c3735b2842577cdf0ebf haxe-debuginfo = 4.1.4-1.fc33 haxe-debuginfo(riscv-64) = 4.1.4-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: haxe-debugsource(riscv-64) = 4.1.4-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64 Wrote: /builddir/build/RPMS/haxe-debugsource-4.1.4-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/haxe-debuginfo-4.1.4-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/haxe-stdlib-4.1.4-1.fc33.noarch.rpm Wrote: /builddir/build/RPMS/haxe-4.1.4-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uvjcvq + umask 022 + cd /builddir/build/BUILD + cd haxe-4.1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/haxe-4.1.4-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0