libiconv/iconv.c:385:26: warning: pointer targets in passing argument 2 of 'utf8dec_wchar' differ in signedness [-Wpointer-sign] 385 | l = utf8dec_wchar(&c, *in, *inb); | ^~~ | | | char * libiconv/iconv.c:282:60: note: expected 'unsigned char *' but argument is of type 'char *' 282 | static inline int utf8dec_wchar(wchar_t *c, unsigned char *in, size_t inb) | ~~~~~~~~~~~~~~~^~ CC libintl/libintl.os CC libc/misc/internals/__uClibc_main.os CC libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/fork.os In file included from : ./include/libc-symbols.h:426:25: warning: '__EI_fork' specifies less restrictive attribute than its target 'fork': 'nothrow' [-Wmissing-attributes] 426 | extern __typeof (name) __EI_##name __attribute__((alias (__hidden_asmname1 (,#local)))) | ^~~~~ ./include/libc-symbols.h:429:29: note: in expansion of macro '__hidden_ver1' 429 | # define hidden_def(name) __hidden_ver1(__GI_##name, name, name); | ^~~~~~~~~~~~~ ./include/libc-symbols.h:497:32: note: in expansion of macro 'hidden_def' 497 | # define libc_hidden_def(name) hidden_def (name) | ^~~~~~~~~~ libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/../fork.c:209:1: note: in expansion of macro 'libc_hidden_def' 209 | libc_hidden_def(fork) | ^~~~~~~~~~~~~~~ In file included from libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/fork.c:29: libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/../fork.c:68:1: note: '__EI_fork' target declared here 68 | fork (void) | ^~~~ CC libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.os CC libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.os CC libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.os CC libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.os CC libpthread/nptl/sysdeps/unix/sysv/linux/getpid.os In file included from : ./include/libc-symbols.h:426:25: warning: '__EI_getpid' specifies less restrictive attribute than its target 'getpid': 'nothrow' [-Wmissing-attributes] 426 | extern __typeof (name) __EI_##name __attribute__((alias (__hidden_asmname1 (,#local)))) | ^~~~~ ./include/libc-symbols.h:432:2: note: in expansion of macro '__hidden_ver1' 432 | __hidden_ver1(__GI_##name, name, name) __attribute__((weak)); | ^~~~~~~~~~~~~ ./include/libc-symbols.h:498:33: note: in expansion of macro 'hidden_weak' 498 | # define libc_hidden_weak(name) hidden_weak (name) | ^~~~~~~~~~~ libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c:36:1: note: in expansion of macro 'libc_hidden_weak' 36 | libc_hidden_weak(getpid) | ^~~~~~~~~~~~~~~~ libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c:35:22: note: '__EI_getpid' target declared here 35 | weak_alias(__getpid, getpid) | ^~~~~~ ./include/libc-symbols.h:185:26: note: in definition of macro '_weak_alias' 185 | extern __typeof (name) aliasname __attribute__ ((weak, alias (#name))); | ^~~~~~~~~ libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c:35:1: note: in expansion of macro 'weak_alias' 35 | weak_alias(__getpid, getpid) | ^~~~~~~~~~ CC libpthread/nptl/sysdeps/unix/sysv/linux/raise.os In file included from : ./include/libc-symbols.h:426:25: warning: '__EI_raise' specifies less restrictive attribute than its target 'raise': 'nothrow' [-Wmissing-attributes] 426 | extern __typeof (name) __EI_##name __attribute__((alias (__hidden_asmname1 (,#local)))) | ^~~~~ ./include/libc-symbols.h:429:29: note: in expansion of macro '__hidden_ver1' 429 | # define hidden_def(name) __hidden_ver1(__GI_##name, name, name); | ^~~~~~~~~~~~~ ./include/libc-symbols.h:497:32: note: in expansion of macro 'hidden_def' 497 | # define libc_hidden_def(name) hidden_def (name) | ^~~~~~~~~~ libpthread/nptl/sysdeps/unix/sysv/linux/raise.c:50:1: note: in expansion of macro 'libc_hidden_def' 50 | libc_hidden_def (raise) | ^~~~~~~~~~~~~~~ libpthread/nptl/sysdeps/unix/sysv/linux/raise.c:25:1: note: '__EI_raise' target declared here 25 | raise (int sig) | ^~~~~ CC libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.os CC libpthread/nptl/alloca_cutoff.os CC libpthread/nptl/libc-cancellation.os CC libpthread/nptl/sysdeps/xtensa/libc-tls.os /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,-rpath,/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,-rpath,/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Compiler/FlowControl.o -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -o build/lib.linux-x86_64-3.9/Cython/Compiler/FlowControl.cpython-39-x86_64-linux-gnu.so building 'Cython.Runtime.refnanny' extension creating build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Runtime /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -fPIC -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include/python3.9 -c /tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Runtime/refnanny.c -o build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Runtime/refnanny.o AS libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.os CC libpthread/nptl/sysdeps/generic/dl-tls.os CC libc/misc/elf/dl-support.os CC libc/misc/elf/dl-core.os In file included from ./include/bits/waitstatus.h:72, from ./include/stdlib.h:44, from ./ldso/include/ldso.h:33, from libc/misc/elf/../../../ldso/ldso/dl-symbols.c:18, from libc/misc/elf/dl-core.c:18: ./ldso/include/dl-syscall.h: In function '_dl_pread': ./ldso/include/dl-syscall.h:234:69: warning: right shift count >= width of type [-Wshift-count-overflow] 234 | return __syscall_pread(fd, buf, count, 0, __LONG_LONG_PAIR((offset >> 32), (offset & 0xffffffff))); | ^~ ./include/endian.h:54:35: note: in definition of macro '__LONG_LONG_PAIR' 54 | # define __LONG_LONG_PAIR(HI, LO) HI, LO | ^~ CC libc/misc/elf/dl-iterate-phdr.os In file included from ./include/elf.h:29, from ./include/link.h:24, from libc/misc/elf/dl-iterate-phdr.c:15: ./ldso/include/dl-syscall.h: In function '_dl_pread': ./ldso/include/dl-syscall.h:234:69: warning: right shift count >= width of type [-Wshift-count-overflow] 234 | return __syscall_pread(fd, buf, count, 0, __LONG_LONG_PAIR((offset >> 32), (offset & 0xffffffff))); | ^~ ./include/endian.h:54:35: note: in definition of macro '__LONG_LONG_PAIR' 54 | # define __LONG_LONG_PAIR(HI, LO) HI, LO | ^~ CC libc/stdlib/atexit.os CC libc/stdlib/system.os CC ldso/libdl/libdl.os In file included from ./include/bits/waitstatus.h:72, from ./include/stdlib.h:44, from ./ldso/include/ldso.h:33, from ldso/libdl/libdl.c:40: ./ldso/include/dl-syscall.h: In function '_dl_pread': ./ldso/include/dl-syscall.h:234:69: warning: right shift count >= width of type [-Wshift-count-overflow] 234 | return __syscall_pread(fd, buf, count, 0, __LONG_LONG_PAIR((offset >> 32), (offset & 0xffffffff))); | ^~ ./include/endian.h:54:35: note: in definition of macro '__LONG_LONG_PAIR' 54 | # define __LONG_LONG_PAIR(HI, LO) HI, LO | ^~ copy/convert test suite running build_scripts creating build/scripts-3.9 copying and adjusting tools/rst2html.py -> build/scripts-3.9 copying and adjusting tools/rst2html4.py -> build/scripts-3.9 copying and adjusting tools/rst2html5.py -> build/scripts-3.9 copying and adjusting tools/rst2s5.py -> build/scripts-3.9 copying and adjusting tools/rst2latex.py -> build/scripts-3.9 copying and adjusting tools/rst2xetex.py -> build/scripts-3.9 copying and adjusting tools/rst2man.py -> build/scripts-3.9 copying and adjusting tools/rst2xml.py -> build/scripts-3.9 copying and adjusting tools/rst2pseudoxml.py -> build/scripts-3.9 copying and adjusting tools/rstpep2html.py -> build/scripts-3.9 copying and adjusting tools/rst2odt.py -> build/scripts-3.9 copying and adjusting tools/rst2odt_prepstyles.py -> build/scripts-3.9 changing mode of build/scripts-3.9/rst2html.py from 644 to 755 changing mode of build/scripts-3.9/rst2html4.py from 644 to 755 changing mode of build/scripts-3.9/rst2html5.py from 644 to 755 changing mode of build/scripts-3.9/rst2s5.py from 644 to 755 changing mode of build/scripts-3.9/rst2latex.py from 644 to 755 changing mode of build/scripts-3.9/rst2xetex.py from 644 to 755 changing mode of build/scripts-3.9/rst2man.py from 644 to 755 changing mode of build/scripts-3.9/rst2xml.py from 644 to 755 changing mode of build/scripts-3.9/rst2pseudoxml.py from 644 to 755 changing mode of build/scripts-3.9/rstpep2html.py from 644 to 755 changing mode of build/scripts-3.9/rst2odt.py from 644 to 755 changing mode of build/scripts-3.9/rst2odt_prepstyles.py from 644 to 755 running build_data creating build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isocyr1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isonum.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsb.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isolat2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isolat1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsn.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlalias.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomscr.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk3.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-lat1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk4.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomfrk.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isobox.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isodia.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk4-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomopf.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomscr-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isopub.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlextra.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomopf-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsc.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomfrk-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlextra-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/s5defs.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isocyr2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-special.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsr.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-symbol.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamso.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isotech.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsa.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/README.txt -> build/lib/docutils/parsers/rst/include copying docutils/writers/html5_polyglot/minimal.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/plain.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/math.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/template.txt -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html4css1/html4css1.css -> build/lib/docutils/writers/html4css1 copying docutils/writers/html4css1/template.txt -> build/lib/docutils/writers/html4css1 copying docutils/writers/latex2e/default.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/titlepage.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/xelatex.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/pep_html/pep.css -> build/lib/docutils/writers/pep_html copying docutils/writers/pep_html/template.txt -> build/lib/docutils/writers/pep_html creating build/lib/docutils/writers/s5_html/themes copying docutils/writers/s5_html/themes/README.txt -> build/lib/docutils/writers/s5_html/themes copying docutils/writers/odf_odt/styles.odt -> build/lib/docutils/writers/odf_odt creating build/lib/docutils/writers/s5_html/themes/small-white copying docutils/writers/s5_html/themes/small-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-white copying docutils/writers/s5_html/themes/small-white/framing.css -> build/lib/docutils/writers/s5_html/themes/small-white creating build/lib/docutils/writers/s5_html/themes/medium-black copying docutils/writers/s5_html/themes/medium-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-black copying docutils/writers/s5_html/themes/medium-black/__base__ -> build/lib/docutils/writers/s5_html/themes/medium-black creating build/lib/docutils/writers/s5_html/themes/small-black copying docutils/writers/s5_html/themes/small-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-black copying docutils/writers/s5_html/themes/small-black/__base__ -> build/lib/docutils/writers/s5_html/themes/small-black creating build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/framing.css -> build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/__base__ -> build/lib/docutils/writers/s5_html/themes/big-black creating build/lib/docutils/writers/s5_html/themes/big-white copying docutils/writers/s5_html/themes/big-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-white copying docutils/writers/s5_html/themes/big-white/framing.css -> build/lib/docutils/writers/s5_html/themes/big-white creating build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/s5-core.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/print.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/slides.js -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/blank.gif -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/pretty.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/iepngfix.htc -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/framing.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/slides.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/outline.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/opera.css -> build/lib/docutils/writers/s5_html/themes/default creating build/lib/docutils/writers/s5_html/themes/medium-white copying docutils/writers/s5_html/themes/medium-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-white copying docutils/writers/s5_html/themes/medium-white/framing.css -> build/lib/docutils/writers/s5_html/themes/medium-white AS ldso/ldso/xtensa/resolve.os CC libpthread/nptl/pthread_atfork.os CC libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/pthread_once.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_yield.os CC libpthread/nptl/sysdeps/unix/sysv/linux/sem_post.os CC libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.os CC libpthread/nptl/sysdeps/unix/sysv/linux/sem_trywait.os CC libpthread/nptl/sysdeps/unix/sysv/linux/sem_wait.os CC libpthread/nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.os CC libpthread/nptl/sysdeps/unix/sysv/linux/lowlevellock.os CC libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.os AS libpthread/nptl/sysdeps/xtensa/pthread_spin_lock.os AS libpthread/nptl/sysdeps/xtensa/pthread_spin_trylock.os CC libpthread/nptl/sysdeps/pthread/pthread_barrier_destroy.os CC libpthread/nptl/sysdeps/pthread/pthread_barrier_init.os CC libpthread/nptl/sysdeps/pthread/pthread_barrier_wait.os /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,-rpath,/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,-rpath,/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Runtime/refnanny.o -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -o build/lib.linux-x86_64-3.9/Cython/Runtime/refnanny.cpython-39-x86_64-linux-gnu.so building 'Cython.Compiler.FusedNode' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -fPIC -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include/python3.9 -c /tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Compiler/FusedNode.c -o build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Compiler/FusedNode.o CC libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.os CC libpthread/nptl/sysdeps/pthread/pthread_cond_signal.os CC libpthread/nptl/sysdeps/pthread/pthread_cond_timedwait.os CC libpthread/nptl/sysdeps/pthread/pthread_cond_wait.os CC libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.os CC libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.os CC libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedwrlock.os CC libpthread/nptl/sysdeps/pthread/pthread_rwlock_unlock.os CC libpthread/nptl/sysdeps/pthread/pthread_rwlock_wrlock.os CC libpthread/nptl/sysdeps/pthread/pthread_sigmask.os CC libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.os CC libpthread/nptl/sysdeps/pthread/pthread_spin_init.os CC libpthread/nptl/sysdeps/pthread/pthread_spin_unlock.os CC libpthread/nptl/sysdeps/pthread/pt-sigaction.os CC libpthread/nptl/sysdeps/pthread/tpp.os CC libpthread/nptl/pthread_mutexattr_init.os CC libpthread/nptl/pthread_condattr_destroy.os CC libpthread/nptl/cancellation.os CC libpthread/nptl/pthread_attr_destroy.os CC libpthread/nptl/pthread_mutexattr_getpshared.os CC libpthread/nptl/pthread_attr_getstackaddr.os CC libpthread/nptl/pthread_mutexattr_setpshared.os CC libpthread/nptl/pthread_testcancel.os CC libpthread/nptl/pthread_attr_setstackaddr.os CC libpthread/nptl/pthread_timedjoin.os CC libpthread/nptl/pthread_setregid.os CC libpthread/nptl/pthread_barrierattr_getpshared.os CC libpthread/nptl/errno_location.os CC libpthread/nptl/pthread_mutexattr_gettype.os In file included from : libpthread/nptl/pthread_mutexattr_gettype.c:35:40: warning: 'pthread_mutexattr_getkind_np' specifies less restrictive attribute than its target 'pthread_mutexattr_gettype': 'nothrow' [-Wmissing-attributes] 35 | weak_alias (pthread_mutexattr_gettype, pthread_mutexattr_getkind_np) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/libc-symbols.h:185:26: note: in definition of macro '_weak_alias' 185 | extern __typeof (name) aliasname __attribute__ ((weak, alias (#name))); | ^~~~~~~~~ libpthread/nptl/pthread_mutexattr_gettype.c:35:1: note: in expansion of macro 'weak_alias' 35 | weak_alias (pthread_mutexattr_gettype, pthread_mutexattr_getkind_np) | ^~~~~~~~~~ libpthread/nptl/pthread_mutexattr_gettype.c:23:1: note: 'pthread_mutexattr_getkind_np' target declared here 23 | pthread_mutexattr_gettype ( | ^~~~~~~~~~~~~~~~~~~~~~~~~ CC libpthread/nptl/pthread_rwlockattr_getkind_np.os CC libpthread/nptl/pthread_attr_getstacksize.os CC libpthread/nptl/pthread_getschedparam.os CC libpthread/nptl/pthread_kill_other_threads.os CC libpthread/nptl/pthread_mutexattr_settype.os CC libpthread/nptl/pthread_rwlockattr_setkind_np.os CC libpthread/nptl/pthread_mutexattr_setrobust.os CC libpthread/nptl/pthread_seteuid.os CC libpthread/nptl/pthread_setschedparam.os CC libpthread/nptl/pt-cleanup.os CC libpthread/nptl/pthread_mutex_lock.os CC libpthread/nptl/pthread_mutexattr_getrobust.os CC libpthread/nptl/pthread_setresuid.os CC libpthread/nptl/pthread_mutex_unlock.os CC libpthread/nptl/pthread_mutexattr_getprotocol.os CC libpthread/nptl/cleanup_defer.os CC libpthread/nptl/pthread_mutex_timedlock.os CC libpthread/nptl/events.os CC libpthread/nptl/pthread_detach.os CC libpthread/nptl/pthread_mutexattr_setprotocol.os CC libpthread/nptl/pthread_attr_getschedpolicy.os CC libpthread/nptl/pthread_tryjoin.os CC libpthread/nptl/pthread_barrierattr_destroy.os CC libpthread/nptl/pthread_attr_setschedparam.os CC libpthread/nptl/pthread_equal.os CC libpthread/nptl/pthread_mutex_consistent.os CC libpthread/nptl/pthread_setresgid.os CC libpthread/nptl/pthread_mutex_trylock.os CC libpthread/nptl/herrno.os CC libpthread/nptl/pthread_attr_setstacksize.os CC libpthread/nptl/pthread_setcancelstate.os CC libpthread/nptl/pthread_attr_setschedpolicy.os CC libpthread/nptl/pthread_attr_getdetachstate.os CC libpthread/nptl/pthread_cancel.os CC libpthread/nptl/pthread_rwlock_destroy.os CC libpthread/nptl/pthread_rwlock_trywrlock.os CC libpthread/nptl/sem_unlink.os CC libpthread/nptl/pthread_rwlock_init.os CC libpthread/nptl/pthread_attr_getguardsize.os CC libpthread/nptl/pthread_rwlockattr_destroy.os CC libpthread/nptl/pthread_condattr_setclock.os CC libpthread/nptl/pthread_key_create.os CC libpthread/nptl/pthread_create.os CC libpthread/nptl/pthread_rwlockattr_init.os CC libpthread/nptl/sem_close.os CC libpthread/nptl/pthread_mutex_destroy.os CC libpthread/nptl/pthread_mutex_getprioceiling.os CC libpthread/nptl/pthread_getspecific.os CC libpthread/nptl/pthread_cond_destroy.os CC libpthread/nptl/pthread_attr_setdetachstate.os CC libpthread/nptl/pthread_setspecific.os CC libpthread/nptl/pthread_rwlockattr_setpshared.os CC libpthread/nptl/pthread_cond_init.os CC libpthread/nptl/pthread_barrierattr_init.os CC libpthread/nptl/pthread_attr_setstack.os CC libpthread/nptl/pthread_setconcurrency.os CC libpthread/nptl/sem_getvalue.os CC libpthread/nptl/pthread_setreuid.os CC libpthread/nptl/cleanup_routine.os CC libpthread/nptl/pthread_condattr_getclock.os CC libpthread/nptl/pthread_self.os CC libpthread/nptl/pthread_attr_getschedparam.os CC libpthread/nptl/init.os CC libpthread/nptl/pthread_attr_setguardsize.os CC libpthread/nptl/pthread_getconcurrency.os CC libpthread/nptl/pthread_join.os CC libpthread/nptl/pthread_condattr_init.os CC libpthread/nptl/pthread_attr_getstack.os CC libpthread/nptl/cleanup.os CC libpthread/nptl/pthread_attr_init.os CC libpthread/nptl/pthread_condattr_getpshared.os CC libpthread/nptl/unwind.os In file included from : ./include/libc-symbols.h:426:25: warning: '__EI___pthread_unwind' specifies less restrictive attribute than its target '__pthread_unwind': 'noreturn' [-Wmissing-attributes] 426 | extern __typeof (name) __EI_##name __attribute__((alias (__hidden_asmname1 (,#local)))) | ^~~~~ ./include/libc-symbols.h:429:29: note: in expansion of macro '__hidden_ver1' 429 | # define hidden_def(name) __hidden_ver1(__GI_##name, name, name); | ^~~~~~~~~~~~~ libpthread/nptl/unwind.c:168:1: note: in expansion of macro 'hidden_def' 168 | hidden_def (__pthread_unwind) | ^~~~~~~~~~ libpthread/nptl/unwind.c:122:1: note: '__EI___pthread_unwind' target declared here 122 | __pthread_unwind (__pthread_unwind_buf_t *buf) | ^~~~~~~~~~~~~~~~ In file included from : ./include/libc-symbols.h:426:25: warning: '__EI___pthread_unwind_next' specifies less restrictive attribute than its target '__pthread_unwind_next': 'noreturn' [-Wmissing-attributes] 426 | extern __typeof (name) __EI_##name __attribute__((alias (__hidden_asmname1 (,#local)))) | ^~~~~ ./include/libc-symbols.h:429:29: note: in expansion of macro '__hidden_ver1' 429 | # define hidden_def(name) __hidden_ver1(__GI_##name, name, name); | ^~~~~~~~~~~~~ libpthread/nptl/unwind.c:179:1: note: in expansion of macro 'hidden_def' 179 | hidden_def (__pthread_unwind_next) | ^~~~~~~~~~ libpthread/nptl/unwind.c:173:1: note: '__EI___pthread_unwind_next' target declared here 173 | __pthread_unwind_next (__pthread_unwind_buf_t *buf) | ^~~~~~~~~~~~~~~~~~~~~ CC libpthread/nptl/vars.os CC libpthread/nptl/pthread_condattr_setpshared.os CC libpthread/nptl/sem_destroy.os CC libpthread/nptl/pthread_mutexattr_getprioceiling.os CC libpthread/nptl/pthread_attr_getinheritsched.os CC libpthread/nptl/pthread_setegid.os CC libpthread/nptl/pthread_exit.os CC libpthread/nptl/sem_init.os CC libpthread/nptl/pthread_attr_getscope.os CC libpthread/nptl/pthread_mutexattr_setprioceiling.os CC libpthread/nptl/pthread_attr_setinheritsched.os CC libpthread/nptl/pthread_setschedprio.os CC libpthread/nptl/pthread_rwlock_tryrdlock.os CC libpthread/nptl/pthread_rwlockattr_getpshared.os CC libpthread/nptl/pthread_attr_setscope.os CC libpthread/nptl/pthread_getname.os CC libpthread/nptl/pthread_getattr_np.os CC libpthread/nptl/pthread_mutex_setprioceiling.os CC libpthread/nptl/pthread_setname.os CC libpthread/nptl/pthread_mutex_init.os CC libpthread/nptl/pthread_key_delete.os CC libpthread/nptl/cleanup_defer_compat.os CC libpthread/nptl/pthread_barrierattr_setpshared.os CC libpthread/nptl/cleanup_compat.os CC libpthread/nptl/pthread_mutexattr_destroy.os CC libpthread/nptl/pthread_setcanceltype.os CC libpthread/nptl/sem_open.os CC libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.os CC libpthread/nptl/sysdeps/unix/sysv/linux/timer_create.os CC libpthread/nptl/sysdeps/unix/sysv/linux/timer_delete.os CC libpthread/nptl/sysdeps/unix/sysv/linux/timer_getoverr.os CC libpthread/nptl/sysdeps/unix/sysv/linux/timer_gettime.os CC libpthread/nptl/sysdeps/unix/sysv/linux/timer_routines.os CC libpthread/nptl/sysdeps/unix/sysv/linux/timer_settime.os CC libpthread/nptl/sysdeps/pthread/librt-cancellation.os AR cr lib/libc.a STRIP -x -R .note -R .comment lib/libc.a AR cr lib/uclibc_nonshared.a STRIP -x -R .note -R .comment lib/uclibc_nonshared.a AR cr libc/libc_so.a STRIP -x -R .note -R .comment libc/libc_so.a CC libpthread/nptl/pthread_atfork.oS AR cr lib/libpthread_nonshared.a STRIP -x -R .note -R .comment lib/libpthread_nonshared.a LD libuClibc-1.0.38.so # link for backward compatibility LD libuClibc-1.0.38.so /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,-rpath,/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,-rpath,/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Compiler/FusedNode.o -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -o build/lib.linux-x86_64-3.9/Cython/Compiler/FusedNode.cpython-39-x86_64-linux-gnu.so AS lib/crt1.o AS lib/Scrt1.o AS lib/crti.o building 'Cython.Tempita._tempita' extension creating build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Tempita /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -fPIC -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include/python3.9 -c /tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Tempita/_tempita.c -o build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Tempita/_tempita.o AS lib/crtn.o make[1]: Leaving directory '/tmp/instance-5/output-1/build/uclibc-1.0.38' /usr/bin/make -C /tmp/instance-5/output-1/build/uclibc-1.0.38/utils PREFIX=/tmp/instance-5/output-1/per-package/uclibc/host HOSTCC="/usr/bin/gcc" hostutils make[1]: Entering directory '/tmp/instance-5/output-1/build/uclibc-1.0.38/utils' HOSTCC utils/getconf.host HOSTCC utils/ldconfig.host HOSTCC utils/ldd.host HOSTCC utils/iconv.host HOSTCC utils/msgfmt.host HOSTCC utils/msgmerge.host ../utils/ldd.c: In function 'elf_find_dynamic': ../utils/ldd.c:248:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 248 | return (void *)byteswap_to_host(dynp->d_un.d_val); | ^ make[1]: Leaving directory '/tmp/instance-5/output-1/build/uclibc-1.0.38/utils' /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,-rpath,/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -Wl,-rpath,/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -O2 -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include -I/tmp/instance-5/output-1/per-package/host-python3-cython/host/include build/temp.linux-x86_64-3.9/tmp/instance-5/output-1/build/host-python3-cython-0.29.21/Cython/Tempita/_tempita.o -L/tmp/instance-5/output-1/per-package/host-python3-cython/host/lib -o build/lib.linux-x86_64-3.9/Cython/Tempita/_tempita.cpython-39-x86_64-linux-gnu.so failed: Connection timed out. Giving up. wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-5/output-1/build/.LiTE-0.8.10.tar.gz.y65XUF/output' 'http://sources.buildroot.net/lite/LiTE-0.8.10.tar.gz' --2021-07-31 07:33:48-- http://sources.buildroot.net/lite/LiTE-0.8.10.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 2606:4700:20::681a:25, 2606:4700:20::681a:125, 2606:4700:20::ac43:4838, ... Connecting to sources.buildroot.net (sources.buildroot.net)|2606:4700:20::681a:25|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 975338 (952K) [application/x-gtar-compressed] Saving to: '/tmp/instance-5/output-1/build/.LiTE-0.8.10.tar.gz.y65XUF/output' 0K .......... .......... .......... .......... .......... 5% 9.64M 0s 50K .......... .......... .......... .......... .......... 10% 23.1M 0s 100K .......... .......... .......... .......... .......... 15% 11.5M 0s 150K .......... .......... .......... .......... .......... 20% 22.5M 0s 200K .......... .......... .......... .......... .......... 26% 20.9M 0s 250K .......... .......... .......... .......... .......... 31% 36.4M 0s 300K .......... .......... .......... .......... .......... 36% 63.6M 0s 350K .......... .......... .......... .......... .......... 41% 35.1M 0s 400K .......... .......... .......... .......... .......... 47% 35.3M 0s 450K .......... .......... .......... .......... .......... 52% 230M 0s 500K .......... .......... .......... .......... .......... 57% 85.9M 0s 550K .......... .......... .......... .......... .......... 62% 66.2M 0s 600K .......... .......... .......... .......... .......... 68% 68.5M 0s 650K .......... .......... .......... .......... .......... 73% 80.2M 0s 700K .......... .......... .......... .......... .......... 78% 214M 0s 750K .......... .......... .......... .......... .......... 83% 63.0M 0s 800K .......... .......... .......... .......... .......... 89% 113M 0s 850K .......... .......... .......... .......... .......... 94% 57.4M 0s 900K .......... .......... .......... .......... .......... 99% 295M 0s 950K .. 100% 4727G=0.03s 2021-07-31 07:33:48 (35.6 MB/s) - '/tmp/instance-5/output-1/build/.LiTE-0.8.10.tar.gz.y65XUF/output' saved [975338/975338] LiTE-0.8.10.tar.gz: OK (sha256: 1b784cf595c3d5313e3705db210119f77d48826dbc7fcf6328af83a1270c2264) make: Leaving directory '/tmp/instance-5/buildroot'