Advertisement
Guest User

Untitled

a guest
Jun 20th, 2023
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 151.23 KB | None | 0 0
  1. /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c: In function ‘str_tests’:
  2. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:292:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  3. #0 90.94 292 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1c29tZXNhbHQ"
  4. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. #0 90.94 293 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  6. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. #0 90.94 294 | "password", 0x100000000ULL) != -1) {
  8. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:292:9: note: referencing argument 1 of type ‘const char[128]’
  10. #0 90.94 In file included from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:6,
  11. #0 90.94 from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium.h:32,
  12. #0 90.94 from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/cmptest.h:16,
  13. #0 90.94 from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:3:
  14. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  15. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  16. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:297:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  18. #0 90.94 297 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1c29tZXNhbHQ"
  19. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20. #0 90.94 298 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  21. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. #0 90.94 299 | "password", strlen("password")) != -1) {
  23. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:297:9: note: referencing argument 1 of type ‘const char[128]’
  25. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  26. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  27. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:302:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  29. #0 90.94 302 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1$c29tZXNhbHQ"
  30. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. #0 90.94 303 | "9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  32. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. #0 90.94 304 | "password", strlen("password")) != -1) {
  34. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  35. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:302:9: note: referencing argument 1 of type ‘const char[128]’
  36. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  37. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  38. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:307:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  40. #0 90.94 307 | if (crypto_pwhash_str_verify("$argon2i$m=65536,t=2,p=1$c29tZXNhbHQ"
  41. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42. #0 90.94 308 | "$b2G3seW+uPzerwQQC+/E1K50CLLO7YXy0JRcaTuswRo",
  43. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. #0 90.94 309 | "password", strlen("password")) != -1) {
  45. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  46. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:307:9: note: referencing argument 1 of type ‘const char[128]’
  47. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  48. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  49. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  50. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:312:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  51. #0 90.94 312 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1c29tZXNhbHQ"
  52. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  53. #0 90.94 313 | "$wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  54. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. #0 90.94 314 | "password", strlen("password")) != -1) {
  56. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:312:9: note: referencing argument 1 of type ‘const char[128]’
  58. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  59. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  60. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  61. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:317:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  62. #0 90.94 317 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  63. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  64. #0 90.94 318 | "wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  65. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  66. #0 90.94 319 | "password", strlen("password")) != -1) {
  67. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  68. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:317:9: note: referencing argument 1 of type ‘const char[128]’
  69. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  70. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  71. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  72. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:322:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  73. #0 90.94 322 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  74. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  75. #0 90.94 323 | "$8iIuixkI73Js3G1uMbezQXD0b8LG4SXGsOwoQkdAQIM",
  76. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77. #0 90.94 324 | "password", strlen("password")) != -1) {
  78. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  79. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:322:9: note: referencing argument 1 of type ‘const char[128]’
  80. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  81. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  82. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  83. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:327:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  84. #0 90.94 327 | if (crypto_pwhash_str_verify(
  85. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  86. #0 90.94 328 | "$argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  87. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  88. #0 90.94 329 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  89. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  90. #0 90.94 330 | "password", strlen("password")) != 0) {
  91. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  92. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:327:9: note: referencing argument 1 of type ‘const char[128]’
  93. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  94. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  95. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  96. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:333:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  97. #0 90.94 333 | if (crypto_pwhash_str_verify(
  98. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  99. #0 90.94 334 | "$argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  100. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101. #0 90.94 335 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  102. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  103. #0 90.94 336 | "passwore", strlen("passwore")) != -1 || errno != EINVAL) {
  104. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:333:9: note: referencing argument 1 of type ‘const char[128]’
  106. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  107. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  108. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  109. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:339:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  110. #0 90.94 339 | if (crypto_pwhash_str_verify(
  111. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  112. #0 90.94 340 | "$Argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  113. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  114. #0 90.94 341 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  115. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116. #0 90.94 342 | "password", strlen("password")) != -1 || errno != EINVAL) {
  117. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  118. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:339:9: note: referencing argument 1 of type ‘const char[128]’
  119. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  120. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  121. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  122. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:345:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 95 [-Wstringop-overread]
  123. #0 90.94 345 | if (crypto_pwhash_str_verify(
  124. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  125. #0 90.94 346 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  126. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127. #0 90.94 347 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  128. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129. #0 90.94 348 | "password", strlen("password")) != -1 || errno != EINVAL) {
  130. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  131. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:345:9: note: referencing argument 1 of type ‘const char[128]’
  132. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  133. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  134. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  135. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:351:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 97 [-Wstringop-overread]
  136. #0 90.94 351 | if (crypto_pwhash_str_verify(
  137. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  138. #0 90.94 352 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVla~=mRpc29kaXNrdw"
  139. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  140. #0 90.94 353 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  141. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142. #0 90.94 354 | "password", strlen("password")) != -1 || errno != EINVAL) {
  143. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  144. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:351:9: note: referencing argument 1 of type ‘const char[128]’
  145. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  146. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  147. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  148. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:357:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 97 [-Wstringop-overread]
  149. #0 90.94 357 | if (crypto_pwhash_str_verify(
  150. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  151. #0 90.94 358 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  152. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  153. #0 90.94 359 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYI~=U+0jWipu7Kc9M",
  154. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  155. #0 90.94 360 | "password", strlen("password")) != -1 || errno != EINVAL) {
  156. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  157. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:357:9: note: referencing argument 1 of type ‘const char[128]’
  158. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  159. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  160. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  161. #0 90.94 In file included from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/cmptest.h:9:
  162. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:377:12: warning: ‘crypto_pwhash_argon2id_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  163. #0 90.94 377 | assert(crypto_pwhash_argon2id_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  164. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:377:12: note: referencing argument 1 of type ‘const char[128]’
  166. #0 90.94 In file included from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:7:
  167. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h:114:5: note: in a call to function ‘crypto_pwhash_argon2id_str_needs_rehash’
  168. #0 90.94 114 | int crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES],
  169. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  170. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:389:12: warning: ‘crypto_pwhash_argon2id_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  171. #0 90.94 389 | assert(crypto_pwhash_argon2id_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  172. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:389:12: note: referencing argument 1 of type ‘const char[128]’
  174. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h:114:5: note: in a call to function ‘crypto_pwhash_argon2id_str_needs_rehash’
  175. #0 90.94 114 | int crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES],
  176. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177. #0 90.94 In function ‘str_tests’,
  178. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  179. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:292:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  180. #0 90.94 292 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1c29tZXNhbHQ"
  181. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182. #0 90.94 293 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  183. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184. #0 90.94 294 | "password", 0x100000000ULL) != -1) {
  185. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  186. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:292:9: note: referencing argument 1 of type ‘const char[128]’
  187. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  188. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  189. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  190. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191. #0 90.94 In function ‘str_tests’,
  192. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  193. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:297:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  194. #0 90.94 297 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1c29tZXNhbHQ"
  195. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196. #0 90.94 298 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  197. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  198. #0 90.94 299 | "password", strlen("password")) != -1) {
  199. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:297:9: note: referencing argument 1 of type ‘const char[128]’
  201. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  202. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  203. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  204. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205. #0 90.94 In function ‘str_tests’,
  206. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  207. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:302:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  208. #0 90.94 302 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1$c29tZXNhbHQ"
  209. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210. #0 90.94 303 | "9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  211. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  212. #0 90.94 304 | "password", strlen("password")) != -1) {
  213. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  214. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:302:9: note: referencing argument 1 of type ‘const char[128]’
  215. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  216. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  217. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  218. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  219. #0 90.94 In function ‘str_tests’,
  220. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  221. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:307:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  222. #0 90.94 307 | if (crypto_pwhash_str_verify("$argon2i$m=65536,t=2,p=1$c29tZXNhbHQ"
  223. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224. #0 90.94 308 | "$b2G3seW+uPzerwQQC+/E1K50CLLO7YXy0JRcaTuswRo",
  225. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226. #0 90.94 309 | "password", strlen("password")) != -1) {
  227. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  228. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:307:9: note: referencing argument 1 of type ‘const char[128]’
  229. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  230. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  231. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  232. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  233. #0 90.94 In function ‘str_tests’,
  234. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  235. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:312:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  236. #0 90.94 312 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1c29tZXNhbHQ"
  237. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  238. #0 90.94 313 | "$wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  239. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240. #0 90.94 314 | "password", strlen("password")) != -1) {
  241. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  242. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:312:9: note: referencing argument 1 of type ‘const char[128]’
  243. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  244. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  245. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  246. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  247. #0 90.94 In function ‘str_tests’,
  248. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  249. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:317:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  250. #0 90.94 317 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  251. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  252. #0 90.94 318 | "wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  253. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  254. #0 90.94 319 | "password", strlen("password")) != -1) {
  255. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  256. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:317:9: note: referencing argument 1 of type ‘const char[128]’
  257. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  258. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  259. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  260. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  261. #0 90.94 In function ‘str_tests’,
  262. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  263. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:322:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  264. #0 90.94 322 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  265. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  266. #0 90.94 323 | "$8iIuixkI73Js3G1uMbezQXD0b8LG4SXGsOwoQkdAQIM",
  267. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268. #0 90.94 324 | "password", strlen("password")) != -1) {
  269. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  270. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:322:9: note: referencing argument 1 of type ‘const char[128]’
  271. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  272. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  273. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  274. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  275. #0 90.94 In function ‘str_tests’,
  276. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  277. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:327:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  278. #0 90.94 327 | if (crypto_pwhash_str_verify(
  279. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  280. #0 90.94 328 | "$argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  281. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282. #0 90.94 329 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  283. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284. #0 90.94 330 | "password", strlen("password")) != 0) {
  285. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  286. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:327:9: note: referencing argument 1 of type ‘const char[128]’
  287. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  288. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  289. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  290. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  291. #0 90.94 In function ‘str_tests’,
  292. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  293. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:333:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  294. #0 90.94 333 | if (crypto_pwhash_str_verify(
  295. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  296. #0 90.94 334 | "$argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  297. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  298. #0 90.94 335 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  299. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  300. #0 90.94 336 | "passwore", strlen("passwore")) != -1 || errno != EINVAL) {
  301. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  302. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:333:9: note: referencing argument 1 of type ‘const char[128]’
  303. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  304. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  305. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  306. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  307. #0 90.94 In function ‘str_tests’,
  308. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  309. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:339:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  310. #0 90.94 339 | if (crypto_pwhash_str_verify(
  311. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  312. #0 90.94 340 | "$Argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  313. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  314. #0 90.94 341 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  315. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316. #0 90.94 342 | "password", strlen("password")) != -1 || errno != EINVAL) {
  317. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  318. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:339:9: note: referencing argument 1 of type ‘const char[128]’
  319. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  320. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  321. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  322. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  323. #0 90.94 In function ‘str_tests’,
  324. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  325. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:345:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 95 [-Wstringop-overread]
  326. #0 90.94 345 | if (crypto_pwhash_str_verify(
  327. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  328. #0 90.94 346 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  329. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  330. #0 90.94 347 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  331. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332. #0 90.94 348 | "password", strlen("password")) != -1 || errno != EINVAL) {
  333. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:345:9: note: referencing argument 1 of type ‘const char[128]’
  335. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  336. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  337. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  338. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  339. #0 90.94 In function ‘str_tests’,
  340. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  341. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:351:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 97 [-Wstringop-overread]
  342. #0 90.94 351 | if (crypto_pwhash_str_verify(
  343. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  344. #0 90.94 352 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVla~=mRpc29kaXNrdw"
  345. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  346. #0 90.94 353 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  347. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348. #0 90.94 354 | "password", strlen("password")) != -1 || errno != EINVAL) {
  349. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  350. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:351:9: note: referencing argument 1 of type ‘const char[128]’
  351. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  352. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  353. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  354. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  355. #0 90.94 In function ‘str_tests’,
  356. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  357. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:357:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 97 [-Wstringop-overread]
  358. #0 90.94 357 | if (crypto_pwhash_str_verify(
  359. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  360. #0 90.94 358 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  361. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  362. #0 90.94 359 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYI~=U+0jWipu7Kc9M",
  363. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364. #0 90.94 360 | "password", strlen("password")) != -1 || errno != EINVAL) {
  365. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:357:9: note: referencing argument 1 of type ‘const char[128]’
  367. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  368. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  369. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  370. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  371. #0 90.94 In function ‘str_tests’,
  372. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  373. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:377:12: warning: ‘crypto_pwhash_argon2id_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  374. #0 90.94 377 | assert(crypto_pwhash_argon2id_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  375. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:377:12: note: referencing argument 1 of type ‘const char[128]’
  377. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h: In function ‘xmain’:
  378. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h:114:5: note: in a call to function ‘crypto_pwhash_argon2id_str_needs_rehash’
  379. #0 90.94 114 | int crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES],
  380. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  381. #0 90.94 In function ‘str_tests’,
  382. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  383. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:389:12: warning: ‘crypto_pwhash_argon2id_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  384. #0 90.94 389 | assert(crypto_pwhash_argon2id_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  385. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  386. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:389:12: note: referencing argument 1 of type ‘const char[128]’
  387. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h: In function ‘xmain’:
  388. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h:114:5: note: in a call to function ‘crypto_pwhash_argon2id_str_needs_rehash’
  389. #0 90.94 114 | int crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES],
  390. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391. #0 90.94 In function ‘str_tests’,
  392. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  393. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:292:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  394. #0 90.94 292 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1c29tZXNhbHQ"
  395. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  396. #0 90.94 293 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  397. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398. #0 90.94 294 | "password", 0x100000000ULL) != -1) {
  399. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  400. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:292:9: note: referencing argument 1 of type ‘const char[128]’
  401. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  402. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  403. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  404. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405. #0 90.94 In function ‘str_tests’,
  406. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  407. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:297:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  408. #0 90.94 297 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1c29tZXNhbHQ"
  409. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410. #0 90.94 298 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  411. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  412. #0 90.94 299 | "password", strlen("password")) != -1) {
  413. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  414. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:297:9: note: referencing argument 1 of type ‘const char[128]’
  415. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  416. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  417. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  418. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  419. #0 90.94 In function ‘str_tests’,
  420. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  421. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:302:9: warning: ‘crypto_pwhash_argon2i_str_verify’ reading 128 bytes from a region of size 80 [-Wstringop-overread]
  422. #0 90.94 302 | if (crypto_pwhash_argon2i_str_verify("$argon2i$m=65536,t=2,p=1$c29tZXNhbHQ"
  423. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424. #0 90.94 303 | "9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  425. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  426. #0 90.94 304 | "password", strlen("password")) != -1) {
  427. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:302:9: note: referencing argument 1 of type ‘const char[128]’
  429. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  430. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:108:5: note: in a call to function ‘crypto_pwhash_argon2i_str_verify’
  431. #0 90.94 108 | int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
  432. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  433. #0 90.94 In function ‘str_tests’,
  434. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  435. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:307:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  436. #0 90.94 307 | if (crypto_pwhash_str_verify("$argon2i$m=65536,t=2,p=1$c29tZXNhbHQ"
  437. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438. #0 90.94 308 | "$b2G3seW+uPzerwQQC+/E1K50CLLO7YXy0JRcaTuswRo",
  439. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440. #0 90.94 309 | "password", strlen("password")) != -1) {
  441. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:307:9: note: referencing argument 1 of type ‘const char[128]’
  443. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  444. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  445. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  446. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  447. #0 90.94 In function ‘str_tests’,
  448. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  449. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:312:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  450. #0 90.94 312 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1c29tZXNhbHQ"
  451. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  452. #0 90.94 313 | "$wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  453. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  454. #0 90.94 314 | "password", strlen("password")) != -1) {
  455. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  456. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:312:9: note: referencing argument 1 of type ‘const char[128]’
  457. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  458. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  459. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  460. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  461. #0 90.94 In function ‘str_tests’,
  462. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  463. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:317:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  464. #0 90.94 317 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  465. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  466. #0 90.94 318 | "wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  467. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  468. #0 90.94 319 | "password", strlen("password")) != -1) {
  469. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:317:9: note: referencing argument 1 of type ‘const char[128]’
  471. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  472. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  473. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  474. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  475. #0 90.94 In function ‘str_tests’,
  476. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  477. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:322:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  478. #0 90.94 322 | if (crypto_pwhash_str_verify("$argon2i$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  479. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  480. #0 90.94 323 | "$8iIuixkI73Js3G1uMbezQXD0b8LG4SXGsOwoQkdAQIM",
  481. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  482. #0 90.94 324 | "password", strlen("password")) != -1) {
  483. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  484. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:322:9: note: referencing argument 1 of type ‘const char[128]’
  485. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  486. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  487. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  488. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  489. #0 90.94 In function ‘str_tests’,
  490. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  491. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:327:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  492. #0 90.94 327 | if (crypto_pwhash_str_verify(
  493. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  494. #0 90.94 328 | "$argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  495. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  496. #0 90.94 329 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  497. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  498. #0 90.94 330 | "password", strlen("password")) != 0) {
  499. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  500. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:327:9: note: referencing argument 1 of type ‘const char[128]’
  501. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  502. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  503. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  504. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  505. #0 90.94 In function ‘str_tests’,
  506. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  507. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:333:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  508. #0 90.94 333 | if (crypto_pwhash_str_verify(
  509. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  510. #0 90.94 334 | "$argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  511. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  512. #0 90.94 335 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  513. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  514. #0 90.94 336 | "passwore", strlen("passwore")) != -1 || errno != EINVAL) {
  515. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  516. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:333:9: note: referencing argument 1 of type ‘const char[128]’
  517. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  518. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  519. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  520. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  521. #0 90.94 In function ‘str_tests’,
  522. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  523. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:339:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 96 [-Wstringop-overread]
  524. #0 90.94 339 | if (crypto_pwhash_str_verify(
  525. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  526. #0 90.94 340 | "$Argon2i$v=19$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  527. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  528. #0 90.94 341 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  529. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530. #0 90.94 342 | "password", strlen("password")) != -1 || errno != EINVAL) {
  531. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  532. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:339:9: note: referencing argument 1 of type ‘const char[128]’
  533. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  534. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  535. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  536. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  537. #0 90.94 In function ‘str_tests’,
  538. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  539. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:345:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 95 [-Wstringop-overread]
  540. #0 90.94 345 | if (crypto_pwhash_str_verify(
  541. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  542. #0 90.94 346 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  543. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  544. #0 90.94 347 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  545. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  546. #0 90.94 348 | "password", strlen("password")) != -1 || errno != EINVAL) {
  547. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  548. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:345:9: note: referencing argument 1 of type ‘const char[128]’
  549. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  550. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  551. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  552. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  553. #0 90.94 In function ‘str_tests’,
  554. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  555. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:351:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 97 [-Wstringop-overread]
  556. #0 90.94 351 | if (crypto_pwhash_str_verify(
  557. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  558. #0 90.94 352 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVla~=mRpc29kaXNrdw"
  559. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  560. #0 90.94 353 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYIU+0jWipu7Kc9M",
  561. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  562. #0 90.94 354 | "password", strlen("password")) != -1 || errno != EINVAL) {
  563. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  564. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:351:9: note: referencing argument 1 of type ‘const char[128]’
  565. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  566. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  567. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  568. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  569. #0 90.94 In function ‘str_tests’,
  570. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  571. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:357:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 97 [-Wstringop-overread]
  572. #0 90.94 357 | if (crypto_pwhash_str_verify(
  573. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~
  574. #0 90.94 358 | "$argon2i$v=1$m=4096,t=3,p=2$b2RpZHVlamRpc29kaXNrdw"
  575. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  576. #0 90.94 359 | "$TNnWIwlu1061JHrnCqIAmjs3huSxYI~=U+0jWipu7Kc9M",
  577. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  578. #0 90.94 360 | "password", strlen("password")) != -1 || errno != EINVAL) {
  579. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  580. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:357:9: note: referencing argument 1 of type ‘const char[128]’
  581. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  582. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  583. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  584. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  585. #0 90.94 In function ‘str_tests’,
  586. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  587. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:377:12: warning: ‘crypto_pwhash_argon2id_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  588. #0 90.94 377 | assert(crypto_pwhash_argon2id_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  589. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  590. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:377:12: note: referencing argument 1 of type ‘const char[128]’
  591. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h: In function ‘xmain’:
  592. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h:114:5: note: in a call to function ‘crypto_pwhash_argon2id_str_needs_rehash’
  593. #0 90.94 114 | int crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES],
  594. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  595. #0 90.94 In function ‘str_tests’,
  596. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:403:5:
  597. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:389:12: warning: ‘crypto_pwhash_argon2id_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  598. #0 90.94 389 | assert(crypto_pwhash_argon2id_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  599. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  600. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2i.c:389:12: note: referencing argument 1 of type ‘const char[128]’
  601. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h: In function ‘xmain’:
  602. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h:114:5: note: in a call to function ‘crypto_pwhash_argon2id_str_needs_rehash’
  603. #0 90.94 114 | int crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES],
  604. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  605. #0 90.94 CCLD pwhash_argon2i
  606. #0 90.94 CC pwhash_argon2id.o
  607. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c: In function ‘str_tests’:
  608. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:307:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  609. #0 90.94 307 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1c29tZXNhbHQ"
  610. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  611. #0 90.94 308 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  612. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  613. #0 90.94 309 | "password", 0x100000000ULL) != -1) {
  614. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  615. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:307:9: note: referencing argument 1 of type ‘const char[128]’
  616. #0 90.94 In file included from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium.h:32,
  617. #0 90.94 from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/cmptest.h:16,
  618. #0 90.94 from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:3:
  619. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  620. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  621. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  622. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:312:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  623. #0 90.94 312 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1c29tZXNhbHQ"
  624. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  625. #0 90.94 313 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  626. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  627. #0 90.94 314 | "password", strlen("password")) != -1) {
  628. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  629. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:312:9: note: referencing argument 1 of type ‘const char[128]’
  630. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  631. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  632. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  633. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:317:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  634. #0 90.94 317 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1$c29tZXNhbHQ"
  635. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  636. #0 90.94 318 | "9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  637. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  638. #0 90.94 319 | "password", strlen("password")) != -1) {
  639. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  640. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:317:9: note: referencing argument 1 of type ‘const char[128]’
  641. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  642. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  643. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  644. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:322:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 82 [-Wstringop-overread]
  645. #0 90.94 322 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1$c29tZXNhbHQ"
  646. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  647. #0 90.94 323 | "$b2G3seW+uPzerwQQC+/E1K50CLLO7YXy0JRcaTuswRo",
  648. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  649. #0 90.94 324 | "password", strlen("password")) != -1) {
  650. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  651. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:322:9: note: referencing argument 1 of type ‘const char[128]’
  652. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  653. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  654. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  655. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:327:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  656. #0 90.94 327 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1c29tZXNhbHQ"
  657. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  658. #0 90.94 328 | "$wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  659. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  660. #0 90.94 329 | "password", strlen("password")) != -1) {
  661. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  662. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:327:9: note: referencing argument 1 of type ‘const char[128]’
  663. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  664. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  665. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  666. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:332:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  667. #0 90.94 332 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  668. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  669. #0 90.94 333 | "wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  670. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  671. #0 90.94 334 | "password", strlen("password")) != -1) {
  672. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  673. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:332:9: note: referencing argument 1 of type ‘const char[128]’
  674. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  675. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  676. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  677. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:337:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 87 [-Wstringop-overread]
  678. #0 90.94 337 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  679. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  680. #0 90.94 338 | "$8iIuixkI73Js3G1uMbezQXD0b8LG4SXGsOwoQkdAQIM",
  681. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  682. #0 90.94 339 | "password", strlen("password")) != -1) {
  683. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  684. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:337:9: note: referencing argument 1 of type ‘const char[128]’
  685. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  686. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  687. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  688. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:342:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  689. #0 90.94 342 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  690. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  691. #0 90.94 343 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  692. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  693. #0 90.94 344 | "password", strlen("password")) != 0) {
  694. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  695. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:342:9: note: referencing argument 1 of type ‘const char[128]’
  696. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  697. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  698. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  699. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:347:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  700. #0 90.94 347 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  701. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  702. #0 90.94 348 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  703. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  704. #0 90.94 349 | "passwore", strlen("passwore")) != -1 || errno != EINVAL) {
  705. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  706. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:347:9: note: referencing argument 1 of type ‘const char[128]’
  707. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  708. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  709. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  710. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:352:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  711. #0 90.94 352 | if (crypto_pwhash_str_verify("$Argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  712. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  713. #0 90.94 353 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  714. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  715. #0 90.94 354 | "password", strlen("password")) != -1 || errno != EINVAL) {
  716. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  717. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:352:9: note: referencing argument 1 of type ‘const char[128]’
  718. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  719. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  720. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  721. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:357:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  722. #0 90.94 357 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=2$MDEyMzQ1Njc"
  723. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  724. #0 90.94 358 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  725. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  726. #0 90.94 359 | "password", strlen("password")) != -1 || errno != EINVAL) {
  727. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  728. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:357:9: note: referencing argument 1 of type ‘const char[128]’
  729. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  730. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  731. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  732. #0 90.94 In file included from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/cmptest.h:9:
  733. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:376:12: warning: ‘crypto_pwhash_argon2i_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  734. #0 90.94 376 | assert(crypto_pwhash_argon2i_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  735. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  736. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:376:12: note: referencing argument 1 of type ‘const char[128]’
  737. #0 90.94 In file included from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:6:
  738. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:114:5: note: in a call to function ‘crypto_pwhash_argon2i_str_needs_rehash’
  739. #0 90.94 114 | int crypto_pwhash_argon2i_str_needs_rehash(const char str[crypto_pwhash_argon2i_STRBYTES],
  740. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  741. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:388:12: warning: ‘crypto_pwhash_argon2i_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  742. #0 90.94 388 | assert(crypto_pwhash_argon2i_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  743. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  744. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:388:12: note: referencing argument 1 of type ‘const char[128]’
  745. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:114:5: note: in a call to function ‘crypto_pwhash_argon2i_str_needs_rehash’
  746. #0 90.94 114 | int crypto_pwhash_argon2i_str_needs_rehash(const char str[crypto_pwhash_argon2i_STRBYTES],
  747. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  748. #0 90.94 In function ‘str_tests’,
  749. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  750. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:307:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  751. #0 90.94 307 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1c29tZXNhbHQ"
  752. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  753. #0 90.94 308 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  754. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  755. #0 90.94 309 | "password", 0x100000000ULL) != -1) {
  756. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  757. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:307:9: note: referencing argument 1 of type ‘const char[128]’
  758. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  759. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  760. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  761. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  762. #0 90.94 In function ‘str_tests’,
  763. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  764. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:312:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  765. #0 90.94 312 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1c29tZXNhbHQ"
  766. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  767. #0 90.94 313 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  768. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  769. #0 90.94 314 | "password", strlen("password")) != -1) {
  770. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  771. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:312:9: note: referencing argument 1 of type ‘const char[128]’
  772. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  773. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  774. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  775. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  776. #0 90.94 In function ‘str_tests’,
  777. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  778. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:317:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  779. #0 90.94 317 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1$c29tZXNhbHQ"
  780. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  781. #0 90.94 318 | "9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  782. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  783. #0 90.94 319 | "password", strlen("password")) != -1) {
  784. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  785. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:317:9: note: referencing argument 1 of type ‘const char[128]’
  786. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  787. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  788. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  789. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  790. #0 90.94 In function ‘str_tests’,
  791. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  792. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:322:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 82 [-Wstringop-overread]
  793. #0 90.94 322 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1$c29tZXNhbHQ"
  794. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  795. #0 90.94 323 | "$b2G3seW+uPzerwQQC+/E1K50CLLO7YXy0JRcaTuswRo",
  796. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  797. #0 90.94 324 | "password", strlen("password")) != -1) {
  798. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  799. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:322:9: note: referencing argument 1 of type ‘const char[128]’
  800. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  801. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  802. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  803. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  804. #0 90.94 In function ‘str_tests’,
  805. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  806. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:327:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  807. #0 90.94 327 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1c29tZXNhbHQ"
  808. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  809. #0 90.94 328 | "$wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  810. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  811. #0 90.94 329 | "password", strlen("password")) != -1) {
  812. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  813. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:327:9: note: referencing argument 1 of type ‘const char[128]’
  814. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  815. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  816. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  817. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  818. #0 90.94 In function ‘str_tests’,
  819. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  820. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:332:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  821. #0 90.94 332 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  822. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  823. #0 90.94 333 | "wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  824. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  825. #0 90.94 334 | "password", strlen("password")) != -1) {
  826. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  827. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:332:9: note: referencing argument 1 of type ‘const char[128]’
  828. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  829. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  830. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  831. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  832. #0 90.94 In function ‘str_tests’,
  833. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  834. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:337:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 87 [-Wstringop-overread]
  835. #0 90.94 337 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  836. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  837. #0 90.94 338 | "$8iIuixkI73Js3G1uMbezQXD0b8LG4SXGsOwoQkdAQIM",
  838. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  839. #0 90.94 339 | "password", strlen("password")) != -1) {
  840. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  841. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:337:9: note: referencing argument 1 of type ‘const char[128]’
  842. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  843. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  844. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  845. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  846. #0 90.94 In function ‘str_tests’,
  847. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  848. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:342:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  849. #0 90.94 342 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  850. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  851. #0 90.94 343 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  852. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  853. #0 90.94 344 | "password", strlen("password")) != 0) {
  854. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  855. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:342:9: note: referencing argument 1 of type ‘const char[128]’
  856. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  857. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  858. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  859. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  860. #0 90.94 In function ‘str_tests’,
  861. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  862. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:347:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  863. #0 90.94 347 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  864. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  865. #0 90.94 348 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  866. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  867. #0 90.94 349 | "passwore", strlen("passwore")) != -1 || errno != EINVAL) {
  868. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  869. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:347:9: note: referencing argument 1 of type ‘const char[128]’
  870. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  871. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  872. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  873. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  874. #0 90.94 In function ‘str_tests’,
  875. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  876. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:352:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  877. #0 90.94 352 | if (crypto_pwhash_str_verify("$Argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  878. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  879. #0 90.94 353 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  880. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  881. #0 90.94 354 | "password", strlen("password")) != -1 || errno != EINVAL) {
  882. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  883. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:352:9: note: referencing argument 1 of type ‘const char[128]’
  884. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  885. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  886. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  887. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  888. #0 90.94 In function ‘str_tests’,
  889. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  890. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:357:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  891. #0 90.94 357 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=2$MDEyMzQ1Njc"
  892. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  893. #0 90.94 358 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  894. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  895. #0 90.94 359 | "password", strlen("password")) != -1 || errno != EINVAL) {
  896. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  897. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:357:9: note: referencing argument 1 of type ‘const char[128]’
  898. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  899. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  900. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  901. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  902. #0 90.94 In function ‘str_tests’,
  903. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  904. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:376:12: warning: ‘crypto_pwhash_argon2i_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  905. #0 90.94 376 | assert(crypto_pwhash_argon2i_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  906. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  907. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:376:12: note: referencing argument 1 of type ‘const char[128]’
  908. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  909. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:114:5: note: in a call to function ‘crypto_pwhash_argon2i_str_needs_rehash’
  910. #0 90.94 114 | int crypto_pwhash_argon2i_str_needs_rehash(const char str[crypto_pwhash_argon2i_STRBYTES],
  911. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  912. #0 90.94 In function ‘str_tests’,
  913. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  914. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:388:12: warning: ‘crypto_pwhash_argon2i_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  915. #0 90.94 388 | assert(crypto_pwhash_argon2i_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  916. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  917. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:388:12: note: referencing argument 1 of type ‘const char[128]’
  918. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  919. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:114:5: note: in a call to function ‘crypto_pwhash_argon2i_str_needs_rehash’
  920. #0 90.94 114 | int crypto_pwhash_argon2i_str_needs_rehash(const char str[crypto_pwhash_argon2i_STRBYTES],
  921. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  922. #0 90.94 In function ‘str_tests’,
  923. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  924. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:307:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  925. #0 90.94 307 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1c29tZXNhbHQ"
  926. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  927. #0 90.94 308 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  928. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  929. #0 90.94 309 | "password", 0x100000000ULL) != -1) {
  930. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  931. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:307:9: note: referencing argument 1 of type ‘const char[128]’
  932. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  933. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  934. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  935. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  936. #0 90.94 In function ‘str_tests’,
  937. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  938. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:312:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  939. #0 90.94 312 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1c29tZXNhbHQ"
  940. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  941. #0 90.94 313 | "$9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  942. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  943. #0 90.94 314 | "password", strlen("password")) != -1) {
  944. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  945. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:312:9: note: referencing argument 1 of type ‘const char[128]’
  946. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  947. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  948. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  949. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  950. #0 90.94 In function ‘str_tests’,
  951. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  952. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:317:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 81 [-Wstringop-overread]
  953. #0 90.94 317 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1$c29tZXNhbHQ"
  954. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  955. #0 90.94 318 | "9sTbSlTio3Biev89thdrlKKiCaYsjjYVJxGAL3swxpQ",
  956. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  957. #0 90.94 319 | "password", strlen("password")) != -1) {
  958. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  959. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:317:9: note: referencing argument 1 of type ‘const char[128]’
  960. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  961. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  962. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  963. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  964. #0 90.94 In function ‘str_tests’,
  965. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  966. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:322:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 82 [-Wstringop-overread]
  967. #0 90.94 322 | if (crypto_pwhash_str_verify("$argon2id$m=65536,t=2,p=1$c29tZXNhbHQ"
  968. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  969. #0 90.94 323 | "$b2G3seW+uPzerwQQC+/E1K50CLLO7YXy0JRcaTuswRo",
  970. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  971. #0 90.94 324 | "password", strlen("password")) != -1) {
  972. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  973. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:322:9: note: referencing argument 1 of type ‘const char[128]’
  974. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  975. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  976. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  977. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  978. #0 90.94 In function ‘str_tests’,
  979. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  980. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:327:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  981. #0 90.94 327 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1c29tZXNhbHQ"
  982. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  983. #0 90.94 328 | "$wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  984. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  985. #0 90.94 329 | "password", strlen("password")) != -1) {
  986. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  987. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:327:9: note: referencing argument 1 of type ‘const char[128]’
  988. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  989. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  990. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  991. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  992. #0 90.94 In function ‘str_tests’,
  993. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  994. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:332:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 86 [-Wstringop-overread]
  995. #0 90.94 332 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  996. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  997. #0 90.94 333 | "wWKIMhR9lyDFvRz9YTZweHKfbftvj+qf+YFY4NeBbtA",
  998. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  999. #0 90.94 334 | "password", strlen("password")) != -1) {
  1000. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1001. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:332:9: note: referencing argument 1 of type ‘const char[128]’
  1002. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  1003. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  1004. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  1005. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  1006. #0 90.94 In function ‘str_tests’,
  1007. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  1008. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:337:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 87 [-Wstringop-overread]
  1009. #0 90.94 337 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=65536,t=2,p=1$c29tZXNhbHQ"
  1010. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1011. #0 90.94 338 | "$8iIuixkI73Js3G1uMbezQXD0b8LG4SXGsOwoQkdAQIM",
  1012. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1013. #0 90.94 339 | "password", strlen("password")) != -1) {
  1014. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1015. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:337:9: note: referencing argument 1 of type ‘const char[128]’
  1016. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  1017. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  1018. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  1019. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  1020. #0 90.94 In function ‘str_tests’,
  1021. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  1022. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:342:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  1023. #0 90.94 342 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  1024. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1025. #0 90.94 343 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  1026. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1027. #0 90.94 344 | "password", strlen("password")) != 0) {
  1028. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1029. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:342:9: note: referencing argument 1 of type ‘const char[128]’
  1030. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  1031. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  1032. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  1033. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  1034. #0 90.94 In function ‘str_tests’,
  1035. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  1036. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:347:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  1037. #0 90.94 347 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  1038. #0 90.94 | ^~~~~~~~~~~~~~~~~Failed to build pyNaCl
  1039. #0 90.94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1040. #0 90.94 348 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  1041. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1042. #0 90.94 349 | "passwore", strlen("passwore")) != -1 || errno != EINVAL) {
  1043. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1044. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:347:9: note: referencing argument 1 of type ‘const char[128]’
  1045. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  1046. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  1047. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  1048. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  1049. #0 90.94 In function ‘str_tests’,
  1050. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  1051. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:352:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  1052. #0 90.94 352 | if (crypto_pwhash_str_verify("$Argon2id$v=19$m=256,t=3,p=1$MDEyMzQ1Njc"
  1053. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1054. #0 90.94 353 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  1055. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1056. #0 90.94 354 | "password", strlen("password")) != -1 || errno != EINVAL) {
  1057. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1058. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:352:9: note: referencing argument 1 of type ‘const char[128]’
  1059. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  1060. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  1061. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  1062. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  1063. #0 90.94 In function ‘str_tests’,
  1064. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  1065. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:357:9: warning: ‘crypto_pwhash_str_verify’ reading 128 bytes from a region of size 85 [-Wstringop-overread]
  1066. #0 90.94 357 | if (crypto_pwhash_str_verify("$argon2id$v=19$m=256,t=3,p=2$MDEyMzQ1Njc"
  1067. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1068. #0 90.94 358 | "$G5ajKFCoUzaXRLdz7UJb5wGkb2Xt+X5/GQjUYtS2+TE",
  1069. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1070. #0 90.94 359 | "password", strlen("password")) != -1 || errno != EINVAL) {
  1071. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1072. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:357:9: note: referencing argument 1 of type ‘const char[128]’
  1073. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: In function ‘xmain’:
  1074. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h:128:5: note: in a call to function ‘crypto_pwhash_str_verify’
  1075. #0 90.94 128 | int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
  1076. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~
  1077. #0 90.94 In function ‘str_tests’,
  1078. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  1079. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:376:12: warning: ‘crypto_pwhash_argon2i_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  1080. #0 90.94 376 | assert(crypto_pwhash_argon2i_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  1081. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1082. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:376:12: note: referencing argument 1 of type ‘const char[128]’
  1083. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  1084. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:114:5: note: in a call to function ‘crypto_pwhash_argon2i_str_needs_rehash’
  1085. #0 90.94 114 | int crypto_pwhash_argon2i_str_needs_rehash(const char str[crypto_pwhash_argon2i_STRBYTES],
  1086. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1087. #0 90.94 In function ‘str_tests’,
  1088. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:402:5:
  1089. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:388:12: warning: ‘crypto_pwhash_argon2i_str_needs_rehash’ reading 128 bytes from a region of size 1 [-Wstringop-overread]
  1090. #0 90.94 388 | assert(crypto_pwhash_argon2i_str_needs_rehash("", OPSLIMIT, MEMLIMIT) == -1);
  1091. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1092. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_argon2id.c:388:12: note: referencing argument 1 of type ‘const char[128]’
  1093. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: In function ‘xmain’:
  1094. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h:114:5: note: in a call to function ‘crypto_pwhash_argon2i_str_needs_rehash’
  1095. #0 90.94 114 | int crypto_pwhash_argon2i_str_needs_rehash(const char str[crypto_pwhash_argon2i_STRBYTES],
  1096. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1097. #0 90.94 CCLD pwhash_argon2id
  1098. #0 90.94 CC randombytes.o
  1099. #0 90.94 CCLD randombytes
  1100. #0 90.94 CC scalarmult.o
  1101. #0 90.94 CCLD scalarmult
  1102. #0 90.94 CC scalarmult2.o
  1103. #0 90.94 CCLD scalarmult2
  1104. #0 90.94 CC scalarmult5.o
  1105. #0 90.94 CCLD scalarmult5
  1106. #0 90.94 CC scalarmult6.o
  1107. #0 90.94 CCLD scalarmult6
  1108. #0 90.94 CC scalarmult7.o
  1109. #0 90.94 CCLD scalarmult7
  1110. #0 90.94 CC secretbox.o
  1111. #0 90.94 CCLD secretbox
  1112. #0 90.94 CC secretbox2.o
  1113. #0 90.94 CCLD secretbox2
  1114. #0 90.94 CC secretbox7.o
  1115. #0 90.94 CCLD secretbox7
  1116. #0 90.94 CC secretbox8.o
  1117. #0 90.94 CCLD secretbox8
  1118. #0 90.94 CC secretbox_easy.o
  1119. #0 90.94 CCLD secretbox_easy
  1120. #0 90.94 CC secretbox_easy2.o
  1121. #0 90.94 CCLD secretbox_easy2
  1122. #0 90.94 CC secretstream.o
  1123. #0 90.94 CCLD secretstream
  1124. #0 90.94 CC shorthash.o
  1125. #0 90.94 CCLD shorthash
  1126. #0 90.94 CC sign.o
  1127. #0 90.94 CCLD sign
  1128. #0 90.94 CC sodium_core.o
  1129. #0 90.94 CCLD sodium_core
  1130. #0 90.94 CC sodium_utils.o
  1131. #0 90.94 CCLD sodium_utils
  1132. #0 90.94 CC sodium_version.o
  1133. #0 90.94 CCLD sodium_version
  1134. #0 90.94 CC stream.o
  1135. #0 90.94 CCLD stream
  1136. #0 90.94 CC stream2.o
  1137. #0 90.94 CCLD stream2
  1138. #0 90.94 CC stream3.o
  1139. #0 90.94 CCLD stream3
  1140. #0 90.94 CC stream4.o
  1141. #0 90.94 CCLD stream4
  1142. #0 90.94 CC verify1.o
  1143. #0 90.94 CCLD verify1
  1144. #0 90.94 CC sodium_utils2.o
  1145. #0 90.94 CCLD sodium_utils2
  1146. #0 90.94 CC sodium_utils3.o
  1147. #0 90.94 CCLD sodium_utils3
  1148. #0 90.94 CC core_ed25519.o
  1149. #0 90.94 CCLD core_ed25519
  1150. #0 90.94 CC pwhash_scrypt.o
  1151. #0 90.94 In file included from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/cmptest.h:9,
  1152. #0 90.94 from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:3:
  1153. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c: In function ‘str_tests’:
  1154. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:362:12: warning: ‘crypto_pwhash_scryptsalsa208sha256_str_needs_rehash’ reading 102 bytes from a region of size 1 [-Wstringop-overread]
  1155. #0 90.94 362 | assert(crypto_pwhash_scryptsalsa208sha256_str_needs_rehash
  1156. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1157. #0 90.94 363 | ("", OPSLIMIT, MEMLIMIT) == -1);
  1158. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~
  1159. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:362:12: note: referencing argument 1 of type ‘const char[102]’
  1160. #0 90.94 In file included from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium.h:64,
  1161. #0 90.94 from /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/cmptest.h:16:
  1162. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h:111:5: note: in a call to function ‘crypto_pwhash_scryptsalsa208sha256_str_needs_rehash’
  1163. #0 90.94 111 | int crypto_pwhash_scryptsalsa208sha256_str_needs_rehash(const char str[crypto_pwhash_scryptsalsa208sha256_STRBYTES],
  1164. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1165. #0 90.94 In function ‘str_tests’,
  1166. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:376:5:
  1167. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:362:12: warning: ‘crypto_pwhash_scryptsalsa208sha256_str_needs_rehash’ reading 102 bytes from a region of size 1 [-Wstringop-overread]
  1168. #0 90.94 362 | assert(crypto_pwhash_scryptsalsa208sha256_str_needs_rehash
  1169. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1170. #0 90.94 363 | ("", OPSLIMIT, MEMLIMIT) == -1);
  1171. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~
  1172. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:362:12: note: referencing argument 1 of type ‘const char[102]’
  1173. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h: In function ‘xmain’:
  1174. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h:111:5: note: in a call to function ‘crypto_pwhash_scryptsalsa208sha256_str_needs_rehash’
  1175. #0 90.94 111 | int crypto_pwhash_scryptsalsa208sha256_str_needs_rehash(const char str[crypto_pwhash_scryptsalsa208sha256_STRBYTES],
  1176. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1177. #0 90.94 In function ‘str_tests’,
  1178. #0 90.94 inlined from ‘xmain’ at /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:376:5:
  1179. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:362:12: warning: ‘crypto_pwhash_scryptsalsa208sha256_str_needs_rehash’ reading 102 bytes from a region of size 1 [-Wstringop-overread]
  1180. #0 90.94 362 | assert(crypto_pwhash_scryptsalsa208sha256_str_needs_rehash
  1181. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1182. #0 90.94 363 | ("", OPSLIMIT, MEMLIMIT) == -1);
  1183. #0 90.94 | ~~~~~~~~~~~~~~~~~~~~~~~~
  1184. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/test/default/pwhash_scrypt.c:362:12: note: referencing argument 1 of type ‘const char[102]’
  1185. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h: In function ‘xmain’:
  1186. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h:111:5: note: in a call to function ‘crypto_pwhash_scryptsalsa208sha256_str_needs_rehash’
  1187. #0 90.94 111 | int crypto_pwhash_scryptsalsa208sha256_str_needs_rehash(const char str[crypto_pwhash_scryptsalsa208sha256_STRBYTES],
  1188. #0 90.94 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1189. #0 90.94 CCLD pwhash_scrypt
  1190. #0 90.94 CC pwhash_scrypt_ll.o
  1191. #0 90.94 CCLD pwhash_scrypt_ll
  1192. #0 90.94 CC scalarmult_ed25519.o
  1193. #0 90.94 CCLD scalarmult_ed25519
  1194. #0 90.94 CC siphashx24.o
  1195. #0 90.94 CCLD siphashx24
  1196. #0 90.94 CC xchacha20.o
  1197. #0 90.94 CCLD xchacha20
  1198. #0 90.94 make[3]: Leaving directory '/tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/build/temp.linux-aarch64-cpython-311/test/default'
  1199. #0 90.94 make check-TESTS
  1200. #0 90.94 make[3]: Entering directory '/tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/build/temp.linux-aarch64-cpython-311/test/default'
  1201. #0 90.94 make[4]: Entering directory '/tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/build/temp.linux-aarch64-cpython-311/test/default'
  1202. #0 90.94 PASS: aead_aes256gcm
  1203. #0 90.94 PASS: aead_chacha20poly1305
  1204. #0 90.94 PASS: aead_xchacha20poly1305
  1205. #0 90.94 PASS: auth
  1206. #0 90.94 PASS: auth2
  1207. #0 90.94 PASS: auth3
  1208. #0 90.94 PASS: auth5
  1209. #0 90.94 PASS: auth6
  1210. #0 90.94 PASS: auth7
  1211. #0 90.94 PASS: box
  1212. #0 90.94 PASS: box2
  1213. #0 90.94 PASS: box7
  1214. #0 90.94 PASS: box8
  1215. #0 90.94 PASS: box_easy
  1216. #0 90.94 PASS: box_easy2
  1217. #0 90.94 PASS: box_seal
  1218. #0 90.94 PASS: box_seed
  1219. #0 90.94 PASS: chacha20
  1220. #0 90.94 PASS: codecs
  1221. #0 90.94 PASS: core1
  1222. #0 90.94 PASS: core2
  1223. #0 90.94 PASS: core3
  1224. #0 90.94 PASS: core4
  1225. #0 90.94 PASS: core5
  1226. #0 90.94 PASS: core6
  1227. #0 90.94 PASS: ed25519_convert
  1228. #0 90.94 PASS: generichash
  1229. #0 90.94 PASS: generichash2
  1230. #0 90.94 PASS: generichash3
  1231. #0 90.94 PASS: hash
  1232. #0 90.94 PASS: hash3
  1233. #0 90.94 PASS: kdf
  1234. #0 90.94 PASS: keygen
  1235. #0 90.94 PASS: kx
  1236. #0 90.94 PASS: metamorphic
  1237. #0 90.94 PASS: misuse
  1238. #0 90.94 PASS: onetimeauth
  1239. #0 90.94 PASS: onetimeauth2
  1240. #0 90.94 PASS: onetimeauth7
  1241. #0 90.94 PASS: pwhash_argon2i
  1242. #0 90.94 PASS: pwhash_argon2id
  1243. #0 90.94 PASS: randombytes
  1244. #0 90.94 PASS: scalarmult
  1245. #0 90.94 PASS: scalarmult2
  1246. #0 90.94 PASS: scalarmult5
  1247. #0 90.94 PASS: scalarmult6
  1248. #0 90.94 PASS: scalarmult7
  1249. #0 90.94 PASS: secretbox
  1250. #0 90.94 PASS: secretbox2
  1251. #0 90.94 PASS: secretbox7
  1252. #0 90.94 PASS: secretbox8
  1253. #0 90.94 PASS: secretbox_easy
  1254. #0 90.94 PASS: secretbox_easy2
  1255. #0 90.94 PASS: secretstream
  1256. #0 90.94 PASS: shorthash
  1257. #0 90.94 PASS: sign
  1258. #0 90.94 PASS: sodium_core
  1259. #0 90.94 PASS: sodium_utils
  1260. #0 90.94 PASS: sodium_version
  1261. #0 90.94 PASS: stream
  1262. #0 90.94 PASS: stream2
  1263. #0 90.94 PASS: stream3
  1264. #0 90.94 PASS: stream4
  1265. #0 90.94 PASS: verify1
  1266. #0 90.94 PASS: sodium_utils2
  1267. #0 90.94 PASS: sodium_utils3
  1268. #0 90.94 PASS: core_ed25519
  1269. #0 90.94 /tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/src/libsodium/build-aux/test-driver: line 107: 45472 Killed "$@" > $log_file 2>&1
  1270. #0 90.94 FAIL: pwhash_scrypt
  1271. #0 90.94 PASS: pwhash_scrypt_ll
  1272. #0 90.94 PASS: scalarmult_ed25519
  1273. #0 90.94 PASS: siphashx24
  1274. #0 90.94 PASS: xchacha20
  1275. #0 90.94 ============================================================================
  1276. #0 90.94 Testsuite summary for libsodium 1.0.16
  1277. #0 90.94 ============================================================================
  1278. #0 90.94 # TOTAL: 72
  1279. #0 90.94 # PASS: 71
  1280. #0 90.94 # SKIP: 0
  1281. #0 90.94 # XFAIL: 0
  1282. #0 90.94 # FAIL: 1
  1283. #0 90.94 # XPASS: 0
  1284. #0 90.94 # ERROR: 0
  1285. #0 90.94 ============================================================================
  1286. #0 90.94 See test/default/test-suite.log
  1287. #0 90.94 Please report to https://github.com/jedisct1/libsodium/issues
  1288. #0 90.94 ============================================================================
  1289. #0 90.94 make[4]: *** [Makefile:1805: test-suite.log] Error 1
  1290. #0 90.94 make[4]: Leaving directory '/tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/build/temp.linux-aarch64-cpython-311/test/default'
  1291. #0 90.94 make[3]: *** [Makefile:1913: check-TESTS] Error 2
  1292. #0 90.94 make[3]: Leaving directory '/tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/build/temp.linux-aarch64-cpython-311/test/default'
  1293. #0 90.94 make[2]: *** [Makefile:2481: check-am] Error 2
  1294. #0 90.94 make[2]: Leaving directory '/tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/build/temp.linux-aarch64-cpython-311/test/default'
  1295. #0 90.94 make[1]: *** [Makefile:402: check-recursive] Error 1
  1296. #0 90.94 make[1]: Leaving directory '/tmp/pip-install-rz64rk96/pynacl_5a2d64ed12374ff582f589d1c7b20c6a/build/temp.linux-aarch64-cpython-311/test'
  1297. #0 90.94 make: *** [Makefile:515: check-recursive] Error 1
  1298. #0 90.94 Traceback (most recent call last):
  1299. #0 90.94 File "/usr/local/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
  1300. #0 90.94 main()
  1301. #0 90.94 File "/usr/local/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
  1302. #0 90.94 json_out['return_val'] = hook(**hook_input['kwargs'])
  1303. #0 90.94 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1304. #0 90.94 File "/usr/local/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel
  1305. #0 90.94 return _build_backend().build_wheel(wheel_directory, config_settings,
  1306. #0 90.94 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1307. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 416, in build_wheel
  1308. #0 90.94 return self._build_with_temp_dir(['bdist_wheel'], '.whl',
  1309. #0 90.94 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1310. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 401, in _build_with_temp_dir
  1311. #0 90.94 self.run_setup()
  1312. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 488, in run_setup
  1313. #0 90.94 self).run_setup(setup_script=setup_script)
  1314. #0 90.94 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1315. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 338, in run_setup
  1316. #0 90.94 exec(code, locals())
  1317. #0 90.94 File "<string>", line 208, in <module>
  1318. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/__init__.py", line 107, in setup
  1319. #0 90.94 return distutils.core.setup(**attrs)
  1320. #0 90.94 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1321. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 185, in setup
  1322. #0 90.94 return run_commands(dist)
  1323. #0 90.94 ^^^^^^^^^^^^^^^^^^
  1324. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
  1325. #0 90.94 dist.run_commands()
  1326. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
  1327. #0 90.94 self.run_command(cmd)
  1328. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/dist.py", line 1244, in run_command
  1329. #0 90.94 super().run_command(command)
  1330. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
  1331. #0 90.94 cmd_obj.run()
  1332. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/wheel/bdist_wheel.py", line 343, in run
  1333. #0 90.94 self.run_command("build")
  1334. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command
  1335. #0 90.94 self.distribution.run_command(command)
  1336. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/dist.py", line 1244, in run_command
  1337. #0 90.94 super().run_command(command)
  1338. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
  1339. #0 90.94 cmd_obj.run()
  1340. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/command/build.py", line 131, in run
  1341. #0 90.94 self.run_command(cmd_name)
  1342. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command
  1343. #0 90.94 self.distribution.run_command(command)
  1344. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/dist.py", line 1244, in run_command
  1345. #0 90.94 super().run_command(command)
  1346. #0 90.94 File "/tmp/pip-build-env-cjovvjjt/overlay/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
  1347. #0 90.94 cmd_obj.run()
  1348. #0 90.94 File "<string>", line 179, in run
  1349. #0 90.94 File "/usr/local/lib/python3.11/subprocess.py", line 413, in check_call
  1350. #0 90.94 raise CalledProcessError(retcode, cmd)
  1351. #0 90.94 subprocess.CalledProcessError: Command '['make', 'check']' returned non-zero exit status 2.
  1352. #0 90.94 [end of output]
  1353. #0 90.94
  1354. #0 90.94 note: This error originates from a subprocess, and is likely not a problem with pip.
  1355. #0 90.94 ERROR: Failed building wheel for pyNaCl
  1356. #0 90.94 ERROR: Could not build wheels for pyNaCl, which is required to install pyproject.toml-based projects
  1357. ------
  1358. Dockerfile:22
  1359. --------------------
  1360. 20 | # Install Python dependencies
  1361. 21 | RUN pip install --no-cache-dir cryptography
  1362. 22 | >>> RUN pip install --no-cache-dir pyNaCl==1.3.0
  1363. 23 |
  1364. 24 | # Copy the requirements.txt file to the container
  1365. --------------------
  1366. ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir pyNaCl==1.3.0" did not complete successfully: exit code: 1
  1367.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement