⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️Hi! The buildbotwasm32-emscripten node (pthreads) 3.x has failed when building commita939b65. What do you need to do: - Don't panic.
- Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/1050/builds/3022) and take a look at the build logs.
- Check if the failure is related to this commit (a939b65) or if it is a false positive.
- If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/1050/builds/3022 Failed tests: Summary of the results of the build (if available): == Click to see traceback logsremote:Enumerating objects: 15, done.remote:Counting objects: 6% (1/15)remote:Counting objects: 13% (2/15)remote:Counting objects: 20% (3/15)remote:Counting objects: 26% (4/15)remote:Counting objects: 33% (5/15)remote:Counting objects: 40% (6/15)remote:Counting objects: 46% (7/15)remote:Counting objects: 53% (8/15)remote:Counting objects: 60% (9/15)remote:Counting objects: 66% (10/15)remote:Counting objects: 73% (11/15)remote:Counting objects: 80% (12/15)remote:Counting objects: 86% (13/15)remote:Counting objects: 93% (14/15)remote:Counting objects: 100% (15/15)remote:Counting objects: 100% (15/15), done.remote:Compressing objects: 7% (1/13)remote:Compressing objects: 15% (2/13)remote:Compressing objects: 23% (3/13)remote:Compressing objects: 30% (4/13)remote:Compressing objects: 38% (5/13)remote:Compressing objects: 46% (6/13)remote:Compressing objects: 53% (7/13)remote:Compressing objects: 61% (8/13)remote:Compressing objects: 69% (9/13)remote:Compressing objects: 76% (10/13)remote:Compressing objects: 84% (11/13)remote:Compressing objects: 92% (12/13)remote:Compressing objects: 100% (13/13)remote:Compressing objects: 100% (13/13), done.remote:Total 15 (delta 2), reused 14 (delta 2), pack-reused 0From https://github.com/python/cpython * branch main -> FETCH_HEADNote:switching to 'a939b65aa63e2cae1eec7d27e1dc56324aee01d7'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by switching back to a branch.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name>Or undo this operation with: git switch -Turn off this advice by setting config variable advice.detachedHead to falseHEAD is now at a939b65aa6 gh-109162: libregrtest: add worker.py (#109229)Switched to and reset branch 'main'configure:../../configure --prefix $(PWD)/target/host --with-pydebug --without-pydebug --with-emscripten-target=node --disable-wasm-dynamic-linking --enable-wasm-pthreads --build=x86_64-pc-linux-gnu --host=wasm32-unknown-emscripten --with-build-python=../build/pythonconfigure:WARNING: using cross tools not prefixed with host tripletmcc:error: no input filesmake:make -j2 all../../Python/initconfig.c:2309:27: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'wint_t' (aka 'unsigned int') [-Wformat] printf(usage_envvars, (wint_t)DELIM, (wint_t)DELIM,PYTHONHOMEHELP);~~~~~~~~~~~~~^~~~~~~~~~~~~../../Python/initconfig.c:146:18: note: format string is defined here"PYTHONPATH : '%lc'-separated list of directories prefixed to the\n"^~~%c../../Python/initconfig.c:2309:42: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'wint_t' (aka 'unsigned int') [-Wformat] printf(usage_envvars, (wint_t)DELIM, (wint_t)DELIM,PYTHONHOMEHELP);~~~~~~~~~~~~~^~~~~~~~~~~~~../../Python/initconfig.c:148:58: note: format string is defined here"PYTHONHOME : alternate <prefix> directory (or <prefix>%lc<exec_prefix>).\n"^~~%c2 warnings generated.../../Python/optimizer.c:416:9: warning: variable 'reserved' set but not used [-Wunused-but-set-variable]int reserved=0;^1 warning generated.In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:83:11: warning: 'htobe16' macro redefined [-Wmacro-redefined]# define htobe16(x) __builtin_bswap16(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:35:9: note: previous definition is here#define htobe16(x) __bswap16(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:84:11: warning: 'htole16' macro redefined [-Wmacro-redefined]# define htole16(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:41:9: note: previous definition is here#define htole16(x) (uint16_t)(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:85:11: warning: 'be16toh' macro redefined [-Wmacro-redefined]# define be16toh(x) __builtin_bswap16(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:36:9: note: previous definition is here#define be16toh(x) __bswap16(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:86:11: warning: 'le16toh' macro redefined [-Wmacro-redefined]# define le16toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:42:9: note: previous definition is here#define le16toh(x) (uint16_t)(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:88:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]# define htobe32(x) __builtin_bswap32(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:37:9: note: previous definition is here#define htobe32(x) __bswap32(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:89:11: warning: 'htole32' macro redefined [-Wmacro-redefined]# define htole32(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:43:9: note: previous definition is here#define htole32(x) (uint32_t)(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:90:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]# define be32toh(x) __builtin_bswap32(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:38:9: note: previous definition is here#define be32toh(x) __bswap32(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:91:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]# define le32toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:44:9: note: previous definition is here#define le32toh(x) (uint32_t)(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:93:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]# define htobe64(x) __builtin_bswap64(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:39:9: note: previous definition is here#define htobe64(x) __bswap64(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:94:11: warning: 'htole64' macro redefined [-Wmacro-redefined]# define htole64(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:45:9: note: previous definition is here#define htole64(x) (uint64_t)(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:95:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]# define be64toh(x) __builtin_bswap64(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:40:9: note: previous definition is here#define be64toh(x) __bswap64(x)^In file included from ../../Modules/md5module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:96:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]# define le64toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:46:9: note: previous definition is here#define le64toh(x) (uint64_t)(x)^12 warnings generated.In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:83:11: warning: 'htobe16' macro redefined [-Wmacro-redefined]# define htobe16(x) __builtin_bswap16(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:35:9: note: previous definition is here#define htobe16(x) __bswap16(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:84:11: warning: 'htole16' macro redefined [-Wmacro-redefined]# define htole16(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:41:9: note: previous definition is here#define htole16(x) (uint16_t)(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:85:11: warning: 'be16toh' macro redefined [-Wmacro-redefined]# define be16toh(x) __builtin_bswap16(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:36:9: note: previous definition is here#define be16toh(x) __bswap16(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:86:11: warning: 'le16toh' macro redefined [-Wmacro-redefined]# define le16toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:42:9: note: previous definition is here#define le16toh(x) (uint16_t)(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:88:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]# define htobe32(x) __builtin_bswap32(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:37:9: note: previous definition is here#define htobe32(x) __bswap32(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:89:11: warning: 'htole32' macro redefined [-Wmacro-redefined]# define htole32(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:43:9: note: previous definition is here#define htole32(x) (uint32_t)(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:90:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]# define be32toh(x) __builtin_bswap32(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:38:9: note: previous definition is here#define be32toh(x) __bswap32(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:91:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]# define le32toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:44:9: note: previous definition is here#define le32toh(x) (uint32_t)(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:93:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]# define htobe64(x) __builtin_bswap64(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:39:9: note: previous definition is here#define htobe64(x) __bswap64(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:94:11: warning: 'htole64' macro redefined [-Wmacro-redefined]# define htole64(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:45:9: note: previous definition is here#define htole64(x) (uint64_t)(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:95:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]# define be64toh(x) __builtin_bswap64(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:40:9: note: previous definition is here#define be64toh(x) __bswap64(x)^In file included from ../../Modules/sha1module.c:47:In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:96:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]# define le64toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:46:9: note: previous definition is here#define le64toh(x) (uint64_t)(x)^12 warnings generated.In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:83:11: warning: 'htobe16' macro redefined [-Wmacro-redefined]# define htobe16(x) __builtin_bswap16(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:35:9: note: previous definition is here#define htobe16(x) __bswap16(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:84:11: warning: 'htole16' macro redefined [-Wmacro-redefined]# define htole16(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:41:9: note: previous definition is here#define htole16(x) (uint16_t)(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:85:11: warning: 'be16toh' macro redefined [-Wmacro-redefined]# define be16toh(x) __builtin_bswap16(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:36:9: note: previous definition is here#define be16toh(x) __bswap16(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:86:11: warning: 'le16toh' macro redefined [-Wmacro-redefined]# define le16toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:42:9: note: previous definition is here#define le16toh(x) (uint16_t)(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:88:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]# define htobe32(x) __builtin_bswap32(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:37:9: note: previous definition is here#define htobe32(x) __bswap32(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:89:11: warning: 'htole32' macro redefined [-Wmacro-redefined]# define htole32(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:43:9: note: previous definition is here#define htole32(x) (uint32_t)(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:90:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]# define be32toh(x) __builtin_bswap32(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:38:9: note: previous definition is here#define be32toh(x) __bswap32(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:91:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]# define le32toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:44:9: note: previous definition is here#define le32toh(x) (uint32_t)(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:93:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]# define htobe64(x) __builtin_bswap64(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:39:9: note: previous definition is here#define htobe64(x) __bswap64(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:94:11: warning: 'htole64' macro redefined [-Wmacro-redefined]# define htole64(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:45:9: note: previous definition is here#define htole64(x) (uint64_t)(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:95:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]# define be64toh(x) __builtin_bswap64(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:40:9: note: previous definition is here#define be64toh(x) __bswap64(x)^In file included from ../../Modules/sha3module.c:59:In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:96:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]# define le64toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:46:9: note: previous definition is here#define le64toh(x) (uint64_t)(x)^12 warnings generated.../../Modules/expat/xmlparse.c:3116:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,^~~~~~../../Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark code as explicitly deadelseif (0&& parser->m_characterDataHandler)^/*DISABLESCODE*/ ( )../../Modules/expat/xmlparse.c:4059:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,^~~~~~../../Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark code as explicitly deadelseif (0&& parser->m_characterDataHandler)^/*DISABLESCODE*/ ( )../../Modules/expat/xmlparse.c:7703:11: warning: format specifies type 'int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat] bytesMore, (account==XML_ACCOUNT_DIRECT)?"DIR" :"EXP",^~~~~~~~~3 warnings generated.../../Modules/socketmodule.c:4082:33: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare] cmsgh!=NULL; cmsgh= CMSG_NXTHDR(&msg, cmsgh)) {^~~~~~~~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR' __CMSG_LEN(cmsg)+ sizeof(struct cmsghdr)>= __MHDR_END(mhdr)- (unsigned char*)(cmsg) \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../../Modules/socketmodule.c:4135:33: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare] cmsgh!=NULL; cmsgh= CMSG_NXTHDR(&msg, cmsgh)) {^~~~~~~~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR' __CMSG_LEN(cmsg)+ sizeof(struct cmsghdr)>= __MHDR_END(mhdr)- (unsigned char*)(cmsg) \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../../Modules/socketmodule.c:4759:54: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare] cmsgh= (i==0)? CMSG_FIRSTHDR(&msg) : CMSG_NXTHDR(&msg, cmsgh);^~~~~~~~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR' __CMSG_LEN(cmsg)+ sizeof(struct cmsghdr)>= __MHDR_END(mhdr)- (unsigned char*)(cmsg) \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~3 warnings generated.../../Modules/_sqlite/connection.c:2260:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'Py_ssize_t' (aka 'long') is always false [-Wtautological-constant-out-of-range-compare]if (data->len>9223372036854775807) {// (1<<63)-1~~~~~~~~~^~~~~~~~~~~~~~~~~~~~1 warning generated.../../Modules/_testcapimodule.c:225:18: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(k!=UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^../../Modules/_testcapimodule.c:226:18: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(v!=UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^../../Modules/_testcapimodule.c:238:14: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(k==UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^../../Modules/_testcapimodule.c:239:14: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(v==UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^4 warnings generated.../../Modules/_testcapi/dict.c:289:16: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(key==UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^../../Modules/_testcapi/dict.c:290:18: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(value==UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^2 warnings generated.../../Modules/_testcapi/exceptions.c:129:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(type!=UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^../../Modules/_testcapi/exceptions.c:130:18: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(value!=UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^../../Modules/_testcapi/exceptions.c:131:15: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]assert(tb!=UNINITIALIZED_PTR);^~~~~~~~~~~~~~~~~~/opt/buildbot/.emscripten_cache/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))^3 warnings generated.In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:83:11: warning: 'htobe16' macro redefined [-Wmacro-redefined]# define htobe16(x) __builtin_bswap16(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:35:9: note: previous definition is here#define htobe16(x) __bswap16(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:84:11: warning: 'htole16' macro redefined [-Wmacro-redefined]# define htole16(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:41:9: note: previous definition is here#define htole16(x) (uint16_t)(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:85:11: warning: 'be16toh' macro redefined [-Wmacro-redefined]# define be16toh(x) __builtin_bswap16(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:36:9: note: previous definition is here#define be16toh(x) __bswap16(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:86:11: warning: 'le16toh' macro redefined [-Wmacro-redefined]# define le16toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:42:9: note: previous definition is here#define le16toh(x) (uint16_t)(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:88:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]# define htobe32(x) __builtin_bswap32(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:37:9: note: previous definition is here#define htobe32(x) __bswap32(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:89:11: warning: 'htole32' macro redefined [-Wmacro-redefined]# define htole32(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:43:9: note: previous definition is here#define htole32(x) (uint32_t)(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:90:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]# define be32toh(x) __builtin_bswap32(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:38:9: note: previous definition is here#define be32toh(x) __bswap32(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:91:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]# define le32toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:44:9: note: previous definition is here#define le32toh(x) (uint32_t)(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:93:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]# define htobe64(x) __builtin_bswap64(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:39:9: note: previous definition is here#define htobe64(x) __bswap64(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:94:11: warning: 'htole64' macro redefined [-Wmacro-redefined]# define htole64(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:45:9: note: previous definition is here#define htole64(x) (uint64_t)(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:95:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]# define be64toh(x) __builtin_bswap64(x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:40:9: note: previous definition is here#define be64toh(x) __bswap64(x)^In file included from ../../Modules/sha2module.c:48:In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:In file included from ../../Modules/_hacl/include/krml/types.h:12:../../Modules/_hacl/include/krml/lowstar_endianness.h:96:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]# define le64toh(x) (x)^/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:46:9: note: previous definition is here#define le64toh(x) (uint64_t)(x)^12 warnings generated.mcc:warning: USE_PTHREADS + ALLOW_MEMORY_GROWTH may run non-wasm code slowly, see https://github.com/WebAssembly/design/issues/1271 [-Wpthreads-mem-growth]make:*** [Makefile:2005: buildbottest] Error 2Cannot open file '/opt/buildbot/bcannon-wasm/3.x.bcannon-wasm.emscripten-node-pthreads/build/build/build_oot/host/test-results.xml' for upload |
Uh oh!
There was an error while loading.Please reload this page.
Add new worker.py file:
Related changes: