Build · c5d6c9c6Finished · errors ·
Pause
•••
Download raw log ↓
← Earlier output5.8 MiB captured
zuo-1.9
config
c
cycle
build
syntactic forms
syntactic forms, hygienic expander
python3.12-pytest-benchmark-5.1.0
...................                                                      [100%]
Learn more about nbmake at https://github.com/treebeardtech/nbmake
=========================== short test summary info ============================
SKIPPED [1] tests/test_skip.py:5: bla
================== 234 passed, 1 skipped in 144.22s (0:02:24) ==================
Finished executing pytestCheckPhase
pytestCheckPhase completed in 2 minutes 24 seconds
→ pytestcachePhase
→ pytestRemoveBytecodePhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
zxcvbn-c-2.5
Build started
→ unpackPhase
unpacking source archive /nix/store/zbn20j0gcrfmzxv4600fry55ilhcxjjd-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
clang++ -I. -std=c++11 -O2 -Wall -Wextra \
	-o dictgen dict-generate.cpp 
dict-generate.cpp:611:13: warning: variable 'x' set but not used [-Wunused-but-set-variable]
  611 |         int x=0;
      |             ^
dict-generate.cpp:604:9: warning: variable 'cnt' set but not used [-Wunused-but-set-variable]
  604 |     int cnt=0, del=0;
      |         ^
dict-generate.cpp:604:16: warning: variable 'del' set but not used [-Wunused-but-set-variable]
  604 |     int cnt=0, del=0;
      |                ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:834:42: error: implicit instantiation of undefined template 'std::char_traits<int>'
  834 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
dict-generate.cpp:861:18: note: in instantiation of template class 'std::basic_string<int>' requested here
  861 |     StringOfInts Chld;
      |                  ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:306:42: error: implicit instantiation of undefined template 'std::char_traits<int>'
  306 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__type_traits/is_convertible.h:23:60: note: in instantiation of template class 'std::basic_string_view<int>' requested here
   23 |     : public integral_constant<bool, __is_convertible(_T1, _T2)> {};
      |                                                            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:750:29: note: in instantiation of template class 'std::is_convertible<const int &, std::basic_string_view<int>>' requested here
  750 |     : public _BoolConstant< is_convertible<const _Tp&, basic_string_view<_CharT, _Traits> >::value &&
      |                             ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:1368:27: note: in instantiation of template class 'std::__can_be_converted_to_string_view<int, std::char_traits<int>, int>' requested here
 1368 |             __enable_if_t<__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value &&
      |                           ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:1372:3: note: while substituting prior template arguments into non-type template parameter [with _Tp = int]
 1372 |   operator+=(const _Tp& __t) {
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1373 |     __self_view __sv = __t;
      |     ~~~~~~~~~~~~~~~~~~~~~~~
 1374 |     return append(__sv);
      |     ~~~~~~~~~~~~~~~~~~~~
 1375 |   }
      |   ~
dict-generate.cpp:871:14: note: while substituting deduced template arguments into function template 'operator+=' [with _Tp = int, $1 = (no value)]
  871 |         Chld += i;
      |              ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2943:3: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2943 |   traits_type::assign(*__p, __c);
      |   ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:1382:5: note: in instantiation of member function 'std::basic_string<int>::push_back' requested here
 1382 |     push_back(__c);
      |     ^
dict-generate.cpp:871:14: note: in instantiation of member function 'std::basic_string<int>::operator+=' requested here
  871 |         Chld += i;
      |              ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2944:3: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2944 |   traits_type::assign(*++__p, value_type());
      |   ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2566:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2566 |     traits_type::copy(std::__to_address(__p), std::__to_address(__old_p), __n_copy);
      |     ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2589:3: note: in instantiation of member function 'std::basic_string<int>::__grow_by' requested here
 2589 |   __grow_by(__old_cap, __delta_cap, __old_sz, __n_copy, __n_del, __n_add);
      |   ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2930:5: note: in instantiation of member function 'std::basic_string<int>::__grow_by_without_replace' requested here
 2930 |     __grow_by_without_replace(__cap, 1, __sz, __sz, 0);
      |     ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:1382:5: note: in instantiation of member function 'std::basic_string<int>::push_back' requested here
 1382 |     push_back(__c);
      |     ^
dict-generate.cpp:871:14: note: in instantiation of member function 'std::basic_string<int>::operator+=' requested here
  871 |         Chld += i;
      |              ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2569:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2569 |     traits_type::copy(
      |     ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:624:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__string/char_traits.h:388:16: error: implicit instantiation of undefined template 'std::char_traits<int>'
  388 |     __first1 = _Traits::find(__first1, __len1 - __len2 + 1, __f2);
      |                ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__string/char_traits.h:413:28: note: in instantiation of function template specialization 'std::__search_substring<int, std::char_traits<int>>' requested here
  413 |   const _CharT* __r = std::__search_substring<_CharT, _Traits>(__p + __pos, __p + __sz, __s, __s + __n);
      |                            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:3497:15: note: in instantiation of function template specialization 'std::__str_find<int, unsigned long, std::char_traits<int>, 18446744073709551615UL>' requested here
 3497 |   return std::__str_find<value_type, size_type, traits_type, npos>(data(), size(), __str.data(), __pos, __str.size());
      |               ^
dict-generate.cpp:874:44: note: in instantiation of member function 'std::basic_string<int>::find' requested here
  874 |     StringOfInts::size_type x = ChildAddrs.find(Chld);
      |                                            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:624:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__string/char_traits.h:397:9: error: implicit instantiation of undefined template 'std::char_traits<int>'
  397 |     if (_Traits::compare(__first1, __first2, __len2) == 0)
      |         ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2873:7: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2873 |       traits_type::copy(__p + __sz, __s, __n);
      |       ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:1393:12: note: in instantiation of member function 'std::basic_string<int>::append' requested here
 1393 |     return append(__str.data(), __str.size());
      |            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:1364:12: note: in instantiation of member function 'std::basic_string<int>::append' requested here
 1364 |     return append(__str);
      |            ^
dict-generate.cpp:879:20: note: in instantiation of member function 'std::basic_string<int>::operator+=' requested here
  879 |         ChildAddrs += Chld;
      |                    ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2876:7: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2876 |       traits_type::assign(__p[__sz], value_type());
      |       ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2525:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2525 |     traits_type::copy(std::__to_address(__p), std::__to_address(__old_p), __n_copy);
      |     ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2879:5: note: in instantiation of member function 'std::basic_string<int>::__grow_by_and_replace' requested here
 2879 |     __grow_by_and_replace(__cap, __sz + __n - __cap, __sz, __sz, 0, __n, __s);
      |     ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:1393:12: note: in instantiation of member function 'std::basic_string<int>::append' requested here
 1393 |     return append(__str.data(), __str.size());
      |            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:1364:12: note: in instantiation of member function 'std::basic_string<int>::append' requested here
 1364 |     return append(__str);
      |            ^
dict-generate.cpp:879:20: note: in instantiation of member function 'std::basic_string<int>::operator+=' requested here
  879 |         ChildAddrs += Chld;
      |                    ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2527:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2527 |     traits_type::copy(std::__to_address(__p) + __n_copy, __p_new_stuff, __n_add);
      |     ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2530:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2530 |     traits_type::copy(
      |     ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2538:3: error: implicit instantiation of undefined template 'std::char_traits<int>'
 2538 |   traits_type::assign(__p[__old_sz], value_type());
      |   ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
3 warnings and 14 errors generated.
make: *** [makefile:64: dictgen] Error 1
python3.12-matrix-nio-0.25.2
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/xcrp0qpa5dd4gr31xvky8kaymqskg7q0-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tox.ini"
→ patchPhase
applying patch /nix/store/jgq0qij4gh71jn5naigb60ipbr6471ph-allow-tests-without-olm.patch
patching file tests/async_client_test.py
Hunk #1 succeeded at 141 (offset 1 line).
patching file tests/conftest.py
patching file tests/helpers.py
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
running egg_info
creating src/matrix_nio.egg-info
writing src/matrix_nio.egg-info/PKG-INFO
writing dependency_links to src/matrix_nio.egg-info/dependency_links.txt
writing requirements to src/matrix_nio.egg-info/requires.txt
writing top-level names to src/matrix_nio.egg-info/top_level.txt
writing manifest file 'src/matrix_nio.egg-info/SOURCES.txt'
reading manifest file 'src/matrix_nio.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.md'
writing manifest file 'src/matrix_nio.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build/lib/nio
copying src/nio/__init__.py -> build/lib/nio
copying src/nio/_compat.py -> build/lib/nio
copying src/nio/api.py -> build/lib/nio
copying src/nio/exceptions.py -> build/lib/nio
copying src/nio/http.py -> build/lib/nio
copying src/nio/monitors.py -> build/lib/nio
copying src/nio/responses.py -> build/lib/nio
copying src/nio/rooms.py -> build/lib/nio
copying src/nio/schemas.py -> build/lib/nio
creating build/lib/nio/client
copying src/nio/client/__init__.py -> build/lib/nio/client
copying src/nio/client/async_client.py -> build/lib/nio/client
copying src/nio/client/base_client.py -> build/lib/nio/client
copying src/nio/client/http_client.py -> build/lib/nio/client
creating build/lib/nio/crypto
copying src/nio/crypto/__init__.py -> build/lib/nio/crypto
copying src/nio/crypto/async_attachments.py -> build/lib/nio/crypto
copying src/nio/crypto/attachments.py -> build/lib/nio/crypto
copying src/nio/crypto/device.py -> build/lib/nio/crypto
copying src/nio/crypto/key_export.py -> build/lib/nio/crypto
copying src/nio/crypto/key_request.py -> build/lib/nio/crypto
copying src/nio/crypto/log.py -> build/lib/nio/crypto
copying src/nio/crypto/memorystores.py -> build/lib/nio/crypto
copying src/nio/crypto/olm_machine.py -> build/lib/nio/crypto
copying src/nio/crypto/sas.py -> build/lib/nio/crypto
copying src/nio/crypto/sessions.py -> build/lib/nio/crypto
creating build/lib/nio/event_builders
copying src/nio/event_builders/__init__.py -> build/lib/nio/event_builders
copying src/nio/event_builders/direct_messages.py -> build/lib/nio/event_builders
copying src/nio/event_builders/event_builder.py -> build/lib/nio/event_builders
copying src/nio/event_builders/state_events.py -> build/lib/nio/event_builders
creating build/lib/nio/events
copying src/nio/events/__init__.py -> build/lib/nio/events
copying src/nio/events/account_data.py -> build/lib/nio/events
copying src/nio/events/common.py -> build/lib/nio/events
copying src/nio/events/ephemeral.py -> build/lib/nio/events
copying src/nio/events/invite_events.py -> build/lib/nio/events
copying src/nio/events/misc.py -> build/lib/nio/events
copying src/nio/events/presence.py -> build/lib/nio/events
copying src/nio/events/room_events.py -> build/lib/nio/events
copying src/nio/events/to_device.py -> build/lib/nio/events
creating build/lib/nio/store
copying src/nio/store/__init__.py -> build/lib/nio/store
copying src/nio/store/database.py -> build/lib/nio/store
copying src/nio/store/file_trustdb.py -> build/lib/nio/store
copying src/nio/store/log.py -> build/lib/nio/store
copying src/nio/store/models.py -> build/lib/nio/store
running egg_info
writing src/matrix_nio.egg-info/PKG-INFO
writing dependency_links to src/matrix_nio.egg-info/dependency_links.txt
writing requirements to src/matrix_nio.egg-info/requires.txt
writing top-level names to src/matrix_nio.egg-info/top_level.txt
reading manifest file 'src/matrix_nio.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.md'
writing manifest file 'src/matrix_nio.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/nio
copying build/lib/nio/__init__.py -> build/bdist.linux-x86_64/wheel/./nio
copying build/lib/nio/_compat.py -> build/bdist.linux-x86_64/wheel/./nio
copying build/lib/nio/api.py -> build/bdist.linux-x86_64/wheel/./nio
copying build/lib/nio/exceptions.py -> build/bdist.linux-x86_64/wheel/./nio
copying build/lib/nio/http.py -> build/bdist.linux-x86_64/wheel/./nio
copying build/lib/nio/monitors.py -> build/bdist.linux-x86_64/wheel/./nio
copying build/lib/nio/responses.py -> build/bdist.linux-x86_64/wheel/./nio
copying build/lib/nio/rooms.py -> build/bdist.linux-x86_64/wheel/./nio
copying build/lib/nio/schemas.py -> build/bdist.linux-x86_64/wheel/./nio
creating build/bdist.linux-x86_64/wheel/nio/client
copying build/lib/nio/client/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/client
copying build/lib/nio/client/async_client.py -> build/bdist.linux-x86_64/wheel/./nio/client
copying build/lib/nio/client/base_client.py -> build/bdist.linux-x86_64/wheel/./nio/client
copying build/lib/nio/client/http_client.py -> build/bdist.linux-x86_64/wheel/./nio/client
creating build/bdist.linux-x86_64/wheel/nio/crypto
copying build/lib/nio/crypto/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/async_attachments.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/attachments.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/device.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/key_export.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/key_request.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/log.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/memorystores.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/olm_machine.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/sas.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
copying build/lib/nio/crypto/sessions.py -> build/bdist.linux-x86_64/wheel/./nio/crypto
creating build/bdist.linux-x86_64/wheel/nio/event_builders
copying build/lib/nio/event_builders/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders
copying build/lib/nio/event_builders/direct_messages.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders
copying build/lib/nio/event_builders/event_builder.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders
copying build/lib/nio/event_builders/state_events.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders
creating build/bdist.linux-x86_64/wheel/nio/events
copying build/lib/nio/events/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/events
copying build/lib/nio/events/account_data.py -> build/bdist.linux-x86_64/wheel/./nio/events
copying build/lib/nio/events/common.py -> build/bdist.linux-x86_64/wheel/./nio/events
copying build/lib/nio/events/ephemeral.py -> build/bdist.linux-x86_64/wheel/./nio/events
copying build/lib/nio/events/invite_events.py -> build/bdist.linux-x86_64/wheel/./nio/events
copying build/lib/nio/events/misc.py -> build/bdist.linux-x86_64/wheel/./nio/events
copying build/lib/nio/events/presence.py -> build/bdist.linux-x86_64/wheel/./nio/events
copying build/lib/nio/events/room_events.py -> build/bdist.linux-x86_64/wheel/./nio/events
copying build/lib/nio/events/to_device.py -> build/bdist.linux-x86_64/wheel/./nio/events
creating build/bdist.linux-x86_64/wheel/nio/store
copying build/lib/nio/store/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/store
copying build/lib/nio/store/database.py -> build/bdist.linux-x86_64/wheel/./nio/store
copying build/lib/nio/store/file_trustdb.py -> build/bdist.linux-x86_64/wheel/./nio/store
copying build/lib/nio/store/log.py -> build/bdist.linux-x86_64/wheel/./nio/store
copying build/lib/nio/store/models.py -> build/bdist.linux-x86_64/wheel/./nio/store
running install_egg_info
Copying src/matrix_nio.egg-info to build/bdist.linux-x86_64/wheel/./matrix_nio-0.25.2-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/matrix_nio-0.25.2.dist-info/WHEEL
creating '/build/source/dist/.tmp-uzbrr_22/matrix_nio-0.25.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'matrix_nio-0.25.2.dist-info/licenses/LICENSE.md'
adding 'nio/__init__.py'
adding 'nio/_compat.py'
adding 'nio/api.py'
adding 'nio/exceptions.py'
adding 'nio/http.py'
adding 'nio/monitors.py'
adding 'nio/responses.py'
adding 'nio/rooms.py'
adding 'nio/schemas.py'
adding 'nio/client/__init__.py'
adding 'nio/client/async_client.py'
adding 'nio/client/base_client.py'
adding 'nio/client/http_client.py'
adding 'nio/crypto/__init__.py'
adding 'nio/crypto/async_attachments.py'
adding 'nio/crypto/attachments.py'
adding 'nio/crypto/device.py'
adding 'nio/crypto/key_export.py'
adding 'nio/crypto/key_request.py'
adding 'nio/crypto/log.py'
adding 'nio/crypto/memorystores.py'
adding 'nio/crypto/olm_machine.py'
adding 'nio/crypto/sas.py'
adding 'nio/crypto/sessions.py'
adding 'nio/event_builders/__init__.py'
adding 'nio/event_builders/direct_messages.py'
adding 'nio/event_builders/event_builder.py'
adding 'nio/event_builders/state_events.py'
adding 'nio/events/__init__.py'
adding 'nio/events/account_data.py'
adding 'nio/events/common.py'
adding 'nio/events/ephemeral.py'
adding 'nio/events/invite_events.py'
adding 'nio/events/misc.py'
adding 'nio/events/presence.py'
adding 'nio/events/room_events.py'
adding 'nio/events/to_device.py'
adding 'nio/store/__init__.py'
adding 'nio/store/database.py'
adding 'nio/store/file_trustdb.py'
adding 'nio/store/log.py'
adding 'nio/store/models.py'
adding 'matrix_nio-0.25.2.dist-info/METADATA'
adding 'matrix_nio-0.25.2.dist-info/WHEEL'
adding 'matrix_nio-0.25.2.dist-info/top_level.txt'
adding 'matrix_nio-0.25.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built matrix_nio-0.25.2-py3-none-any.whl
Finished creating a wheel...
/build/source/dist /build/source
Unpacking to: unpacked/matrix_nio-0.25.2...OK
Repacking wheel as ./matrix_nio-0.25.2-py3-none-any.whl...OK
/build/source
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for matrix_nio-0.25.2-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed matrix_nio-0.25.2-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/ad566qz8kwms7d5hnxwjjsal6nv9b3qh-python3.12-matrix-nio-0.25.2
checking for references to /build/ in /nix/store/ad566qz8kwms7d5hnxwjjsal6nv9b3qh-python3.12-matrix-nio-0.25.2...
patching script interpreter paths in /nix/store/ad566qz8kwms7d5hnxwjjsal6nv9b3qh-python3.12-matrix-nio-0.25.2
stripping (with command strip and flags -S -p) in  /nix/store/ad566qz8kwms7d5hnxwjjsal6nv9b3qh-python3.12-matrix-nio-0.25.2/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/xz7s7dy7zm40kzxi2nzdz6iq55snb2i5-python3.12-matrix-nio-0.25.2-dist
checking for references to /build/ in /nix/store/xz7s7dy7zm40kzxi2nzdz6iq55snb2i5-python3.12-matrix-nio-0.25.2-dist...
patching script interpreter paths in /nix/store/xz7s7dy7zm40kzxi2nzdz6iq55snb2i5-python3.12-matrix-nio-0.25.2-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonCatchConflictsPhase
→ pythonRemoveBinBytecodePhase
→ pythonImportsCheckPhase
Executing pythonImportsCheckPhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest --ignore-glob=tests/encryption_test.py --ignore-glob=tests/key_export_test.py --ignore-glob=tests/memory_store_test.py --ignore-glob=tests/sas_test.py --ignore-glob=tests/sessions_test.py --ignore-glob=tests/store_test.py -k not\ \(test_connect_wrapper\)\ and\ not\ \(test_transfer_monitor_callbacks\)\ and\ not\ \(test_client_account_sharing\)\ and\ not\ \(test_client_key_query\)\ and\ not\ \(test_client_login\)\ and\ not\ \(test_client_protocol_error\)\ and\ not\ \(test_client_restore_login\)\ and\ not\ \(test_client_room_creation\)\ and\ not\ \(test_device_store\)\ and\ not\ \(test_e2e_sending\)\ and\ not\ \(test_early_store_loading\)\ and\ not\ \(test_encrypted_data_generator\)\ and\ not\ \(test_http_client_keys_query\)\ and\ not\ \(test_key_claiming\)\ and\ not\ \(test_key_exports\)\ and\ not\ \(test_key_invalidation\)\ and\ not\ \(test_key_sharing\)\ and\ not\ \(test_key_sharing_callbacks\)\ and\ not\ \(test_key_sharing_cancellation\)\ and\ not\ \(test_keys_query\)\ and\ not\ \(test_keys_upload\)\ and\ not\ \(test_marking_sessions_as_shared\)\ and\ not\ \(test_message_sending\)\ and\ not\ \(test_query_rule\)\ and\ not\ \(test_room_devices\)\ and\ not\ \(test_sas_verification\)\ and\ not\ \(test_sas_verification_cancel\)\ and\ not\ \(test_session_sharing\)\ and\ not\ \(test_session_sharing_2\)\ and\ not\ \(test_session_unwedging\)\ and\ not\ \(test_storing_room_encryption_state\)\ and\ not\ \(test_sync_forever\)\ and\ not\ \(test_sync_token_restoring\) --benchmark-disable
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0
benchmark: 5.1.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /build/source
configfile: pyproject.toml
plugins: Faker-37.1.0, hypothesis-6.130.12, aiohttp-1.1.0, asyncio-0.26.0, benchmark-5.1.0
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=function, asyncio_default_test_loop_scope=function
collected 310 items / 35 deselected / 275 selected                             
tests/api_test.py ....                                                   [  1%]
tests/async_attachment_test.py ...............                           [  6%]
tests/async_client_test.py ............................................. [ 23%]
................................................                         [ 40%]
tests/attachment_test.py .......                                         [ 43%]
tests/client_test.py .............................                       [ 53%]
tests/event_builders_test.py .......                                     [ 56%]
tests/event_test.py ..................................................   [ 74%]
tests/http2_test.py ....                                                 [ 76%]
tests/http_test.py ..                                                    [ 76%]
tests/responses_test.py .................................                [ 88%]
tests/room_test.py ...............................                       [100%]
=============================== warnings summary ===============================
tests/async_client_test.py:2807
  tests/async_client_test.py:2807: PytestDeprecationWarning: test_sync_forever is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead.
    async def test_sync_forever(self, async_client, aioresponse, event_loop):
tests/async_client_test.py:2850
  tests/async_client_test.py:2850: PytestDeprecationWarning: test_stop_sync_forever is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead.
    async def test_stop_sync_forever(self, async_client, aioresponse, event_loop):
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=============== 275 passed, 35 deselected, 2 warnings in 15.72s ================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
zxpy-1.6.4
Build started
python3.12-zulip-0.9.0
error: Cannot build '/nix/store/alsz9avaz77vviph3m4m4agwk6yilgjj-python3.12-zulip-0.9.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/6zw4z0vmdcw13yr365g099n5k3lzbx33-python3.12-zulip-0.9.0-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/anblhhpa4ir1b23g00q112bl77gs2jfl-python3.12-zulip-0.9.0-x86_64-unknown-linux-gnufilc0
zxpy-1.6.4
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/9nrkz150r39ghb67ip3jn47m16vwpvla-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/zx.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/dklqz633x8big8lgqifpj97f8hd7v6b8-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running egg_info
creating zxpy.egg-info
writing zxpy.egg-info/PKG-INFO
writing dependency_links to zxpy.egg-info/dependency_links.txt
writing entry points to zxpy.egg-info/entry_points.txt
writing requirements to zxpy.egg-info/requires.txt
writing top-level names to zxpy.egg-info/top_level.txt
writing manifest file 'zxpy.egg-info/SOURCES.txt'
reading manifest file 'zxpy.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'zxpy.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/dklqz633x8big8lgqifpj97f8hd7v6b8-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib
copying zx.py -> build/lib
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
copying build/lib/zx.py -> build/bdist.linux-x86_64/wheel/.
running install_egg_info
running egg_info
writing zxpy.egg-info/PKG-INFO
writing dependency_links to zxpy.egg-info/dependency_links.txt
writing entry points to zxpy.egg-info/entry_points.txt
writing requirements to zxpy.egg-info/requires.txt
writing top-level names to zxpy.egg-info/top_level.txt
reading manifest file 'zxpy.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'zxpy.egg-info/SOURCES.txt'
Copying zxpy.egg-info to build/bdist.linux-x86_64/wheel/./zxpy-1.6.4-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/zxpy-1.6.4.dist-info/WHEEL
creating '/build/source/dist/.tmp-e94yu7pk/zxpy-1.6.4-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'zx.py'
adding 'zxpy-1.6.4.dist-info/licenses/LICENSE'
adding 'zxpy-1.6.4.dist-info/METADATA'
adding 'zxpy-1.6.4.dist-info/WHEEL'
adding 'zxpy-1.6.4.dist-info/entry_points.txt'
adding 'zxpy-1.6.4.dist-info/top_level.txt'
adding 'zxpy-1.6.4.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built zxpy-1.6.4-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for zxpy-1.6.4-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed zxpy-1.6.4-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/akfj5g9siz2bmna5ks60w2gzxqwpr7p9-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/akfj5g9siz2bmna5ks60w2gzxqwpr7p9-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/akfj5g9siz2bmna5ks60w2gzxqwpr7p9-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/akfj5g9siz2bmna5ks60w2gzxqwpr7p9-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0/lib /nix/store/akfj5g9siz2bmna5ks60w2gzxqwpr7p9-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/rk83xkvxs5gmmbqjqk4gcgsbjv0ncfzx-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/rk83xkvxs5gmmbqjqk4gcgsbjv0ncfzx-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/rk83xkvxs5gmmbqjqk4gcgsbjv0ncfzx-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/akfj5g9siz2bmna5ks60w2gzxqwpr7p9-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0/bin/zxpy'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pytest.ini
testpaths: tests
collected 52 items                                                             
tests/zxpy_test.py ....................................................  [100%]
============================== 52 passed in 0.88s ==============================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
zycore-1.5.2
Build started
→ unpackPhase
unpacking source archive /nix/store/6nbb1brszkvinsgzyy7lpb9xbc3npmk1-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/share/doc/Zycore -DCMAKE_INSTALL_INFODIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include -DCMAKE_INSTALL_SBINDIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.
  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Configuring done (0.3s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:
    BUILD_TESTING
    CMAKE_CROSSCOMPILING_EMULATOR
    CMAKE_CXX_COMPILER
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 14%] Building C object CMakeFiles/Zycore.dir/src/API/Process.c.o
[ 14%] Building C object CMakeFiles/Zycore.dir/src/API/Terminal.c.o
[ 42%] Building C object CMakeFiles/Zycore.dir/src/API/Thread.c.o
[ 42%] Building C object CMakeFiles/Zycore.dir/src/API/Synchronization.c.o
[ 42%] Building C object CMakeFiles/Zycore.dir/src/API/Memory.c.o
[ 42%] Building C object CMakeFiles/Zycore.dir/src/Allocator.c.o
[ 50%] Building C object CMakeFiles/Zycore.dir/src/ArgParse.c.o
[ 57%] Building C object CMakeFiles/Zycore.dir/src/Bitset.c.o
[ 64%] Building C object CMakeFiles/Zycore.dir/src/Format.c.o
[ 71%] Building C object CMakeFiles/Zycore.dir/src/List.c.o
[ 78%] Building C object CMakeFiles/Zycore.dir/src/String.c.o
[ 85%] Building C object CMakeFiles/Zycore.dir/src/Vector.c.o
[ 92%] Building C object CMakeFiles/Zycore.dir/src/Zycore.c.o
[100%] Linking C static library libZycore.a
[100%] Built target Zycore
→ installPhase
install flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[100%] Built target Zycore
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib/cmake/zycore/zyan-functions.cmake
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib/cmake/zycore/zycore-config.cmake
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib/cmake/zycore/zycore-config-version.cmake
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib/libZycore.a
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib/cmake/zycore/zycore-targets.cmake
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib/cmake/zycore/zycore-targets-release.cmake
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/API
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/API/Memory.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/API/Process.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/API/Synchronization.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/API/Terminal.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/API/Thread.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Allocator.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/ArgParse.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Atomic.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Bitset.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Comparison.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Defines.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Format.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Internal
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Internal/AtomicGNU.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Internal/AtomicMSVC.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/LibC.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/List.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Object.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Status.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/String.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Types.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Vector.h
-- Installing: /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include/Zycore/Zycore.h
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2
checking for references to /build/ in /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2...
patching script interpreter paths in /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2
stripping (with command strip and flags -S -p) in  /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/lib
zzuf-0.15
Build started
→ unpackPhase
unpacking source archive /nix/store/aq4bnwryp7mqvffdhy7wf0pwfssgcpdb-source
source root is source
→ patchPhase
applying patch /nix/store/jwmjycxaj2qdzg790v8qz8ybla05jins-zzuf-zzat-c99.patch
patching file src/zzat.c
applying patch /nix/store/b3wnc4cm6p7j8kh81vr7wslc6rw43d59-zzuf-glibc.patch
patching file configure.ac
→ autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory .auto
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.auto'.
libtoolize: copying file '.auto/ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
configure.ac:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:4: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1021: AM_CONFIG_HEADER is expanded from...
configure.ac:4: the top level
configure.ac:11: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:11: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:11: the top level
configure.ac:26: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:26: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/func.m4:2: AC_C_FUNC is expanded from...
configure.ac:26: the top level
configure.ac:26: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:26: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
./lib/autoconf/general.m4:2821: _AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2837: AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/func.m4:2: AC_C_FUNC is expanded from...
configure.ac:26: the top level
configure.ac:29: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:29: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:29: the top level
configure.ac:43: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:43: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:43: the top level
configure.ac:45: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:45: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:45: the top level
configure.ac:46: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:46: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:46: the top level
configure.ac:47: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:47: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:47: the top level
configure.ac:100: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:100: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:100: the top level
configure.ac:112: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:112: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:112: the top level
configure.ac:121: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:121: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:121: the top level
configure.ac:130: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:130: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:130: the top level
configure.ac:140: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:140: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:140: the top level
configure.ac:150: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:150: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:150: the top level
configure.ac:162: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:162: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:162: the top level
configure.ac:168: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:168: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:168: the top level
configure.ac:178: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:178: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:178: the top level
configure.ac:187: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:187: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:187: the top level
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:9: installing '.auto/compile'
configure.ac:11: installing '.auto/config.guess'
configure.ac:11: installing '.auto/config.sub'
configure.ac:5: installing '.auto/install-sh'
configure.ac:5: installing '.auto/missing'
src/Makefile.am: installing '.auto/depcomp'
parallel-tests: installing '.auto/test-driver'
autoreconf: '.auto/install-sh' is updated
autoreconf: Leaving directory '.'
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./.auto/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./.auto/config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./.auto/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./.auto/config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./.auto/ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a race-free mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd
checking how to truncate binary pipes... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for egrep -e... (cached) /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking pkg-config is at least version 0.9.0... yes
checking for inline... inline
checking for __func__... __func__
checking if clang supports -std=c99 flags... yes
checking for libzzuf full name... libzzuf.so
checking if clang supports -g -O2 flags... yes
checking if clang supports -Wall flags... yes
checking if clang supports -W flags... yes
checking if clang supports -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare flags... yes
checking for unistd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for endian.h... yes
checking for libc.h... no
checking for windows.h... no
checking for winsock2.h... no
checking for process.h... no
checking for malloc.h... yes
checking for dlfcn.h... (cached) yes
checking for regex.h... yes
checking for sys/cdefs.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking for sys/uio.h... yes
checking for aio.h... yes
checking for sys/mman.h... yes
checking for sys/wait.h... yes
checking for sys/resource.h... yes
checking for sys/time.h... yes
checking for io.h... no
checking for mach/task.h... no
checking for setenv... yes
checking for waitpid... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for fork... yes
checking for kill... yes
checking for pipe... yes
checking for _pipe... no
checking for regexec... yes
checking for regwexec... no
checking for dup... yes
checking for dup2... yes
checking for ftello... yes
checking for fseeko... yes
checking for _IO_getc... yes
checking for getline... yes
checking for getdelim... yes
checking for fgetln... no
checking for map_fd... no
checking for memalign... yes
checking for posix_memalign... yes
checking for aio_read... yes
checking for accept... yes
checking for bind... yes
checking for connect... yes
checking for socket... yes
checking for readv... yes
checking for pread... yes
checking for recv... yes
checking for recvfrom... yes
checking for recvmsg... yes
checking for valloc... yes
checking for sigaction... yes
checking for mmap... yes
checking for getpagesize... yes
checking for getc_unlocked... yes
checking for getchar_unlocked... yes
checking for fgetc_unlocked... yes
checking for fread_unlocked... yes
checking for fgets_unlocked... yes
checking for __getdelim... yes
checking for __srefill... no
checking for __filbuf... no
checking for __srget... no
checking for __uflow... yes
checking for open64... yes
checking for lseek64... yes
checking for mmap64... yes
checking for fopen64... yes
checking for freopen64... yes
checking for ftello64... yes
checking for fseeko64... yes
checking for fsetpos64... yes
checking for __fgets_chk... yes
checking for __fgets_unlocked_chk... yes
checking for __fread_chk... yes
checking for __fread_unlocked_chk... yes
checking for __read_chk... yes
checking for __recv_chk... yes
checking for __recvfrom_chk... yes
checking for CreateFileA... no
checking for CreateFileW... no
checking for ReOpenFile... no
checking for ReadFile... no
checking for CloseHandle... no
checking for AllocConsole... no
checking for AttachConsole... no
checking for SetConsoleMode... no
checking for WriteConsoleOutputA... no
checking for WriteConsoleOutputW... no
checking for sighandler_t... yes
checking for sig_t... no
checking for socklen_t... yes
checking for fpos64_t... yes
checking for connect() second argument... const struct sockaddr *
checking for read() prototype... ssize_t read(... size_t);
checking for recv() return value... ssize_t
checking for _IO_read_ptr and _IO_read_end in FILE (glibc-style)... yes
checking for _bf._base, _r and _p in FILE (FreeBSD-style)... no
checking for _base, _cnt and _ptr in FILE (Solaris-style)... no
checking how to access fpos64_t x... (x).__pos
checking for pragma INIT/FINI... yes
checking for __printf__ attribute... yes
checking for dladdr in -ldl... yes
checking for log in -lm... yes
checking for dlopen in -ldl... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating test/Makefile
config.status: creating doc/zzat.1
config.status: creating doc/zzuf.1
config.status: creating doc/libzzuf.3
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make  all-recursive
make[1]: Entering directory '/build/source'
Making all in src
make[2]: Entering directory '/build/source/src'
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzuf-zzuf.o `test -f 'zzuf.c' || echo './'`zzuf.c
In file included from zzuf.c:25:
In file included from /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/stdint.h:26:
In file included from /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/bits/libc-header-start.h:33:
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/features.h:205:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  205 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^
1 warning generated.
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzuf-opts.o `test -f 'opts.c' || echo './'`opts.c
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzuf-timer.o `test -f 'timer.c' || echo './'`timer.c
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzuf-myfork.o `test -f 'myfork.c' || echo './'`myfork.c
In file included from myfork.c:24:
In file included from /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/stdint.h:26:
In file included from /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/bits/libc-header-start.h:33:
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/features.h:205:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  205 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^
1 warning generated.
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o util/zzuf-getopt.o `test -f 'util/getopt.c' || echo './'`util/getopt.c
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o util/zzuf-md5.o `test -f 'util/md5.c' || echo './'`util/md5.c
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o util/zzuf-hex.o `test -f 'util/hex.c' || echo './'`util/hex.c
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/zzuf-random.o `test -f 'common/random.c' || echo './'`common/random.c
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/zzuf-ranges.o `test -f 'common/ranges.c' || echo './'`common/ranges.c
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/zzuf-fd.o `test -f 'common/fd.c' || echo './'`common/fd.c
clang -DHAVE_CONFIG_H -I. -I..    -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/zzuf-fuzz.o `test -f 'common/fuzz.c' || echo './'`common/fuzz.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-libzzuf.lo `test -f 'libzzuf/libzzuf.c' || echo './'`libzzuf/libzzuf.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/libzzuf.c  -fPIC -DPIC -o libzzuf/.libs/la-libzzuf.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-debug.lo `test -f 'libzzuf/debug.c' || echo './'`libzzuf/debug.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/debug.c  -fPIC -DPIC -o libzzuf/.libs/la-debug.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-sys.lo `test -f 'libzzuf/sys.c' || echo './'`libzzuf/sys.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/sys.c  -fPIC -DPIC -o libzzuf/.libs/la-sys.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-network.lo `test -f 'libzzuf/network.c' || echo './'`libzzuf/network.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/network.c  -fPIC -DPIC -o libzzuf/.libs/la-network.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-fd.lo `test -f 'libzzuf/lib-fd.c' || echo './'`libzzuf/lib-fd.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-fd.c  -fPIC -DPIC -o libzzuf/.libs/la-lib-fd.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-mem.lo `test -f 'libzzuf/lib-mem.c' || echo './'`libzzuf/lib-mem.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-mem.c  -fPIC -DPIC -o libzzuf/.libs/la-lib-mem.o
In file included from libzzuf/lib-mem.c:24:
In file included from /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/sys/cdefs.h:24:
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/features.h:205:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  205 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-signal.lo `test -f 'libzzuf/lib-signal.c' || echo './'`libzzuf/lib-signal.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-signal.c  -fPIC -DPIC -o libzzuf/.libs/la-lib-signal.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-stream.lo `test -f 'libzzuf/lib-stream.c' || echo './'`libzzuf/lib-stream.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-stream.c  -fPIC -DPIC -o libzzuf/.libs/la-lib-stream.o
libzzuf/lib-stream.c:757:9: warning: no previous prototype for function '_IO_getc' [-Wmissing-prototypes]
  757 | int NEW(_IO_getc)(FILE *stream)
      |         ^
libzzuf/lib-stream.c:757:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
  757 | int NEW(_IO_getc)(FILE *stream)
      | ^
      | static 
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-win32.lo `test -f 'libzzuf/lib-win32.c' || echo './'`libzzuf/lib-win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-win32.c  -fPIC -DPIC -o libzzuf/.libs/la-lib-win32.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/libzzuf_la-random.lo `test -f 'common/random.c' || echo './'`common/random.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c common/random.c  -fPIC -DPIC -o common/.libs/libzzuf_la-random.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/libzzuf_la-ranges.lo `test -f 'common/ranges.c' || echo './'`common/ranges.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c common/ranges.c  -fPIC -DPIC -o common/.libs/libzzuf_la-ranges.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/libzzuf_la-fd.lo `test -f 'common/fd.c' || echo './'`common/fd.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c common/fd.c  -fPIC -DPIC -o common/.libs/libzzuf_la-fd.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/libzzuf_la-fuzz.lo `test -f 'common/fuzz.c' || echo './'`common/fuzz.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c common/fuzz.c  -fPIC -DPIC -o common/.libs/libzzuf_la-fuzz.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=link clang -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -avoid-version -no-undefined   -o libzzuf.la -rpath /nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf libzzuf/la-libzzuf.lo libzzuf/la-debug.lo libzzuf/la-sys.lo libzzuf/la-network.lo libzzuf/la-lib-fd.lo libzzuf/la-lib-mem.lo libzzuf/la-lib-signal.lo libzzuf/la-lib-stream.lo libzzuf/la-lib-win32.lo common/libzzuf_la-random.lo common/libzzuf_la-ranges.lo common/libzzuf_la-fd.lo common/libzzuf_la-fuzz.lo -ldl -lm  
libtool: link: clang -shared  -fPIC -DPIC  libzzuf/.libs/la-libzzuf.o libzzuf/.libs/la-debug.o libzzuf/.libs/la-sys.o libzzuf/.libs/la-network.o libzzuf/.libs/la-lib-fd.o libzzuf/.libs/la-lib-mem.o libzzuf/.libs/la-lib-signal.o libzzuf/.libs/la-lib-stream.o libzzuf/.libs/la-lib-win32.o common/.libs/libzzuf_la-random.o common/.libs/libzzuf_la-ranges.o common/.libs/libzzuf_la-fd.o common/.libs/libzzuf_la-fuzz.o   -ldl -lm  -g -O2 -g -O2   -Wl,-soname -Wl,libzzuf.so -o .libs/libzzuf.so
libtool: link: ( cd ".libs" && rm -f "libzzuf.la" && ln -s "../libzzuf.la" "libzzuf.la" )
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=link clang -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -lm   -o zzuf zzuf-zzuf.o zzuf-opts.o zzuf-timer.o zzuf-myfork.o util/zzuf-getopt.o util/zzuf-md5.o util/zzuf-hex.o common/zzuf-random.o common/zzuf-ranges.o common/zzuf-fd.o common/zzuf-fuzz.o  
libtool: link: clang -DLIBDIR=\"/nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -o zzuf zzuf-zzuf.o zzuf-opts.o zzuf-timer.o zzuf-myfork.o util/zzuf-getopt.o util/zzuf-md5.o util/zzuf-hex.o common/zzuf-random.o common/zzuf-ranges.o common/zzuf-fd.o common/zzuf-fuzz.o  -lm
clang -DHAVE_CONFIG_H -I. -I..     -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzat.o zzat.c
zzat.c:485:26: error: call to undeclared function '__fgets_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  485 |             MY_FREAD(s = __fgets_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
      |                          ^
zzat.c:485:24: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
  485 |             MY_FREAD(s = __fgets_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
      |                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
zzat.c:302:42: note: expanded from macro 'MY_FREAD'
  302 | #define MY_FREAD(cmd, buf, cnt) MY_FCALL(cmd, buf, cnt, cnt)
      |                                          ^~~
zzat.c:317:9: note: expanded from macro 'MY_FCALL'
  317 |         cmd; \
      |         ^~~
zzat.c:493:26: error: call to undeclared function '__fread_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  493 |             MY_FREAD(l = __fread_chk(tmp, l1 * l2, l1, l2, f), tmp, l > 0 ? l * l1 : 0);
      |                          ^
zzat.c:501:26: error: call to undeclared function '__fread_unlocked_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  501 |             MY_FREAD(l = __fread_unlocked_chk(tmp, l1 * l2, l1, l2, f), tmp, l > 0 ? l * l1 : 0);
      |                          ^
zzat.c:501:26: note: did you mean 'fread_unlocked'?
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/stdio.h:760:15: note: 'fread_unlocked' declared here
  760 | extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
      |               ^
zzat.c:509:26: error: call to undeclared function '__fgets_unlocked_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  509 |             MY_FREAD(s = __fgets_unlocked_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
      |                          ^
zzat.c:509:26: note: did you mean 'fgets_unlocked'?
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/stdio.h:681:14: note: 'fgets_unlocked' declared here
  681 | extern char *fgets_unlocked (char *__restrict __s, int __n,
      |              ^
zzat.c:509:24: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
  509 |             MY_FREAD(s = __fgets_unlocked_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
      |                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zzat.c:302:42: note: expanded from macro 'MY_FREAD'
  302 | #define MY_FREAD(cmd, buf, cnt) MY_FCALL(cmd, buf, cnt, cnt)
      |                                          ^~~
zzat.c:317:9: note: expanded from macro 'MY_FCALL'
  317 |         cmd; \
      |         ^~~
6 errors generated.
make[2]: *** [Makefile:660: zzat.o] Error 1
make[2]: Leaving directory '/build/source/src'
make[1]: *** [Makefile:420: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:352: all] Error 2
zydis-4.1.1
Build started
→ unpackPhase
unpacking source archive /nix/store/hy7jdx85ralz2794dpm9g83h6mj9hxh2-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/share/doc/Zydis -DCMAKE_INSTALL_INFODIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.
  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Threads: TRUE
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
Can't generate documentation, Doxygen not found.
-- Found Python: /nix/store/vxl8pzgkkw8vdb4agzwm58imrfclmfrx-python3-3.12.11/bin/python3.12 (found suitable version "3.12.11", minimum required is "3") found components: Interpreter
-- Configuring done (0.4s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:
    CMAKE_CXX_COMPILER
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[  1%] Building C object CMakeFiles/Zydis.dir/src/Mnemonic.c.o
[  5%] Building C object CMakeFiles/Zydis.dir/src/Segment.c.o
[  9%] Building C object CMakeFiles/Zydis.dir/src/Register.c.o
[  9%] Building C object CMakeFiles/Zydis.dir/src/String.c.o
[  9%] Building C object CMakeFiles/Zydis.dir/src/MetaInfo.c.o
[ 12%] Building C object CMakeFiles/Zydis.dir/src/SharedData.c.o
[ 12%] Building C object CMakeFiles/Zydis.dir/src/Utils.c.o
clang-20: /build/filc0-src/llvm/lib/Transforms/Instrumentation/FilPizlonator.cpp:6749: bool {anonymous}::Pizlonator::computeConstantRelocations(llvm::Constant*, std::vector<{anonymous}::ConstantRelocation>&, size_t): Assertion `!(Offset % WordSize)' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: /nix/store/hmjzrg1ppdzlcqry73nyyb8p9wzgryjq-filc0-git/bin/clang-20 --filc-resource-dir=/nix/store/lqv09w661hh0hpvb49slx91f8j7pid10-sarcasm-0-unstable-b6dd63481f79 -Wno-unused-command-line-argument --gcc-toolchain=/nix/store/kxm6wzygmj1439ylqdgyl9zqjgf10dy7-gcc-14.3.0 -resource-dir /nix/store/r6mp9a9px2vyzhiivv6xvya9hd2wz6rh-filc0-resource-dir/lib/clang/20 --filc-dynamic-linker=/nix/store/5amb35fzbvn6ay3miplgzy54r8n8gd6h-filc-crt-lib/ld-fil1-x86_64.so --filc-crt-path=/nix/store/5amb35fzbvn6ay3miplgzy54r8n8gd6h-filc-crt-lib --filc-stdfil-include=/nix/store/4wlcxbk2r0235n6d2ip4qd3whhicy4bh-libpizlo-git/include --filc-os-include=/nix/store/lp9agkj5pykd83ndmijvpxcdg0lfvzis-linux-headers-6.12.7/include --filc-include=/nix/store/d6br7ahqs6cxhhvs5z3hdlhz6qsx8apz-yolo-glibc-impl-2.44/include -isystem /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include -L/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/lib -O3 -std=gnu11 -B/nix/store/hdhb0c160h0fhwznvhm9a6h176qbrdpp-filc-sysroot-with-metadata/lib/ -B/nix/store/nnjy9njfd80i3hlsj2mnn49a3j3jzgjf-filc-cc/lib -Wno-unused-command-line-argument -gz=none -B/nix/store/1s2f7i4mnh66va8fd9y838sb58d5wnb8-binutils-wrapper-2.43.1/bin/ -frandom-seed=rrz0plh1jp -DZYDIS_STATIC_BUILD -D_CRT_SECURE_NO_WARNINGS -I/build/source/include -I/build/source/build -I/build/source/src -DNDEBUG -idirafter /nix/store/hdhb0c160h0fhwznvhm9a6h176qbrdpp-filc-sysroot-with-metadata/include -isystem /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include -isystem /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include -c -MD -MT CMakeFiles/Zydis.dir/src/Register.c.o -MF CMakeFiles/Zydis.dir/src/Register.c.o.d -fcolor-diagnostics -o CMakeFiles/Zydis.dir/src/Register.c.o /build/source/src/Register.c
1.	<eof> parser at end of file
2.	Optimizer
3.	Running pass "FilPizlonatorPass" on module "/build/source/src/Register.c"
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  clang-20  0x00000000020c628c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 60
1  clang-20  0x00000000020c3754 llvm::sys::RunSignalHandlers() + 52
2  clang-20  0x0000000002021cf0
3  libc.so.6 0x00007ffff7c414b0
4  libc.so.6 0x00007ffff7c9984c
5  libc.so.6 0x00007ffff7c41406 gsignal + 22
6  libc.so.6 0x00007ffff7c2893a abort + 215
7  libc.so.6 0x00007ffff7c2885e
8  libc.so.6 0x00007ffff7c395e6
9  clang-20  0x0000000003a4bf93
10 clang-20  0x0000000003a4bef1
11 clang-20  0x0000000003a4bdb4
12 clang-20  0x0000000003ad8a74
13 clang-20  0x0000000003ae1451 llvm::FilPizlonatorPass::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 4737
14 clang-20  0x000000000232f0df
15 clang-20  0x0000000001b90e9f llvm::PassManager<llvm::Module, llvm::AnalysisManager<llvm::Module>>::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 447
16 clang-20  0x000000000234a9f9
17 clang-20  0x000000000234e48c clang::emitBackendOutput(clang::CompilerInstance&, clang::CodeGenOptions&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>, clang::BackendConsumer*) + 2124
18 clang-20  0x00000000029e78ef clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) + 1743
19 clang-20  0x000000000473f44c clang::ParseAST(clang::Sema&, bool, bool) + 1228
20 clang-20  0x0000000002c88a21 clang::FrontendAction::Execute() + 49
21 clang-20  0x0000000002c19e22 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 674
22 clang-20  0x0000000002d61680 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 448
23 clang-20  0x0000000000c7cec8 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 5736
24 clang-20  0x0000000000c75c92
25 clang-20  0x0000000002a32469
26 clang-20  0x0000000002021e86 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) + 150
27 clang-20  0x0000000002a32c43
28 clang-20  0x00000000029f0b0d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const + 173
29 clang-20  0x00000000029f1137 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const + 135
30 clang-20  0x0000000002a02d74 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
31 clang-20  0x0000000000c79149 clang_main(int, char**, llvm::ToolContext const&) + 7241
32 clang-20  0x0000000000b840b4 main + 100
33 libc.so.6 0x00007ffff7c2a47e
34 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
35 clang-20  0x0000000000c74e95 _start + 37
clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
clang version 20.1.8 (Fil-C 0.685)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /nix/store/hmjzrg1ppdzlcqry73nyyb8p9wzgryjq-filc0-git/bin
Build config: +assertions
clang-20: note: diagnostic msg: 
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-20: note: diagnostic msg: /build/Register-356682.c
clang-20: note: diagnostic msg: /build/Register-356682.sh
clang-20: note: diagnostic msg: 
********************
make[2]: *** [CMakeFiles/Zydis.dir/build.make:107: CMakeFiles/Zydis.dir/src/Register.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
clang-20: /build/filc0-src/llvm/lib/Transforms/Instrumentation/FilPizlonator.cpp:6749: bool {anonymous}::Pizlonator::computeConstantRelocations(llvm::Constant*, std::vector<{anonymous}::ConstantRelocation>&, size_t): Assertion `!(Offset % WordSize)' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: /nix/store/hmjzrg1ppdzlcqry73nyyb8p9wzgryjq-filc0-git/bin/clang-20 --filc-resource-dir=/nix/store/lqv09w661hh0hpvb49slx91f8j7pid10-sarcasm-0-unstable-b6dd63481f79 -Wno-unused-command-line-argument --gcc-toolchain=/nix/store/kxm6wzygmj1439ylqdgyl9zqjgf10dy7-gcc-14.3.0 -resource-dir /nix/store/r6mp9a9px2vyzhiivv6xvya9hd2wz6rh-filc0-resource-dir/lib/clang/20 --filc-dynamic-linker=/nix/store/5amb35fzbvn6ay3miplgzy54r8n8gd6h-filc-crt-lib/ld-fil1-x86_64.so --filc-crt-path=/nix/store/5amb35fzbvn6ay3miplgzy54r8n8gd6h-filc-crt-lib --filc-stdfil-include=/nix/store/4wlcxbk2r0235n6d2ip4qd3whhicy4bh-libpizlo-git/include --filc-os-include=/nix/store/lp9agkj5pykd83ndmijvpxcdg0lfvzis-linux-headers-6.12.7/include --filc-include=/nix/store/d6br7ahqs6cxhhvs5z3hdlhz6qsx8apz-yolo-glibc-impl-2.44/include -isystem /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include -L/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/lib -O3 -std=gnu11 -B/nix/store/hdhb0c160h0fhwznvhm9a6h176qbrdpp-filc-sysroot-with-metadata/lib/ -B/nix/store/nnjy9njfd80i3hlsj2mnn49a3j3jzgjf-filc-cc/lib -Wno-unused-command-line-argument -gz=none -B/nix/store/1s2f7i4mnh66va8fd9y838sb58d5wnb8-binutils-wrapper-2.43.1/bin/ -frandom-seed=rrz0plh1jp -DZYDIS_STATIC_BUILD -D_CRT_SECURE_NO_WARNINGS -I/build/source/include -I/build/source/build -I/build/source/src -DNDEBUG -idirafter /nix/store/hdhb0c160h0fhwznvhm9a6h176qbrdpp-filc-sysroot-with-metadata/include -isystem /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include -isystem /nix/store/dbpnrm64vi48kqwnmsw6lbha0schnbc3-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include -c -MD -MT CMakeFiles/Zydis.dir/src/Mnemonic.c.o -MF CMakeFiles/Zydis.dir/src/Mnemonic.c.o.d -fcolor-diagnostics -o CMakeFiles/Zydis.dir/src/Mnemonic.c.o /build/source/src/Mnemonic.c
1.	<eof> parser at end of file
2.	Optimizer
3.	Running pass "FilPizlonatorPass" on module "/build/source/src/Mnemonic.c"
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  clang-20  0x00000000020c628c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 60
1  clang-20  0x00000000020c3754 llvm::sys::RunSignalHandlers() + 52
2  clang-20  0x0000000002021cf0
3  libc.so.6 0x00007ffff7c414b0
4  libc.so.6 0x00007ffff7c9984c
5  libc.so.6 0x00007ffff7c41406 gsignal + 22
6  libc.so.6 0x00007ffff7c2893a abort + 215
7  libc.so.6 0x00007ffff7c2885e
8  libc.so.6 0x00007ffff7c395e6
9  clang-20  0x0000000003a4bf93
10 clang-20  0x0000000003a4bef1
11 clang-20  0x0000000003a4bdb4
12 clang-20  0x0000000003ad8a74
13 clang-20  0x0000000003ae1451 llvm::FilPizlonatorPass::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 4737
14 clang-20  0x000000000232f0df
15 clang-20  0x0000000001b90e9f llvm::PassManager<llvm::Module, llvm::AnalysisManager<llvm::Module>>::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 447
16 clang-20  0x000000000234a9f9
17 clang-20  0x000000000234e48c clang::emitBackendOutput(clang::CompilerInstance&, clang::CodeGenOptions&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>, clang::BackendConsumer*) + 2124
18 clang-20  0x00000000029e78ef clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) + 1743
19 clang-20  0x000000000473f44c clang::ParseAST(clang::Sema&, bool, bool) + 1228
20 clang-20  0x0000000002c88a21 clang::FrontendAction::Execute() + 49
21 clang-20  0x0000000002c19e22 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 674
22 clang-20  0x0000000002d61680 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 448
23 clang-20  0x0000000000c7cec8 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 5736
24 clang-20  0x0000000000c75c92
25 clang-20  0x0000000002a32469
26 clang-20  0x0000000002021e86 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) + 150
27 clang-20  0x0000000002a32c43
28 clang-20  0x00000000029f0b0d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const + 173
29 clang-20  0x00000000029f1137 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const + 135
30 clang-20  0x0000000002a02d74 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
31 clang-20  0x0000000000c79149 clang_main(int, char**, llvm::ToolContext const&) + 7241
32 clang-20  0x0000000000b840b4 main + 100
33 libc.so.6 0x00007ffff7c2a47e
34 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
35 clang-20  0x0000000000c74e95 _start + 37
clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
clang version 20.1.8 (Fil-C 0.685)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /nix/store/hmjzrg1ppdzlcqry73nyyb8p9wzgryjq-filc0-git/bin
Build config: +assertions
clang-20: note: diagnostic msg: 
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-20: note: diagnostic msg: /build/Mnemonic-09c25d.c
clang-20: note: diagnostic msg: /build/Mnemonic-09c25d.sh
clang-20: note: diagnostic msg: 
********************
make[2]: *** [CMakeFiles/Zydis.dir/build.make:93: CMakeFiles/Zydis.dir/src/Mnemonic.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/Zydis.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
zuo-1.9
macros
macros, hygienic expander
... tests passed!
checkPhase completed in 3 minutes 2 seconds
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
./zuo . install DESTDIR=""
to-install/zuo is up to date
copying to-install/zuo to /nix/store/v36xvk8hmlvh6ks1y1wdrjchscdzsskh-zuo-x86_64-unknown-linux-gnufilc0-1.9/bin/zuo
copying lib/zuo to /nix/store/v36xvk8hmlvh6ks1y1wdrjchscdzsskh-zuo-x86_64-unknown-linux-gnufilc0-1.9/share/zuo
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/v36xvk8hmlvh6ks1y1wdrjchscdzsskh-zuo-x86_64-unknown-linux-gnufilc0-1.9
shrinking /nix/store/v36xvk8hmlvh6ks1y1wdrjchscdzsskh-zuo-x86_64-unknown-linux-gnufilc0-1.9/bin/zuo
checking for references to /build/ in /nix/store/v36xvk8hmlvh6ks1y1wdrjchscdzsskh-zuo-x86_64-unknown-linux-gnufilc0-1.9...
patching script interpreter paths in /nix/store/v36xvk8hmlvh6ks1y1wdrjchscdzsskh-zuo-x86_64-unknown-linux-gnufilc0-1.9
stripping (with command strip and flags -S -p) in  /nix/store/v36xvk8hmlvh6ks1y1wdrjchscdzsskh-zuo-x86_64-unknown-linux-gnufilc0-1.9/bin
zulip-term-0.7.0
error: Cannot build '/nix/store/cpps014x39zf7ins5jx4w2zncyv1fjs9-zulip-term-0.7.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/mm8rs6mpm2gwvijrzx9mld9qxjxh8z29-zulip-term-0.7.0-x86_64-unknown-linux-gnufilc0
         /nix/store/zn4wdpl22177d5b2nv79f3aw42nwlhr1-zulip-term-0.7.0-x86_64-unknown-linux-gnufilc0-dist
zxcvbn-c-2.5
error: Cannot build '/nix/store/ml8vzhqfy02ny3s251l7wgxfa37qry4s-zxcvbn-c-x86_64-unknown-linux-gnufilc0-2.5.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/idww9fpphddpalgakcz6svrmqm63lmrr-zxcvbn-c-x86_64-unknown-linux-gnufilc0-2.5
       Last 25 log lines:
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
       >    23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
       >       |                             ^
       > In file included from dict-generate.cpp:25:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2530:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
       >  2530 |     traits_type::copy(
       >       |     ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
       >    23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
       >       |                             ^
       > In file included from dict-generate.cpp:25:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iostream:45:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:223:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale:27:
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:2538:3: error: implicit instantiation of undefined template 'std::char_traits<int>'
       >  2538 |   traits_type::assign(__p[__old_sz], value_type());
       >       |   ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
       >    23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
       >       |                             ^
       > 3 warnings and 14 errors generated.
       > make: *** [makefile:64: dictgen] Error 1
       For full logs, run:
         nix log /nix/store/ml8vzhqfy02ny3s251l7wgxfa37qry4s-zxcvbn-c-x86_64-unknown-linux-gnufilc0-2.5.drv
zydis-4.1.1
error: Cannot build '/nix/store/jsy2n9ns151qra4c27vfgpilxszwwndi-zydis-x86_64-unknown-linux-gnufilc0-4.1.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/rrz0plh1jp8p6k12g5mv7lxdi2r3ci56-zydis-x86_64-unknown-linux-gnufilc0-4.1.1
       Last 25 log lines:
       > 30 clang-20  0x0000000002a02d74 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
       > 31 clang-20  0x0000000000c79149 clang_main(int, char**, llvm::ToolContext const&) + 7241
       > 32 clang-20  0x0000000000b840b4 main + 100
       > 33 libc.so.6 0x00007ffff7c2a47e
       > 34 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
       > 35 clang-20  0x0000000000c74e95 _start + 37
       > clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
       > clang version 20.1.8 (Fil-C 0.685)
       > Target: x86_64-pc-linux-gnu
       > Thread model: posix
       > InstalledDir: /nix/store/hmjzrg1ppdzlcqry73nyyb8p9wzgryjq-filc0-git/bin
       > Build config: +assertions
       > clang-20: note: diagnostic msg:
       > ********************
       >
       > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
       > Preprocessed source(s) and associated run script(s) are located at:
       > clang-20: note: diagnostic msg: /build/Mnemonic-09c25d.c
       > clang-20: note: diagnostic msg: /build/Mnemonic-09c25d.sh
       > clang-20: note: diagnostic msg:
       >
       > ********************
       > make[2]: *** [CMakeFiles/Zydis.dir/build.make:93: CMakeFiles/Zydis.dir/src/Mnemonic.c.o] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/Zydis.dir/all] Error 2
       > make: *** [Makefile:146: all] Error 2
       For full logs, run:
         nix log /nix/store/jsy2n9ns151qra4c27vfgpilxszwwndi-zydis-x86_64-unknown-linux-gnufilc0-4.1.1.drv
zzuf-0.15
error: Cannot build '/nix/store/sr1dhxlwkl9if39wzpmxlx6ahaywj3gm-zzuf-x86_64-unknown-linux-gnufilc0-0.15.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/xq0d6hdhfg550srjrkwb9i4slk6apv71-zzuf-x86_64-unknown-linux-gnufilc0-0.15
       Last 25 log lines:
       > /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/stdio.h:760:15: note: 'fread_unlocked' declared here
       >   760 | extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
       >       |               ^
       > zzat.c:509:26: error: call to undeclared function '__fgets_unlocked_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >   509 |             MY_FREAD(s = __fgets_unlocked_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
       >       |                          ^
       > zzat.c:509:26: note: did you mean 'fgets_unlocked'?
       > /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/stdio.h:681:14: note: 'fgets_unlocked' declared here
       >   681 | extern char *fgets_unlocked (char *__restrict __s, int __n,
       >       |              ^
       > zzat.c:509:24: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
       >   509 |             MY_FREAD(s = __fgets_unlocked_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
       >       |                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > zzat.c:302:42: note: expanded from macro 'MY_FREAD'
       >   302 | #define MY_FREAD(cmd, buf, cnt) MY_FCALL(cmd, buf, cnt, cnt)
       >       |                                          ^~~
       > zzat.c:317:9: note: expanded from macro 'MY_FCALL'
       >   317 |         cmd; \
       >       |         ^~~
       > 6 errors generated.
       > make[2]: *** [Makefile:660: zzat.o] Error 1
       > make[2]: Leaving directory '/build/source/src'
       > make[1]: *** [Makefile:420: all-recursive] Error 1
       > make[1]: Leaving directory '/build/source'
       > make: *** [Makefile:352: all] Error 2
       For full logs, run:
         nix log /nix/store/sr1dhxlwkl9if39wzpmxlx6ahaywj3gm-zzuf-x86_64-unknown-linux-gnufilc0-0.15.drv
zulip-term-0.7.0
error: build of '/nix/store/cpps014x39zf7ins5jx4w2zncyv1fjs9-zulip-term-0.7.0-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/jsy2n9ns151qra4c27vfgpilxszwwndi-zydis-x86_64-unknown-linux-gnufilc0-4.1.1.drv^*', '/nix/store/ml8vzhqfy02ny3s251l7wgxfa37qry4s-zxcvbn-c-x86_64-unknown-linux-gnufilc0-2.5.drv^*', '/nix/store/sr1dhxlwkl9if39wzpmxlx6ahaywj3gm-zzuf-x86_64-unknown-linux-gnufilc0-0.15.drv^*' failed

End of log